Howto import contacts from a Wammu backup file into Android 4.0.x
The scenario:
- You managed to backup your previous phone's data using
Wammu
(or Gammu) to a
.backupfile - You want to import previous contacts into your new, Android 4.0-based smartphone
What worked for me:
- Extract contacts from the
.backupfile to a single, multi-contact.vcfvCard 2.1 file using Gammu:
$ gammu convertbackup myinput.backup byoutput.vcf $ file myoutput.vcf myoutput.vcf: vCard visiting card
- Enable USB mass storage mode on the phone, connect PC and phone using USB
- Copy the
.vcffile into the root folder of the mounted file system - Make sure data has been written in full, e.g. run
syncon the Linux shell - Disable USB mass storage mode
- Open contacts, pick import from USB storage
- Give it some time, done.