Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I want to root the A2109A and therefore I want to do everything, which is needed for it. As far as I understood it, I need fastboot, CWM and superuser. In the beginning of this thread, there was LE Tools mentioned, which asks for drivers. I cannot find them for XP.
Believe me I searched a lot (for hours) and found only sites which would lead to other downloads. I searched for "install driver forum lenovo"
Now I did it again and entered Lenovo Support - Drivers & Software (US)
Unfortunately I went back and now I see "There are no matching documents found for your selected product. Please refine your product selection." Maybe there is a cookie or cache fooling me, because I saw already different OS to choose including Linux and XP.
< waiting for device > drives me crazy, I worked already once. USB-debugging is activated on the tablet.
$ adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
FD60****** device
fastboot devices has no result.
$ fastboot -i 0x17ef boot boot.img
< waiting for device >
$ fastboot flash recovery A2109_CWMrecovery-6.0.1.9c.img
< waiting for device >
My question is, do I have to execute "fastboot -i 0x17ef boot boot.img" everytime immediately before I do "fastboot flash recovery A2109_CWMrecovery-6.0.1.9c.img" or is it enough to do "fastboot -i 0x17ef boot boot.img" once?
I have no idea, what I did the last time, when it worked.
< waiting for device > drives me crazy, I worked already once. USB-debugging is activated on the tablet.
$ adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
FD60****** device
fastboot devices has no result.
$ fastboot -i 0x17ef boot boot.img
< waiting for device >
$ fastboot flash recovery A2109_CWMrecovery-6.0.1.9c.img
< waiting for device >
My question is, do I have to execute "fastboot -i 0x17ef boot boot.img" everytime immediately before I do "fastboot flash recovery A2109_CWMrecovery-6.0.1.9c.img" or is it enough to do "fastboot -i 0x17ef boot boot.img" once?
I have no idea, what I did the last time, when it worked.
adb reboot bootloader
fastboot -i 0x17ef flash recovery A2109_CWMrecovery-6.0.1.9c.img
$ which adb
/usr/bin/adb
$ which fastboot
/usr/bin/fastboot
Have the recovery in the same folder as adb and fastboot application.
What do you mean with this? I thought I have to copy A2109_CWMrecovery-6.0.1.9c.img to the sdcard? Actually it is on the external sdcard.
Do I have to copy A2109_CWMrecovery-6.0.1.9c.img to /usr/bin/? Seems to me very strange.
I will go on with your steps. after you answered my questions. Thanks!