Not a day after Kindle Fire was released to the public, the device is already rooted!
In this video tutorial, I show you how to root your Kindle Fire with an easy to follow guide.
Check inside to learn how to root Kindle Fire…
How to Root Kindle Fire
Disclaimer: I accept absolute no responsibility for anything that happens to your device. You have been warned. If you don’t know what you’re doing, don’t do it. That being said, the video is super easy to follow for those comfortable with rooting their Kindle Fire.
Tools needed: USB Micro Cable, Kindle Fire, Windows, Android SDK Manager, Java SE Development Kit (JDK), adb_usb, SuperOneClick v 2.2
Step 1: On your Kindle Fire go to More > Settings > Device > and turn “Allow Installation of Applications” to On.
Step 2: Download and install the Android SDK Manager. It may require to to install the Java SE Development (JDK) if you don’t already have it. I recommend installing to C:\Android for convenience.
Step 3: Start Android SDK Manager.
Step 4: Uncheck Android 4.0 and check Android 2.33. Also ensure that Google USB Driver Package is checked. Click install packages. It will install the SDK first, and then you must click install again to install the Google USB Driver Package. Once complete close the Android SDK Manager.
Step 5: Navigate to C:\Android\extras\google\usb_driver and right click on android_winusb and select “open with”. Open it with Notepad.
Step 6: Find the following lines [Google.NETx86] and [Google.NTamd64] and place the following text directly under each line and save and close the file:
;Kindle Fire
%SingleAdbInterface% = USB_Install, USB\VID_1949&PID_0006
%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006&MI_01
Step 7: In Windows Explorer go to %USERPROFILE% and select Organize > Folders and search options > View > select Show hidden files, folders, and drives > click Apply and OK.
Step 8: Download and extract this folder to your default user directory and drag the .android folder outside into your default %USERPROFILE% directory. Inside you will find adb_usb.inf. Open that file with Notepad and verify the value contained is: 0×1949.
Step 9: Plug in your Kindle Fire, and go to Device Manager. You will see Kindle Fire under “other devices”. Right click on Kindle fire, and select Update Driver Software > Browse my computer for driver software. Make sure “include subfolders” is checked, then click Browse and navigate to C:\Android\extras\google\ and click OK then Next. You may receive a warning that “Windows can’t verify the publisher of this driver software” but that’s okay. Double click “Install the driver software anyway”. Windows will install the driver, and you should receive a confirmation that it installed the “Android Composite ADB Interface”. You’ll then notice this interface under “Android Phone” in device manager. You’ve completed the driver installation, close out of device manager.
Step 10: Go to start and type CMD to open terminal. At the terminal type the following:
cd \
cd Android
cd platform-tools
adb kill-server
adb devices
This is assuming that you installed the Android SDK in the root directory of the drive as outlined in Step 1.
If successful you will get a message that looks like the following:
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
5246002600000001 device
Close out of the command prompt.
Step 11: Download SuperOneClick v2.2.zip, extract it and open the SuperOneClick program. Again, make sure your Kindle Fire is plugged in using the USB Micro cable. It should acknowledge that it is hooked up to your computer. Click Root in the upper left hand corner of SuperOneClick and your Kindle Fire will be rooted!
Thanks to the folks over at XDA for figuring this out. Was this helpful for you? Let me know what you think in the comments below!

