Difference between revisions of "Normal Mode"

From The iPhone Wiki
Jump to: navigation, search
(Device IDs)
Line 19: Line 19:
 
* [[K94ap|iPad 2 GSM]] - 0x12a2
 
* [[K94ap|iPad 2 GSM]] - 0x12a2
 
* [[K95ap|iPad 2 CDMA]] - 0x12a3
 
* [[K95ap|iPad 2 CDMA]] - 0x12a3
* [[K93aap|iPad 2 R2]] - ?
+
* [[K93aap|iPad 2 R2]] - 0x12a9
 
* [[J1ap|iPad 3 Wi-Fi]] - 0x12a4
 
* [[J1ap|iPad 3 Wi-Fi]] - 0x12a4
 
* [[J2ap|iPad 3 CDMA]] - 0x12a5
 
* [[J2ap|iPad 3 CDMA]] - 0x12a5

Revision as of 21:19, 12 May 2012

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.