maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   change where your contacts sync to (https://talk.maemo.org/showthread.php?t=87330)

dirtymoon 2012-10-10 21:27

change where your contacts sync to
 
i want to sync my contacts with mfe (hotmail) instead of my nokia account so i can see the contacts on other devices. It's done for new contacts but i dont seem to be able to change where my old contacts sync to. Can anyone help?

thedead1440 2012-10-11 05:53

Re: change where your contacts sync to
 
Not possible AFAIK...Its locked to one account...

What you may want to do is export all your contacts from the contacts app by clicking on export contacts in the right context menu and exporting to file...

The contacts are saved in ~/MyDocs/Contacts/

Copy them over to your PC and then upload them to your MfE account...

I think you should also be able to convert all of them to 1 single file called all.vcf by doing on your PC in cmd:

Code:

cd /path/to/copied/contacts
copy *.vcf all.vcf

You can also do this in your phone (terminal as root) first instead of doing on your PC:

Code:

cd /home/user/MyDocs/Contacts/
cat *.vcf >> all.vcf

You can now upload just all.vcf into hotmail and all your contacts should appear there then just use MfE to sync...


Edit: Added the ">" as mentioned by colin.stephane below. Thanks colin.stephane!

colin.stephane 2012-10-11 08:18

Re: change where your contacts sync to
 
Quote:

Originally Posted by thedead1440 (Post 1279117)
Not possible AFAIK...Its locked to one account...

What you may want to do is export all your contacts from the contacts app by clicking on export contacts in the right context menu and exporting to file...

The contacts are saved in ~/MyDocs/Contacts/

Copy them over to your PC and then upload them to your MfE account...

I think you should also be able to convert all of them to 1 single file called all.vcf by doing on your PC in cmd:

Code:

cd /path/to/copied/contacts
copy *.vcf all.vcf

You can also do this in your phone (terminal as root) first instead of doing on your PC:

Code:

cd /home/user/MyDocs/Contacts/
cat *.vcf > all.vcf

You can now upload just all.vcf into hotmail and all your contacts should appear there then just use MfE to sync...

Hi,

It look like better to use :

Code:

cd /home/user/MyDocs/Contacts/
cat *.vcf >> all.vcf

A++


All times are GMT. The time now is 16:34.

vBulletin® Version 3.8.8