My friend's phone got stolen, but he has a backup for it. One of the backup files is AddressBook.sqlitedb. I was able to open the file using sqlite3 on linux and issue the command: select * from ABPerson; The result is not what I expected. I can see the list of people names, including myself, but my phone number is not on there. The phone numbers seem to be encoded somehow. Does anybody know how to decode it? Thanks in advance.