Think Out of the Box with Vitha.Us ... Customising and Modding
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CWM-based Recovery for PIPO M9

Go down

CWM-based Recovery for PIPO M9 Empty CWM-based Recovery for PIPO M9

Post by vitha Sun Jun 16, 2013 9:17 pm

tested functions

  • install zip from sdcard
  • install zip from sideload
  • wipe data/factory reset
  • backup
  • restore
  • mount USB storage
  • input devices

    • mouse
    • keyboard
    • touch screen
    • remote controller (on some devices)


  • storages

    • internal FAT partition (as /sdcard)
    • external SD card (as /external_sd)


  • partitions

    • misc (mtd)
    • kernel (mtd)
    • boot (mtd)
    • recovery (mtd)
    • system (ext4)
    • data (ext4)
    • cache (ext4)


  • commands on adb shell

    • dump_image
    • erase_image
    • flash_image



Download

Known issues

  • timestamp
    backup may be named as 1970-01-01.xx.xx.xx. it's just a directory name on SD card. please rename it.
  • dump_image
    it says "mtd: read error (No such file or directory)" at the end. please ignore it, it should not be a problem.

How to control
mouse

  • move up/down: up/down
  • left click: select
  • right click: back

keyboard

  • cursor up/down: up/down
  • cursor left/enter: select
  • cursor right: back

touch screen

  • swipe up/down: up/down
  • swipe left: select
  • swipe right: back

button

  • volume up/down: up/down
  • power: select
  • back: back

remote controller

  • up/down: up/down
  • left/ok: select
  • right/back: back


How to install CWM-based Recovery for Rockchip

from stock recovery

  1. rename CWM.zip to update.zip
  2. put update.zip into root directory on internal FAT partition or external SD card
  3. boot stock Android
  4. click "Install" on popup message

old recovery partition image will be dumped as dumped_recovery.img on internal FAT partition or external SD card.
you may get "invalid" message, then please try another method.
from root shell

  1. extract flash_image and recovery.img from CWM.zip
  2. put flash_image and recovery.img into device, e.g.
    adb push flash_image /dev/
    adb push recovery.img /dev/
  3. enter root shell
  4. flash recovery.img into recovery partition with flash_image, e.g.
    chmod 755 /dev/flash_image
    /dev/flash_image recovery /dev/recovery.img
  5. you may need to disable install-recovery.sh which restores stock recovery on every boot
    chmod 644 /system/etc/install-recovery.sh

from CWM-based Recovery

  1. put CWM.zip into internal FAT partition or external SD card
  2. boot CWM
  3. select "install zip from sdcard"

from adb sideload

  1. boot CWM
  2. select "install zip from sideload"
  3. adb sideload CWM.zip

from rkflash, rkflashtool, or RKAndroidTool.exe

  1. extract recovery.img from CWM.zip
  2. flash recovery.img into recovery partition
vitha
vitha
Senior Member
Senior Member

Posts : 373
Join date : 2012-10-28

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum