Results 1 to 5 of 5
  1. #1
    offline Itty Bitty Modder
    Join Date
    Apr 2011
    Posts
    2
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0

    Question [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.

  2. #2
    adlx's Avatar
    offline Maker of adlxmod
    Join Date
    Jan 2010
    Location
    Madrid, Spain
    Posts
    1,034
    Thanks
    610
    Thanked 1,485 Times in 366 Posts
    Downloads
    30
    Uploads
    0
    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.img
    Download 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)

  3. The Following User Says Thank You to adlx For This Useful Post:

    nreaction (04-08-2011)

  4. #3
    phoenixsong6's Avatar
    offline Moderator
    Join Date
    Dec 2010
    Location
    Seattle
    Posts
    731
    Thanks
    44
    Thanked 272 Times in 200 Posts
    Downloads
    17
    Uploads
    0
    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 .

  5. The Following User Says Thank You to phoenixsong6 For This Useful Post:

    nreaction (04-08-2011)

  6. #4
    offline 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

  7. #5
    phoenixsong6's Avatar
    offline Moderator
    Join Date
    Dec 2010
    Location
    Seattle
    Posts
    731
    Thanks
    44
    Thanked 272 Times in 200 Posts
    Downloads
    17
    Uploads
    0
    Yes, flash_image will do the trick.
    Save me a mansion when you gain world dominance

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •