Difference between revisions of "Talk:Restore Mode"

From The iPhone Wiki
Jump to: navigation, search
Line 7: Line 7:
 
====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.
  +
  +
=====Verbose mode, again=====
  +
Now that the source of 0wnboot is public, I see what you did to enable -v ramdisks.
  +
However, how would I convert this to something that can be run on a device other than a 2G (aka some simple mw's)?
  +
I know, it's kind of a n00by question to ask, but -v looks useful and I know almost nothing about ASM.

Revision as of 09:17, 1 February 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.

Verbose mode, again

Now that the source of 0wnboot is public, I see what you did to enable -v ramdisks. However, how would I convert this to something that can be run on a device other than a 2G (aka some simple mw's)? I know, it's kind of a n00by question to ask, but -v looks useful and I know almost nothing about ASM.