Difference between revisions of "Normal Mode"

From The iPhone Wiki
Jump to: navigation, search
(Device IDs)
Line 7: Line 7:
 
* [[iPhone 3G]] - 0x1292
 
* [[iPhone 3G]] - 0x1292
 
* [[iPod touch 2G]] - 0x1293
 
* [[iPod touch 2G]] - 0x1293
  +
* [[iPhone 3Gs]] - 0x1294
* iPhone 2nd Generation - 0x1294 ([http://pastie.org/391132 found] on 2.2.1 rootfs - convert product id to hex)
 
  +
* iPod touch 3G - 0x1295 (likely)
   
 
==Patch: Disable SSL==
 
==Patch: Disable SSL==

Revision as of 17:01, 16 July 2009

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.

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