This recovery is built from with few modification for ASUS MeMO Pad 8/10.
neither "root" nor "bootloader unlock" is required on your device.
you need to prepare adb, fastboot, and rkflashtool on your PC, then run following commands on your PC.
rkflashtool p
: CMDLINE:console=ttyFIQ0 androidboot.console=ttyFIQ0 init=/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(misc),0x00004000@0x00004000(kernel),0x00008000@0x00008000(boot),0x00010000@0x00010000(recovery),0x00020000@0x00020000(backup),0x00300000@0x00040000(system),0x000FC000@0x00340000(cache),0x00004000@0x0043C000(adf),0x00100000@0x00440000(apd),0x00002000@0x00540000(kpanic),0x00002000@0x00542000(hidden),-@0x00544000(userdata)
rkflashtool r 0x10000 0x10000 > recovery_stock.img
rkflashtool w 0x10000 0x10000 < recovery_cwm.img
echo -n boot-recovery | rkflashtool w 0x2020 0x20
rkflashtool b
temporary (or permanent) "root" is required on your device. no need to install busybox on your device. if you installed another busybox and/or did any other modification, following procedure may not work.
run following commands on root shell on your device via adb or terminal app.
busybox dd if=/dev/block/platform/emmc/by-name/recovery of=/sdcard/recovery_stock.img bs=16384 conv=sync,fsync
busybox dd if=/sdcard/recovery_cwm.img of=/dev/block/platform/emmc/by-name/recovery bs=16384 conv=sync,fsync
reboot recovery
TBD (flash misc_reboot-recovery.img at 0x2000, and flash recovery_cwm.img at 0x10000)
you should make a backup of stock recovery.
fastboot flash recovery recovery_cwm.img
fastboot flash misc misc_reboot-recovery.img
fastboot reboot
adb reboot recovery
echo -n boot-recovery | rkflashtool w 0x2020 0x20 rkflashtool b
fastboot flash misc misc_reboot-recovery.img
assert(getprop("ro.build.asus.sku") == "XX");
write_raw_image(package_extract_file("YYYY"), "ZZZZ");with
package_extract_file("YYYY", "/dev/block/platform/emmc/by-name/ZZZZ");
this zip cannot be flashed. unzip it.
ConoHa is very neat, and very cute Zashiki-Warashi, she brings great fortune. Our development machine is offered by community support program from ConoHa.
All materials related to ConoHa are copyrighted by GMO Internet, Inc. Reusing these materials are is permitted.