Firmware | Jailbreak iPhone, iPod Touch, iPad - Part 10 Skip to content

Jailbreak iPhone, iPod Touch, iPad

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

Archive

Tag: Firmware

pwnagetool 4 1 400x352 PwnageTool 4.1.2 is now available

Just a day after PwnageTool 4.1.1 release, DevTeam created one more update for popular jailbreak utility – PwnageTool 4.1.2 for Mac OS X. This release should solve some problems that users had. However there are still users reporting iTunes errors when restoring custom firmware. Anyway PwnageTool 4.1.2 is worth trying.

You can download PwnageTool 4.1.2 here.

Here is a step-by-step Tutorial: how to jailbreak and unlock your iPhone using PwnageTool.

These are instructions on how to jailbreak your iPhone using PwnageTool 4.1 for Mac OS X. If you need unlock and you have not updated to iOS 4 you will be able to preserve baseband and unlock iPhone using ultrasn0w.

This guide will work for iPhone 4, iPhone 3GS, iPhone 3G, iPod Touch 3G, iPod Touch 4G, iPad and AppleTV. Just use the right firmware and select the right device (step four).

Step One
Make a folder called “Pwnage” on the desktop. Now you need to download there PwnageTool 4.1 from here and iOS 4.1 firmware from here.

When downloading the IPSW file, it is best to download it with Firefox since Safari often auto extracts it!

pwnagetool 41 1 400x277 Step by step Tutorial: how to jailbreak and unlock your iPhone using PwnageTool 4.1.2 (Mac)

Step Two
Double click to mount PwnageTool then drag the PwnageTool icon into the Pwnage folder.

Read the rest of this entry

pwnagetool 4 1 400x352 PwnageTool 4.1 released

The iPhone DevTeam has just released jailbreak utility PwnageTool 4.1 for Mac OS X.

PwnageTool allows you to restore to a custom IPSW file. The main advantage of PwnageTool is for unlockers. It gives the ability to keep current baseband and preserve ultrasn0w unlock. This is only for those, who have not updated to iOS 4.1 by themseleves.

You can also add whatever packages you want in the “Expert” mode of PwnageTool, if you wish to pre-install something from Cydia.

Here is a list of supported devices:

  • iPhone4
  • iPhone 3GS
  • iPhone 3G
  • iPad (firmware 3.2.2)
  • AppleTV 2G
  • iPod touch 4G
  • iPod touch 3G

You can download PwnageTool 4.1 here.

greenpois0n Jailbreak utility Greenpois0n released for Mac OS

Greenpois0n for Windows and Linux was released a few days ago. Today Chronic Dev Team created a Mac OS version.

Greenpois0n does jailbreak of firmware iOS 4.1 on the following devices:

- iPhone 4
- iPhone 3G S
- iPod touch 4G
- iPod touch 3G
- iPad (iOS 3.2.2)

Greenpois0n uses that same exploit as limera1n.

You can download GreenPois0n from here.

The iPhone DevTeam have probably found a new method to jailbreak Apple devices with the A4 chip. This includes such devices as iPhone, iPad, iPod and Apple TV. This is great news!

MuscleNerd tweeted.

Think we’ve figured out a way to extend PwnageTool+limera1n+@comex hacks to untethered JBs for all future A4 firmwares :)

jailbreak a4 DevTeam found a way to jailbreak all firmwares of Apple devices with A4 chip

greenpois0n 400x234 Chronic Dev Team Releases GreenPois0n Jailbreak for iOS 4.1

Today the Chronic Dev-Team released their jailbreak utility called Greenpois0n. There are currently two versions – for Windows and for Linux users. The team is working on a Mac version, so it will be released soon. Greenpois0n supports only firmware iOS 4.1, so use Limera1n if you want to jailbreak iOS 4.0, iOS 4.0.1 or iOS 4.0.2.

Remember: Do not update to iOS 4.1 if you need the unlock. Ultrasn0w does not support that baseband yet.

Hackers used the bootrom exploit found by Geohot and used in limera1n.

This release of greenpois0n supports:
- iPhone 4
- iPhone 3G S
- iPod touch (4th Generation)
- iPod touch (3rd Generation)
- iPad

Soon there will be another release, adding things like support for:
- Apple TV (2nd Generation)
- iPod touch (2nd Generation)

You can download GreenPois0n from here.

pwnage Pwnagetool for iPhone with iOS 4.1 will be released by Sunday

Hacker MuscleNerd has tweeted that the DevTeam plans to release PwnageTool for iOS 4.1 in several days.

For AppleTV 2G users, the goal is for PwnageTool to cover you by Funday/Sunday (but still very limited app capability)

This release should also bring jailbreak for iPod touch and iPad Mac users.

PwnageTool is a Mac OS X jailbreak tool. One of it’s advantages is the ability to preserve old baseband, which means you can have firmware iOS 4.1 with baseband from iOS 4.0 (if you haven’t updated to 4.1 already). And this brings unlcok, because iOS 4.0 is unlockable.

pwnagetool 41 Pwnagetool for iPhone with iOS 4.1 will be released by Sunday

itunes Prevent iTunes from Updating Jailbroken Devices

iTunes continues to serve iOS updates even if your Apple’s device was jailbroken. And if these updates are downloaded and installed occasionally, your device may be returned to  a non-jailbroken state.  Here the script, which prevents iTunes from automatically downloading updates:

#!/bin/bash
clear
echo “This script will chmod the download locations for Firmware Files, So iTunes can not download firmware.”
echo “AKA it will prevent iTunes from auto updating your device.”
echo “”
echo “”
echo “To restore firmware just hold down option and manually select the firmware file.”
echo “”
clear
echo “Made By: Wesley K”
echo “wesley@wesleyk.me”
echo “http://wesleyk.me”
echo “http://wesleyk.me/twitter
sleep 2
read -sn 1 -p “Press any key to continue…”
clear
echo “Now I need your password to continue”
echo “Killing iTunes now”
sudo -v
sudo killall -9 iTunes
sleep 2
clear

echo “Im going to make all the folder needed to future proof a few things”
echo “If errors occur here, No big deals.”
sudo mkdir ~/Library/iTunes/iPad Software Updates/
sudo mkdir ~/Library/iTunes/iPod Software Updates/
sudo mkdir ~/Library/iTunes/iPhone Software Updates/
sleep 2
clear

echo “I am going to dump all the current files in your update folders.”
echo “This will prevent any updates from downloaded firmware.”
sudo rm -rf ~/Library/iTunes/iPad Software Updates/*
sudo rm -rf ~/Library/iTunes/iPhone Software Updates/*
sudo rm -rf ~/Library/iTunes/iPod Software Updates/*
sleep 2
clear

echo “Now preventing iTunes from downloading new firmwares.”
sudo chmod 444 ~/Library/iTunes/iPad Software Updates
sudo chmod 444 ~/Library/iTunes/iPod Software Updates
sudo chmod 444 ~/Library/iTunes/iPhone Software Updates
sleep 2
clear

echo “Made By Wesley K”
echo “Give me credit if you use it”
echo “For safe measures I would run this script after iTunes updates, It shouldn’t affect it but I don’t know yet.”

To use it, just copy and paste the script into TextEdit: TextEdit → Format →  Plain Text. Save the file wherever you want as blockitunesupdates.sh. Open up a terminal window and type chmod +x filepath, where filepath is the path to the script. To start it, drag the script file into a Terminal window, push Enter, and follow the instructions.

If you update iTunes, OS X, or repair disk permissions with Disk Utility, you may need to perform the above described procedure again to make sure iTunes stays blocked. If you want to lock the script, replace the three 444s in the script with 555 and run it again.

ra1ndrop iPhone iOS 4.1 Jailbreak Released from GeoHot, called LimeRa1n

Famous hacker Geohot is back and today he released the latest iOS 4.1 jailbreak. It is called LimeRa1n and supports iPhone 3GS, iPod Touch 3G, iPad, iPhone 4, iPod Touch 4G with iOS firmwares 4.0-4.1 and beyond. It can also hacktivate your device, so there is no need in phone SIM-cards and other tricks.

This software is still in beta and was updated 3 times in last several hours. So use with caution.

There is Windows version only for now. Geohot plans to release LimeRa1n for Mac and Linux soon. You can Download it here.

Some users report that they have jailbroken their iOS 3.2.2 iPads successfully with limera1n, while others report that they tried, but failed.

Do not forget to backup.

For many users of iPhone 3GS and iPhone 4 with iOS 4.0.2 now there is a hope to perform jailbreak using LimeRa1n and unlock using ultrasn0w. We recommend NOT to do it if you have not saved your SHSH keys. You can try, but if something goes wrong without SHSH keys you’ll have to restore to iOS 4.1, and there is no unlock for iOS 4.1 (possibly forever). Just wait for PwnageTool utility.

DevTeam reported that Limera1n uses a different exploit than SHAtter, so they will not release SHAtter utility, they don’t want let Apple fix both security holes. However they plan to release PwnageTool using the same exploit.

limetime 400x245 iPhone iOS 4.1 Jailbreak Released from GeoHot, called LimeRa1n

Known bugs:

  • some people must reboot to see Cydia
  • beta iOS versions aren’t supported
  • iPod Touch 2G support coming soon
  • for iPhone 3G use redsn0w 0.9.6 b1

Here’s a quick changelog of recent beta releases:

  • BETA1 – first release
  • BETA2 – fixed kernel patching magic, rerun BETA2+ over BETA1
  • BETA3 – fixed new bootrom 3GS
  • BETA4 – uninstall fixed, respring fixedish

redsn0w 0 9 6 b1 370x400 Jailbreak iOS 4.1 with RedSn0w 0.9.6 b1 is now available for Windows

RedSn0w 0.9.6 b1 for Mac OS X was released a while ago. Today DevTeam created a version for Windows users. RedSn0w 0.9.6 b1 can jailbreak iOS 4.1 and iOS 4.1 running on iPhone 3G or iPod touch 2G.

You can download it here.

Redsn0w is easy to use:

  1. Download firmware here.
  2. Launch redsn0w 0.9.6 b1
  3. Select your stock 4.1 or 4.0 ipsw (you’ve already used this to update your device to 4.1 or 4.0)
  4. Select “Install Cydia” and any of the other options shown above, then click “Next”. Use DFU mode to install the jailbreak.

This is still beta, so there might be some problems:

Any Windows users seeing “Waiting for reboot” for too long (more than 20 seconds or so), please try “shaking” the JB process by unplugging then replugging your USB cable (while letting redsn0w continue to run). Also, try using a USB port “closer” to your computer (as opposed to on your monitor or behind another hub).

As usual DevTeam reminds us:

IF YOU USE THE ULTRASN0W UNLOCK, PLEASE WAIT FOR PWNAGETOOL TO SUPPORT 4.1. DO NOT USE REDSN0W

That’s because to use redsn0w at 4.1, you need to already have updated to official 4.1 from Apple. If you do that, you lose the ultrasn0w unlock (possibly forever).