The guide is intended for Windows users. I know some have gotten this to work in Linux, maybe someone can write a guide for Linux.
Why unlock your bootloader?
In order to install ClockworkMod recovery (or any other custom recovery), root, install custom ROMs or custom kernels you need an unlocked bootloader.
Warning: Unlocking the bootloader will automatically do a factory reset, wiping all your data and settings, as well as any files you have on the internal sd card.
You may be able to use adb backup (see here: [GUIDE] Full Phone Backup without Unlock or Root - xda-developers) and restore after unlocking, but I haven't tested this.
The first thing you need is Lenovo's LeTools. You can download them here: http://download.lenovo.com/slates/k1/letools/letools/LeTools_MultiLang_x86_x64_Full_setup_20320.exe
Steps to setup fastboot:
You will need to use Lenovo's version of fastboot, NOT the one that comes with the Android SDK. It should be located in:
C:\Program files\Lenovo\LeTools for 32-bit Windows, or
C:\Program Files (x86)\Lenovo\LeTools for 64-bit Windows
Open a command prompt and type:
or
Now test fastboot by typing:
If fastboot is setup properly you should see (depending on what version of firmware your A2109 is running):
or
(the letters and numbers might be different for you)
If you see instead:
Then fastboot is not recognizing your device. Go back through anika200's guide and try again.
Now to unlock the bootloader (remember this will wipe your device):
At your command prompt, type:
On the tablet's screen you will see two choices: 'No don't unlock' or 'Yes unlock it'. Tap the Volumn Down button until the 'Yes unlock it' option is highlighted, then press the Volume Up button to select it. Your tablet is now unlocked.
To reboot back to Android, at the command prompt, type:
Please let me know if anything here is unclear.
Why unlock your bootloader?
In order to install ClockworkMod recovery (or any other custom recovery), root, install custom ROMs or custom kernels you need an unlocked bootloader.
Warning: Unlocking the bootloader will automatically do a factory reset, wiping all your data and settings, as well as any files you have on the internal sd card.
You may be able to use adb backup (see here: [GUIDE] Full Phone Backup without Unlock or Root - xda-developers) and restore after unlocking, but I haven't tested this.
The first thing you need is Lenovo's LeTools. You can download them here: http://download.lenovo.com/slates/k1/letools/letools/LeTools_MultiLang_x86_x64_Full_setup_20320.exe
Steps to setup fastboot:
- Install the LeTools on your PC.
- Reboot your A2109 into the bootloader. There are two ways of doing this:
- With the tablet connected to your PC, at a command prompt, type 'adb reboot bootloader'.
- Power off the tablet, power it back on and immediately tap the Volume Down button. Connect the tablet to your PC after doing this.
- If Windows doesn't recognize your tablet now, follow anika200's guide for setting up the fastboot drivers: http://www.androidtablets.net/forum/lenovo-ideatab-a2109-technical/51074-howto-a2109-fastboot.html
You will need to use Lenovo's version of fastboot, NOT the one that comes with the Android SDK. It should be located in:
C:\Program files\Lenovo\LeTools for 32-bit Windows, or
C:\Program Files (x86)\Lenovo\LeTools for 64-bit Windows
Open a command prompt and type:
Code:
cd "\Program files\Lenovo\LeTools"
Code:
cd "\Program Files (x86)\Lenovo\LeTools"
Now test fastboot by typing:
Code:
fastboot devices
If fastboot is setup properly you should see (depending on what version of firmware your A2109 is running):
Code:
? fastboot
Code:
015d21d938240e13 fastboot
If you see instead:
Code:
{waiting for device}
Now to unlock the bootloader (remember this will wipe your device):
At your command prompt, type:
Code:
fastboot oem unlock
On the tablet's screen you will see two choices: 'No don't unlock' or 'Yes unlock it'. Tap the Volumn Down button until the 'Yes unlock it' option is highlighted, then press the Volume Up button to select it. Your tablet is now unlocked.
To reboot back to Android, at the command prompt, type:
Code:
fastboot reboot
Please let me know if anything here is unclear.
Last edited: