View Single Post
  #81 (permalink)  
Old 06-18-2009, 04:54 PM
conflipper's Avatar
conflipper
MIA
Offline
Threadstarter
 
Join Date: Feb 2008
Posts: 1,888
Reputation: 12640
conflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom ROM on Motorola Q *Project*

I did all my stuff in a hex editor,

Search for string E9 FD FF 00 in a hex editor, once you find that, delete everything before that and above out. and save it. this new file is now your OS.NB.Payload, you can use standard rom dumping tools to get all the files and everything out.


Search for ECEC (text) for the xip, it should be the second on. and the XIP should start with somethig like 75 2D 00 EA, I say search for the text cause that is always there, and on motorola the XIP start address is different.


Search for F8 AC 2C 9D E3 D4 2B 4D BD 30 91 6E D8 4F 31 DC This will be the imgfs start address.

so using those address you can get all of the files extracted and everything else. from there use standard tools to decompile everything.