Difference between revisions of "Interactive Mode"

From The iPhone Wiki
Jump to: navigation, search
(New page: This is the protocol used to talk to the baseband in bootloader interactive mode. ==Commands== BBSETBAUDRATE = 0x82, BBCFISTAGE1 = 0x84, BBCFISTAGE2 = 0x85, BB102 = 0x102, BBBEG...)
 
m
 
(3 intermediate revisions by 3 users not shown)
Line 18: Line 18:
 
BBNOP2 = 0x809,
 
BBNOP2 = 0x809,
   
  +
[[Category:Protocols (Baseband)]]
==Implementations==
 
http://www.iphone-hacks.com/download.php?id=50
 

Latest revision as of 02:29, 22 October 2011

This is the protocol used to talk to the baseband in bootloader interactive mode.

Commands

 BBSETBAUDRATE = 0x82,
 BBCFISTAGE1 = 0x84,
 BBCFISTAGE2 = 0x85,
 BB102 = 0x102,
 BBBEGINSECPACK = 0x204,
 BBENDSECPACK = 0x205,
 BBGETFLASHID = 0x801,
 BBSEEK = 0x802,
 BBREAD = 0x803,
 BBWRITE = 0x804,
 BBERASE = 0x805,
 BBERASESTATUS = 0x806,
 BBNOP1 = 0x807,
 BBWRITEPAGE = 0x808,
 BBNOP2 = 0x809,