REPRODUCIBILITY (% or how often): Always
BUILD ID = OS VERSION (Settings > About product): 4.2.0.21
HARDWARE (XA2, X10, X10 II, …): Xperia 10 II
UI LANGUAGE: Spanish
REGRESSION: (compared to previous public release: Yes, No, ?): No
DESCRIPTION: When you try to delete all contacts from preferences under applications submenu, fails the deletion. The system outputs: the contacts couldn’t be deleted.
PRECONDITIONS: No accounts syncing. Only the Jolla account added.
STEPS TO REPRODUCE:
Go to preferences
Go application
Contacts, pulley menu: delete all contacts
EXPECTED RESULT: The application CONTACTS would be free of contacts.
ACTUAL RESULT: The contacts keep on the phone
ADDITIONAL INFORMATION:
(Please ALWAYS attach relevant data such as logs, screenshots, etc…)
I have 2 contacts on my Xperia X which won’t delete. I’ve tried your method of adding a contact but when I try any method (from the Apps->People->Delete all contacts or from the People app and selecting them all) they’re still there. I’ve removed the SIM card and disabled the Nextcloud account, rebooted several times but still they’re there.
As one of very little patience, this is really p*ssing me off!
I’m tempted to try hacking the sql database in an effort to remove them from there.
I soon got tired of this so I’ve moved the 2 databases
devel-su mv /home/nemo/.local/share/system/Contacts/qtcontacts-sqlite/contacts.db /home/nemo/Downloads/
devel-su mv /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.* /home/nemo/Downloads/Contacts_Database/
and now the phone tells me that there are no contacts. Once I’ve finished playing with the SD card, I’ll stuff a backup on it and plug that in along with the SIM card and see what I get then.
I deleted the all.vcf file from a backup I did prior to updating to 4.3.0 this week and restored that. Those 2 contacts are back again! So where might they be stored? They’re definitely not in the vcf file.
Sorry for reviving this old thread, but this is how I removed my problem contact.
List gave me ID 182 for the contact, that I wanted to remove but couldn’t.
So I issued devel-su -p contacts-tool dump 182. And for some reason I saw 181 in the dump info for a second. So I tried 181 as the dump id. And that entry also existed, with extra info that it was sim. But it was a ghost entry, it didn’t show up in the list. So after I deleted both 182 and 181, the problem contact is finally gone.
So @toner_cloud hope this helps if this is still a problem for you after all this time. Or for anyone else having this problem.