We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-01-04 17:30:38 +0200 |
I accidentally imported almost 10000 vCards, which works OK but results in a rather unwieldy contacts list.
I then removed all contacts using sqlite3
:
# sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
> DELETE from Contacts # DON'T do this!
This is not a good idea: contactsd
and voicecall-ui
started to use a lot of processor time (also afer reboot), and the Contacts app became very unresponsive
Renaming (or removing) the directory qtcontacts-sqlite solved the problem without any apparent negative consequences - the directory and the (empty) database files are instantly re-made
2 | No.2 Revision |
I accidentally imported almost 10000 vCards, which works OK but results in a rather unwieldy contacts list.
I then removed all contacts using sqlite3
:
# sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
> DELETE from Contacts # Contacts; -- DON'T do this!
This is not a good idea: contactsd
and voicecall-ui
started to use a lot of processor time (also afer reboot), and the Contacts app became very unresponsive
Renaming (or removing) the directory qtcontacts-sqlite ..../qtcontacts-sqlite
solved the problem without any apparent negative consequences - the directory and the (empty) database files are instantly re-made
3 | No.3 Revision |
I accidentally imported almost 10000 vCards, which works OK but results in a rather unwieldy contacts list.
I then removed all contacts using sqlite3
:
# sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
> DELETE from Contacts; -- DON'T do this!
This is not a good idea: contactsd
and voicecall-ui
started to use a lot of processor time (also afer reboot), and the Contacts app became very unresponsive
Renaming (or removing) the directory ..../qtcontacts-sqlite
solved the problem without any apparent negative consequences - the directory and the (empty) database files are instantly re-made
4 | No.4 Revision |
I accidentally imported almost 10000 vCards, which works OK but results in a rather unwieldy contacts list.
I then removed all contacts using sqlite3
:
# sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
> DELETE from Contacts; -- DON'T do this!
This is not a good idea: contactsd
and voicecall-ui
started to use a lot of processor time (also afer reboot), and the Contacts app became very unresponsive
Renaming (or removing) the directory ..../qtcontacts-sqlite
solved the problem without any apparent negative consequences - the directory and the (empty) database files are instantly re-made
5 | retagged |
I accidentally imported almost 10000 vCards, which works OK but results in a rather unwieldy contacts list.
I then removed all contacts using sqlite3
:
# sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
> DELETE from Contacts; -- DON'T do this!
This is not a good idea: contactsd
and voicecall-ui
started to use a lot of processor time (also afer reboot), and the Contacts app became very unresponsive
Renaming (or removing) the directory ..../qtcontacts-sqlite
solved the problem without any apparent negative consequences - the directory and the (empty) database files are instantly re-made
6 | No.6 Revision |
I accidentally imported almost 10000 vCards, which works OK but results in a rather unwieldy contacts list.
I then removed all contacts using sqlite3
:
# sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
> DELETE from Contacts; -- DON'T do this!
This is not a good idea: contactsd
and voicecall-ui
started to use a lot of processor time (also afer reboot), and the Contacts app became very unresponsive
Renaming (or removing) the directory
qtcontacts-sqlite solved the problem without any apparent negative consequences - the directory and the (empty) database files are instantly ..../qtcontacts-sqlitere-madere-made.
This is how I did it:
[nemo@jolla] > devel-su
Password:
[root@jolla] > cd /home/nemo/.local/share/system/privileged/Contacts
[root@jolla] > mv qtcontacts-sqlite qtcontacts-sqlite.backup # move but keep backup
This removes all Contacts, if you want to remove many but not all the best way would be to use the original contacts.db
to construct a list of vCards, edit that list by hand, remove all contacts, and then import the list of vCards (by moving it to ~/Downloads
. I'll try to post a perl
script that translates contacts.db
into a list of vCards once I get some time.
7 | No.7 Revision |
I accidentally imported almost 10000 vCards, which works OK but results in a rather unwieldy contacts list.
I then removed all contacts using sqlite3
:
# sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
> DELETE from Contacts; -- DON'T do this!
This is not a good idea: contactsd
and voicecall-ui
started to use a lot of processor time (also afer reboot), and the Contacts app became very unresponsive
Renaming (or removing) the directory qtcontacts-sqlite
solved the problem without any apparent negative consequences - the directory and the (empty) database files are instantly re-made.
Edit: This is how I did it:
[nemo@jolla] > devel-su
Password:
[root@jolla] > cd /home/nemo/.local/share/system/privileged/Contacts
[root@jolla] > mv qtcontacts-sqlite qtcontacts-sqlite.backup # move but keep backup
This removes all Contacts, if you want to remove many but not all the best way would be to use the original contacts.db
to construct a list of vCards, edit that list by hand, remove all contacts, and then import the list of vCards (by moving it to ~/Downloads
. I'll try to post a perl
script that translates contacts.db
into a list of vCards once I get some time.
8 | No.8 Revision |
I accidentally imported almost 10000 vCards, which works OK but results in a rather unwieldy contacts list.
I then removed all contacts using sqlite3
:
# sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
> DELETE from Contacts; -- DON'T do this!
This is not a good idea: contactsd
and voicecall-ui
started to use a lot of processor time (also afer reboot), and the Contacts app became very unresponsive
Renaming (or removing) the directory qtcontacts-sqlite
solved the problem without any apparent negative consequences - the directory and the (empty) database files are instantly re-made.
Edit: This is how I did it:
[nemo@jolla] > devel-su
Password:
[root@jolla] > cd /home/nemo/.local/share/system/privileged/Contacts
[root@jolla] > mv qtcontacts-sqlite qtcontacts-sqlite.backup # move but keep backup
This removes all Contacts, if you want to remove many but not all the best way would be to use the original contacts.db
to construct a list of vCards, edit that list by hand, remove all contacts, and then import re-import the list of vCards (by by moving it to ~/Downloads
. I'll try to post a perl
script that translates contacts.db
into a list of vCards once I get some time.
9 | No.9 Revision |
I accidentally imported almost 10000 vCards, which works OK but results in a rather unwieldy contacts list.
I then removed all contacts using sqlite3
:
# [root@jolla] > sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
> DELETE from Contacts; -- DON'T do this!
This is not a good idea: contactsd
and voicecall-ui
started to use a lot of processor time (also afer reboot), and the Contacts app became very unresponsive
Renaming (or removing) the directory qtcontacts-sqlite
solved the problem without any apparent negative consequences - the directory and the (empty) database files are instantly re-made.
Edit: This is how I did it:
[nemo@jolla] > devel-su
Password:
[root@jolla] > cd /home/nemo/.local/share/system/privileged/Contacts
[root@jolla] > mv qtcontacts-sqlite qtcontacts-sqlite.backup # move but keep backup
This removes all Contacts, if you want to remove many but not all the best way would be to use the original contacts.db
to construct a list of vCards, edit that list by hand, remove all contacts, and then re-import the list of vCards by moving it to ~/Downloads
. I'll try to post a perl
script that translates contacts.db
into a list of vCards once I get some time.
10 | No.10 Revision |
I accidentally imported almost 10000 vCards, which works OK but results in a rather unwieldy contacts list.
I then removed all contacts using sqlite3
:
[root@jolla] > sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
> DELETE from Contacts; -- DON'T do this!
This is not a good idea: contactsd
and voicecall-ui
started to use a lot of processor time (also afer reboot), and the Contacts app became very unresponsive
Renaming (or removing) the directory qtcontacts-sqlite
solved the problem without any apparent negative consequences - the directory and the (empty) database files are instantly re-made.
Edit: This is how I did it:
[nemo@jolla] > devel-su
Password:
[root@jolla] > cd /home/nemo/.local/share/system/privileged/Contacts
[root@jolla] > mv qtcontacts-sqlite qtcontacts-sqlite.backup # move but keep backup
This removes all Contacts, if you want to remove many but not all the best way would be to use the original contacts.db
to construct a list of vCards, edit that list by hand, remove all contacts, and then re-import the list of vCards by moving it to ~/Downloads
. I'll try to post a perl
script that translates contacts.db
into a list of vCards once I get some time.
11 | No.11 Revision |
I accidentally imported almost 10000 vCards, which works OK but results in a rather unwieldy contacts list.
I then removed all contacts using sqlite3
:
[root@jolla] > sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db
> DELETE from Contacts; -- DON'T do this!
This is not a good idea: contactsd
and voicecall-ui
started to use a lot of processor time (also afer reboot), and the Contacts app became very unresponsive