I want to install a custom ROM or use one of the many other features of Clockworkmod Recovery on my Thinkpad Tablet.
How can I install CWM Recovery on my Lenovo Thinkpad Tablet?
I want to install a custom ROM or use one of the many other features of Clockworkmod Recovery on my Thinkpad Tablet.
How can I install CWM Recovery on my Lenovo Thinkpad Tablet?
CWM Recovery for the Thinkpad Tablet can be found on XDA. You need root on your Tablet to install CWM Recovery. Download the recovery image (recovery.img
) and follow the instructions provided by the post. It basically comes down to pushing the image file on the sdcard and overwriting the boot partition.
adb push recovery.img /mnt/sdcard/
adb shell
su
/system
and backup install-recovery.sh
(optional)mount -o rw,remount /system
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.backup
dd if=/mnt/sdcard/recovery.img of=/dev/block/mmcblk0p1
Booting Recovery Kernel Image
in the upper left corner. It's all about timing of when the volume up button is pressed. That's why it's a good idea to just keep on pressing and releasing the button until the message appears.