All Projects → akavel → Bbb Ipd Vcf

akavel / Bbb Ipd Vcf

Quick & dirty scripts to convert Address Book (Contacts list) from BlackBerry .bbb/.ipd backup (BB Desktop Software 7.1) to vCard .vcf files (for Android & other civilized phones)

Programming Languages

lua
6591 projects

bbb-ipd-vcf

Quick & dirty scripts to convert Address Book (Contacts list) from BlackBerry .bbb/.ipd backup (BB Desktop Software 7.1) to vCard .vcf files (for Android & other civilized phones).

Procedure

  1. Install Lua (http://lua.org) and Go (http://golang.org).
  2. Rename your BlackBerry Bold 9780 (08-12-2013).bbb to backup.zip.
  3. Unpack backup.zip.
  4. In file Manifest.xml, find fragment like this: <Database uid="125" recordcount="509">Address Book - All</Database>, then note the uid value (here: 125).
  5. Find uid .dat file, e.g. Databases\125.dat (this is actually an .ipd formatted file).
  6. Run: lua ipd2xml.lua 125.dat | go run xml2vcf.go > contacts.vcf.

Worked For Me™...

License

Unless otherwise noted, MIT/X11.

Bibliography

Cheers,
/Mateusz Czapliński.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].