- Joined
- Mar 15, 2013
- Messages
- 79
- Reaction score
- 1
I'd like to extract SMS and iMessage data from sms.db file on my iPhone. I was able to locate and download the file from the iPhone (/var/mobile/Library/SMS/sms.db) to my computer.
If I start SQLite Database Browser on the computer and load sms.db file, no data is displayed. If I run an SQL query, the error "file is encrypted or is not a database" is displayed. The file is not encrypted, as I can see the text in any plain text viewer (the contents start with "SQLite format 3").
So, how can I export the data from the database into a nice readable format (plain text or spreadsheet)?
If I start SQLite Database Browser on the computer and load sms.db file, no data is displayed. If I run an SQL query, the error "file is encrypted or is not a database" is displayed. The file is not encrypted, as I can see the text in any plain text viewer (the contents start with "SQLite format 3").
So, how can I export the data from the database into a nice readable format (plain text or spreadsheet)?