-
Backup current rom
What would be best/fastest way two backup current rom?
Well i finally found out how to backup my recovery.img and bootimg.
I used the following command from ADB shell: #dd if=/dev/bml9 of=/sdcard/recovery.img
This dumps a recovery.img on the sdcard
for the backup of the boot.img use the command from ADB shell:
#dd if=/dev/bml8 of=/sdcard/boot.img
For system image i found working commands:
dd if=/dev/stl12 of=/sdcard/system.rfs
ore: dd if=/dev/stl12 of=/sdcard/system.img
Last edited by Frank77gld; 30-10-2011 at 19:29.
-
The Following User Says Thank You to Frank77gld For This Useful Post:
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules