How do you pull the ROM from the Hero?

Status
Not open for further replies.
Search This thread

dpgc213

Senior Member
Jan 25, 2008
188
14
can u adb into it? if so you just need to type the following in command prompt if your using windows:

adb pull /system

:D
 

MortICi

Senior Member
Jun 9, 2009
191
0
Sweet god you can be a hero if you can use adb and type the following command:

adb pull /proc/config.gz .

and attach the file here!

You can load the 1.3.1 recovery (i think) and nandroid backup the system!


*************THIS IS A GUESS ON HOW TO DO IT!*****************
I bet someone will help you get this dumped!

but you can probably dump the following like so:

adb pull /system ./system (make the folder in your adb directory)
adb pull /data ./data (make the folder in your adb directory)
adb pull /etc ./etc (make the folder in your adb directory)

cat /dev/mtd/mtd1 > /sdcard/recovery.img
cat /dev/mtd/mtd2 > /sdcard/boot.img

adb pull /sdcard/recovery.img . < there is a . after it and it needs to be there! >
adb pull /sdcard/boot.img . < there is a . after it and it needs to be there! >

This would be my guess on how to do it, but i could be wrong.
 
Last edited:

herman3101

Senior Member
May 16, 2005
167
2
38
Milton Keynes
www.lickmynuts.co.uk
I've tried all those commands, the only one that worked is the adb pull /system ./system , it didn't work for etc and data, reckoned there weren't any files to copy. the cat... ones just didn't do anything. I'm guessing this is because I'm not rooted on the phone. Any suggestions?
 

maxisma

Senior Member
May 1, 2009
1,212
43
29
Dorsten, Germany
I've tried all those commands, the only one that worked is the adb pull /system ./system , it didn't work for etc and data, reckoned there weren't any files to copy. the cat... ones just didn't do anything. I'm guessing this is because I'm not rooted on the phone. Any suggestions?

System is enough :) Now please upload it to megaupload/rapidshare :)
 
Status
Not open for further replies.