Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Full Backup ROM, steps

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Full Backup ROM, steps

    Hi,

    I'm trying to backup original Rikomagic MK802-IIIs 20121220 for testing with other cROMs like finless but can't obtain a good backup.img. The ROM 20121220 doesn't exist in internet in format .img, only update.zip.

    Steps:
    # cat /proc/mtd
    dev: size erasesize name
    mtd0: 00400000 00004000 "misc"
    mtd1: 00800000 00004000 "kernel"
    mtd2: 01000000 00004000 "boot"
    mtd3: 01000000 00004000 "recovery"
    mtd4: 18000000 00004000 "backup"
    mtd5: 08000000 00004000 "cache"
    mtd6: 20000000 00004000 "userdata"
    mtd7: 00400000 00004000 "kpanic"
    mtd8: 20000000 00004000 "system"
    mtd9: 171000000 00004000 "user"

    I've used dd and cat for do "backup.img" but doesn't work.

    Example with cat:
    # cat /dev/mtd/mtd4 > /mnt/sdcard/backup.dump
    # hexdump -n 4 -s 4 -C /mnt/sdcard/backup.dump
    00000004 57 41 52 45
    00000008
    Transform 57 41 52 45 > 0x45524157 > 1163018583 +4 > 1163018587
    Make .img (compress) and send it to USB:
    # dd if=/mnt/sdcard/backup.dump of=/mnt/usb_storage/USB_DISK0/\(1\)/backup.img bs=1163018587 count=1

    I've used dd too instead of cat: # dd if=/dev/mtd/mtd4 of=/mnt/sdcard/backup.dump count=XXXX
    but doesn't work.
    I always get a backup.img not compatible with RKBatchTool 1.50.

    I've used too rkdump using ssh connection:
    (http://androtab.info/rockchip/devel/rkutils/)
    - install sshd
    - transfer rkdump
    - ./rkdump /dev/block/mtdblock8 /mnt/usb_storage/USB_DISK0/\(1\)/system.img
    unknown image (00 00 00 00)
    !!!
    This command works:
    # ./rkdump /dev/block/mtdblock1 /mnt/usb_storage/USB_DISK0/\(1\)/kernel.img


    What are the steps for get a perfect backup of my MK802-IIIs with ROM 20121220 and compatible with "RKBatchTool" or "Finless ROM Flash Tool" ? It's possible ?

    Thanks a lot,
    Vik
    _____________________
    Sticks/TVBoxes: UG007, UG802, MK802-3s V3 & V4 & V5, MK802-3, V8 & CX-803, B12, Minix Neo X5 & G4, MK808, MK808B, CR8, Hi-802, iMito MX2, Mele A2000, MK806, CX-921, CX-818, CX-818B, MK808C (A20), MiniTVBOX A20, Bluetimes M8, Pipo X2, ...

    #2
    AW: Full Backup ROM, steps

    Try orange backup from playstore.

    Craxx;-)

    Send from my Nexus 4 with Tapatalk :-)

    Comment


      #3
      doesn't works, for me

      Originally posted by Craxx View Post
      Try orange backup from playstore.

      Craxx;-)

      Send from my Nexus 4 with Tapatalk :-)
      Which device choose in orange backup?
      With which tool you restore the MK from the computer?
      Really you've tried it?

      Vik
      _____________________
      Sticks/TVBoxes: UG007, UG802, MK802-3s V3 & V4 & V5, MK802-3, V8 & CX-803, B12, Minix Neo X5 & G4, MK808, MK808B, CR8, Hi-802, iMito MX2, Mele A2000, MK806, CX-921, CX-818, CX-818B, MK808C (A20), MiniTVBOX A20, Bluetimes M8, Pipo X2, ...

      Comment


        #4
        I have choosen NO device and i could make a Nandroid in CWM format. On my MK808b i installed the CWM Recovery so i can make backups with the recovery or restore backups. So it should be possible to restore the backups done with Orange Backup. I didnĀ“t try that on MK808b to restore, but i use this app on my Nexus4 and it works great ;-)

        best regards
        Craxx ;-)

        Comment


          #5
          Any progress?
          Anyone can help me with the process?

          Thanks a lot,
          Vik
          _____________________
          Sticks/TVBoxes: UG007, UG802, MK802-3s V3 & V4 & V5, MK802-3, V8 & CX-803, B12, Minix Neo X5 & G4, MK808, MK808B, CR8, Hi-802, iMito MX2, Mele A2000, MK806, CX-921, CX-818, CX-818B, MK808C (A20), MiniTVBOX A20, Bluetimes M8, Pipo X2, ...

          Comment

          Working...
          X