How to remove all contacts in one go? [answered]
Is there a way in Jolla UI to delete all of the contacts in People application without reseting the whole phone?
Is there a way in Jolla UI to delete all of the contacts in People application without reseting the whole phone?
systemctl --user stop contactsd.service
devel-su --privileged rm -rf /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/*
systemctl --user start contactsd.service
Currently the Jolla UI is lacking the utility for deleting all contacts from People application.
It can, however, be done using SSH or the Finger terminal (both of them require that you enable the developer mode first). Be careful not to delete anything unintended.
devel-su
rm -rf /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/*
Asked: 2013-12-16 13:56:52 +0200
Seen: 1,282 times
Last updated: Dec 17 '13