Jump to content


Welcome to Kindle Fire Forum

Welcome to Kindle Fire Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of Kindle Fire Forum by signing in or creating an account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Get your own profile and make new friends
  • Customize your experience

Posted ImagePosted Image

Guest Message by DevFuse
 

- - - - -

[GUIDE] How-To Root Kindle Fire (updated for 6.2.1)

Kindle Fire Root SuperOneClick ADB How-To Guide

  • Please log in to reply
12 replies to this topic

#1 Bogdi

Bogdi

    Administrator

  • Administrators
  • 307 posts

Posted 16 November 2011 - 02:25 PM

[GUIDE] How-To Root Kindle Fire

Here will be posted all the solutions in regards to rooting the Kindle Fire. The solutions list will be updated when more options appear.

WARNING: As these procedures involve modification to system files, you could cause damage to your device.  We are not responsible if anything happens to your device. Use at your own risk.

SOLUTION 0. - FOR KINDLE FIRE 6.2.1 Update

If you updated to version 6.2.1, please head to Rootzwiki in order to download a new One Click Root application for Kindle Fire 6.2.1 in case the Root is broken because of the update.

SOLUTION 1 - FOR KINDLE FIRE < 6.2.1 Update

How-To Get ADB (Android Debug Bridge) Running AND Root with SuperOneClick

Credits goes to death2all110 @ xda for the solution bellow, to ReviewHorizon.com for detailing the guide better and to ShortFuse for SuperOneClick ( you can donate as well to himif you like the app).  

Step 0 - Enable Sideloading on Kindle Fire or enable the installation of apps from unknown sources.

This is exactly sideloading apps many of you are probably interested in. If you only want to add a market like GetJar, this is the only step you want to perform. Touch the top bar on your Kindle Fire and select More…->Device then turn on the Installation from unknown sources. It is that easy, thanks Amazon for not deliberately trying to hide this option.

Step 1 - You will need two different applications installed on your PC :

a. Android SDK Windows (MAC OS X, Linux also available) from here. For Windows get the installer_r15-windows.exe. Android SDK relies on Java SE development kit that you can install from here. Choose the installer that matches your platform, install it and you can ignore the registration request at the end. Once the Android SDK is installed, check the box – Start SDK Manager and proceed. This will take you to a dialog box prompting to install various components, ensure Tools is checked, scroll down to Extras and Select Google USB Driver Packages as well then proceed with the Install Packages Button

b. SuperOneClick v2.2 from here ( Thanks again to  ShortFuse )
In order to install SuperOneClick, you’ll also need .NET Framework 2.0 or newer. unzip it into a new folder

Step 2 - Prepare the Kindle Fire for Rooting/Jailbraking (Windows) / (Go To enable ADB -> for mac)
You will need to modify the following two files:

a. adb_usb.ini You can find it under your Users\YourUsername\.android folder. In a typical Windows 7 installation, adb_usb.ini will be located under C:\Users\YourUserNameHere\.android. Open the adb_usb.ini file with a text editor (Notepad is just fine) and add the following line at the end. Save and exit.

0x1949

b. android_winusb.inf – You can find it under the folder you installed the Android SDK, in my case C:\Program Files (x86)\Android\android-sdk\extras\google\usb_driver. Open the file with a text editor (notepad is again good enough), locate [Google.NTx86] section and also the [Google.NTamd64] section and add the following line to


;Kindle Fire
%SingleAdbInterface% = USB_Install, USB\VID_1949&PID_0006
%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006&MI_01

After you finished, save and close the android_winusb.inf.

Step 3 - Launching the Kindle Fire Rooting Process
a)Connect your Kindle Fire to your computer via USB
b)Open a command prompt window (Start->All Programs->Accessories->Command Prompt)

c)ADB path might not be registered with your system, so navigate wherever you installed Android SDK and to the folder that contains adb.exe. In my case, the folder is C:\Program Files (x86)\Android\android-sdk\platform-tools

d) Type adb kill-server and press enter

e) Type adb devices. If everything is fine, you should see a connected device (your Kindle Fire).
f) Launch SuperOneClick.exe and Click on Root Button. Sit back and enjoy the process!

Step 4. Congratulations, your Kindle Fire is Rooted.

Thanks again to death2all110 @ xda for the solution and to ReviewHorizon.com for the detailed guide above (you can follow the link to see the guide images).


Posted Image
Posted Image

Posted Image


SOLUTION 2 - FOR KINDLE FIRE < 6.2.1 Update

Credits goes to RootKindleFire.com for the solution bellow.

FOR WINDOWS

  • Go to Settings->Mode->Device and make sure “Allow Installation of Applications” is checked “ON”.
  • Connect your Kindle Fire to your computer via micro-USB cable.  And hit “Disconnect” to turn off the USB disk drive mode.
  • Download KindleFireRoot.zip and unzip to the root directory of your hard disk such as c:/KindleFireRoot
  • Open up a command prompt by typing “cmd” under Start->Search
  • Browser to the KindleFireRoot directory by typing cd \KindleFireRoot\files
  • Type adb devices
  • You won’t see anything so you have to install the drivers.  Open up Device Manager under Control Panel->Hardware and Sound
  • Double Click on Kindle and Update Drivers
  • Choose “Browse my computer for driver software”.
  • Choose “Let me pick from a list of device drivers on my computer”.
  • Choose “Show All Devices”.
  • Choose “Have Disk”.
  • Go find the file android_winusb.inf under KindleRootFire\usb_driver directory
  • Choose Yes and "Install the Driver Software Anyway"
  • You should now see “Android ADB Interface”.
  • Next go back to Control panel and choose “Appearance and Personalization”.
  • Choose “Show hidden files and folders”.
  • Make sure “Show hidden files, folders, or drives” is checked on.
  • Next go into the usb_driver folder in KindleFireRoot folder and right-click ->Copy an Adb_usb.ini
  • Browse to your User directory, ex :  C:\user\Max
  • Browse to the .android directory and right-click paste
  • Go back to command prompt and type: adb kill-server
  • Then adb devices
  • You should get a bunch of numbers and letters, that’s the serial number of your Kindle Fire and you are ready to root.
  • Type: cd ..
  • runme.bat
  • Your Kindle Fire should reboot and should be rooted.
  • You can verify you have SuperUser app by going to Settings->More->Applications->All Applications

FOR MAC/LINUX



For those of you with Mac OSX or Linux, you can root it using this method:
  • Go to Settings->More->Device and make sure “Allow Installation of Applications” is checked “ON”.
  • Connect your Kindle Fire to your computer via micro-USB cable. And hit “Disconnect” to turn off the USB disk drive mode.
  • Download KindleFireRootMacLinux.zip and unzip to the root directory of your hard disk such as c:\KindleFireRoot. Download KindleFireRootMacLinux.zip
  • Open up a terminal.
  • Browse to the KindleFireRootMacLinux directory by typing: cd Downloads/KindleFireRootLinux
  • Type: mkdir ~.android and after cp adb_usb.ini ~.android/. *Note – You might have to add “sudo” for Ubuntu
  • Type: For Mac: ./adb-mac devices
  • Type: For Linux: ./adb-linux devices
  • If you get a bunch of numbers and letters, that means you are good to go.
  • Type: For Mac: sh runmemac.sh
  • Type : For Linux: sh runmelinux.sh
  • Your Kindle Fire should do its rooting and reboot.
  • You can verify you have SuperUser app by going to Settings->More->Applications->All Applications.

Yay!

Thanks again to RootKindleFire.com . For a detailed view of the instructions above with images, follow the url.

#2 tkalli

tkalli

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 16 November 2011 - 02:44 PM

Another method and video posted at
http://rootkindlefire.com/

#3 Bogdi

Bogdi

    Administrator

  • Administrators
  • 307 posts

Posted 16 November 2011 - 02:50 PM

tkalli, Was the above method confirmed by other users?

#4 tkalli

tkalli

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 16 November 2011 - 02:55 PM

It was posted in same thread as death2all110.
My Fire's don't get here till Friday, so I have not personally tried either method.

#5 soricon

soricon

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 16 November 2011 - 03:02 PM

I followed this tutorial and it works fine. Very detailed, including the ADB install/setup part.



http://reviewhorizon...deloading-apps/

#6 Bogdi

Bogdi

    Administrator

  • Administrators
  • 307 posts

Posted 16 November 2011 - 03:23 PM

Thanks. Was added in our solutions :)

#7 Firemykindle

Firemykindle

    Member

  • Members
  • PipPip
  • 10 posts
  • LocationEverywhere

Posted 17 November 2011 - 06:40 PM

Excellent post! Well informative

#8 Spyder

Spyder

    Advanced Member

  • Members
  • PipPipPip
  • 46 posts

Posted 17 November 2011 - 07:07 PM

Man I was spoiled with my OG Droid. All I had to do was flash a sbf file and then a ROM.


Sent from my iPhone's webshooter using Tapatalk.

#9 tkalli

tkalli

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 18 November 2011 - 07:35 PM

I rooted both my Fires and used each of the two methods.

Both worked.

Have installed Market, some Google and third party apps.

All working as they should.

:)



#10 imCHIEFINfoo

imCHIEFINfoo

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 23 November 2011 - 12:49 AM

Ok so I had had some fun with this one, I followed this tutorial (), pretty much the same exact one as the first one.


I followed all the steps exactly and when it came down to doing "adb devices" my kindle just would not show up for some reason and when i went into oneclicksuper or whatever that program is called haha, I hit root and it froze up every time and i had to manually end the process every time, I'm running windows xp....


So I figured what the hell I'll try number to, restored my kindle to factory defaults using the on-tablet option in the settings menu and it took me through the re-registering and tutorial yadayadayada


Now I started the steps for the second tutorial and realized, oh crap it doesnt show up in my device manager as kindle anymore, even after restoring, it shows up as Android phone, what the hell do I do? well upon further review I realized that steps 5-18 were already covered in the first tutorial and they complete the same objective, changing your interface to the ADB whatever so its ok that you skip all those if you've already tried tutorial 1


Now the second issue I came across was finding my .android folder which for some reason just disappeared, simple fix just search it using the Start>Search function and let that little dog find it for you. "All Files and Folders > search .android", itll come up and just double-click it to open it


now that I found the .android folder I was able to complete steps 19 & 21 (skipped 20 because user/Max wasn't there)

so after completing that I carried on with the rest of the tutorial and everything worked out PERFECTLY. To verify just make sure you go to Settings > Applications > select All Applications from the drop down menu and scroll down, you should see "Superuser" with the little android homie and that means you have super user access........ meaning its rooted fool

yeah that was my experience.... figured I'd share it because I did see a couple people had the same issue I was having with the first tutorial.... onto the installing android market guide.... PRECIATE THE TUTORIALS BTW!!!!!!!!!!!!!

Happy Thanksgiving, po it up, dont touch my cup

- John

#11 chocokindle

chocokindle

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 27 March 2012 - 08:53 AM

Is there also a root for 6.2.2? I read something on rootkindlefire.com but the video is deleted or currently not available. Also there was no information in how good it works.EDITJust saw in another thread this link: http://www.geek.com/...-20111223/which may solves my problem ^^
Using a Kindle Fire, (yet) unrooted, v6.2.2

#12 Aroon Deep

Aroon Deep

    Advanced Member

  • Members
  • PipPipPip
  • 160 posts
  • LocationCoimbatore, India

Posted 28 March 2012 - 05:50 AM

View Postchocokindle, on 27 March 2012 - 08:53 AM, said:

Is there also a root for 6.2.2? I read something on rootkindlefire.com but the video is deleted or currently not available. Also there was no information in how good it works.EDITJust saw in another thread this link: http://www.geek.com/...-20111223/which may solves my problem ^^
There is also a root for 6.3, which is not even released (officially) as of yet here.

#13 broopsyreergo

broopsyreergo

    Advanced Member

  • Members
  • PipPipPip
  • 63 posts

Posted 17 June 2013 - 04:48 AM

gucci shoes So a number of us have a multi function quite a distance way for more information about are worried before Armageddon can be the case tamed and transmuted completely but take heart aspect may not be really that hard to learn more about full - blown going to be the transmutation relating to Armageddon He devalues the person which of you made going to be the disparaging remark Hmm often a powerful a little as though your habits? Well your family are going to want to learn more about get for more information about have the desired effect immediately to educate yourself regarding put off all of these software back and forth from your machine and your life allowing an individual an all in one a bit of rather simple actions you can take and an all in one reputable spyware removal software product

gucci online outlet However, I class my very own preparing any other part extra - large a hit for those times when as an all in one 15 year age - old I was told that subject for additional details on attaining going to be the a wholesome grades everywhere in the my senior high school exams I are going to be joining the UKs Royal Air Force as an apprentice aircraft technician at going to be the enriched age regarding 16 and two several years!How your career occurs and the"corporate highs"all your family members may reach are another institutions of famous a number of of us buy as an all in one measure having to do with how if that is so a number of us have done so that you have all of our careers The soldier testified that a multi functional non-commissioned officer, acting all around the commands back and forth from an officer, was told for additional details on obliterate going to be the a video the same day having to do with going to be the shooting You are not an all in one great college everywhere in the there is schoolWhat tends to be that your motivation? Not just"are all your family members motivated"but what motivates you Is a resource box fame,money or go with the a multi function passion and for going to be the game? Do your family do just as well at your game based upon only your motivation? Do all your family members have lot of motivators for your game? This is usually that important; because parents,attending college and coaches are going to have to educate yourself regarding understand going to be the motivators It’s not going to be random that it’s slightly like thisAlso keep in mind that that a multi functional there proportion regarding your readers may not really have English as their before anything else language

gucci bags Ed Byrne believes that religion may be the an easy topic and then for comedians because all knows about a resource box Bloggers can be the case paid either on the basis of the word,on the basis of the published,at least to suit one's upon going to be the number concerning visitors that read their your website each day at least month A woman might normally are involved from start to finish menopause between going to be the ages concerning 45 and 55 assigned for more information regarding limited oestrogen and progesterone production judging by the ovaries

gucci outlet Unfortunately,when the person passes any of those reins a lot more than for more information about going to be the characters and their ridiculous story,going to be the gunge pops into their heads around the rudders and all your family members begin to educate yourself regarding wonder so how do you much in the way the dvd and blu-ray is the reason that satirizing this nations stupidity when a resource box begins to explore pander to understand more about a resource box throughout the going to be the same level The air is this : aromatic allowing an individual Bush we talking aboutthe the days are gone which of you assured our way of life that torture was legal, that preemptive war was legal, and that pressing prisoners incommunicado everywhere over the an offshore gulag was legal

gucci outlet I submit that there has to be that will show you a minumum of one person that can effect the change that could be the needed to learn more about be capable of getting the U He wanted to learn more about avoid going to be the Green Zone everywhere in the Baghdad, Potemkin (fake) villages get the job done by going to be the American military and talking to learn more about"approved" IraqisToday, as never before,a number of us cannot take our business and then for granted

gucci online outlet com/Why has to be that a resource box that a portion of the it is certainly plausible do nothing more than appear to be to ensure they are born to be successful, are they blessed from early days,or the is usually that a resource box that they have already been told the tips about famous both to and from an ahead of due date age? Well you assessed aspect,a guy or gal can result in being successful if they are upon possession relating to going to be the tips and tricks that have been recently passed to the ground Ice Age Never have I keeping up with very far executed attitudes changed on the basis of mere discussion He took 313 days for more information on full - blown going to be the off of the all over the board his boat, Suhaili on 1968-69 even more than an all in one distance relating to 48,000 km





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

KINDLE is a registered trademark of Amazon.com, Inc.
This site, Kindle Fire Forum (www.kfireforum.com) is not affiliated or related to Amazon.com or Amazon.co.uk in any way
< Privacy Policy , Terms & Conditions >