Difference between revisions of "N72AP"

From The iPhone Wiki
Jump to: navigation, search
m (Updating page link.)
(48 intermediate revisions by 15 users not shown)
Line 1: Line 1:
  +
[[File:iPod touch 2G.png|thumb|right|iPod touch 2G]]
This is the 2nd Generation iPod Touch
 
   
  +
This is the second generation [[List of iPod touches|iPod touch]]. It has two different [[bootrom]] revisions.
Model: n72ap
 
Application Processor (OS Chip): s5l8720x
 
   
  +
'''Model''': N72AP
== Decryption of it's Ramdisks, iBoot, LLB, Kernel, and friends ==
 
The application processor has a new [[GID]] key in it, so you can't decrypt kbags from it on any other device than itself. So, you pretty much will not even be able to make a pwned IPSW, let alone decrypt the RootFS, unless a low level (like, bootrom/kernel/iBoot) exploit is found. From there, it can be used to run code to decrypt the kbags so that we can in turn decrypt the files, and then to run code to actually pwn the device.
 
   
  +
'''Application Processor (OS Chip)''': [[S5L8720]]
== Notes ==
 
-It has a new [[GID]] key.
 
-[[iBoot]] seems to map itself at 0xFF00000.
 
-[[LLB]] is encrypted, which is new.
 
-The s5l8900 [[WTF]] is still in the firmware strangely enough, but there is no [[n72ap]] WTF.
 
-It uses the same [[KBAG]] method, but as previously stated, it has a new [[GID]] key so nothing can be decrypted at the time without allowing unsigned code.
 
   
  +
The name used in firmware is iPod2,1.
==Internals==
 
  +
<i>See: [[n72ap (Internals)]]</i>
 
  +
==Hardware==
  +
See the [[S5L8720 (Hardware)]] for hardware details
  +
  +
==Device IDs==
  +
'''0x1227''' = [[DFU Mode]] 2.0 (Basically WTF 2.0 burned into bootrom)
  +
  +
'''0x1281''' = [[Recovery Mode]] 2.0 ([[iBEC]]/[[iBSS]]/[[iBoot (Bootloader)|iBoot]])
  +
  +
'''0x1293''' = Normal Mode (comm with [[iTunes]] / MobileDev framework)
  +
  +
==Exploits==
  +
See the [[S5L8720]] page for all known exploits
  +
  +
==Links==
  +
* [http://www.ifixit.com/Guide/First-Look/iPod/iPod-Touch-2G iFixit page for iPod touch 2nd Generation]
  +
  +
[[Category:Devices]]

Revision as of 11:57, 14 November 2015

This is the second generation iPod touch. It has two different bootrom revisions.

Model: N72AP

Application Processor (OS Chip): S5L8720

The name used in firmware is iPod2,1.

Hardware

See the S5L8720 (Hardware) for hardware details

Device IDs

0x1227 = DFU Mode 2.0 (Basically WTF 2.0 burned into bootrom)

0x1281 = Recovery Mode 2.0 (iBEC/iBSS/iBoot)

0x1293 = Normal Mode (comm with iTunes / MobileDev framework)

Exploits

See the S5L8720 page for all known exploits

Links