- 04-07-2011, 05:11 PM #1
Itty Bitty Modder
- Join Date
- Apr 2011
- Posts
- 2
- Thanks
- 3
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
[Recovery] Partition mtdblock4 dd backup
I'm trying to make a backup recovery of stock recovery partition.
Method tried:
dd if=/dev/block/mtdblock4 of=/sdcard/block4.img
i get this:
/dev/block/mtdblock4: read error: I/O error
0+0 records in
0+0 records out
0 bytes transferred
method tried unsuccessful.
Thank you in advance for your help.
- 04-07-2011, 06:08 PM #2
cat /dev/mtd/mtd0 > /sdcard/boot.img
cat /dev/mtd/mtd1 > /sdcard/system.img
cat /dev/mtd/mtd2 > /sdcard/userdata.img
cat /dev/mtd/mtd4 > /sdcard/recovery.img
cat /dev/mtd/mtd5 > /sdcard/cache.imgDownload my 1-click Recovery Flasher to flash a custom or stock recovery to your phone: Cliq, CliqXT, Backflip, ...
Like my work? Support me:
& visit my adlxmod site and follow me on Twitter
Tambien me puedes encontrar en Movilzona (Esp)
-
The Following User Says Thank You to adlx For This Useful Post:
nreaction (04-08-2011)
- 04-07-2011, 11:17 PM #3
Also, if you haven't installed a custom recovery, you might be able to find it in /system/recovery.img
cp /system/recovery.img /sdcard/recovery.img
or
adb pull /system/recovery.img .
-
The Following User Says Thank You to phoenixsong6 For This Useful Post:
nreaction (04-08-2011)
- 04-08-2011, 11:07 AM #4
Itty Bitty Modder
- Join Date
- Apr 2011
- Posts
- 2
- Thanks
- 3
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
[MENTION=3081367]adlx[/MENTION]
Awesome thanks, i was finally able to copy a image from mtdblock4 from my spare cliq!
[MENTION=328731]phoenixs[/MENTION]ong,
Couldn't find recovery.img in /system.
[MENTION=3183108]all[/MENTION]
Last question with this stock Backup Image of recovery, i should be able to run:
"flash_image recovery /sdcard/recovery.img"
and it will flash the stock bootloader back over my clockworkmod recovery image?
thanks again guys! Im so stoked!
Today the moto cliq bootloader.... Tomorrow the world!!!hahaha
- 04-08-2011, 09:32 PM #5
Yes, flash_image will do the trick.
Save me a mansion when you gain world dominance


LinkBack URL
About LinkBacks
Reply With Quote

