Screenshots | Jailbreak iPhone, iPod Touch, iPad Skip to content

Jailbreak iPhone, iPod Touch, iPad

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

Archive

Tag: screenshots

iphone 4s jailbreak Hackers have successfully made iPhone 4S jailbreak

iPhone DevTeam member MuscleNerd recently tweeted that iPhone 4S jailbreak was finally made:

MuscleNerd
VERY preliminary 4S JB: http://twitpic.com/76vcp4 http://twitpic.com/76vct2 (Huge missing pieces prevent public release. LOTS of work left)

This is just a first step, and as MuscleNerd said there’s a lot of work left to do. So don’t expect to see new utility anytime soon. But this is still great news.

Take a look at the screenshots with terminal and Cydia running on iPhone 4S:

iphone 4s jailbreak 1 266x400 Hackers have successfully made iPhone 4S jailbreak iphone 4s jailbreak 2 266x400 Hackers have successfully made iPhone 4S jailbreak

UPDATE: iPad 2 iOS 5 jailbreak video

MuscleNerd, hacker from DevTeam, has announced via Twitter that a major update to RedSn0w is coming soon.

There will be no need to select an IPSW. Rather than requiring ipsw selection, RedSn0w will now automatically fetch the important pieces directly from Apple (and caches them so that it never needs to re-fetch them again). New version also brings the ability to save and submit SHSH Blobs to Cydia.

Will be pushing out a major redsn0w feature upgrade before my trip to Korea: http://is.gd/PMAdT1 (and look, no IPSW selection button!)

The new version of RedSn0w is expected to be released on Monday.

Check out the screenshots below:

new redsn0w 304x400 RedSn0w jailbreak utility will have a major update soon new redsn0w 1 304x400 RedSn0w jailbreak utility will have a major update soon

new redsn0w 2 304x400 RedSn0w jailbreak utility will have a major update soon new redsn0w 3 304x400 RedSn0w jailbreak utility will have a major update soon

MobileTerminal iPhone4 04 500x333 Step By Step Tutorial: How to install MobileTerminal on iPhone with iOS 4.x

MobileTerminal is a terminal emulator application for the iPad and iPhone. The version of MobileTerminal that is available in Cydia doesn’t work with iPhone iOS 4.x. However there are beta versions that do work, but aren’t on Cydia because they are still in beta stages. This tutorial will show you step-by-step how to install MobileTerminal on iPhone with iOS 4.x (tutorial for iPad is here). If you have old version of MobileTerminal installed – uninstall it in Cydia (Search – MobileTerminal – Remove).

First of all you need to jailbreak your iPhone. If you have not done it already here is an easy tutorial: how to jailbreak iOS 4.0-4.1 on iPhone using Limera1n. After you successfully jailbreaked iPhone:

  1. Run Cydia by tapping on Cydia icon
  2. cydia icon Step By Step Tutorial: How to install MobileTerminal on iPhone with iOS 4.x

  3. The Cydia will start:

Read the rest of this entry

MobileTerminal iPad 05 500x375 Step By Step Tutorial: How to install MobileTerminal on Apple iPad

MobileTerminal is a terminal emulator application for the iPad and iPhone. The version of MobileTerminal that is available in Cydia doesn’t work with iPad iOS 3.2.2 and iPhone iOS 4.x. However there are beta versions that do work, but aren’t on Cydia because they are still in beta stages. This tutorial will show you step-by-step how to install MobileTerminal on iPad (tutorial for iPhone is here). If you have old version of MobileTerminal installed – uninstall it in Cydia (Search – MobileTerminal – Remove).

First of all you need to jailbreak your iPad. Here is an easy tutorial: how to jailbreak iPad with iOS 3.2.2 using Limera1n. After you successfully jailbreaked iPad:

  1. Run Cydia by tapping on Cydia icon
  2. cydia icon Step By Step Tutorial: How to install MobileTerminal on Apple iPad

  3. The Cydia will start:

Read the rest of this entry

counter Apple vs jailbreakers

The only way Apple can fix the exploit that the iPhone Dev Team has been using to Jailbreak iPhone’s and iPod Touch’s is to fix their hardware, but it seems Apple has figured out a way to program iTunes 8 to detect and prevent the Pwnage exploit. The screenshot below from iTunes 8 using a Pwned ipsw (with an unPwned device attached) is one example.

The Dev Team reacted promptly:

“The nice thing about iTunes decisions is that we can provide you with patches to counter them. We have one such patch already for Mac iTunes 8 for iPod touch. We’ll be working out the full suite of patches for all the combinations over the next week.”

Dev Team also published two interesting screenshots:

21ss1 Apple vs jailbreakers 21ss2 Apple vs jailbreakers

cydia20 1 Java for IPhone / IPhone 3G firmware 2.0 exists cydia20 2 Java for IPhone / IPhone 3G firmware 2.0 exists

After successfull jailbreake of the IPhone/IPhone 3G with firmware 2.0 it is possible to install Cydia installer. And what is more exciting, there are many applications there, including Java.

Related articles:

screenshots are from iphoneapps.ru

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 :)