View source for VCard import

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to VCard import.

Personal tools

If you have all your Contacts in one file you can import them with the following script: [1]

The important parts are taken from Wurps Import_Sim_Contacts script.

Export vCards from Mac OS X Addressbook

  1. set the vCard Format to 2.1 in the config dialog
  2. select all contacts and say "export vcard"
  3. despite having selected the charset to be utf-8 you may need to do:

iconv -f latin1 -t utf-8 vCards.vcf | sed 's/CHARSET=LATIN1://g' > all.vcf