Viewing SMS from a jailbroken iPhone
- Download sqlite.
- SFTP into the iPhone.
- Download sms.db into the same folder.
- Open a command window, navigate to the directory where sqlite and sms.db are, and enter the following:
c:\sqlite sms.db sqlite> .output messages.txt sqlite> select * from message; sqlite> .output stdout sqlite> .quit
That’s it – now you can import the messages.txt file into Excel and view the messages.
Leave a comment
| Trackback
