Archive for October, 2008
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 [...]
An interesting question was posed at PDAPhoneHome about downloading jailbroken apps on the iPhone for archival purposes. Without getting into whether this is necessary or not, here’s how you do it: First, install MobileTerminal, run it, and then switch to root (or install OpenSSH and SSH in as root) – you can install from either [...]
