Tutorial | Jailbreak iPhone, iPod Touch, iPad - Part 6 Skip to content

Jailbreak iPhone, iPod Touch, iPad

новости про джейлбрейк iPhone, iPod Touch и iPad

Archive

Category: Tutorial

spirit jailbreak How To Recover Deleted Photos After Spirit Jailbreak

The first release of Spirit had a bug that accidently could delete all of your photos from the device that was jailbroken. If you have a backup which you made before jailbreaking your iPhone/iPod Touch/iPad, here is a quick guide how to recover deleted photos.

1. Open Cydia and search for “OpenSSH” and then install it. Reboot your device.

OpenSSHoniPad 300x400 How To Recover Deleted Photos After Spirit Jailbreak

2. Download and then install iPhone Backup Extractor.

3. Run iPhone BackUp Extractor. Select your last backup (that was made before jailbreak)

4. Navigate to Media/Media and select DCIM folder. Click “Next” and program will save the files locally.

iPhoneBackupExtractor1 How To Recover Deleted Photos After Spirit Jailbreak

5. Download and then istall WinSCP for Windows or Cyberduck for Mac . Open it and enter the following data to login to your device.

WinSCP for Windows

  • Hostname: The IP address of your device. (Settings –> WiFi –> <Your Network Name>)
  • Protocol: SCP
  • User name: root
  • Password: alpine

WinSCP

Cyberduck for Mac OS X

  • Server: The IP address of your device. (Settings –> WiFi –> <Your Network Name>)
  • Protocol: SFTP
  • Username: root
  • Password: alpine

CyberDuck

6. Go to /User/Media directory and then copy over the DCIM folder.

7. Reboot your device.

After that you’ll have all your backuped photos back.

IMG 0079 21 300x400 Tutorial: how to connect external HDD to Apple iPad

iPad USB Camera Connection Kit is much more useful as it seems. Max Sha, an experienced user, was able to access external hard drive with this kit. All you need is a jailbroken iPad, an external drive, a split-USB cable to give the drive some power and a terminal of some sort (f.e. MacBook) to mount the external storage. While it is a little unwieldy, it shows that Terabytes of external storage for iPad is possible.

Here is a complete step-by-step guide from Max Sha:

For starters, you will need to do the following:

1. Have an external hard drive formatted to either HFS or FAT32. NOTE: All data will be erased!

2. Perform the Spirit Jailbreak.

3. In Cydia, install iFile ($4.00 for full version, but there is also a free trial) and OpenSSH (free)

4. As well, install the “Nano” terminal text edit from Cydia.

Fig 5 300x400 Tutorial: how to connect external HDD to Apple iPad

5. For this particular example Max used GoodReader app for iPad ($0.99).

Now you can begin the process of mounting your hard drive. You will need external power for the drive. If you have an external drive with power (one that has a USB port and an external power supply) you won’t need to worry about this. If you have external drive with just an USB cord you will need a split USB cord.

1. Open “Settings” on your iPad to find your IP address (make sure you’re on the same network as your iPad).

Fig 9 300x400 Tutorial: how to connect external HDD to Apple iPad

2. Open Terminal, on your Mac (/Applications/Utilities/Terminal.app). On Windows you can use Putty.

3. At the prompt, SSH into your iPad with the IP address you found in the “Settings” app (make sure OpenSSH is installed!), with the following:

ssh root@[iPad IP address]

Fig 10 400x252 Tutorial: how to connect external HDD to Apple iPad

For you first time users, the password for your root account will be “alpine”. NOTE: Please change your password ASAP. To do this, once you’ve logged in VIA Terminal, type the following into the command prompt:

passwd root

You will then be prompted for a new password. Please do the same for your “mobile” user as well, by doing the following:

passwd mobile

4. Now, type the following, in Terminal:

mkdir /Volumes
mkdir /Volumes/EXT
ln -s /Volumes/EXT /var/mobile/EXT
nano /var/stash/Applications.xxxxxx/iFile.app/Info.plist (“xxxxxx” is a series of numbers after “Applications”. If you type “/var/stash/Applications” and hit the “Tab” key, it will fill in the rest for you).

5. The nano text editor will now open. Please add the following lines below the first “<dict>”, in the document (this makes iFile look much better on the iPad):

Fig 13 400x253 Tutorial: how to connect external HDD to Apple iPad

<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>

6. Then hit “Ctrl+x”. Followed by “Y”, and then “Enter”. This will save the changes that you made.

7. Now, reboot your iPad. You will notice that your SSH connection will have closed, in Terminal. Re-open terminal, when the iPad reboots, and follow steps 1-3 (without reseting the passwords again).

8. Open iFile, and go into the settings. It is recommended to have the settings set as shown below. The most important is enabling “Application Names”. Hit “Done”. Close out of iFile by hitting the Home button. Restart iFile.

Fig 15 300x400 Tutorial: how to connect external HDD to Apple iPad

FIG 16 300x400 Tutorial: how to connect external HDD to Apple iPad

9. In iFile, navigate to “/Volumes/”. Then, select the “Edit” button, in the top right.

10. Check the circle next to the “EXT” folder you created in “Step 4″.

11. Click the “Box with an arrow”, in the bottom right. In the dialogue box that opens, select “Copy/Link”.

Fig 19 300x400 Tutorial: how to connect external HDD to Apple iPad

12. In iFile, Navigate to “var/mobile/Applications/”. You should now see the names of applications above the actual folder names. Navigate to the “GoodReader” folder, then the “Documents” folder.

Fig 20 300x400 Tutorial: how to connect external HDD to Apple iPad

Fig 21 300x400 Tutorial: how to connect external HDD to Apple iPad

13. Click the “Edit” button again. And then click the “Box with an arrow”, in the bottom right. Click the “Create Link” button. You should now see the “EXT” folder. Hit “Done” in the upper right.

Fig 22 300x400 Tutorial: how to connect external HDD to Apple iPad

14. Now, connect your iPad Camera Connection Kit.

Fig 23 300x400 Tutorial: how to connect external HDD to Apple iPad

15. Take your hard drive and plug the secondary port into a power supply (in this case, Macbook Pro). Then, plug the main USB port into the iPad. You may see a message similar to “Insufficient power to mount this drive” error message on the iPad. With an external power supply, it should be much more convenient. NOTE: You MUST plug in the external power supply first, or else the iPad will not mount the drive.

Fig 24 300x400 Tutorial: how to connect external HDD to Apple iPad

IMG 0079 21 300x400 Tutorial: how to connect external HDD to Apple iPad

16. Now, lets go back to terminal. Type:

ls /dev

What you’re looking for here is the file “disk1s1″. If that does not show up, try steps 15-16 again. If you see “disk1s1″, proceed to step 17.

17. For a FAT32 formatted drive, type the following, into terminal:

Fig 26 399x250 Tutorial: how to connect external HDD to Apple iPad

mount -t msdos /dev/disk1s1 /Volumes/EXT

It will take a few seconds, and then return you to the command prompt. For an HFS drive, type the following:

mount -t HFS /dev/disk1s1 /Volumes/EXT

18. You are now good to go! You can now access the files in either iFile, or GoodReader. As an example of how to manipulate the files, watch the video below.

19. To unmount the drive, type the following, in Terminal:

umount /dev/disk1s1

20. That’s all!

Here is a video demonstration:

Many thanks to Max Sha!

spirit jailbreak JailBreak for iPad is Finally Available!

Finally the jailbreak for iPad, iPhone and iPod Touch from the Dev Team is available for download. It’s free and untethered and it’s called “Spirit”. The jailbreak supports every iDevice with firmware version 3.1.2, 3.1.3 or 3.2.

If you have iPhone 3GS or an iPad you should backup your SHSH blobs before using the jailbreak. ECID SHSH or SHSH blob is a unique signature given to every Apple mobile device. When you decide to restore the firmware on your iPhone, iPod Touch or iPad, Apple servers checks this signature.

As you know, if a new firmware is released it becomes impossible to restore the older firmware from iTunes. But Cydia creator tuned up a new server and now it mimics Apple’s verification server and saves your older SHSH blobs so that you can restore back your device to the older firmware. Without having your SHSH blobs saved you may accidentally update new firmware and then you not only lose your jailbreak but also won’t be able to restore the older firmware to re-jailbreak your device.

This is also important because there is a big possibility that Apple will soon find out what exploit is used by the jailbreak and then it will be patched in the form of new firmware.

You can save your SHSH blob in three ways. Here is a guide to make it using AutoSHSH.

  1. Download AutoSHSH. (Latest version is here).
  2. SHSHBlobs JailBreak for iPad is Finally Available!

  3. Start AutoSHSH and plug in you iPhone/iPod Touch/iPad in recovery mode (only one device at a time). Recovery mode launches when you turn off your device and hold down the “Home” button when connecting the USB cable. Then you must see “Connect to iTunes” message and logo on your device.
  4. TS1275 JailBreak for iPad is Finally Available!

  5. In AutoSHSH click on “Grab my SHSH Blobs Automatically”. When the app will grab the signature you must choose whether you want to save it locally or not. Do not forget where you saved the signature. In the end of the procedure AutoSHSH will also upload it to saurik’s server.
  6. SHSHBlobs1 JailBreak for iPad is Finally Available!

If you have some problems with using AutoSHSH to save your blobs, write it in comments or try saurik’s method or Firmware Umbrella instead.

Now, when you saved you SHSH blobs, you can make the jailbreak. It is recommended for you to sync your device with iTunes beforehand. Then use the following guide:

  1. Download “Spirit” (link for Windows, link for Mac OS X).
  2. Plug in your device (it will be instantly recognized).
  3. Hit the “Jailbreak” button.

That’s all!

Additionally here is a video tutorial for jailbreaking:

Please note that Spirit is not a carrier unlock so it won’t allow you to use unauthorized wireless carriers. The jailbreak is also “sort of beta”, so it may be buggy. DevTeam notifies that some apps in Cydia that are NOT designed for iPad may crash your system and require you to restore so be careful.

MobileTerminalicon Secure your jailbroken iPhone against worm and hacker attacks

This is quite simple. If you did a jailbreak on your iPhone you need to change the default password. Why? Because hackers can access your phone, read your mail, sms, download other data. The second reason is because there are already several viruses (worms) that use these default passwords.

Here’s a quick step-by-step tutorial.

  1. If you don’t have MobileTerminal application installed: run Cydia, search for MobileTerminal and install.
  2. Run MobileTerminal.
  3. Type passwd and press return.
  4. Enter the default user password alpine and press return.
  5. Enter a new password and press return.
  6. Enter a new password again and press return.
  7. Congratulations, you changed it for default mobile user. Let’s do the same for root user.
  8. Login as root user: type su root and press return.
  9. Type passwd and press return.
  10. Enter the default root user password alpine and press return.
  11. Enter a new password and press return.
  12. Enter a new password again and press return.
  13. That’s it!

The passwords are now changed, and your jailbroken iPhone or iPod Touch is now a bit more secure than it was before and less vulnerable to the worm detected recently.

3.0.1 jailbreak Firmware 3.0.1 jailbreak

Good news is that you can still use redsn0w 0.8 to jailbreak firmware 3.0.1. Here’s the step-by-step plan:

  1. Download both firmware 3.0 and firmware 3.0.1 (link).
  2. Download redsn0w 0.8 (link).
  3. Update or restore to official 3.0.1 in iTunes.
  4. Run redsn0w.
  5. When redsn0w asks you to identify the IPSW used, point it at the 3.0 IPSW instead of the 3.0.1 one.
  6. Follow the instructions.
  7. After the jailbreak, reinstall ultrasn0w 0.9 if you need the unlock.

This video tutorial describes how to jailbreak iPhone 3GS using purplera1n.

img 0074 200x300 iPhone 3G unlock tutorial

Dev Team finally made it. They created software called yellowsn0w, that unlocked iPhone 3G. Now you can use any carrier you want. I successfully unlocked my US version.It works much more stable than sim proxy method.

Please, back up everything on your iPhone before you start, just in case. Everything you do is your responsibility. I had to go through all 4 steps to make my iPhone 3G work. I used only my new sim without sim proxy.

Here are the steps:

Step 1: Restore your iPhone to version 2.2 (Not needed if you are already at 2.2 with baseband 02.28.00):

  1. Download 2.2 firmware
  2. Run iTunes
  3. In iTunes click on Restore button holdong the Shift key on your keyboard.
  4. Choose downloaded firmware 2.2 image and wait.

Step 2: Jailbreak your iPhone using this tutorial.

Step 3: Install yellowsn0w:

  1. Load up Cydia and add the yellowsn0w repository: in Cydia click Manage – Sources – Edit – Add. Than type http://apt9.yellowsn0w.com. You can also use Installer instead of Cydia, the repo is http://i.yellowsn0w.com
  2. Install software called yellowsn0w
  3. Reboot the phone and you should have signal.

Step 4: If you still do not have signal

  1. Try turning on and off airplane mode.
  2. Install BossPrefs
  3. Install BossPrefs Yellowsn0w Toggle
  4. Reboot
  5. Run BossPrefs and make sure yellowsn0w toggle is on. If it is on and you do not have signal you can try to switch it off, wait and switch it back on.

img 0076 200x300 iPhone 3G unlock tutorial

unlock 300x277 Tutorial: How to perform Jailbreak, Activation and Unlock (Windows)

This is a step-by-step tutorial. If you have iPhone 3G this guide will help you jailbreak and activate the device. For iPhone 2G it will also perform the unlock.

I recommend using 2.2 firmware, because iPhone 3G unlock is avaliable now. But you can use it with old v2.1, v2.0.1 and v2.0.2.

1. If you’re using old firmware and want to upgrade, please, do it via iTunes.

2. Go ahead and download QuickPwn 2.2 (download links).

3. Download firmware (download links).

4. Close iTunes (if opened) and start QuickPwn. You will see the following:

s1 Tutorial: How to perform Jailbreak, Activation and Unlock (Windows)

5. Connect you iPhone or iPhone 3G and push next button.

s2 Tutorial: How to perform Jailbreak, Activation and Unlock (Windows)

6. Your deveice is detected. Click browse to select firmware image.

s3 Tutorial: How to perform Jailbreak, Activation and Unlock (Windows)

7. Select the image that you downloaded in step 3. Make sure this is the same version that you currently have on your iPhone. If you want to upgrade go to step 1.

s4 Tutorial: How to perform Jailbreak, Activation and Unlock (Windows)

8. The application will verify that you choose the right version of firmware image. Click next.

s5 Tutorial: How to perform Jailbreak, Activation and Unlock (Windows)

9. You will be frequently using Cyda, so make sure to check it. Installer is in beta, but it will be updated in the future, so check this one too. Click next.

s6 Tutorial: How to perform Jailbreak, Activation and Unlock (Windows)

10. Check if your device is connected and hit next.

s7 Tutorial: How to perform Jailbreak, Activation and Unlock (Windows)

11. This is probably the hardest part. You will need to press Home and Power buttons on your iPhone in the special order. So make sure you read instructions carefully and follow them. If not, not big deal, you’ll be able to start from step 4.

There are 3 steps here: hold down Home button for 5 sec, than hold Home and Power button for 10 sec, than hold Home butting for 30 sec.

s8 Tutorial: How to perform Jailbreak, Activation and Unlock (Windows)

12. Than you’ll have to wait whilce QuickPwn will do the work.

s9 Tutorial: How to perform Jailbreak, Activation and Unlock (Windows)

13. Congratulations! You did it. Now you can run Cydia Installer and install usefull and free applications.

Run

This is a tutorial, that shows step by step how to use installed Java on the IPhone. Just in case you do not have Java installed on your IPhone there is a tutorial how to do it.

What we need is a working jailbraked IPhone with Java Installed. I used latest firmware 1.1.4, unlocked, jailbreaked and customized by winpwn.

Step 1: Create simple Java application, compile and run.

  1. Create file Java4IPhone.java and put simple Java hello-world code there. I used the following code:Create Java hello-world
  2. Upload to IPhone. I used /tmp directory. For uploading I used IPhone Browser.
  3. Run Terminal.
  4. Use command java -fullversion or jamvm -fullversion to see if java is avaliable.
  5. Use command jikes to invoke java compiler.
  6. Go to /tmp directory, using command cd /tmp
  7. Compile. We need to specify classpath to basic java packages. If we do not do that, jikes will produce an error (see screenshot). So use the following command: jikes Java4IPhone.java -cp /usr/lib/rt.jar
  8. After compiling Java4IPhone.class file should appear in the same directory. To run use commandjava Java4IPhone
  9. Take a look at the screenshots. Hopefully you’ll have something similar.

Upload Java application to IPhone

Check Java and Jikes Compile using Jikes Run

Upload Java application to IPhone

Step 2: Have fun!

Installed packages

This is a tutorial, that shows step by step how to install Java on the IPhone.

What we need is a working unlocked and jailbraked IPhone with Installer. I used latest firmware 1.1.4, unlocked, jailbreaked and customized by winpwn.

First of all I’d like to say we all want to use legal IPhones and operators. So everything written below is for testing purposes only :-) . Hopefully this technology will be avaliable on all IPhones sold worldwide. You also might need to recover your IPhone, so make sure you backed up all your data. I personally did everything without any problems and needs to recover. Everything you do is your responsibility, etc…

So let’s start, because it’s worth it! It’s just one evening and you will be able to create your personal Java application, compile and run it on the IPhone, and amaze all your friends :-) .

There are two steps:

Step 1: Go to Installer and install Mobile Terminal and Cydia Installer.

  1. Go to Settings -> General -> Auto-Lock and set it to Never. This will avoid some troubles during installation.
  2. Run Installer. Repository for Terminal should be already there (BigBoss), because it is in latest Community Sources.
  3. Add repository http://apptapp.saurik.com for Cydia Installer and refresh
  4. Go to Install -> System
  5. Find Term-vt100 – Mibile Terminal App. I used version svn278. Install it.
  6. Go to System again and find Cydia Installer – The Future of the IPhone. I used version 1.0. Install it.
  7. Exit. Restart IPhone. Two icons for Terminal and Cydia should appear.

Here are some screenshots for Step1:

Go to Installer Go to System Find Term-vt100

Install Term-vt100 Find Cydia Installer Install Cydia Installer

Two icons should appear

Step 2: Go to Cydia Installer and install Java.

  1. Run Cydia Installer.
  2. Go to Install – Java section. You will find many programms there.
  3. Select IPhone/Java. It will install most of the needed packages, which includes vm, libraries, etc.
  4. Click confirm and wait a little bit.
  5. Go to Java section again and install Jikes package (itwill be probably the only one left). Jikes is a compiler.
  6. Go to Installed Packages tab. Check that Classpath, IPhone/Java, JamVM, Jikes are installed. Several other packages will be there too (Java SQLite, JocStap, etc).
  7. Exit Cydia and restart IPhone. Congratulations!!! You’re done installing Java.

Run Cydia Installer Go to Java section Java section

Select IPhone/Java IPhone/Java dependencies Installation of IPhone/Java

Jikes Jikes Install Jikes

Installed packages Installed packages

That’s it. The tutorial about using all this stuff is here :)