Difference between revisions of "Talk:Restore Mode"

From The iPhone Wiki
Jump to: navigation, search
Line 2: Line 2:
 
Anyone care to elaborate on how to enable a verbose restore like in [http://qik.com/video/932215 this video]?
 
Anyone care to elaborate on how to enable a verbose restore like in [http://qik.com/video/932215 this video]?
   
==RE: Verbose mode==
+
===RE: Verbose mode===
 
you need to patch iBoot to redirect the pointer of the ramdisk boot-args string somewhere else, where you have a string that is the ramdisk boot-args as well as the -v arg. kinda hacky, but that's what I did and it worked :)
 
you need to patch iBoot to redirect the pointer of the ramdisk boot-args string somewhere else, where you have a string that is the ramdisk boot-args as well as the -v arg. kinda hacky, but that's what I did and it worked :)
   
==RE: RE: Verbose mode==
+
====RE: RE: Verbose mode====
 
That is hacky indeed, but I'll try and figure out how to. Thanks Chronic.
 
That is hacky indeed, but I'll try and figure out how to. Thanks Chronic.

Revision as of 11:24, 29 January 2009

Verbose mode

Anyone care to elaborate on how to enable a verbose restore like in this video?

RE: Verbose mode

you need to patch iBoot to redirect the pointer of the ramdisk boot-args string somewhere else, where you have a string that is the ramdisk boot-args as well as the -v arg. kinda hacky, but that's what I did and it worked :)

RE: RE: Verbose mode

That is hacky indeed, but I'll try and figure out how to. Thanks Chronic.