[fixed in 1.0.3.8] How to delete many/all contacts (from People app)? [answered]
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
Just curious:
- How did you accidentally delete 10000 vCards? It's hard enough to delete one :D
- Why would you keep 10000 contacts on your phone? It's not exactly meant as a mailinglist server.
Tanghus ( 2014-01-04 19:40:52 +0200 )editI think this is allready some where in here. but would love a option to multiple select contacts in people app and be ablr to delete them
teun ( 2014-01-04 20:02:15 +0200 )edit@teunhttps://together.jolla.com/question/4513/multiple-selection-in-mail-program/
Tanghus ( 2014-01-04 20:19:43 +0200 )edit@teun Wrong app :P sry
Tanghus ( 2014-01-04 20:20:13 +0200 )editLol .. but the functionality from mail should be available for contacts
teun ( 2014-01-04 23:33:51 +0200 )edit