Owners of the Lenovo Thinkpad tablet have long been waiting for a way to root their devices... in fact, the situation is so dire that there is a $785 bounty for root. Or was, anyway: Dan Rosenberg has figured out a way to root the device, and Justin Case and utkanos have managed to get ClockworkMod Recovery (CWM) up and running without a hitch. Luckily, both rooting and installing CWM are quite simple (though you do need an SD card to install CWM).
- Rooting Explained + Top 5 Benefits Of Rooting
- Top Android Apps Every Rooted User Should Know About: Part 1 (Apps 1-8), Part 2 (Apps 9-16), Part 3 (Apps 17-25), Part 4 (26-33), Part 5 (34-41),Part 6 (42-49), Part 7 (50-57), Part 8 (58-65)
- Custom ROMs Explained And Why You Want Them
- How To Fully Back Up And Restore Your Android Phone Using Nandroid Backup
- How To Flash A Custom ROM To Your Android Phone With ROM Manager + Full Backup & Restore
- So You Want To Know About Bootloaders, Encryption, Signing, And Locking?
To root:
1.Make sure you have the latest ADB drivers installed on your PC, and that your device is in USB Debugging mode. More detailed instructions for this are available here.
2. Download the root exploit here.
3. Make sure your Thinkpad is connected to your PC via USB, is turned on, and has the screen unlocked.
4. Extract the entire zipfile, and run “run.bat”. Follow any directions given in the command prompt closely, and ignore any activity on the Thinkpad itself.
To flash CWM, download the ClockworkMod Recovery .img to the SD card, then enter the following commands in your ADB command prompt:
adb push cwr_ventana_2.img /data/local/ adb shell su mount -o rw,remount /system echo "#!/system/bin/sh" > /system/etc/install-recovery.sh dd if=/data/local/cwr_recovery_2.img of=/dev/block/mmcblk0p1
It's just that simple. As always, be careful, especially if this sort of thing is new to you. The CWM should be safe, but is as-yet relatively untested. If you have any questions, head on over to the XDA thread and ask away there.
[Source: VulnFactory.org, XDA-Developers]
Comments