View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#2
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!

Last edited by thedead1440; 2012-10-11 at 08:24.