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 [...]

Wednesday, October 1st, 2008 at 21:17 | 0 comments
Categories: iPhone

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 [...]

Wednesday, October 1st, 2008 at 16:44 | 0 comments
Categories: iPhone