• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [EASIEST WAY ROM DUMP] ROM dump method for any phone

shahabazas

~*~ Android Addict ~*~
Hey guys check this out I found the easiest way to get the phone ROM dump...

http://forum.xda-developers.com/showthread.php?p=28732414#post28732414

[OR JUST CHECK THIS OUT]

Need ROOT access

I tried these all to dump my phones ROM

http://bm-smartphone-reviews.blogspot.pt/2012/03/increasing-g11i-pro-and-hd7-internal.html

http://www.addictivetips.com/mobile...es-boot-recovery-and-system-partition-images/

And many others also where i can find the ways to dump ROM but no success then i can across this site

http://android.podtwo.com/romdump/

but still dint got success then thaught to just do some changes in the steps and then had done those

1. I downloaded the romdump_v82b.zip from http://android.podtwo.com/romdump/
2. Copy and paste the romdump file to /data/local/(open root browers /root access file manager and then go to data folder and then open local folder and paste the file romdump)
3. Long press romdump file and select permission and check all boxes.
4. Created a folder name romdump in sd card and
5. Open Terminal Emulator in phone and followed the steps below mentioned and got the ROM dumped in my sd card



$ export PATH=/data/local/bin:$PATH
$ su
# chmod 04755 /data/local/romdump
# /data/local/romdump

You will see all the things whats going on below if you see this then you will get the ROM dumped if not then follow the steps once again

Android ROM dumper v0.82b
(c)2011 Sebastian404
Device : ALPS.GB.FDD2.MP.V3.9

Creating required files... done.
Opening mtd table... done.
Dumping kernel config... /proc/config.gz: No such file or directory
done.
Dumping boot partition... done.
Dumping recovery partition... done.
Dumping system partition... done.
Creating Checksums... done.
Cleaning up... done.
All done.

#
 
well it could be really a nooby question.!! plz excuse me for that i am a new to these things.!!

q) what is rom dump??(basics only plz) ;)
 
then what about the nandroid backup we create by CWM recovery.!! are these two different.??
 
They both are same but this method can be useful for those who dont have cwm recovery for their device...romdump can be useful for those people to create custom roms..
 
Back
Top Bottom