I have flashed a phone with Ubuntu for Phones and would like to get my contacts from Google onto the device. How do I do that?
I have flashed a phone with Ubuntu for Phones and would like to get my contacts from Google onto the device. How do I do that?
You can now simply flip a switch in System Settings -> Accounts for any of your google accounts and it will take care of syncing your contacts (and calendar) for you.
Because of bug https://bugs.launchpad.net/ubuntu/+source/syncevolution/+bug/1290559, you now need to force keyring=no when calling syncevolution.
This is how I imported my google contacts with image 229:
You can also call
syncevolution --sync two-way google-contacts
for periodical sync.It's worth mentioning that if you ahve 2 Factor Auth setup then you'll need to create an application-specific password:
https://support.google.com/accounts/answer/185833
You may also need to add the option
--keyring=no
to the above command, here's the new command that I needed to run:Command line was yesterday: I did a clean install of Ubuntu Touch 14.10 (r106) from the devel-channel and I was asked to sync with my google account after starting the contacts app.
A quick test revealed that it is actually a two-way sync.