Difference between revisions of "Unlock"

From The iPhone Wiki
Jump to: navigation, search
(Old AnySim Patch (1.0.X))
(Old AnySim Patch (1.0.X))
Line 5: Line 5:
   
 
==Old AnySim Patch (1.0.X)==
 
==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 rewrote the locktables to 'unlocked' which caused a cypto failure once the patch was removed during a BB upgrade (0049 IMEI issue). The virginizer was written in response to the corruption this caused, and allowed users to write locked, virin locktables. This removed the crypto failure and allowed the application of the ignore MCC/MCN patch.
+
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 rewrote the locktables to 'unlocked' which caused a cypto failure once the patch was removed during a BB upgrade, causing the 0049 IMEI issue. The virginizer was written in response to this problem and allowed users to write locked, virin locktables. This removed the crypto failure and allowed the application of the ignore MCC/MCN patch.
   
 
==New AnySIM Patch (1.2+)==
 
==New AnySIM Patch (1.2+)==

Revision as of 18:44, 7 August 2008

This is the process by which the iPhone baseband is modified to accept the SIM card of any GSM carrier. This is entirely different than a Jailbreak.

Official Unlock

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.

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 rewrote the locktables to 'unlocked' which caused a cypto failure once the patch was removed during a BB upgrade, causing the 0049 IMEI issue. The virginizer was written in response to this problem and allowed users to write locked, virin locktables. This removed the crypto failure and allowed the application of the ignore MCC/MCN patch.

New AnySIM Patch (1.2+)

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 at all. It must be reapplied for every baseband upgrade to maintain the unlock.

IPSF

See IPSF for main article. This exploit changed the lockstate table in the seczone to read unlocked and created a spoofed RSA token that was seen as valid by BL3.9 (BL4.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 verion 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's 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 of the baseband and is unique to each phone.
  2. Copying the seczone would duplicate IMEIs which in turn would result in a ban of these.
  3. Cloned phones would not even be unlocked by the NCKs of the phone they were cloned from as the HWID and NORID is concatenated with the NCK to produce the decryption key used on the RSA seczone token.

The only way to possibly make this work is to change the NORID and CHIPID which is impossible. Ergo, this is impossible.