Yesterday, I took the plunge. I've had my iPhone since last June, but I finally did my first jailbreak, and I built the toolchain. I have SSH working, and even Apache server running on my phone!
Download ZiPhone for the jailbreak. This is the first time you can jailbreak the 1.1.3 firmware without downgrading first. This comes with Installer.app which lets you browse and install an extensive directory of third party apps. If you don't plan to develop iPhone apps, you can stop right there.
For the full glory of writing your own apps, you need the toolchain. I followed these instructions for that. Note that since the instructions are from an older firmware version, you can reduce step 2 to the following:
- make sure you have OpenSSH installed on your phone.
- connect to your phone with Transmit or your favorite SFTP client and download
/dev/rdisk0s1 somewhere on your machine.
- rename
rdisk0s1 to rdisk0s1.dmg
I still haven't written my first Hello World app, but I'll update when I do!
Recent Comments