Difference between revisions of "Unlock"

From The iPhone Wiki
Jump to: navigation, search
m (Added unlock note)
m
Line 1: Line 1:
This is the process by which the [[iPhone]] is modified such that the baseband will accept the [[wikipedia: Subscriber Identity Module|SIM]] card of any GSM carrier. This is entirely different than a [[jailbreak]]. Contrary to popular thought, jailbreaking one's [[iPhone]] does not unlock it. A [[jailbreak]] is, however, required for all currently public, unofficial software unlocks (see "Official Unlock" below). Any [[iPhone]]s purchased after January 26th 2013 will be illegal to unlock under DMCA. This remains legal to unlock by the carrier themselves. Any [[iPhone]]s purchased before this date, remains legal to unlock.
+
This is the process by which the [[iPhone]] is modified such that the baseband will accept the [[wikipedia: Subscriber Identity Module|SIM]] card of any GSM carrier. This is entirely different than a [[jailbreak]]. Contrary to popular thought, jailbreaking one's [[iPhone]] does not unlock it. A [[jailbreak]] is, however, required for all currently public, unofficial software unlocks (see "Official Unlock" below). Any [[iPhone]]s purchased after January 26th 2013 will be illegal to unlock in USA. This remains legal to unlock by the carrier themselves. Any [[iPhone]]s purchased before this date, remains legal to unlock.
 
==Official Unlock==
 
==Official Unlock==
 
[[Image:iTunesUnlock.png|thumb|Unlock in iTunes]]
 
[[Image:iTunesUnlock.png|thumb|Unlock in iTunes]]

Revision as of 13:32, 25 January 2013

This is the process by which the iPhone is modified such that the baseband will accept the SIM card of any GSM carrier. This is entirely different than a jailbreak. Contrary to popular thought, jailbreaking one's iPhone does not unlock it. A jailbreak is, however, required for all currently public, unofficial software unlocks (see "Official Unlock" below). Any iPhones purchased after January 26th 2013 will be illegal to unlock in USA. This remains legal to unlock by the carrier themselves. Any iPhones purchased before this date, remains legal to unlock.

Official Unlock

Unlock in iTunes

At +0x400 in the seczone, a token is stored encrypted with (NCK + NORID + HWID). Apple, knowing the NCK, sends it using an activation token over iTunes. The phone receives an AT+CLCK="PN",0,"......NCK......" It decrypts the token with the generated key. If that decryption, after deRSAing with Key 2, is a valid token for the phone, it is stored back to that flash with the token TEA, but not RSA decrypted. On startup, if the lockstate table says the phone is unlocked, it validates that RSA token.

This type of unlock does not require a jailbreak and is permanent, even surviving a restore (unless Apple or your carrier decides to re-lock the phone, something that has rarely happened [1]).

Hardware Unlock

It is not possible to hardware unlock current devices. The only way to mention here would be Gevey SIM, which is actually not a hardware modification. Back in the days of the original iPhone, it was possible to hardware unlock your iPhone. The instructions were on geohot's blog, which is currently private.

Old AnySim Patch (1.0.x)

This deprecated patch disabled signature checks. So the RSA signature would always validate, and the phone would always appear to be unlocked and every NCK would appear to be valid. This patch caused the locktables to be rewritten to the unlocked state which resulted in a cypto failure once the patch was removed during a baseband upgrade, causing the 0049 IMEI issue. The virginizer was written in response to this problem and allowed users to write locked, virgin locktables. This removed the crypto failure and allowed the application of the ignore MCC/MNC patch.

New AnySIM Patch (1.1+)

This patch, also know as the ignore MCC/MNC patch, makes every MCC/MNC pair appear valid. This patch is overwritten on a reflash of the baseband, and doesn't touch the seczone or the locktables at all. It must be reapplied for every baseband upgrade to maintain the unlock.

In addition, AnySIM 1.1 fixed the "Spamming AT" problems from iUnlock and earlier AnySIM versions.

IPSF

This exploit changed the lockstate table in the seczone to read unlocked and created a spoofed RSA token that was seen as valid by bootloader 3.9 (4.6 was not vulnerable to IPSF). It overwrote your previous token, which means the phone could nor longer be officially unlocked, unless a restore of the token was performed from a previously made backup. Since the token isn't modified in a baseband flash, this unlock survived a baseband downgrade or upgrade. Apple attempted to combat this by requiring AT+CLCK command to be sent every startup. In a officially unlocked iPhones, lockdownd does this. In a late version IPSF phone, signal.app does this.

Cloning Officially Unlocked Phones

This has been suggested by many people, however it has been well investigated and virtually ruled out for these reasons:

  1. Replacing the baseband bootloader or firmware of a locked phone with that of an officially unlocked phone does not unlock the phone, as the unlock information resides in a different flash area, known as the seczone and is unique to each phone.
  2. Cloning the seczone would duplicate IMEIs which would be illegal in most places and would likely result in a ban of these.
  3. Phones with cloned seczones would not even be unlocked by the NCKs of the phone they were cloned from as the CHIPID and NORID is concatenated with the NCK to produce the decryption key used on the RSA seczone token. The only way to make this work is to change the NORID and CHIPID which is not possible.

Ultrasn0w

After the S-Gold 2 days, user land exploits are used to unlock the current devices and basebands, which are usually exploit with ultrasn0w, yellowsn0w, PurpleSn0w or Blacksn0w. Those Softwares exploited several injunction vectors, such as AT+XAPP, AT+XLOG or AT+XEMN

External Links