The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Migration tips

From Mer Wiki
(Difference between revisions)
Jump to: navigation, search
(giving the multiple vcards import solution)
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
[Work in progress] wiki layout needs to get better, 1st time I'm doing this :)
+
'''migrate your contacts from Maemo to Nemo''' (potentially also Harmattan, to be verified by someone with an N9)
 
+
'''migrate your contacts from Maemo''' (potentially also Harmattan, to be verified by someone with an N9)
+
  
 
export your contacts to a file (on the Maemo side) (as per [http://talk.maemo.org/showpost.php?p=882885&postcount=4 TMO source])
 
export your contacts to a file (on the Maemo side) (as per [http://talk.maemo.org/showpost.php?p=882885&postcount=4 TMO source])
  
     osso-addressbook-backup -e contacts.vcard
+
     osso-addressbook-backup -e contacts.vcf
 +
 
 +
copy the file to the Nemo side (using default partition layout on uSD card):
 +
    sudo cp contacts.vcf /media/mmc1p1/home/nemo/Documents
  
copy the file to the Nemo side:
+
Watch out: Now use your favorite text editor or regex expression to separate each vcard in the file with a blank line from the next one. It seems the multiple-vcards-in-one-file standards demands that every vcard needs to be closed by an empty line, even the last one.
    sudo cp contacts.vcard /media/mmc1p1/home/nemo
+
  
 
reboot into Nemo  
 
reboot into Nemo  
  
(possibly) change filerights for the contacts.vcard file to 755 (chmod 755 contacts.vcard)
+
change the file rights/ownership for the contacts.vcf (standard root password is 'nemo')
 +
    su
 +
    chmod 555 contacts.vcf
 +
    chown nemo:nemo contacts.vcf
  
and use the People - Import function to point to the contacts.vard file. And it should be ok.
+
and use the People - 'Import contacts' from the menu to point to the contacts.vcf file. Let them load, then the message will appear how many are imported.
 +
Depending on the amount of contacts, it might take some time before they all are visible in the People application but eventually they will all be there.

Latest revision as of 19:24, 29 September 2013

migrate your contacts from Maemo to Nemo (potentially also Harmattan, to be verified by someone with an N9)

export your contacts to a file (on the Maemo side) (as per TMO source)

    osso-addressbook-backup -e contacts.vcf

copy the file to the Nemo side (using default partition layout on uSD card):

    sudo cp contacts.vcf /media/mmc1p1/home/nemo/Documents

Watch out: Now use your favorite text editor or regex expression to separate each vcard in the file with a blank line from the next one. It seems the multiple-vcards-in-one-file standards demands that every vcard needs to be closed by an empty line, even the last one.

reboot into Nemo

change the file rights/ownership for the contacts.vcf (standard root password is 'nemo')

    su
    chmod 555 contacts.vcf
    chown nemo:nemo contacts.vcf

and use the People - 'Import contacts' from the menu to point to the contacts.vcf file. Let them load, then the message will appear how many are imported. Depending on the amount of contacts, it might take some time before they all are visible in the People application but eventually they will all be there.

Personal tools