Things You Need
- A PC running Windows Vista or Windows 7
- The Android SDK which has to be installed in your PC (click here for install details)
- SuperOneClick v 2.2 (get it here) — This is the software you will use to root the device.
- USB cable for connecting your tablet to your PC
- Amazon Kindle Fire
Step-by-step Procedure
Step 1: Install the Android SDK into your PC. The details about how to install the software development kit will not be discussed here because it’s a totally different subject on its own.Step 2: You now have to turn on “Allow Installation of Applications From Unknown Sources”. This can be done by tapping the Settings icon at the top right corner. Then, go to More->Device. You can turn on the setting from there.
Step 3: Connect the Kindle Fire to your PC using the micro USB to USB cable. If the connect screen comes up on the screen of the Kindle Fire, please do not tap on connect for this will enable USB connection.
Step 4: Modify android_winusb.inf
- Go to the folder where the SDK is installed.
- Open Extras->Google->USB Driver.
- Right click on android_winusb.inf and choose “Open with” then select Notepad.
- Look for
[Google.NTx86]
and[Google.NTamd64]
in the text that you just opened. - Copy and paste the code below right beneath
[Google.NTx86]
and[Google.NTamd64]
line (make sure to save the file after editing):
;Kindle Fire
%SingleAdbInterface% = USB_Install, USB\VID_1949&PID_0006
%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006&MI_01
Step 5: Create adb_usb.ini and save it into the .android
folder.- Open Notepad.
- Type
0x1949
and then save the file as adb_usb.ini - Open Computer.
- Go to Users.
- Open the user login name folder you are using.
- Copy and paste adb_usb.ini into the
.android
folder which you will see under the login name folder.
- Open Device Manager from the Control Panel window.
- Look for Kindle under Other Devices.
- Right click Kindle and select “Update Driver Software”.
- Select “Browse my computer for driver software”.
- We now have to browse for the USB driver file we edited earlier, which should be located under Android SDK folder->Extras->Google.
- After choosing the directory, just click Next and a prompt saying “Windows can’t verify the publisher of this driver software” will show up. Click “Install this driver software anyway”.
- Open up a command prompt window.
- Go to the folder were the Android SDK is installed using the
cd
command. - From the Android SDK folder, access the
platform-tools
folder by still using thecd
command. - Under the
platform-tools
folder, issue theadb kill-server
command. - Next you have to issue the
adb devices
command. This will give you text similar to the one below. This will indicate that the SDK recognizes the Kindle Fire.
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
5246002600000001 device
Step 8: The last part of the process is to root the device. Since we already downloaded the software from Shortfuse, we just have to extract it. After extracting the software, you just have to run it and it will automatically do its charm.
Now that rooting is done, your Kindle Fire will now be open for endless possibilities. More third-party apps can now be installed on the device