Difference between revisions of "Normal Mode"

From The iPhone Wiki
Jump to: navigation, search
(Device IDs: Filled in device ID for iPod touch 4G, added Apple TV 2G to the list.)
m (added iphone 4 ID)
Line 10: Line 10:
 
* [[N18ap|iPod touch 3G]] - 0x1299
 
* [[N18ap|iPod touch 3G]] - 0x1299
 
* [[K48ap|iPad]] - 0x129a
 
* [[K48ap|iPad]] - 0x129a
* [[N90ap|iPhone 4]] -
+
* [[N90ap|iPhone 4]] - 0x1297
 
* [[N81ap|iPod touch 4G]] - 0x129e
 
* [[N81ap|iPod touch 4G]] - 0x129e
 
* [[K66ap|Apple TV 2G]] -
 
* [[K66ap|Apple TV 2G]] -

Revision as of 09:32, 23 October 2010

This is the protocol iTunes uses to talk to the booted iPhone. It uses usbmux to provide TCP like connectivity over a USB port using SSL. There is a pairing process iTunes uses to establish the secure channel. File transfer is provided by AFC.

Device IDs

It appears that it uses different device IDs:

Patch: Disable SSL

There is a way to disable SSL encyption during iTunes communication on jailbroken devices by patching lockdownd binary:

(#) Disable SSL protection
(#) FW 2.1
(#) binary /usr/libexec/lockdownd
-0x1000

Offset 000112F8: 0C 30 98 E5 > 00 30 A0 E3 ; Conn.UseSSL = false

After applying the patch all packets between iPhone and iTunes become plain and clear. Musthave for R&D ppl.

USBMux Protocol

Resources