Friday, December 10, 2010

ClockworkMod Recovery For MI700 / Commtiva Link N700 / Viewpad 7 / Cherry Mobile Superion / Olivepad VT-100

Flashing ClockworkMod Recovery
Steps:

Make sure your devices is rooted.. if not get SuperOneClickv1.5.5 and follow this guide

Download:
Clockwork recovery 2.5.1.2
copy it to the root of your sdcard..( /sdcard/cwrecovery.img )

Download:
flash_image.zip
unzip it and copy it to the root of your sdcard..( /sdcard/flash_image )

Run Terminal Emulator (make sure you hold it in portrait position)
type:
su
press "enter"
then type the following to copy the flash_image to system/bin
cp /sdcard/flash_image /system/bin
press "enter"

Install flash_image
Run Terminal Emulator
type:
su
press "enter"
then type:
chmod 755 /system/bin/flash_image
press "enter"

Backup your stock recovery:

First check your recovery partition..
su
cat /proc/mtd
From there you'll see the recovery partition..
To backup the recovery..
cat /dev/mtd/mtd3 > /sdcard/orirecovery.img

Flashing the Clockwork recovery
Run Terminal Emulator
type:
su
press "enter"
then type:
flash_image recovery /sdcard/cwrecovery.img
press "enter"
In case you want to restore your recovery..
flash_image recovery /sdcard/orirecovery.img

Backing up your rom image
Turn off your devices..when its finally switch off..hold down both vol+ and vol- and at the same time press the power button..you will be booting in Clockwork recovery mode..

Choose Backup/Restore from the option..this will take some time..once finish making backup..choose Reboot..check your backup in /sdcard/clockworkmod/backup/<date-and-time>/

Download:
Busybox 1.17.2 included with script to install..unzip it and copy the busybox and the install script to root of sdcard..
Install Using ADB:Working on windows only with adb inside the cdrom..
Run adb shell
su
cd /sdcard
sh ./installbusybox.sh

Install using Terminal Emulator:
su
the run the command inside the script, manually, line by line..

Update:27/Nov
Changes: Fix Power Button to always enabled
: Home button toggle display
:Back button go back
Bug : Double key input still there (Volume - & +)remedy.. hold it to highlight a line,release it to highlight next line..

6 comments:

  1. Hello,

    do you think your recovery is installed on APAD RK2808?

    THANK

    ReplyDelete
  2. This method is possible for Axioo Picopad too, I've tested it.

    ReplyDelete
  3. Download links dont work "limit reached" and I've never used the site before

    Matt

    ReplyDelete
  4. download from uploading.com is very dificul

    ReplyDelete
  5. could you clear where is the problem with this, when i try use superoneclick1.7 to rooted mi700
    this log:

    Starting ADB Server...
    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *

    OK

    Waiting for device...

    OK

    Pushing psneuter...
    234 KB/s (585731 bytes in 2.437s)

    OK

    chmod psneuter...

    OK

    Running psneuter... <---- freeze here

    ReplyDelete
  6. Sonny_wong:
    you choosen the right version,
    try the rageagaintsthecage mode,
    after "Running rageagaintsthecage..." pull out your USB cable, wait for about 10 second and plugin your USB cable again, the process will continue, and success (thats the way worked for me)

    ReplyDelete