We have moved to a new Sailfish OS Forum. Please start new discussions there.
12

Make editable/delete-able all phones in addressbook/ contacts

asked 2016-07-15 00:27:35 +0300

nas gravatar image

Ahoy sailors! Since I synced my contacts from my old nokia phone to my Jolla using Bluetooth, I couldn't edit/ delete the telephone numbers that came from my previous phone. The new ones - entered on Jolla, worked fine. I just found a way that made them editable! Here it is what did I do:

As root I wrote in shell(command line):

sqlite3 /home/nemo/.local/share/system/privileged/Contacts/qtcontacts-sqlite/contacts.db

There I run the following query:

UPDATE "main"."Details" SET "accessConstraints" = '0'

and it worked like a charm ;)

Some WARNINGs:
-- MAKE BACKUPS BEFORE YOU DO ANYTHING!
-- of course do it at your own risk, just because it worked fine for me, doesn't mean it will have the same (happy) results on you
-- who knows? maybe it could brick your contacts db / phone

and some explanations:
-- I opened the contacts.db and I searched to find the difference between old and new phone numbers. The field "accessConstraints" in Details table, when the phone number was from my old phone was set to "3", new numbers were "0". I run the query and did the trick.

I sincerely hope someone else before me find out that, posted it here and I was the last Jolla user who more than 2 years now couldn't edit/ delete phone numbers imported from old phone, but I didn't find any other solution until now...

edit retag flag offensive close delete

Comments

don't do it as root. use devel-su -p

coderus ( 2016-07-18 23:02:35 +0300 )edit

1 Answer

Sort by » oldest newest most voted
1

answered 2016-07-18 22:12:21 +0300

SaimenSays gravatar image

I already mentioned that in 2014, but it is still not fixed :-/

https://together.jolla.com/question/19889/unmanaged-contact-details/

edit flag offensive delete publish link more
Login/Signup to Answer

Question tools

Follow
4 followers

Stats

Asked: 2016-07-15 00:27:35 +0300

Seen: 309 times

Last updated: Jul 18 '16