/contacts-converter-iphone-to-samsung

Little program to convert (phone) contacts from iPhone to Samsung Galaxy (Android), from SQLite to VCard

Primary LanguagePowerShellMIT LicenseMIT

Description

Little program to convert (phone) contacts from iPhone to Samsung Galaxy (Android), from SQLite to VCard. Simple PowerShell script. Created in my free time for a colleague, who moved from his old iPhone 6s to a new Samsung Galaxy S9+. Successfully converted 1008 contacts from SQLite to VCards.

Feel free to use - see MIT licence. Feel free to create an issue if assistance/guidance is needed.

iPhone Contacts

Extracted database-file from an (unencrypted) itunes-backup. Path: /Home/Library/AddressBook/AddressBook.sqlitedb Structure is explained in the script. Basically, it's 2 tables, one containing the Persons and the other containing every related Person's ContactInformation (web, mail, phone, etc.).

How to extract contact-data of iPhone/iOS using a Windows-PC - January 2019

Notes

Comments are in German (my native language).