After Amazon updated Kindle Fire to version 6.2.1, the older root method stopped working. But no worries, there’s a new root method in town, this one is also very easy to do and works on Windows, Mac and Linux.
Update, for 6.2.2, please see new root method here.
Here’s a video tutorial for Windows you can watch while rooting:
And for Mac and Linux:
Step 1. Go to Settings->Device.
Step 2. Make sure your system version is 6.2.1 or later. If not, press on “Update your Kindle” to update.
Step 3. Make sure “Allow Installation of Applications” is ON.
Step 4. Download KindleFireRootNew.zip and unzip to a folder. My recommendation is to put it somewhere like C:\KindleFireRootNew.
Download KindleFireRootNew.zip
Step 5. Connect your Kindle to your computer via a micro-USB cable.
For Windows, you will have to install drivers. (For Mac and Linux, skip this step)
Open up Device Manager and double-click on Kindle (with exclamation mark) to update driver.
You can find drivers in the KindleFireRootNew folder under usb_driver directory.
Step 6. For all Windows, Mac, and Linux, you need to copy the file adb_usb.ini inside the usb_driver folder into .android folder in your user directory. If .android directory doesn’t exist, just make a new folder called .android.
Step 7. Next, you are going to copy the file kindlefireroot.apk file inside the KindleFireRootNew folder to the root directory of your Kindle Fire’s internal storage.
Step 8. Go to the Amazon App Store and install app called “ES File Explorer”.
Step 9. Find and install the kindlefireroot.apk file.
Step 10. Open the app after installing and choose “Root”. This will temporarily root your Kindle Fire so you can install permanent root files/apps.
Step 11. Go open up a command prompt/terminal and browse to the KindleFireRootNew directory.
For Windows, if you extracted the files to c:\KindleFireRootNew, type the following:
cd \KindleFireRootNew
Step 12. Type the following:
For Windows:
adb root
adb remount
adb push su /system/xbin/su
adb shell chown 0.0 /system/xbin/su
adb shell chmod 06755 /system/xbin/su
adb install Superuser.apk
For Mac:
./adb-mac root
./adb-mac remount
./adb-mac push su /system/xbin/su
./adb-mac shell chown 0.0 /system/xbin/su
./adb-mac shell chmod 06755 /system/xbin/su
./adb-mac install Superuser.apk
For Linux:
./adb-linux root
./adb-linux remount
./adb-linux push su /system/xbin/su
./adb-linux shell chown 0.0 /system/xbin/su
./adb-linux shell chmod 06755 /system/xbin/su
./adb-linux install Superuser.apk
For Linux, make sure you have super user access by typing “sudo -i” before typing in the commands.
This will “root” your Kindle Fire. You can actually stop here but I recommend you to go to the next steps to install TWRP Recovery, which will allow you to install/backup/restore ROMs and also “unroot” your Kindle Fire when needed easily.
Step 13. Type the following:
For Windows:
adb shell
su
idme bootmode 4002
reboot
For Mac:
./adb-mac shell
su
idme bootmode 4002
reboot
For Linux:
./adb-linux shell
su
idme bootmode 4002
reboot
Step 14. Your Kindle Fire should reboot and hang on the Kindle Fire logo. For Windows, you will have to re-install drivers, so do Step 5 again. Mac and Linux users can skip this step.
Step 15. Next type:
For Windows:
fastboot -i 0×1949 boot twrp-blaze-2.0.0RC0.img
For Mac:
./fastboot-mac -i 0×1949 boot twrp-blaze-2.0.0RC0.img
For Linux:
./fastboot-linux -i 0×1949 boot twrp-blaze-2.0.0RC0.img
This will install TWRP recovery on your Kindle Fire. Wait until it finishes installing and select “Reboot”.
After rebooting, type the following:
For Windows:
fastboot -i 0×1949 oem idme bootmode 4000
fastboot reboot
For Mac:
./fastboot-mac -i 0×1949 oem idme bootmode 4000
./fastboot-mac reboot
For Linux:
./fastboot-linux -i 0×1949 oem idme bootmode 4000
./fastboot-linux reboot
Step 16. Your Kindle Fire should now reboot. After rebooting, your Kindle Fire should be rooted, you can verify by running a rooted app like I did below:
Also, you can now access TWRP Recovery anytime by rebooting then holding Power button when the option screen comes up.
Having trouble?
I highly suggest you to watch the tutorial videos I made before trying to root your Kindle Fire in the beginning of this post.
Credits
Huge credits to user Jcase at XDA and Team Win for their TWRP Recovery.



Subscribe via RSS
Pingback: How to Root Kindle Fire! | RootKindleFire.com
my kindle is stuck at the Yellow triangle, When entering CMD fastboot -i 0×1949 oem idme bootmode 4000 i missed the space inbetween bootmode and 4000. it just froze, i cant get the driver to work again because the kindle will not do anything but the triangle. what can i do?
ive got the same problem =/
The same thing happened to me. I kinda freaked, the way i fixed it was turning off the kindle fire and turning it back on.
then on cmd I loaded the root folder again. cd \KindleFireRootNew
and then I typed the last process again and it worked the second time
>fastboot -i 0×1949 oem idme bootmode 4000
Hopefully it works for you like it did me
I did this and Command Prompt says “”
I did this and Command Prompt says “Waiting for device”
The same thing here, but I got it to work. For some reason at this step sometimes the PC can’t find the Kindle. Just kill the command prompt box and go back to Start and then Search and type cmd. But before you type the line again, you have to move the driver one more time. Then it will recognize it when you hit enter. So repeat step five if step 15 fails. Then do the second half of step 15.
I got “waiting for device ” for the longest time and thought my kindle was bricked forever! I also tried fixing it by reloading the drivers, but my device was always undetectable!
Fortunately, I was able to see how other Mac users solved the problem. First i turned my kindle off after connecting it with the micro usb cable. In terminal I went back to the place where the fastboot directory is with root control (sudo -i) . It looked like this:
Xxxxx-macbook:kindlefirerootnew root# ./fastboot-mac -i 0×1949 reboot
rebooting…
_____
It stayed at rebooting for a long time, so I was scared it wouldn’t work, but then I turned the kindle off and in again one more time and BINGO! It rebooted and I got superuser! Hope this works for others too!
your tutorial worked awsome except at the end i forgot the 4000 and now im stuck with the fire sign and cant do anything any idea how to fix this or did really mess up.
heyy
when i try to use to root it in the command prompt
it says file not found
not file
ugh
device not found
hold down your power button and then you should be able to reinstall driver per previous directions and then go back to where you messed up and re-enter correctly and should work.
Everything worked fine, until I reached step 15
./fastboot-linux -i 0×1949 boot twrp-blaze-2.0.0RC0.img
where I got:
error: invalid vendor id ’0×1949′
now Kindle is stuck on the start page
exactly same problem for me too. Can’t get the TWRP image file to load.
same here…
error: invalid vendor id ’0×1949′
stuck on “Kindle Fire” screen.
Any ideas?
Same here
Need help please
I finally got mine to work:
Windows XP could not load the driver (it did not even recognize it as a kindle). I had to use my Windows 7 machine to finish step 15.
I did the following steps:
1. loaded the compressed files onto the widows 7 machine and made sure to put the adb driver into my user folder.
2. Connected my kindle to the computer
3. Updated the driver per instructions above
4. Opened Command Prompt and re ran step 15. I used a “x” not “*” or any other character.
5. Manually powered down the kindle
The kindle then restarted and was rooted.
FYI it took about 2 min to restart.
try replacing the character “×” with the letter “x” on your keyboard in adb_usb.ini.
same here, what can I do?
got it thanks anyway
mines says waiting on device
got mine to work ya
Same here. mine’s stuck on the start page too. Any resolution on this issue?
Everything worked fine, until I reached step 15
./fastboot-mac -i 0×1949 boot twrp-blaze-2.0.0RC0.img
where I got:
error: invalid vendor id ’0×1949′
now Kindle is stuck on the start page “kindle fire”
what to do? did i brick it?
Do not copy paste 0×1949 from the website, but rather type it in terminal. I found out that’s what was causing the invalid vendor id error as when you copy paste the x is different from what you type in. It worked perfectly fine after this change.
i quit the terminal and now the device is not recognized by my mac. I opened the terminal again and tried to do everything from the start.. when i get to ./adb-mac root i get an error: device not found
I even tried the fastboot -i 0×1949 oem idme bootmode 4000 and i get command not found..
i am just Stuck on KindleFire screen
Any help is highly appreciated..Thank you
i have the same problem did you find a fix/
I have same problem and I tried different methods but still not fixed. In the device manager is still “Unknown Device”. I tried to update driver but no effect, second method I tried to consume battery to 0 power and fill battery but still no effect. Please Help if somebody have any idea, by doing hard reset or what?
I have the same mac problem..please can somebody help?
same problem.. anyone find a fix?
same problem, I cann’t find kindle USB after step 15. please let us know…
This is all well and good ,but as i am in Oz i have no access to amazon app store so i cant download the file manager. Any suggestions.
Cheers Nick
send the file to your email, then download it from your kindle using the web browser, it worked for me.
Go to fakenamegenerator.com and create an amazon.com account on your Kindle based on a US address and credit card (supplied) you cannot buy anything but you can download free apps. I’m in Canada, same problem.
vc n precisa dele, joga o arquivo apk no kindle e abre ele pelo quickoffice que ja vem no kindle, explorar internal storage vc vai v o aplicativo lá e é só instalar
You can use the file browser in Quickoffice. Click the app and when it opens, click browse near the bottom. Find the app you want and tap it and install. I couldn’t access the Amazon market either, so I eventually found this internal browser and it works fine. Don’t open any of the stuff other than Quickoffice.
FOR INVALID VENDOR ERROR, go back and manually type 0×1949, don’t just copy and paste.
my device is now disconnected.. i tried to do everything from the start and when i reach ./adb-mac root , i get a response ” error: no device found”
how do i do it? i have tried resetting using the power button – no help.. please advise
I did that and still got the same problem
i had the same problem try entering ” x ” insted of ” * ” and i got mine to work
Well… I was good until step 15 part 2. Loaded everything fine, but is just eternally rebooting. If it is just rebooting, shouldn’t it be safe to manually hold down the power, then turn it on? I’m hesitant to do so because one of the executables is running the reboot, so I don’t want to interfere with any processes it is trying to do. There are now “unbrick/unroot” programs and instructions floating about that will essentially just reinstall stock firmware (software?), but I am unsure if one would be able to access the device through usb on the hazard looking screen. Oooh this is a pickle.
i got a bit further, but no further than this step (the eternally rebooting screen with a fire hazard icon on it and below “press power button for recovery”). it’s now stuck on this screen. is there a way out? note: i have disconnected the usb
i believe my Kindle fire is truly bricked. on Step 15 i typed “fastboot -i 0×1949 oem idme bootmode 4000″ on command line, it said “waiting for device” for a long time, and then the Hardware Manager appeared again, looking for the device driver. I tried re-installing driver for ?kindle, but windows won’t recognise the driver (adb_usb.ini) nor find its location. still stuck with the fire hazard icon logo. at least the computer recognises the kindle, but further than that, its stuck.
After step 15 I got the, error: invalid vendor id ’0×1949′
Now Kindle is stuck on the “Kindle Fire” screen and it doesn’t mount to my Mac. Tried a Hard Reset, but just keeps just showing the “Kindle Fire screen.
HELP!
i got this same problem. help would be appreciated! thanks
got to the last step and now the computer wont recognize the kindle. Any suggestions? Stuck on the loading page. thanks
Got it to work after these codes..
fastboot -i 0×1949 oem idme bootmode 4000
fastboot -i 0×1949 reboot
Got it to boot after. Goodluck
Hi,
Were your commands with or without the ./ before “fastboot”?
Hey, thanks for totarial i did mine and it works perfect. I advice to people who can not use amazon apps because of non Us users, you can use quickoffice the export apk files.
I rooted but now i do not know how to install android market on my device, does anybody now it?
Iv followed your first steps for the root but when it comes to the part where I type ./adb-mac root it says it doesnt find my device. Help
well I made it worked after lots of retrying
I let KF battery power deplete
restarted the computer
and retried with the same commands but typing the vendor ID (as suggested..thank you)
and it works
Thank you
Hey Michel so did you start from the very beginning or which step did you restart from? Was your kindle charging while you were retyping everything? Also, how do you type the “x” in i 0×1949 what’s the shortcut for it? (sorry for the dumb question)
I continued from step 15 part 1
fastboot -i 0×1949 boot twrp-blaze-2.0.0RC0.img
what I did first when it hung the first time was to disconnect it and wait until the charge was depleted. then recharge it. it did not work.
I did it again and it did not work
I restarted the computer and bingo…it worked
Good luck
Thank you! You’re are my hero! Saved my life! My parents would had wooped my ass if I broke my kindle!
Please can you explain where to get vendor ID and where to change
When I bought my Kindle the other day all 8gb of space were available for apps or Amazon content. Then it updated and only 1.17gb were available for apps, with the rest reserved for Amazon content only. That sucks in my opinion. If I root my Kindle will I then be able to use all the free space for whatever I want, or will I still be stuck with the limits that went into effect on the last update?
Also, is there a way to stop the automatic updates so the root doesn’t get wiped out in the next update?
When I bought my Kindle the other day all 8gb of space were available for apps or Amazon content. Then it updated and only 1.17gb were available for apps, with the rest reserved for Amazon content only. That sucks in my opinion. If I root my Kindle will I then be able to use all the free space for whatever I want, or will I still be stuck with the limits that went into effect on the last update?
Also, is there a way to stop the automatic updates so the root doesn’t get wiped out in the next update?
Went past step 15. Now it gets stuck on yellow triangle. Tried holding the power button, but just turns off. Any suggestions?
i quit the terminal and now the device is not recognized by my mac. I opened the terminal again and tried to do everything from the start.. when i get to ./adb-mac root i get an error: device not found
I even tried the fastboot -i 0×1949 oem idme bootmode 4000 and i get command not found..
i am just Stuck on KindleFire screen Any help is highly appreciated..Thank you
Everything worked fine until I got to this step fastboot -i 0×1949 oem idme bootmode 4000…now the command window just says “waiting on device”…I’m stuck here
Jay,
Here is the fix…I was able to sort it out.
1. Reinstall/update drivers on the kindle in “my computer”
2. Close/reopen the cmd prompt
3. Type in cd /kindlefirerootnew
4. Type in fastboot -i 0×1949 oem idme bootmode 4000
Hi Andrew J,
im having the problem my device is not being installed anymore after Step 15. The driver seems not to fit anymore?
Ive red the comments very precise. No idea for that?
Same happened to me, windows doesn’t detect the kindle anymore so I can’t install the drivers as the tutorial shows, what can I do?
I got it to go through all the way until the final reboot. I did a hard reboot and it fired up but no triangle What’s the triangle? What do I do now?
Please Help!!!!!
When i try to download ES file ….., i get a error “There was an error purchasing ES File Explorer. Please click here to add an address to your account (this will open your browser) and try again.”
It’s because you need an Amazon account with a credit card number (even if you just download free apps). Try making one using “fakenamegenerator.com” It’s not real name or credit card numbers, it just fools Amazon into thinking it is real.
Thanks! It finally worked. It scared me a little because the final rebooting took forever that I had to do it manually. And I kept seeing that yellow triangle. But gave it some time and everything started up as per normal
Yes, I am having the same problem where my mac no longer recognizes the kindle after it reboots to the kindle fire title screen. I have tried restarting the computer and the kindle and it doesn’t help. I am going to try running the battery down but this seems quite problematic. Would appreciate any ideas!
same problem here, any solution?
Using a Mac, stuck on step 6. Where do i create the “.android” folder?
HI
. Good luck.
For the guys with yellow triangle problem after step 15 (fastboot -i 0×1949 oem idme bootmode 4000 -vendor error)
I menaged to turn my KF on. The whole process of rooting I did on my desktop computer with Win XP SP3.
After step 15 my computer didn’t recognize my KF. I tried to continue rooting on my laptop with the same WIN XP SP3 – and the result was the same (vendor error). Then I remembered I had instaled on my old HDD WINDOWS 7. I changed drive, turned my computer on and when WIN 7 found new device I simply installed one – like in step 5. (vendor problem didn’t appear).
I was glad, I could pass the rest steps
(sorry for my poor english)
Przemek
I don’t know what has gone wrong but step 1 – 13 went really smoothly and i had no problems, but when i came to step 14 that went fine but at step 15 the computer did not recognized the command and now my kindle is a brick and my computer only recognizes it as an unknown device and i can’t do anything about it.
Any help on how i can recover it, Please.
Got the same problem, the device is not recognized by windows. I try to reinstall the driver but it didn’t worked. Now all i got is my Kindle with a yellow triangle in the screen and i can do anything. I need help.
I let the KF battery deplete and connect it again, now windows does recognize it as kindle, but it wont let me update the drives what can I do?
I got it thanks for everything.
yeah thanks, got it to work.
What was the fix?
Could you let me know what the fix is? Thanks.
yeah the whole world would like to know what the fix is,
stuck at flaming triangle
Pingback: rabble rabble rabble » Blog Archive » Customizing the Kindle Fire with 6.2.1
In step 5, my KF is categorized as “Portable Devices” instant of “Other Devices”. Not allow me to install the driver. Please help.
HEY GUYS,
for those who stuck at step 15, where a triangle icon shown and never disappear no matter what you did,
I have found the problem that makes this happened.
Please try to reinstall the driver for your kindle fire, THE DRIVERS FILE IN STEP 5 IS USELESS at this point, right click the device shown up as kindle fire -> update driver -> choose manually -> ‘previous installed driver listing’ (or sth like this, i don’t know the exact name in english as currently im using a chinese version windows) -> ANDROID PHONE (sth like this again.. can’t remember exactly the name)
then follow the steps where you stucked, DONE!
HOPE THIS HELPS!!!!!!!!!!!!!!!!!!!!!!!
Hey,
it seems like i doesn`t have this previous file anymore. At least i can`t press this button.
oh gosh now it just reboots every 2 sec with the triangle. If I cut the usb cable it just turns off.
Is there a possibility to cancel this progress and maybe unroot all these?
after entering the last code (fastboot -i 0×1949 oem idme bootmode 4000) when it reboots. disconect the usb, connect the wall charger and power of your kindle, it worked for me.
You also had these reboot every 3 seconds, and it worked?
When i plug into electric socket it keeps restarting like hell.
I’m stuck at the Kindle Fire screen after failing at Step 15.
What are my options now?
I’ve been able to update my drivers but am now stuck. My windows machine does not recognize my Kindle because it’s in an infinite reboot.
same problem here… did you find any solution?
You guys find anything here? My Kindle is got stuck at the reboot after putting on the unrooting program. Now all I have is the yellow triangle screen and the computer will not recognize the Kindle anymore. The screen says to press power button for recovery but it won’t go into any menu, just frozen. I have to hold power button to get it to turn off.
I’m stuck at an earlier stage than most… when I type “./adb-linux devices” i STILL get “no permissions” .. even with root access. WTF???
I found the answer on another thread. you must run ./adb-linux kill-server then ./adb-linux start-server. I was having the same problem and it was nothing a little research couldn’t solve!
Everything worked fine, until I reached step 15, For Windows:
fastboot -i 0×1949 boot twrp-blaze-2.0.0RC0.img
error: invalid vendor id ’0×1949′
now Kindle is stuck on the start page
Is there any solution??
I have exactly the same problem with my mac.
…..Home$ ./fastboot-mac -i 0×1949 boot twrp-blaze-2.0.0RC0.img error: invalid vendor id ’0×1949′
now the kindle is stuck on the start page.
If your pc is having trouble recognizing the device, use SuperOneClick to force install the driver………Just google it, follow instructions to install it. Then connect your kindle, select Unroot, it will prompt to install the drive, say yes to that and the windows warning. Then continue with the process in cmd. Worked for me. Hope this helps
y does this guy ignore step 6 in both videos? how can i create a “.android” folder on my mac? and where???
In terminal the command creates the directory for you hidden deep in the system I think.
Sorry my paste didn’t work. In terminal step 3 command ‘mkdir ~/.android’ creates the directory.
hi guys
my kindle got stuck , and the computer doesn’t recognize the kindle anymore.
Did anyone find a fix to this problem.
I have the same problem. My Kindle is got stuck at the reboot after putting on the unrooting program. Now all I have is the yellow triangle screen and the computer will not recognize the Kindle anymore. The screen says to press power button for recovery but it won’t go into any menu, just frozen. I have to hold power button to get it to turn off. Were you able to find out anything with your problem?
Thanks.
Pingback: Kindle Fire 6.2.1获取root权限的方法 | Inning In Chaos
I am still having problems with the first CMD command we have to do, the one with the driver install! I installed the driver and I can see it in Device Manager, but when I run the “adb root” command it says “error: device not found”??? Any thoughts on how to fix this?
i’m stuck at step 12, i list the devices, and none comes up so i can’t root… i’m doing it from a mac
Hey guys. I’m on a Mac. I get to step 11 where it says, “browse to the KindleFireRootNew directory.” I assume this means the directory on my computer and NOT the Kindle, correct? When I try to root adb-mac, it says the file isn’t found. Weird, because the file is in there. Anyone else having this problem?
I’m attempting to do this on a Mac. I’ve tried entering in ./adb-mac root but no devices are found…hm…any ideas? I tried the sudo -i command so I’m the root user…didn’t help, I’m still stuck. Thanks!
Got my mac to install step 15. Copy and paste ./fastboot-mac -i 0×1949 boot twrp-blaze-2.0.0RC0.img into the terminal. Use the backward arrows to go to “0×1949″ delete this and retype in manually. You should see “” in the terminal. I held down the power key for 12 seconds and turned it back on (still plugged in) then it installed.
you should see Waiting for Device in the terminal
Likewise, the next commands also require manually retyping 0×1949
Ahh! Everything worked fine until step 15. I c/p “./fastboot-mac -i 0*1949 boot twrp-blaze-2.0.0RC0.img” into the terminal and I get “-bash: ./fastboot-mac: No such file or directory”. Has anyone else had this problem??
Meant to type “./fastboot-mac -i 0×1949 boot twrp-blaze-2.0.0RC0.img” with an x. And have tried retyping this portion. No luck.
Thanks so much for taking the time in putting up this tutorial. I’m using a previously rooted kindle fire, but due to the 6.2.1 update my android market stopped working so i thought I’d try to re-root again. I seem to be stuck at step 14. And am unable to detect my kindle fire even after installing the drivers. So I am now unable to continue to the next steps and my kindle fire is stuck on the kindle logo screen. When I try install the drivers it seems to go smoothly and shows up in the device manager, however when in command prompt, and i type “adb devices” nothing shows up. Please help, I’ve tried installing the driver on different computers and. Hope you can help me through this problem or at least show me a way to revert my kindle back to its usable state. Thanks for your time man, hope to hear from you soon.
I got problem on Step 15
fastboot -i 0×1949 oem idme bootmode 4000
Command Prompt says “Waiting for device”
My PC cannot detect my Kindle and hang on the first page.
I tried
1. Reboot my PC and KF and repeated to load the driver from my PC using WinXP. It still did not recognize it as a kindle.
2. I changed to use Win7 another PC, same result
My Kindle is stuck on the start page. Any solution to solve the problem?
I got mine rooted perfectly. My initial problem was that I could not create the folder .android in win 7. Had to get some info online, then create the folder by going to command prompt and typing mkdir .android. Then the device was visible to windows 7. Weird not being able to name a folder with leading dot (.) from GUI mode.
Thanks for the Root instructions; you guys ROCK !!
– David
Martin i was using my old PC with XP and stop in the same place.
Solution was other pc with Win7 booting KF until show kindle on device manager, installed drive to put Android Adb Interface, then wrote the 2 instructions below:
fastboot -i 0×1949 oem idme bootmode 4000
fastboot reboot
All is ok now
Using Windows 7 I successfully followed instructions up to 15 but now my computer does not recognize my Kindle (unknown device) and the kindle is performing infinite reboots! I tried the command ‘fastboot -i 0×1949 oem idme bootmode 4000′ which did nothing to help the issues. Could the author of this tutorial or someone who had the same problems please help me? My brand new Kindle Fire is completely dead right now…
additional info: I even connected Kindle Fire to another computer running Windows 7 and tried to update the drivers and now the 2nd computer is not recognizing the device…
Tammy, same problem, but please read my above answer.
The solution was boot the KF until show kindle on device manager, next put the drivers to stay Android Adb Interface and next on cmd line write the remaining instructions
Hope this helps
The KindleFireRootNew.zip file will NOT download. Is it still up and working for others?
Urgent Help! I tried many methods by connecting my stuck Fire to Window XP and 7, it was still not able to detect my kindle fire. My Kindle fire keeps on the page showing yellow triangle with a fire symbol inside the triangle. Also, the bottom of the screen shows “press power button for recovery”……I tried many times, but it was still fail. I am very upset on it……
Wish can have a workable solution to solve it. Many thanks.
Sorry, I have a question.
When i type in “./adb-mac root”, it said that “error: device not found”,
What can i do? Anything step i miss? Please help~
getting the same error when entering the command ./adb-mac root
device not found! please help us!!!
I tried to update the driver to Android ADB interface, but the computer responded with “driver not compatible with the device’. I am using Win Vista. Any solutions?
cant install driver after step 15. now kindle is stuck on yellow triangle with fire…and the power button for recovery does nothing…i have tried using SuperOneClick but that doesnt work ..ive tried installing the usb driver so many different ways..and still nothing…now kindle is dead…unable to unroot it..
does anyone have any way around this??
The yellow triangle seems to be part of the boot up sequence now. When you see it, just wait awhile. The Kindle Fire word will appear soon enough and the device will proceed to boot up properly.
–cp
Pingback: Unlocking the Fire « strablet
I was good until Step 15. Next type:
For Windows:
fastboot -i 0×1949 boot twrp-blaze-2.0.0RC0.img
i then kept getting error message & have lost my commang post & kindle fire is stuck on screen & im not sure what to do now?
hello
my KF hang on the KF logo and i can’t re-install drivers..i go to device manager but i don’t see KF drivers is unknown
!!
Read my comment below, mine did the same thing.
I have a bricked kindle that is on a loop from attempting to install ICS 4.0 Launcher … without first rooting … so when i follow some of your steps for mac/linux i get “adbd cannot run as root in production builds” which i guess makes sense since i never installed the rooter … so, my question is if there is a way to install the .apk onto or into a bricked fire …..
step 14 hangs on the yellow triangle with fire logo and wont go further to kindle fire logo… pressing the power button only reaches up to the yellow triangle , is there any way to recover from this?
I had the same. I powered it down by holding the off button for a long time. Then waited a while and turned it on. After a while I got a primitive TWRP screen. I chose ‘reboot’ and after a while the Kindle started normally again.
Good luck. Be patient.
I first tried this on Windows, but my the PC couldn’t find the KF in the command prompt even though it showed up in devices under android devices AND portable storage. I figured I had a driver issue, so decided to try it out on Ubuntu/Linux. I got stuck on step 12 with the very first command. I get a “command not found message.” I know I am in the right directory, so what gives? I wonder if I am doing the sudo part incorrectly, I’ve tried using just sudo, and sudo i, but I get the same results. Any help would be much apreciated. Thanks!
My install hung up toward the end when this line was ran, “fastboot -i 0×1949 boot twrp-blaze-2.0.0RC0.img”
That small x between 0 and 1949 has to be deleted and a new X inserted.
It also needs to be changed in this command also “fastboot -i 0×1949 oem idme bootmode 4000″
Just delete the small x and re-type it again
So…went back and tried it through windows again. Everything went pretty smoothly, but there were a few times when I panicked, thinking I had bricked my kindle.
Every single time the device rebooted during the process (step 15 and on) I had to reinstall the drivers. However, I couldn’t choose the drivers through a driectory/folder. I had to install the driver by choosing from a list. So, if you get stuck and get a device not found message, try going into the device manager, rt click the unknown device (kindle) > Update Driver > choose from list > adb devices > adb composite device (pick the most recent one, I think it’s something like 4.0.0.0.) Hope this helps!
I was doing fine (I think). Typed in “fastbook reboot” and then got the yellow triangle. I’ve tried different suggestions of powering down. Tried to restrace my steps and try again, but I’m getting “error: device not found”. I’m working on a mac and can’t seem to get to TWRP recovery or anything. Just a yellow triangle. HELP!!!!
I tried going back through the steps but Terminal keeps saying “error: device not found”. When I run System Profiler on Mac it shows Kindle when connected and on. How do I get Terminal to recognize?
Had my KF off. I entered “./fastboot-mac -i 0×1949 oem idme bootmode 4000″ and got “Error: could not get pipe properties”. Then “”. I powered on the KF. Same error popped up a couple of times, but eventually “… Okay” came up. Entered “./fastboot-mac -i0x1949 reboot”. I got “usage: fastboot [ ] ” with lists of options. I typed “reboot”. But got “Operation not permitted”. I’m stuck.
Read my comment dated the 17th. Also Kindle just updated their software which will unroot you Kindle.
I am at step 15 and every time i type in the command it get : cannot load ‘twrp-blaze-2.0.0RC0.img’, help me i have no idea what to do.
ATTENTION ROOTERS :: It’s extremely likely the majority of you will never use the TWRP recovery program so do yourselves a favor and stop after Step 12. If you’ve watched the videos and followed the steps (and whatever corrections have appeared previously in this thread) your KF will be rooted after Step 12 and you’re good to go. If you don’t know what TWRP is or what it’s good for—Don’t bother installing it and save yourselves the grief that seems to be plaguing everyone from Steps 13 onward. All you really need/want is a rooted KF. Skip the recovery. You won’t know the difference and you’ll be much happier for it. Good luck.
Better put that ROOT on hold for the time being.
I see Kindle just upgraded to 6.2.2 and that wipes ROOT out.
Hi,
It seems after upgrade to 6.2.2, root does not work again.
After installing and running kindlefireroot.apk, at Step 12. When I run
./adb-mac rootit says
adbd cannot run as root in production buildsLooks like BurritoRoot application (kindlefireroot.apk) didn’t have effect any more.
Or may be I am doing something wrong? But I think I followed instructions carefully.
By the way, can I somehow disable automatic updates of my KF? It’s kind of annoying, rooting Kindle every time it upgrades.
I ran into the same problem, then l checked out the comments and got intimidated to go on worried that my KF would be bricked. A response/solution to this problem would be greatly appreciated!
i typed in chmod 755 * on my mac. and that worked fine. but then in the next step where i placed “mac” in for “linux”, and entered. it something about unkown command or file not found
I rooted my Kindle Fire, with 6.2.2 update, without any problems at all. Hopefully no more updates for a while.
have trouble getting past command: adb root –> comes back with:
adbd cannot run as root in production builds
any idea on a work around or if im doing anything wrong using 6.2.2 and windows vista
having same issue let me know of work around plz thank you
Cannot get step 12 to work. “push su…” continuously fails. Also, typing ./adb-mac or just ./adb doesn’t work, but typing adb without the leading ./ or trailing -mac works. I am on a Macbook Pro. Any help would be much appreciated, I would really love to actually use my Kindle Fire. The only internet I have easy access to is a tether from my phone, & Fire doesn’t support ad-hoc without rooting. I am also very tired of apps that DO NOT NEED an internet connection force-closing with a message about needing an internet connection.
Amazon, you suck.
Don’t use -mac commands. Instead if you already have android sdk, go to platform-tools directory and use that adb command(If you already have android SDK setup). It worked for me !!
sMac:platform-tools suresh$ ./adb root
sMac:platform-tools suresh$ ./adb remount
sMac:platform-tools suresh$ ./adb push ~/Downloads/KindleFireRootNew/su /system/xbin/su
sMac:platform-tools suresh$ ./adb shell chown 0.0 /system/xbin/su
sMac:platform-tools suresh$ ./adb shell chmod 06755 /system/xbin/su
sMac:platform-tools suresh$ ./adb install ~/Downloads/KindleFireRootNew/Superuser.apk
Thank you Suresh! At first I thought it wouldn’t work, but I copied & pasted your instructions, & realized I was missing a space between some of the commands.
Now my Fire is worth something! Thank you all!
P.S.
Does anybody know what stops working when the FIre is rooted? I’ve read that the instant video quits working, but can you still download books? My internet is too slow for videos anyways, so I don’t even care about that part.
Hey thanks man.. It worked very well for me
!! Initially I too got stuck up on yellow triangle problem. I used my Macbook. Then I restarted the KF manually then long pressed the power button. It put me on TWRP app. Then went to Reboot and selected PowerOff. After switching on KF, now it starts normally and my macbook detects very well !!
To Re-Root your KF after upgrading too 6.2.2
Search and find BurritoRoot2.Bin on the internet.
Make sure your KF has the Android driver and do this….it worked for me
1 adb push BurritoRoot2.bin /data/local/
2 adb shell chmod 777 /data/local/BurritoRoot2.bin
3 adb shell /data/local/BurritoRoot2.bin
4 adb root
5 adb shell id
if uid = 0 continue, if not start over
6 adb remount
7 adb push su /system/xbin/su
8 adb shell chown 0.0 /system/xbin/su
9 adb shell chmod 06755 /system/xbin/su
10 adb remount
11 adb install Superuser.apk (skip this step if its already installed)
It worked well. Thanks man !!
After rooting my device, my battery icon has a question mark in the center. When I check the status under “device” it shows 0% and also the power light does not light up when it charges. Anyone else have this issue and have a fix? Would it work to select “return to Factory Settings” under settings or to reinstall the 6.2.2. update? Any help would be awesome! Thanks!
I tried to restore it to factory settings, both by navigating to “device” and by copying the 6.2.2. file from Amazon’s site, but when tap on it, I get a message that the battery has to be at 40% to install. But even after having it plugged in to the charger all night, the battery level is still showing 0%. I’ve tried to reroot and the AndroidPolice / Rootzwiki app (I think it was BurritoRoot2 or 3…not sure… I’ve become disoriented in this process) said that it was rooted. I’m really not sure where to go from here. (I contacted Amazon customer service and explained the battery issue, but since it was rooted, can’t get a replacement.)
Any advice that can be given would be great! Thanks in advance!
When I tried to install TWRP, it ran to the point where it was activating Fastboot (4002) and here is what is what it says (between the @@@@@):
@@@@@
write 4002 to offset 0×1000
The Kindle has been told to reboot in Fastboot mode.
downloading ‘boot.img’ … FAILED (data transfer failure (unknown error))
finished. total time: 2.109s
Then “Read me”
If we get stuck here a long time, check the ADB drivers in windows.
Fastboot uses a different device than ADB, so make sure it is installed as an ADB device. If you see “kindle” in device manager, you need to install the drivers. You can also try running install_drivers.bat in the drivers folder.
Do NOT unplug the kindle if we are stuck here, leave it plugged in and on.
Do NOT touch the kindle at all if we are stuck.
Setting Normal Bootmode.
Please wait..
*daemon not running. starting it now*
*daemon started successfully*
*daemon not running. starting it now*
@@@@@
Now on my Kindle, the Kindle Fire screen appears for about 2 seconds then goes black for about 2 seconds. The power light blinks too and is on when the screen show “kindle fire”.
Is there any hope of a next step or have I destroyed the device?
The first time I used SuperOneCl;ick, my KF froze and nothing showed even when I connected the USB cable. I went back to Device Manager and made sure the Android Drivers was installed. When you get to selecting the driver make sure you select the 2nd option down. Until then mine just said Kindle with a ? mark. By selecting the correct driver again, it all came back to life.
Unfortunately, my kindle power up far enough for the computer to know that something is connected by USB. The Kindle screen just blinks the “kindle fire” screen that appears when starting it up, then it goes blank, so I’m not able to even get the Kindle with a ? in Device Manager. Any other thoughts? (Thanks for replying Elmer!)
sorry for the typo…meant to say “…my kindle won’t power up…”
When my KF crashed, sometimes it showed the Kindle in the Device Manage and sometimes it didn’t. I would continue disconnecting from the PC until it finally showed as “Kindle?”. I then decided to re-apply the Android driver and it kept refusing until I chose 1. Update Drivers, 2. Browse my Computer for software, then 3. Let me chose . At that point I chose the folder under Android that says Extra/Google/usb_driver. That folder contains the file named “android_winusb_inf”. By installing that driver it worked for me. Hopefully it will be of some help. Keep in mind, my KF didn’t show in the DEVICE MANAGER until I disconnected a few times and then it started to show. At that point you might try what I mentioned above. THANKS!
I’ve made some progress! I have been able to get my Kindle fire to open to TWRP. But I can’t get the update file. When I connect my Kindle, the drive G: shows up under “My Computer” but when I click on it, it says “Please insert a disc into drive G:” I don’t know how to get the update.zip file to my kindle so that I can select it under Install on TWRP.
(Thanks for all your input! You’ve been really helpful!)
I have since been able to transfer the file to the Fire by using:
C:\KindleADB>adb push update1.zip /sdcard/update1.zip
On the Kindle, I tapped Install and choose the file (update1.zip) then tap Flash, this is what it says:
–Verify md5 for /sdcard/update1.zip
–No md5 file found, ignoring
–Instal /sdcard/update1.zip …
E: Cannot load volume /misc!
E: failed to mount /sdcard (Invalid argument)
E: Can’t mount /sdcard/update1.zip
E: failed to mount /sdcard (Invalid argument)
Not sure where to go from here. :-\
Hi I have tried to Root the Kindle Fire following your steps. Having set the Kindle Fire for other apps, downloaded the software for both PC and Kindle, copied drivers and usb files accordingly. Run the ES explorer and installed kindlefireroot.apk selected agree, you rock, and root then exit. Unfortunately each time I get to the Command window step 1 and 2 change directory the run “abd root” I have the the result —
*daemon not running. starting it now *
*daemon started successfully *
adbd cannot run as root in production builds
Can anyone please help. What can I do /need to do to get past this point?
Regards
Colin
It appears your KF may still be listed as a Kindle under Device Manager. If so then update the driver that changes it to an Android. In my case that driver was C:\Android\extras\google\usb_drivers\android_winusb.inf
Its only my guess, since I’m not seeing your device manager and based on the message it gave.
the same question
———————————————————————-
*daemon not running. starting it now *
*daemon started successfully *
adbd cannot run as root in production builds
———————————————————————-
Can anyone please help ?
Regards
Same problem, need help. I’m using Mac
Quan:/ root# cd kindlefirerootnew
Quan:kindlefirerootnew root# ./adb-mac devices
List of devices attached
5E60000600000001 device
Quan:kindlefirerootnew root# ./adb-mac root
adbd cannot run as root in production builds
Quan:kindlefirerootnew root#
From reading online it looks like this version of root was disabled with the update to 6.2.2 can you do another tutorial for the 6.2.2 version or at least update the kindlerootnew.zip to contain burrito root 3?
After the 6.2.2 update I rooted with Burrito Root 2. Burrito Root 3 is available. DO a search, some sites do have it. I used the below commands from the CMD prompt.
From the directory containing your files:
adb kill-server
adb devices
1 adb push BurritoRoot2.bin /data/local/
2 adb shell chmod 777 /data/local/BurritoRoot2.bin
3 adb shell /data/local/BurritoRoot2.bin
4 adb root
5 adb shell id
if uid = 0 continue, if not start over
6 adb remount
7 adb push su /system/xbin/su
8 adb shell chown 0.0 /system/xbin/su
9 adb shell chmod 06755 /system/xbin/su
10 adb remount
11 adb install Superuser.apk (skip this step if its already installed)
Thanks. Seems like a site with devoted to rooting the kindle should try to remain current with their articles.
hey please tell me…..do i have to install android sdk on pc also????
Yes, DL and install in a folder. I installed all the files in a folder named Android and that way I could find it quick. As long as you know where the filers are located, you can go to the START, type CMD and then cd\, then “cd Android” and run your files.
hey thanks elmer…..please tell me also any other source to get ES file explorer?…as i cant access the same through amazon…..i m living in uae….
Hello, every steps is OK, but steps 15-16. when i write this fastboot -i 0×1949 boot twrp-blaze-2.0.0RC0.img
so the command line said waiting for davice…help me
i cant even download the first thing i think this thing sucked
Pingback: kindle fire 进行时 » 鹰之家
I have used the method – i had to stop prematurely, i am unable to access my kindle device on my pc, when i open my command prompt and type in the commands – i get a message saying that the device is not found – please help
Help me please…
I got stuck at Step 10. I opened BurritoRoot3, hit Install then Open. But a box came up that says, “Please run /data/local/tmp/BurritoRoot3.bin –root through abd to start the process? example: abd shell /data/local/tmp/BurritoRoot3.bin –root” The only option is to tap “exit.” That takes me back to the ES app.
Thanks!
I am having the same problem.
Hi – Are you going to create a new video to root the 6.3.1 system version of the Kindle Fire?
-Moisesw