VIDEO – Official 1.1.3 JailBreak Released! (Not NateTrue’s 113wtfbs jb)

The iPhone Dev Team along with many others have now released the Official iPhone 1.1.3 Jailbreak! I have just run through the process and its one of the easiest I have seen.

Overview
1. Download the Jailbreak Pack here.
2. Copy the files to the root of the iPhone/iPod Touch.
3. Set execute permissions.
4. Run install.sh.

A more in-depth guide is in the README of the Jailbreak pack. For those who want to see the process I have made a video of my first attempt at jailbreaking my phone. Sorry for the crappy video quality, I had to use an old webcam :P . Note: I have cut out points in the video where the installer appears to lag, when attempting the jailbreak process yourself it may take much longer.


Official 1.1.3 IPhone / IPod Touch Jailbreak.

For those wondering how I made this video, here is a picture of my high-tech recording station featuring state of the art 5×5 rubik’s cube tripod :)
iPhone 1.1.3 Jailbreak Recording Station.

Standard 13 icon layout WITHOUT using black or clear icons

Many have seen tricks to make your hacked iPhone’s springboard look the screenshot below. All tutorials I have come across require uploading three copies of an app with a black or clear icon, Now this achieves the correct look, but if you happen to push any of these spaces an the app opens and then closes. This tutorial will produce the same visual without the nasty side effects.
iPhone
1. Goto Installer and install the following applications in this order; Community Sources, BSD Subsystem, OpenSSH, Erica’s Utilities and Customize. If you are on 1.1.1 and used jailbreakme.com, Community Sources is already installed.

2. On the phone open Customize and put three applications before iTunes:
iPhone iPhone iPhone

3. Exit Customize, your home screen should now look something like this:
iPhone

4. Windows users, download Putty. Mac users just open Terminal in Applications > Utilities > Terminal.

5. Now SSH to your phone. To do this get the internal IP address from your iPhone by going to Settings > Wifi and click the blue arrow next to your wifi network. On windows put this IP address in the hostname field and click the Open button. For mac type “ssh root@ip-address-here” without quotes into terminal and click enter.

6. The default user and password for 1.1.1 and 1.1.2 iPhones is root, alpine. Once logged in you should see a “#” symbol.

7. First we want to stop YouTube, iTunes Store and Safari from auto hiding when the phone reboots, to do this type the following commands into Putty/Terminal:

# cd ~/bin
# ./plutil -0 SBIsRevealable /Applications/YouTube.app/Info.plist
# ./plutil -0 SBIsRevealable /Applications/MobileSafari.app/Info.plist
# ./plutil -0 SBIsRevealable /Applications/MobileStore.app/Info.plist

Next we want to set the three applications put before iTunes store to auto-hide, The three applications I used were Installer, Customize and SMBPrefs these may differ for other users.

# ./plutil -1 SBIsRevealable /Applications/Installer.app/Info.plist
# ./plutil -1 SBIsRevealable /Applications/Customize.app/Info.plist
# ./plutil -1 SBIsRevealable /Applications/SMBPrefs.app/Info.plist

Finally, we want to turn application hiding on in springboard: (NOTE: The command below is only ONE command not two)

# ./plutil -s SBEnableAppReveal -v YES ~/Library/Preferences/com.apple.springboard.plist

Once all of this is done restart springboard like so:

./restart

The whole process in Putty/Terminal will look like this:
Putty/Terminal

8. Success!!! Your iPhone should now look like the screenshots below. To hide/unhide your three applications double-tap the three blank spaces next to iTunes.
iPhone iPhone