tonysk (30-11-2011)
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.
tonysk (30-11-2011)
Install ClockworkMod Recovery and make a nandroid backup.Originally Posted by Frank77gld [ Login above or register to see download links. ]
Thx that will work when i get ClockworkMod recovery installed. Still bussy with it.
I use abd currently to get ClockworkMod recovery on my phone.
How can i use adb to backup my stock recovery? I found some cmd like this. But i need the adb cmd for the GIO. Can you ore anyone els tell me please?
I almost need to go to work sow im into find answar when im back from work..![]()
Backup your stock recovery:
First check your recovery partition..
su
cat /proc/mtd
From there you'll see the recovery partition..
To backup the recovery..
cat /dev/mtd/mtd3 > /sdcard/orirecovery.img
flash clockworkmod and there will be something called backup rom or u could download rom toolbox and click backup under rom manager
Thx for letting me know i gone try toolbox when im home againOriginally Posted by yanni [ Login above or register to see download links. ]
![]()