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

Root Make RomDump of MT6573/MT6575 device

mastermind1024

Android Expert
I am explaining how to get romdump of the device.

You must be rooted to use this method.

Download: BackupTool

Note: Use my username as pw to download file.

Download above zip file and extract its contents to /sdcard root.

Apply following commands via ADB or Terminal Emulator to get romdump.Hit enter after each command.

Code:
su
cd /sdcard
sh back23.sh
The process will take some time to finish. You will find whole romdump in /sdcard/backup_/ folder.
 
Back
Top Bottom