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
Line 1: Line 1:
[Work in progress] this process should work but doesn't. Bug will be raised if need be.
+
[Work in progress] this process should work but doesn't (yet)
  
'''migrate your contacts from Maemo''' (potentially also Harmattan, to be verified by someone with an N9)
+
'''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 [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])
Line 8: Line 8:
  
 
copy the file to the Nemo side (using default partition layout on uSD card):
 
copy the file to the Nemo side (using default partition layout on uSD card):
     sudo cp contacts.vcard /media/mmc1p1/home/nemo/Documents
+
     sudo cp contacts.vcf /media/mmc1p1/home/nemo/Documents
  
 
reboot into Nemo  
 
reboot into Nemo  
  
(possibly) change filerights/ownership for the contacts.vcf (standard root passowrd is 'nemo')
+
change filerights/ownership for the contacts.vcf (standard root passowrd is 'nemo')
 
     su
 
     su
 
     chmod 555 contacts.vcf
 
     chmod 555 contacts.vcf
 
     chown nemo:nemo 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. And it should be ok. But it isn't.

Revision as of 10:40, 19 July 2013

[Work in progress] this process should work but doesn't (yet)

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

reboot into Nemo

change filerights/ownership for the contacts.vcf (standard root passowrd 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. And it should be ok. But it isn't.

Personal tools