Hey,
just got a new phone and now i want to backup the system.img, boot.img and recovery.img. how to do?
thanks
just got a new phone and now i want to backup the system.img, boot.img and recovery.img. how to do?
thanks
milkaschokolade, on Dec 28 2010, 11:09, said:
cat proc/mtd
dev: size erasesize name mtd0: 00480000 00020000 "recovery" mtd1: 00480000 00020000 "boot" mtd2: 00180000 00020000 "splash" mtd3: 00060000 00020000 "misc" mtd4: 02940000 00020000 "cache" mtd5: 0cf80000 00020000 "system" mtd6: 0d020000 00020000 "userdata" mtd7: 00180000 00020000 "persist"
su dd if=/dev/mtd/mtd0 of=/sdcard/recovery.img bs=4096 dd if=/dev/mtd/mtd1 of=/sdcard/boot.img bs=4096 dd if=/dev/mtd/mtd5 of=/sdcard/system.img bs=4096
Edited by veektor, 28 December 2010 - 11:24 AM.
veektor, on Dec 28 2010, 11:23, said:
su dd if=/dev/mtd/mtd0 of=/sdcard/recovery.img bs=4096 dd if=/dev/mtd/mtd1 of=/sdcard/boot.img bs=4096 dd if=/dev/mtd/mtd5 of=/sdcard/system.img bs=4096
Arr Too, on Dec 28 2010, 14:53, said:
Arr Too, on Dec 28 2010, 15:53, said:
0 members, 0 guests, 0 anonymous users