<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comentarios en: iPhone ¿Imposible liberarlo?</title>
	<atom:link href="http://iphonefan.com/blog/2007/07/17/iphone-%c2%bfimposible-liberarlo/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphonefan.com/blog/2007/07/17/iphone-%c2%bfimposible-liberarlo/</link>
	<description>El blog de los fanáticos del iPhone en México</description>
	<pubDate>Wed, 03 Dec 2008 00:15:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Por: Bacteriano</title>
		<link>http://iphonefan.com/blog/2007/07/17/iphone-%c2%bfimposible-liberarlo/#comment-557</link>
		<dc:creator>Bacteriano</dc:creator>
		<pubDate>Fri, 03 Aug 2007 03:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://iphonefan.com/blog/2007/07/17/iphone-%c2%bfimposible-liberarlo/#comment-557</guid>
		<description>Bueno segun el grupo de hackers que andan trabajando en lo del desbloqueo dicen que ese site (http://iphoneunlocking.com) es un engaño. Que tengan mucho cuidado y que no es bueno andar dando el código IMEI.</description>
		<content:encoded><![CDATA[<p>Bueno segun el grupo de hackers que andan trabajando en lo del desbloqueo dicen que ese site (http://iphoneunlocking.com) es un engaño. Que tengan mucho cuidado y que no es bueno andar dando el código IMEI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Jordan</title>
		<link>http://iphonefan.com/blog/2007/07/17/iphone-%c2%bfimposible-liberarlo/#comment-484</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Fri, 27 Jul 2007 18:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://iphonefan.com/blog/2007/07/17/iphone-%c2%bfimposible-liberarlo/#comment-484</guid>
		<description>Hola encontre sitios relacionado al desbloqueo del iphone y encontre este sitio http://www.iphoneunlocking.com/ ingresas tu mail y el IMEI del iphone y ellos te envian el codigo de desbloqueo.  ya son cerca de 6000 iphones desploqueados y aqui en México ya llegaron!!</description>
		<content:encoded><![CDATA[<p>Hola encontre sitios relacionado al desbloqueo del iphone y encontre este sitio <a href="http://www.iphoneunlocking.com/" rel="nofollow">http://www.iphoneunlocking.com/</a> ingresas tu mail y el IMEI del iphone y ellos te envian el codigo de desbloqueo.  ya son cerca de 6000 iphones desploqueados y aqui en México ya llegaron!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Bacteriano</title>
		<link>http://iphonefan.com/blog/2007/07/17/iphone-%c2%bfimposible-liberarlo/#comment-353</link>
		<dc:creator>Bacteriano</dc:creator>
		<pubDate>Wed, 18 Jul 2007 06:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://iphonefan.com/blog/2007/07/17/iphone-%c2%bfimposible-liberarlo/#comment-353</guid>
		<description>Post original en el wiki de ‘desbloque de iPhone’

Will we ever unlock the iPhone?

All problems with unlocking lie in the baseband, the radio chipset for the iPhone. The chipset is an S-Gold2, and don’t come in the chat and give us links to PapaUtils, we can’t use them.

Now the iPhone only has one lock, a network personalization lock. This lock means the MCC(US=310) and the MNC(AT&#038;T=410) must match the first six digits of the SIM cards IMSI. This check is done in the baseband firmware itself. I’m not really sure where yet, but that isn’t really relevant.

The only thing standing in the way of an unlock is the baseband. All the other sim checks are known and can be patched out. We even know the AT command to do the unlock. It’s ‘AT+CLCK=”PN”,0,”xxxxxxxx”‘. But good luck finding those x’s. They are called the NCK, or Network Control Key, and are believed to be unique in everyones phone. Forget brute force(time impractical) and the obvious entries. If you still think bruteforce is a good idea, read this. Further, there is a limit of 3-10 unlock attempts per phone, after which the firmware will “hard-lock” itself to AT&#038;T.

So why can’t we just patch the firmware? The firmware, located in the ramdisk at /usr/local/standalone/firmware/ICE03.12.06_G.fls, is signed. See here for what is known about the file. The sig is checked in the baseband bootloader. The updater program, bbupdater, only checks a checksum, which can be changed. The update will take, but then the phone won’t boot because the sigs don’t match.
We worked two solid days on disasseming the radio fw. There are a few backdoors, but none that would lead to an unlock. If you are *good* with disassembling ARM, PM geohot for the idb. We’ve documented a lot of functions pretty well. Although, this firmware is very difficult to work through. I’m 90% sure the password check happens in the function called pwdcheck, but I haven’t found it yet. For all we know there could be a simple algorithm to generate the NCKs that we’ve missed.</description>
		<content:encoded><![CDATA[<p>Post original en el wiki de ‘desbloque de iPhone’</p>
<p>Will we ever unlock the iPhone?</p>
<p>All problems with unlocking lie in the baseband, the radio chipset for the iPhone. The chipset is an S-Gold2, and don’t come in the chat and give us links to PapaUtils, we can’t use them.</p>
<p>Now the iPhone only has one lock, a network personalization lock. This lock means the MCC(US=310) and the MNC(AT&#038;T=410) must match the first six digits of the SIM cards IMSI. This check is done in the baseband firmware itself. I’m not really sure where yet, but that isn’t really relevant.</p>
<p>The only thing standing in the way of an unlock is the baseband. All the other sim checks are known and can be patched out. We even know the AT command to do the unlock. It’s ‘AT+CLCK=”PN”,0,”xxxxxxxx”‘. But good luck finding those x’s. They are called the NCK, or Network Control Key, and are believed to be unique in everyones phone. Forget brute force(time impractical) and the obvious entries. If you still think bruteforce is a good idea, read this. Further, there is a limit of 3-10 unlock attempts per phone, after which the firmware will “hard-lock” itself to AT&#038;T.</p>
<p>So why can’t we just patch the firmware? The firmware, located in the ramdisk at /usr/local/standalone/firmware/ICE03.12.06_G.fls, is signed. See here for what is known about the file. The sig is checked in the baseband bootloader. The updater program, bbupdater, only checks a checksum, which can be changed. The update will take, but then the phone won’t boot because the sigs don’t match.<br />
We worked two solid days on disasseming the radio fw. There are a few backdoors, but none that would lead to an unlock. If you are *good* with disassembling ARM, PM geohot for the idb. We’ve documented a lot of functions pretty well. Although, this firmware is very difficult to work through. I’m 90% sure the password check happens in the function called pwdcheck, but I haven’t found it yet. For all we know there could be a simple algorithm to generate the NCKs that we’ve missed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
