Ever wanted to start over with contact sync by deleting all contacts from your Jolla phone?
Be sure to have a proper contacts backup before proceeding!
Stop contacts service:
systemctl --user stop contactsd.service
Remove all contacts from your Jolla phone:
devel-su --privileged rm -rf /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/*
Restart contacts service:
systemctl --user start contactsd.service
After you’ve removed all contacts from your Jolla phone, it’s time to start over with a slowsync in SyncEvolution to resync your contacts!
0 Comments