|
|||||||||
|
|||||||||
|
|||
|
I just bought an iPhone and it has been unlocked by the seller. My iPhone is running firmware 1.0.2 and I want to upgrade it to fw 1.1.2 but I don't know which unlocking method has beeng used. All the guides warn me for IPSF unlocked phones.
Is there a way to retrieve the unlock method which has been used? |
|
||||
|
Follow this guide-
http://www.hackint0sh.org/forum/show...0&postcount=35 |
|
|||
|
Quote:
Try running minicom and check the unlock status of the comm board. You must be careful, because if it survived the update, it can be IPSF.... Since you did replace the board and have not asked how to "bbupdate- v" here goes a quick & dirty: Run minicom -s Go into config, set the device to /dev/tty.baseband exit config, not minicom Enter the following AT command: AT+XSIMSTATE=1 Post the result line like: +XLOCK: "PN",X1,X2,"PU",X1,X2,"PP",X1,X2,"PC",X1,X2,"P S",X 1,X2 X1 and X2 are the important data: 1,0 is locked or new anySIM unlocked - this is the "good state" 5,0 is IPSF - the paid state 4,0 is iUnlock and siblings (unlocker, and anySIM 1.0.x) - needs revirginize edit: although the poster did not mention this but I think you have to shutdown commcenter before going into minicom and issue the AT command. |
| Sponsored links Remove advertisements | |
|
|
|
|
|
|||
|
Ok, i tried this on another iPhone with FW 1.1.2 (AnySim unlocked) and it gave the following result:
Code:
AT+XSIMSTATE=1 +XSIM: 1 +XLOCK: OK |
|
|||
|
you need to shutdown commcenter first.
launchctl unload /System/Library/LaunchDaemons/com.apple.CommCenter.plist when done, turn it back on launchctl load /System/Library/LaunchDaemons/com.apple.CommCenter.plist Last edited by dtube; 11-29-2007 at 07:27 PM. |
| Sponsored links Remove advertisements | |
|
|
|
|
|
|||
|
nothing new here but another method using sendmodem
http://code.g o o g l e.com/p/iphone-elite/wiki/sendmodem |
|
|||
|
Finally! Cracked it. Phone reports:
Code:
AT+XSIMSTATE=1 +XSIM: 3 +XLOCK: "PN",1,0,"PU",5,0,"PP",5,0,"PC",5,0,"PS",5,0 OK |
| Sponsored links Remove advertisements | |
|
|
|
|
|
|||
|
+XLOCK: "PN",X1,X2,"PU",X1,X2,"PP",X1,X2,"PC",X1,X2,"P S",X 1,X2
X1 and X2 are the important data: 1,0 is locked or new anySIM unlocked - this is the "good state" 5,0 is IPSF - the paid state 4,0 is iUnlock and siblings (unlocker, and anySIM 1.0.x) - needs revirginize |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
|
|