The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Recovery Mode 0x1281"
(New page: This is the new Recovery Mode protocol used in 2.0 iBoots. ==Commands== usb_control_msg(idev, 0xA1, 3, 0, 0, buf, 6, 1000); //get status usb_control_msg(idev, 0x40, 0, 0, 0, buf, s...) |
(Redirecting. (Duplicated info in two spots.)) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | #REDIRECT [[Recovery Mode (Protocols)]] |
|
− | |||
− | ==Commands== |
||
− | usb_control_msg(idev, 0xA1, 3, 0, 0, buf, 6, 1000); //get status |
||
− | usb_control_msg(idev, 0x40, 0, 0, 0, buf, strlen(buf), 1000); //send command |
||
− | usb_control_msg(idev, 0x21, 1, 0, 0, fbuf, s, 1000); //write memory |
Latest revision as of 05:37, 29 June 2009
Redirect to: