[Q] Really need help!! :'( - Kindle Fire Q&A, Help & Troubleshooting

Hello! I get myself in a huge mess! and now I dont know what to do, I've been looking for a lot of solutions here but I cant fix my Kindle Fire...
I tried to rooted it but it didnt work and now it my pc says that the Device is not recognize, and the screen just show the Kindle Fire Logo...
It's been like that for a while... I'm ok with just the normal Kindle, without the rooting stuff v.v just need to make it work! please heeeelp

Help us help you...
What exactly did you do? (not just "tried to root and it didn't work") Did you install TWRP or FFF?
I don't see why your computer would say the device isn't recognized, when it shouldn't even show it at all (as it's stuck booting).

Sounds like your stuck in fast boot or something got erased or changed from the stock system.
Happened to me more than I care to admitted early on.
Try the app here: http://forum.xda-developers.com/showthread.php?t=1399889
It'll should be easier than using terminal. I haven't personally tried it.
It you have fastboot working > fastboot -i 0x1949 bootmode 4000 then fastboot reboot might get you on track quickly. If using Linux you need to be su, not sure if windows cmd needs administrative rights.
Good luck and report back.

Ok, the thing is that I unplug the Kindle probably before I should, I'm not quite sure :S! But the computer dont recognize the Kindle, though it does recognize it as ADB Android Phone sometimes...
I tried to install the driver manually but it didnt work, when I run the Utility is still offline... and I cant see the Kindle in "my PC" either...
I tried ti the thing with the Device manager, but it doesnt show anywhere the Kindle devices... so I'm pretty sure I'm doing something wrong! but the thing is I dont Have any Idea :'(
>.<!

Have a read here: http://forum.xda-developers.com/showthread.php?t=1552547
Fix the drivers as instructed in that thread (second post), and then post here your precise issue (or whatever it is you'd like to achieve), as detailed as possible.
For future reference: http://forum.xda-developers.com/showthread.php?t=1644970

Related

[SOLVED] Stuck at the KF logo

I seriously need some help. My normally fierce Google-fu has failed me. I have searched countless threads on here (and elsewhere) and tried just as many solutions, but I haven't had any luck. My Kindle Fire is stuck at the "Kindle Fire" boot logo. I was using the KF utility, and ADB status was online, everything looked good. I chose the option to root and install TWRP. However, it couldn't grab TWRP through my corporate firewall/proxy, so it skipped it, placed my KF in fastboot (I think), rebooted, now I'm bricked.
Depending on which PC I use, and in what order it's plugged in, I get different results in the Device Manager (both Windows 7):
Home PC -
Hardware Ids = USB\UNKNOWN
Yes, I've tried loading drivers six ways from Sunday, and none worked.
Absolutely no solution involving ADB in any way will work until I can at least get Windows to recognize it correctly and load the proper drivers.
Work PC -
If I have the KF turned on when I plug it into my PC, I get the same result as on my home PC (though I don't think I tried plugging it in on my home PC while my KF was powered off).
If I have it turned off when I plug it in, my PC sees it as an "Android ADB Interface", with the correct hardware ids.
Even when it sees my KF correctly in Device Manager, I still can't get ADB to communicate with it.
I've tried FireKit on my Ubunutu 12.04 laptop, but it never sees my device, and gets stuck at the <waiting for device> message. I've tried countless driver iterations and many utilities, and none seem able to communicate with it while it's stuck at the logo.
Any help would be immeasurably appreciated!!
[UPDATE]
While my device was detected correctly in Device Manager (but still not able to communicate via ADB), I reloaded the drivers using the KF Utility. It is still detected as "Android ADB Interface" but with an error in Device Manager. The error is "This device cannot start. (Code10)". I uninstalled it, including drivers, and let Windows autodetect. It was identified as "kindle", so I ran the same driver package and it still sees it as "Android ADB Interface", but still with the error.
[UPDATE 2] - Steps I took to (finally) get mine working
Note: If your device is recognized in Device Manager as something *other* than "Unknown Device* (such as "kindle" or "Android ADB Interface"), skip to step 3.
1. Turn off the device.
2. Plug the device into USB to your computer. This should turn the device on.
3. Delete the ".android" folder from your Windows profile. This is very important. If you just uninstall the device and driver, Windows will still use this to reinstall the device. You want to start as fresh as possible to eliminate complications from previous attempts.
4. Uninstall it from Device Manager. Make certain to check the box to uninstall the driver as well.
5. Start a new scan for hardware changes in the Device Manager.
6. As mine was stuck in fastboot mode, it recognized the device as "kindle" (lower-case "k")
7. Run the "install_driver.bat" from the Kindle Fire Utility.
8. After driver install, run the Kindle Fire Utility.
9. ADB status will say "offline", that's fine.
10. Choose option 1 to go into the Bootmode Menu.
11. Choose option 1 to boot into Normal Mode.
12. It will be stuck at <waiting for device>.
13. Turn off the device, keeping it plugged into the PC. *very important* This step was one among others that made THE difference for me.
14. Turn on the device. *Hopefully*, you should immediately see the utility spit out some text and your device should reboot.
15. Boots up!! (well, mine did, and I had almost give up hope were it not for my pride and stubbornness).
Read this...
http://forum.xda-developers.com/showthread.php?t=1552547
with emphasis on device drivers.
"Android ADB Device" typically means the device is in fastboot mode and you cannot use adb while in fastboot mode.... you must use fastboot.
With your KF off and disconnected from your work computer, run this command...
Code:
fastboot -i 0x1949 getvar product
and then connect it to the computer. The KF will turn on automatically. The computer will say "<waiting for device>" for a bit, but if the command works, it will eventually return "product: kindle" as output. If that works, you can actually flash TWRP from there, but if you are anxious for it to do something again...
Code:
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 reboot
should get it booting normally again. If it doesn't, look at the link I gave you and focus on getting your drivers fixed. You won't be able to execute any commands (fastboot or adb) through Windows if the device drivers don't work. You might want to go back to Firekit if drivers remain problematic for you.
Everything you need to know to fix your KF is in that link at the beginning of my post, including the commands you need to run. At the bottom of post #3 is also another link to a how-to root/install ROMs page.
IT LIVES!!! While I was still getting the error code 10, I launched the KF utility one more time. ADB status was still offline. I went into the menu to modify boot mode, told it to boot in normal mode and it was stuck <waiting for device>. On a whim, I left it there and cycled power on my KF. It found the device, finished, rebooted, and it's good!!! The Device Manager is happy now too!!
The behavior was so odd between my work and home PC. I was seriously scared when it gave a bad device ids on my home PC. I think it was more a combination of several different things that helped, and I'll update my main post with all that I did to get it back (that I can remember). Hopefully it will help someone else.
This is an *amazing* community, and I can't thank everyone enough for the incredible work you all do and the true sense of selflessness exhibited here on the forums!
btw, How do I edit the subject to indicate it's solved?
^_^
OH ,MY GOSH I DO NOT NO HOW MUCH TO THANK U THNX FOR THE POST
jaetrix said:
OH ,MY GOSH I DO NOT NO HOW MUCH TO THANK U THNX FOR THE POST
Click to expand...
Click to collapse
Glad it could help someone! I was frustrated enough about it and couldn't find a single solution that fit my issue. I just had to combine some to get it to work for me.
Bump
Yes this saved two bricked kindles. Trial and error is sometimes the best means to solving a problem.
Sent from my GT-I900 using xda premium
This is happening alot here of recent thats why I bumped it to the top of the list
Thank you for this. Maybe a moderator will be kind enough to sticky this.
Sent from my Galaxy Nexus using Tapatalk 2
pugsley42 said:
I seriously need some help. My normally fierce Google-fu has failed me. I have searched countless threads on here (and elsewhere) and tried just as many solutions, but I haven't had any luck. My Kindle Fire is stuck at the "Kindle Fire" boot logo. I was using the KF utility, and ADB status was online, everything looked good. I chose the option to root and install TWRP. However, it couldn't grab TWRP through my corporate firewall/proxy, so it skipped it, placed my KF in fastboot (I think), rebooted, now I'm bricked.
[...]
15. Boots up!! (well, mine did, and I had almost give up hope were it not for my pride and stubbornness).
Click to expand...
Click to collapse
Pugsley42...you 'da man! I had the same story as you told above, including searching and following countless threads of instructions. Nothing worked until I found your instructions! Thank you, thank you, thank you!
Stuck at the KF logo
These steps still didn't work for me :-/ I'm still stuck with the KF logo and a "Waiting for device" prompt. I've read through these forums starting with the "KKFB" to this one and still haven't had any luck yet. It may be time to give up on her. I think I have royally messed her up.
If anyone else has any other suggestions I'm open i've tried everything else on here I can find.
Thanks
Neely
Neely said:
These steps still didn't work for me :-/ I'm still stuck with the KF logo and a "Waiting for device" prompt. I've read through these forums starting with the "KKFB" to this one and still haven't had any luck yet. It may be time to give up on her. I think I have royally messed her up.
If anyone else has any other suggestions I'm open i've tried everything else on here I can find.
Thanks
Neely
Click to expand...
Click to collapse
My first suggestion would be to read this:
http://forum.xda-developers.com/showpost.php?p=25884555
Neely said:
These steps still didn't work for me :-/ I'm still stuck with the KF logo and a "Waiting for device" prompt. I've read through these forums starting with the "KKFB" to this one and still haven't had any luck yet. It may be time to give up on her. I think I have royally messed her up.
If anyone else has any other suggestions I'm open i've tried everything else on here I can find.
Thanks
Neely
Click to expand...
Click to collapse
Agreed, you really need to be more specific. "Waiting for device" .... which part of the KF utility?. What *exactly* are you seeing, where? What does Device Manager show your KF identified as (keep in mind, there is a big difference between seeing it as "Kindle" and "kindle"). What *exactly* did you do that brought you to this point?
Symptoms. Symptoms. Symptoms. The more detail you provide, the more likelihood we can help.
Take heart. If there's anything I learned in my stubborn refusal to admit my KF was fully bricked, is that it can be brought back from a lot worse than we give it credit for. I also learned quite a bit that I never would have if I never failed. That's what I love about breaking things!
pugsley42 said:
Agreed, you really need to be more specific. "Waiting for device" .... which part of the KF utility?. What *exactly* are you seeing, where? What does Device Manager show your KF identified as (keep in mind, there is a big difference between seeing it as "Kindle" and "kindle"). What *exactly* did you do that brought you to this point?
Symptoms. Symptoms. Symptoms. The more detail you provide, the more likelihood we can help.
Take heart. If there's anything I learned in my stubborn refusal to admit my KF was fully bricked, is that it can be brought back from a lot worse than we give it credit for. I also learned quite a bit that I never would have if I never failed. That's what I love about breaking things!
Click to expand...
Click to collapse
Okay, I was attempting to load a ROM on it. It had been rooted already with no issues and then something happened during the installation of TWRP and spit out an error message of unable to load and then rebooted. That's where I am with the kindle fire boot screen.
As for the "Device Manager" It shows up as "Android Composite ADB Device" and with KFU it shows the following status:
ADB Status: Online
Boot Status: Unknown
At this point is when if I try to run Install Latest TWRP Recovery or FFFF or anything it just sits there and says "Waiting For Device"...
I've read though most of these posts and have tried several different suggestions with no luck so far. So I have actually read through here. :-/
Hope this helps at all.
I would try by trying to change the bootmode using the KF utility. If you're stuck at the KF logo on boot, then the other functions of the utility won't do anything. Your KF needs to be in a "usable" state before that can happen. Have you tried changing it to "Fastboot" or "Normal"?
Stuck at the KF logo
pugsley42 said:
I would try by trying to change the bootmode using the KF utility. If you're stuck at the KF logo on boot, then the other functions of the utility won't do anything. Your KF needs to be in a "usable" state before that can happen. Have you tried changing it to "Fastboot" or "Normal"?
Click to expand...
Click to collapse
Yeah, I've tried it using the KF Utility as well as using fastboot at the command line :-/
kinfauns said:
Read this...
http://forum.xda-developers.com/showthread.php?t=1552547
with emphasis on device drivers.
"Android ADB Device" typically means the device is in fastboot mode and you cannot use adb while in fastboot mode.... you must use fastboot.
With your KF off and disconnected from your work computer, run this command...
Code:
fastboot -i 0x1949 getvar product
and then connect it to the computer. The KF will turn on automatically. The computer will say "<waiting for device>" for a bit, but if the command works, it will eventually return "product: kindle" as output. If that works, you can actually flash TWRP from there, but if you are anxious for it to do something again...
Code:
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 reboot
should get it booting normally again. If it doesn't, look at the link I gave you and focus on getting your drivers fixed. You won't be able to execute any commands (fastboot or adb) through Windows if the device drivers don't work. You might want to go back to Firekit if drivers remain problematic for you.
Everything you need to know to fix your KF is in that link at the beginning of my post, including the commands you need to run. At the bottom of post #3 is also another link to a how-to root/install ROMs page.
Click to expand...
Click to collapse
Your explanation and guidance cut right to the solution for me. Thank you so much!
Thank you!!
I've been searching forever for this same issue. This has not fixed it completely but has helped me! Thank you for taking the time to post this!!
cmgroden said:
I've been searching forever for this same issue. This has not fixed it completely but has helped me! Thank you for taking the time to post this!!
Click to expand...
Click to collapse
I presume if any of this helped, you were able to get further than you have been. What state is it in now? What error(s) if any?
I seem to be having this same issue but I cannot get my pc to recoginze the kindle fire as anything. perhaps i did something wrong but i was following a video on youtube and though i was doing it exactly as it showed. First thing i did after I finally got the drivers loaded was start KFU and then chose to load TWRP. It started the process but when it hit the part about rebooting my device that's where it stopped. Since then i've been stuck at the white and yellow kindle fire logo. No matter what i do to try to reinstall the ADB drivers I cannot get my computer (win xp) to recognize the kindle. It shows as "unknown device" in device manager and when it's plugged in the little pop up says that the usb device has malfunctioned and windows doesn't recognize it. So am I totally dead? I'm assuming before i can do anything to recover it I need to get windows to recognize it with the ADB drivers.

[Q] Waiting for Device

So, Ive been searching for over 6 hours now and I really cant seem to root my kindle fire. I tried basically everything, and when things went wrong, I just deleted the files and started again. On my last try, I was able to fastboot it (at least I think so). When I ran KFU, ADB was online and Boot: 4002.
When I tried to root it always got stuck trying to find twrd.img. Then I tried option number 4, Installing Clockwork Recovery (because option number 3 was a dead end) and twrd.img was installed. But everytime something seemed to go right, the process wouldnt finish, it would just be <waiting for device>. I thought my problems would be over, so I tried to root it again. Now whenever I turn on the device, KFU is unable to locate my kindle, and it doenst appear on the device managing tab either. Even using the kindleunbrick.bat that worked for me the last times, it just gets stuck at <waiting for device>. ADB is offline and Boot: Unknown for now.
I really need to root my kindle because I dont live in America, so I dont have access to most stuff. I already changed the language when installing the driver, however, everytime I hooked my kindle up, a windows message would pop out saying that there was a problem with the driver, but when I went to device managing tab and tried to uptade the driver to "user\.android" it always came back as updated.
I am really noob at this, but I have read all the guides I found and something always went wrong. I hope someone can help me with this, please.
Thanks
Is your kindle turning on? If I could suggest you should put off anymore attempts to root your device till you know precisely what your doing and why. My biggest guess right now is your drivers are the greatest pitfall. You seriously don't want anything going wrong with them in the process of sending recoveries boot loaders or rooting you will end up with a really fancy paperweight. Privy to to attempting anymore you need to know that your drivers are functioning 100%.The fact that you pushed cwmr to your device after twrp should hurt a thing hopefully one should overwrite the other if all goes well . Since rooting is the primary goal go with that until you have verified root then recovery and bootloader can be done easily later with safer methods. Hold off awhile as long as your device will boot until you have found the knowledge and support to make it happen right. Start here http://forum.xda-developers.com/showthread.php?t=1552547 then go here http://forum.xda-developers.com/showthread.php?t=1638452 plan to use this method to root http://forum.xda-developers.com/showthread.php?t=1568340 ask a lot of questions don't be hasty or you will spend a lot of time trying to fix it instead of enjoying it.
As I said, I read all those guides already. I can use my kindle normally, but when I connect it to my computer, it is unrecognized. I tried every method I found to root, even though I just wanted to watch stuff and download a few games for my spare time(my intention was to watch stuff from premium features, but Im not really sure if root will allow me to do that from a foreign country*, so Im a little hesitant to extend premium).
I guess I wont try anything else for now because my main goal was reading, and this I can still do, but I am puzzled with the fact that I was unable to root it. Ill try to understand a bit more (hopefully with some tips). Thanks
*Geographical restrictions
OK well youve read the guides but in what you say it appears you are doing some of the wrong things why would you unbrick if your not bricked? Your drivers are your only issue as of this point but your methods are pushing you close to bricking your kindle. I would like to see you succeed in rooting your device and avoid bricking it.
---------- Post added at 11:59 PM ---------- Previous post was at 11:36 PM ----------
When your around we can try to get your drivers working
It would be nice to know what os your running on your computer. If you are on windows 7 use system restore to roll your computer back to a date before you started messing with the drivers or anything. Once it completes plug your kindle into your computer check to see if you can access the SD card contents and if it appears as a kindle in your device manager. Important now if all is good unplug your kindle and run the .bat file that comes with kfu. Then plug your kindle in let windows install the driver. Open up kfu find the tools folder shift plus right click select open command window here. Then type adb devices if its followed by a string of numbers this shows your kindle connected via adb . At this point you should obtain some help from some of the pros here at xda at fastboot and adb commands to safely root your kindle. If you decline and still wish to use kfu then only select install permenant root. If at any point in this process it fails and you loose adb connection do not unplug your kindle run the driver file again then recheck device status with kfu I believe its option 0 to see if your back online again. Pay attention to the dialogue that takes place in the kfu window you see verbatim that says failed or permission denied then quit after that. One important thing is you need to allow installation from unknown sources in the kindle settings on the kindle under device or it won't push the required files anyway.Wait to install twrp and fff until later there are easier safer methods. If your kindle hangs for a long time at the kindle fire logo select boot mode normal in kfu before unplugging. If at anytime kfu states waiting for device do not unplug it rather power it completely off then power it back on while connected .
---------- Post added at 01:53 AM ---------- Previous post was at 01:32 AM ----------
Just a side note I have rooted 4 different times with kfu without a single failure or mishap including the ones you are experiencing. I'm inclined to feel that relates mostly to your computer and drivers which makes kfu an unsafe approach for you I'm not responsible If you brick it!!!
I unbricked my device before I even came here, I tried an youtube tutorial and then it got stuck on the kindle fire logo, but after I unbricked it, it was fine. I know that something is going wrong, but Im following step-by-step the guides (at least I think so). As I said, everything was going correctly, ADB was online, Boot:4002, but when I tried to root it would be on an endless search for the file twrp.img, and after I succesfully downloaded it (I guess), my computer is unable to find my Kindle.
I run Windows 7, but it isnt properly activated (my room mate threw out the serial code), I dont know if this would interfeer in any way. When I conect the kindle, it appears to be in USB mode and says that I can transfer files, but my computer wont even find it. Ill try to restore my computer now and then Ill come back.
I know that doing this is my responsibility, but not being able to download apps is pretty annoying, so I have to keep trying.
If you can get adb status online then, why don't you install TWRP manually? Or use the "smirkit"?
Once you get recovery installed, you're set.
Also, be sure to "disconnect" from USB storage mode before trying to use adb commands or they won't work.
I dont even know how to use ADB comands. Is there anyway to make my computer recognize my kindle other then doing a system recovery? I dont know how to do that, and after searching, they say I need the CD (which I dont have).
Shift+right click your KFU "tools" folder and select "Open command window here"
From there, enter:
Code:
adb devices
If the output is something like:
Code:
List of devices connected
123456789ABCDEF
then you can install TWRP
http://forum.xda-developers.com/showpost.php?p=23747804&postcount=3
If the output is:
Code:
List of devices connected
(null)
then you need to reinstall your drivers
http://forum.xda-developers.com/showpost.php?p=23747671&postcount=2
Thank everyone that helped me, I managed it!
Actually I was doing everything right, but I guess the problem was my computer, because when my girlfriend came over I tried connecting it to her netbook and it recognized my kindle. I just downloaded the kfu, installed drivers, reconected kindle and let it update, ran KFU and selected option 2. All done now
I have no idea why this didnt work before, but at least now I can really enjoy my kindle.
Thanks again!
saybhausd said:
I dont even know how to use ADB comands. Is there anyway to make my computer recognize my kindle other then doing a system recovery? I dont know how to do that, and after searching, they say I need the CD (which I dont have).
Click to expand...
Click to collapse
Not system recovery bud system restore two different things go to accessories system tools system restore choose a date chose to restore to that point. System recovery is way way different. Glad you got it going

[Q] Beyond frustrated, would like to hire some help

I'm not a stupid person, but I am a slightly distracted widowed father of a three-year-old, and I've become so frustrated that I can't think straight!
I'm not a developer, but I've always easily rooted my devices by following the instructions. Until the Kindle came along.
I had all kind of trouble, wrong drivers, general mistakes, etc. Finally, everything appeared to be working, and then I had a hard drive crash during the root process. TWRP was installed, but, apparently, nothing else.
Took it to a second computer, downloaded KFU, installed drivers, ran. Partial success. TWRP appeared to be running smoothly. Downloaded ROM (Don't even remember which, Kindle has been thrown in drawer for weeks!) ROM appeared to install, but wouldn't boot. Here's where I got extra-stupid:
Obviously, something is already wrong with my Kindle, but at least I can see it in device manager. At least I can access it through KFU. For some insane reason, I began trying everything I could think to do, and eventually got TWRP into a recovery bootloop. Yay, me!
Now, I've screwed around on multiple computers, in Windows and Ubuntu. I'm completely confused as to which drivers are loaded where, Kindle shows up in Device Manager as a phone, but does not show up as a drive in Windows Explorer, and KFU, while it runs just fine, alternates between between telling me that it's "waiting for device," or "the system cannot find the drive specified."
Help on the Forums has been wonderful, but I am beyond that. My last post was answered with "Which drivers have you installed?" Well, crap! I don't know. I probably knew a month ago when the problem started, but I can't think rationally (where the Kindle is concerned, I seem to do OK in real life) anymore!
Now, I know that I've got so much crap going on, that most of you don't want to trash up the forum by trying to address my multiple issues. Please do not post "Have you tried the search tool?" Re-read my far too long post. I don't even know what the crap to search for anymore!
So, finally, here's my question? Anybody want to try their hand at fixing my F-'d up Kindle? It's not doing me a bit of good as is so, even if I mail it to someone and they just keep it I haven't really lost much!
All I want is a nice, stable (STABLE!) Gingerbread or ICS ROM that my little boy can watch Netflix on. I'll gladly pay anyone a reasonable amount to anyone willing to take this problem off my hands...
If you have TWRP installed can you mount the USB drive in it and then flash what you want?
When I mount usb storage in twrp, it does allow me to access the device on the computer, which is much better than I was getting. When I run KFU it still stated that it cannot find the device. If I run Kindle Unbrick, it open the command line, then just hangs up.
RobWoodall said:
When I mount usb storage in twrp, it does allow me to access the device on the computer, which is much better than I was getting. When I run KFU it still stated that it cannot find the device. If I run Kindle Unbrick, it open the command line, then just hangs up.
Click to expand...
Click to collapse
No need to run KFU... Just copy FFF to the Kindle and flash from TWRP. Then copy what rom you want and Flash from TWRP.
And, make sure you flash the FFF version (1.4a) in this thread:
http://forum.xda-developers.com/showthread.php?t=1632375
Your download should be named: fff-u-boot_v1.4a.zip.
You will see some notes in that thread about NOT flashing this file, but those are for an older zip. This is a flashable .zip ... I just installed (flashed) it last week from TWRP.
(P.S.) Your KF is not in as bad of shape as you might think. This is a quick fix with the right setup.
I had a similar problem. First you should download Kindle Fire Drivers(the one that came with KFU didn't work...) and install it. Then in TWRP mount the SD card. Update the drivers using that Kindle Fire Driver folder(I will upload it and give you the link). Then with KFU press 1(bootmode) and then 1 again(normal). I think this should get you out of bootloop. If that doesn't work, just flash the Kindle Fire Stock Rom.
Sent from my Kindle Fire using xda premium
When I said install Kindle Fire Drivers I meant download. Then manually install the drivers(My Computer, right click,
properties, hardware, and open up device manager. If you get android device or something, click on it. If you see Kindle with a ! then click on update drivers and select the kindle fire driver folder. If you don't see kindle, or if you see Android device, then uninstall. Then go to disk drives and find your kindle fire and uninstall. Close and re-open, and you should see Kindle! Then update the drivers. Open up KFU and change bootmode to normal. Do a 20 sec. hard reset and see if it boots. If your trying to install a Custom ROM(ICS or honeycomb) put the .zip file on you kindle fire. Then open up TWRP and choose Wipe, and Factory Reset. Then wipe Cache and Dalvik Cache. Then go to install and select the ROM. After install the boot may take awhile. You said you tried this but you got stuck in bootmode, so make sure you follow these instructions. Make a backup if you ever want to go back. Move the backup to your computer as it takes up almost 1.5gb of space. Please inform me if this doesn't help. Sorry if I'm not good at giving instructions,but I'm only 14.
Sent from my Kindle Fire using xda premium
Here is the Link for the folder. Just unzip and update your Kindle Fire with it: http://www.mediafire.com/download.php?lnx766ac84o7q1i
RobWoodall - hang in there, because a lot of us were exactly in your shoes. For the life of me I can't get most of the ubuntu stuff to work, and windows was a bit of a nightmare for drivers until sorted out. I bootlooped, thought I bricked, etc etc but all sorted out in the end.
The fact you can see it in device manager is good. What you need to do is to replace the drivers with the 'Android Composite ADB Interface' - this video may help you out
I'm sure folks here will try to help you out without taking your money
Thanks, but I don't seem to be able to find a current version of FFF. Probably because I'm not thinking clearly.
tedr108,
Thanks, but the link appears to be unavailable at this time. I'm not hopeful, as I have been quite able to install ROMs. For all I know they are running perfectly. My most immediate problem seems to be that I'm trapped in a bootloop, and no matter what I do, the Kindle always boots into TWRP. Apparently I'm in boot mode 5001, and I should be in mode 4000 or some such. KFU should be able to change the boot mode, but it only gives me "waiting for device."
RobWoodall said:
Thanks, but I don't seem to be able to find a current version of FFF. Probably because I'm not thinking clearly.
Click to expand...
Click to collapse
Here is the latest copy of FFF 1.4A that I have.
Dropbox link (while Rombot is down):
https://dl.dropbox.com/u/41149741/KFire-Android/fff-u-boot_v1.4a.zip
md5sum: 419c53b922c963082454b14b7de75a90
Edit: Tera Tike is on the ball! (Thanks I almost never ready this forum)
josepho1997,
Thanks. Downloaded and installed perfectly. Unfortunately, the Kindle will still only boot into TWRP recovery. Apparently I'm in boot mode 5001, and should be in 4000 or 4001 or something. It's really getting frustrating!
Use sudo command in ubuntu power it off type sudo fastboot getvar product plug your kindle in it should return kindle as a response your kindle then your kindle will be in fastboot then type sudo fastboot oem idme bootmode 4000 hit enter then type sudo fastboot reboot it should boot in normal mode
Nevermind, someone beat me to it...
RobWoodall said:
josepho1997,
Thanks. Downloaded and installed perfectly. Unfortunately, the Kindle will still only boot into TWRP recovery. Apparently I'm in boot mode 5001, and should be in 4000 or 4001 or something. It's really getting frustrating!
Click to expand...
Click to collapse
It seems that your system is bad.
Tera Tike,
Thanks! I think I love you! Worked perfectly. I'm now running CM7 Barebones, because that's the last ROM I had tried to flash. Now that I understand the process, I'll certainly experiment with other ROMs, but Bare Bones looks pretty darn good after staring at the TWRP menu for a month and a half!
P.S. Nope! My system wasn't bad, the operator was!!! LOL!
Thanks, Hashcode! I got the file from Tara Tike. Fantastic work! That simple option to reset bootmenu on the first page was all I needed all this time!
RobWoodall said:
Tera Tike,
Thanks! I think I love you! Worked perfectly. I'm now running CM7 Barebones, because that's the last ROM I had tried to flash. Now that I understand the process, I'll certainly experiment with other ROMs, but Bare Bones looks pretty darn good after staring at the TWRP menu for a month and a half!
P.S. Nope! My system wasn't bad, the operator was!!! LOL!
Click to expand...
Click to collapse
Great!!! Hashcode FFF is the best!! Now enjoy your hard work!
Thanks, Hashcode for all you have done for us Fire users!!
I really appreciate everyone's help! I've been sharing the nook with my three-year-old. He's a pretty smart kid but, once he learned how to change icons and wallpaper, install and uninstall apps, it's a completely different experience every time I turned it on. I bought the Kindle so I could have MY OWN tablet!
If anyone is still reading this thread, please give me some recommendations for ROMs. I typically only use Google Play Books, Contacts and Calendar, Aldiko Reader and Netflix. I'm not in the market for fastest or fanciest, but most stable. I don't care if it's Gingerbread or ICS (Heck, even Honeycomb if it's stopped sucking!) So what do you all say?
What's the most stable ROM out there for a person who needs Google compatibility on the Kindle Fire?

[Q] kindle fire stuck in fastboot

hi, my brother's kindle fire is stuck in fastboot after trying to root it and we have tried everything we could find from change usb.ini's tochanging the driver assoicated with it to using KFU to getting back into nornmal boot mode, none of which worked, adb wont reconigze it though the drivers for it to are installed and setup, thus my computer reads the kindle but we just cant get adb to see it, im sure if we can get adb to read it we can fix it from there, but we've tried just about every, and have tried everything that we have found, any help would be greatly appreciated, it has stock rom, install unknown apps checked, wil turn off and on just gets stuck at the kindle fire text (so im assuming its stuck in fastboot and its not a bad bootloader thoug not completely sure)
deathblade said:
hi, my brother's kindle fire is stuck in fastboot after trying to root it and we have tried everything we could find from change usb.ini's tochanging the driver assoicated with it to using KFU to getting back into nornmal boot mode, none of which worked, adb wont reconigze it though the drivers for it to are installed and setup, thus my computer reads the kindle but we just cant get adb to see it, im sure if we can get adb to read it we can fix it from there, but we've tried just about every, and have tried everything that we have found, any help would be greatly appreciated, it has stock rom, install unknown apps checked, wil turn off and on just gets stuck at the kindle fire text (so im assuming its stuck in fastboot and its not a bad bootloader thoug not completely sure)
Click to expand...
Click to collapse
Assuming you've tried the obvious KFU methods of putting the device back to normal bootmode...
If you are in fastboot mode, adb won't recognize the device and it won't respond to adb commands. You must use fastboot commands to reset the bootmode back to normal. The adb_usb.ini file is only used by adb, so manipulating that file isn't going to do you any good either.
See if this guide helps you...
http://forum.xda-developers.com/showthread.php?t=1668159
It's important to have the device already connected to the computer as the device puts itself into fastboot mode. You will not be able to issue fastboot commands to it otherwise. Use the guide to make sure the KF is actually putting itself into fastboot mode. Then verify the interface and hardware details given.
kinfauns said:
Assuming you've tried the obvious KFU methods of putting the device back to normal bootmode...
If you are in fastboot mode, adb won't recognize the device and it won't respond to adb commands. You must use fastboot commands to reset the bootmode back to normal. The adb_usb.ini file is only used by adb, so manipulating that file isn't going to do you any good either.
See if this guide helps you...
http://forum.xda-developers.com/showthread.php?t=1668159
It's important to have the device already connected to the computer as the device puts itself into fastboot mode. You will not be able to issue fastboot commands to it otherwise. Use the guide to make sure the KF is actually putting itself into fastboot mode. Then verify the interface and hardware details given.
Click to expand...
Click to collapse
thank you for your reply, i have tried fastboot commands as well but i will take a look at the link you provided,and will post if anything helps
ok i have tried the fastboot commands from that post and they have not helped, it stops at waiting for device i tried all 4 commands listed just in case, and all come up with the same thing, would this factory cable be somethine that would help. if so how reliable is it?
A factory cable puts the device into fastboot mode. If the device is already in fastboot mode, it's not going to help you at that point. I suggest you reread my last post and go over that fastboot guide carefully. Figure out what the device is doing and how your computer sees it.
well i tried for the hell of it to see if it would do anything to install the twrp recovery and well now the power light it orange and the screen wont turn on, i apologize if this isnt any issue, as ive stated this isnt mine its my brothers, and i dont quite know how to use it or what indicates whaton it, but i will re-read the post you linked but i didnt see anything of any use that i havent already tried
ok i just re-read it all, and im thinking the shorting trick is my only option, as my hardware ids do not match the ones stating its in fastboot (according to the article), if there are any better suggestions that would be great , thank you again for your responses
EDIT: it seems that installing the twrp fixed our problem, it just booted !!, thank you so much for your help

About to throw my kindle fire away if I can't get this last effort to work...

Ok, so let me preface this by apologizing if somehow the answer to my question is already lurking in the forums. I promise I have been looking for the better part of 3 hours and trying to figure this out on my own. My pride now hurts, and I have a headache. Please help me.
I was attempting to root my kindle fire, and put a custom rom onto it after getting jealous of my sister in law's samsung galaxy tab. I had previously done this back in april, but I decided to go back to the regular stock kindle fire (I think because netflix still wouldn't work otherwise at the time). I went to attempt and do basically exactly what I did in april with the newest version of KFU I could find here on xda, and attempted to install hash's jelly bean rom and gapps on it. I had made a back up restore point, but when I wiped stuff to get it all fresh, I must have wiped the restore. I couldn't get the jelly bean rom to work, it just stayed at the millions of triangles loading screen literally for like 30 minutes before I gave up. I decided to just go back to stock and forget about it. After putting the update.zip on the kindle and flashing it with TWRP, it boots up and just stays at the kindle fire logo, flashing every once in a while. When connected to KFU the ADB says online, but boot type says unknown. I tried to go into the boot type and tell it to go into different boot modes, and nothing changes. It just stays at the kindle fire loading screen, taunting me, laughing at me. I'm assuming that now my internal memory and SD card memory are both completely wiped and it's just got a bootloader or something and nothing else is there so it's in eternal start up mode with nothing to start up? I don't really know, and won't pretend to. I've taken a college level c++ intro to programming class (just finished it last week with an A-) and I've been a computer nerd for most of my life, so I'm not a toooootal noob, but I really have no experience with linux or anything other than playing around with ubuntu for like 4 days over the summer a few months ago. I'm currently downloading it and going to attempt to put it on a usb stick and boot into that so I can try and use soups application to see if that will help me, but I'm not even sure if that's what I need, and frankly I'm horrified to try and use linux for fear of screwing things up even more.
If my Kindle Fire is screwed, it's ok I suppose, but if there's a way I can fix it, I'd love to know.
Sorry for the wall of text, and thank you for any help that is offered. I'm almost to tears from the frustration and headache this has caused me, and you are much appreciated just for reading.
Cheers.
PS - I'm willing to give any screen shots, pictures, or anything else necessary to help diagnose the problem, just let me know.
favaron88 said:
Ok, so let me preface this by apologizing if somehow the answer to my question is already lurking in the forums. I promise I have been looking for the better part of 3 hours and trying to figure this out on my own. My pride now hurts, and I have a headache. Please help me.
I was attempting to root my kindle fire, and put a custom rom onto it after getting jealous of my sister in law's samsung galaxy tab. I had previously done this back in april, but I decided to go back to the regular stock kindle fire (I think because netflix still wouldn't work otherwise at the time). I went to attempt and do basically exactly what I did in april with the newest version of KFU I could find here on xda, and attempted to install hash's jelly bean rom and gapps on it. I had made a back up restore point, but when I wiped stuff to get it all fresh, I must have wiped the restore. I couldn't get the jelly bean rom to work, it just stayed at the millions of triangles loading screen literally for like 30 minutes before I gave up. I decided to just go back to stock and forget about it. After putting the update.zip on the kindle and flashing it with TWRP, it boots up and just stays at the kindle fire logo, flashing every once in a while. When connected to KFU the ADB says online, but boot type says unknown. I tried to go into the boot type and tell it to go into different boot modes, and nothing changes. It just stays at the kindle fire loading screen, taunting me, laughing at me. I'm assuming that now my internal memory and SD card memory are both completely wiped and it's just got a bootloader or something and nothing else is there so it's in eternal start up mode with nothing to start up? I don't really know, and won't pretend to. I've taken a college level c++ intro to programming class (just finished it last week with an A-) and I've been a computer nerd for most of my life, so I'm not a toooootal noob, but I really have no experience with linux or anything other than playing around with ubuntu for like 4 days over the summer a few months ago. I'm currently downloading it and going to attempt to put it on a usb stick and boot into that so I can try and use soups application to see if that will help me, but I'm not even sure if that's what I need, and frankly I'm horrified to try and use linux for fear of screwing things up even more.
If my Kindle Fire is screwed, it's ok I suppose, but if there's a way I can fix it, I'd love to know.
Sorry for the wall of text, and thank you for any help that is offered. I'm almost to tears from the frustration and headache this has caused me, and you are much appreciated just for reading.
Cheers.
PS - I'm willing to give any screen shots, pictures, or anything else necessary to help diagnose the problem, just let me know.
Click to expand...
Click to collapse
Do you have a bootloader installed? Can you boot into recovery?
Eaffon said:
Do you have a bootloader installed? Can you boot into recovery?
Click to expand...
Click to collapse
Nope, I'm pretty sure it wiped out anything I had when I tried to restore it to factory. I can no longer access TWRS and I have no FFF installed it seems. I literally can turn the kindle on, watch it sit at the kindle fire screen, and turn it off once that starts pissing me off. no amount of holding the power button or pushing it different ways gets me into TWRS or anything.
Did I answer your question or was that not what you were asking?
favaron88 said:
Nope, I'm pretty sure it wiped out anything I had when I tried to restore it to factory. I can no longer access TWRS and I have no FFF installed it seems. I literally can turn the kindle on, watch it sit at the kindle fire screen, and turn it off once that starts pissing me off. no amount of holding the power button or pushing it different ways gets me into TWRS or anything.
Did I answer your question or was that not what you were asking?
Click to expand...
Click to collapse
Hmm... Does it show up in device manager?
Dont throw it.. give it to me. Haha
After my sem I will have plenty of time to do all this stuff..
Sent from my SGH-T999 using xda premium
Eaffon said:
Hmm... Does it show up in device manager?
Click to expand...
Click to collapse
I've uploaded a screen shot of my device manager and in "devices and printers"
as you can see, it shows up as a kindle in devices and printers, and as an android phone in the device manager.
I also uploaded "My Computer" so you can see there is no access to it from there.
Okay.
See if you can issue fastboot or adb commands through command prompt. Navigate to your .android folder and type fastboot devices and adb devices and tell me what shows up.
Eaffon said:
See if you can issue fastboot or adb commands through command prompt. Navigate to your .android folder and type fastboot devices and adb devices and tell me what shows up.
Click to expand...
Click to collapse
I'll be honest, I'm not too good with command prompt... Is the .android folder going to be on the Kindle itself? once i get in that directory do I literally just type "fastboot devices" and "adb devies" or is there a command associated with that?
favaron88 said:
I'll be honest, I'm not too good with command prompt... Is the .android folder going to be on the Kindle itself? once i get in that directory do I literally just type "fastboot devices" and "adb devies" or is there a command associated with that?
Click to expand...
Click to collapse
should be in C:\Username\.android if its not there you can copy the files over from KFU. Its in the tools folder of KFU so you can just point command prompt there and then issue the command.
Eaffon said:
should be in C:\Username\.android if its not there you can copy the files over from KFU. Its in the tools folder of KFU so you can just point command prompt there and then issue the command.
Click to expand...
Click to collapse
alright, I found it and tried those commands and this is what I got.
favaron88 said:
alright, I found it and tried those commands and this is what I got.
Click to expand...
Click to collapse
I cant see the picture, but you need to cd to the files.
ex "cd C"\Users\Jimmy\Desktop\KFU\tools\" then issue the commands.
Eaffon said:
I cant see the picture, but you need to cd to the files.
ex "cd C"\Users\Jimmy\Desktop\KFU\tools\" then issue the commands.
Click to expand...
Click to collapse
Ok, nothing happened with I typed fastboot devices, but when I did adb devices it said
*daemon not running. starting it now*
*daemon started successfully*
List of devices attached
06B6002600000001 device.
image is attached. (Are you not able to see any of them/ is it not helping to upload screen captures? I'm just trying to be as easy to help as possible.)
You could try my prefab ISO soupkit is already ran on it and it has teamviewer installed for assistance measures you can find it here post 7 http://forum.xda-developers.com/showthread.php?t=1413358 but what I think you will need is a factory cable found here ultimately post 9 http://forum.xda-developers.com/showthread.php?t=1392693 . The system is trying to run that's why it comes up android composite adb interface, its busy trying to handle the data that you failed to wipe prior to flashing jelly bean and then stock. You could also see if if will allow you to send twrp and fff back to the device with kfu then enter recovery wipe and reflash another ROM.
Okay we need to get it to boot into fastboot. Change the bootmode to fastboot in kfu so we can push recovery/fff
Sent from my Amazon Kindle Fire using xda app-developers app
It's totally fixable.
Thepooch is right. My brother had the same problem with his son's. Just get into fastboot and flash a bootloader and twrp and youre set
Sent from my Amazon Kindle Fire using xda app-developers app
Thepooch said:
It's totally fixable.
Click to expand...
Click to collapse
Awesome
Also I didn't want you to think I ignored your post. I just finished making the usb drive with ubuntu on it and was going to attempt your solution in the other thread if whatever we were trying here doesn't work.
I appreciate y'alls help very much.
Eaffon said:
Okay we need to get it to boot into fastboot. Change the bootmode to fastboot in kfu so we can push recovery/fff
Sent from my Amazon Kindle Fire using xda app-developers app
Click to expand...
Click to collapse
Ok I loaded KFU and told went and told it to boot in fastboot, it said that it told the device to do it, but it still says Boot Status: Unknown.
Is this a problem or do we know that it's booting in fastmode now? I'm just not sure how to tell if it was successful since it's not giving me the code.
(Ps - I originally posted this before my previous post thanking you guys, but then came back to this window to see that I had screwed up the Captcha, but it wouldn't let me post for 5 more minutes since I'm a new user. Sorry for the wait.)
Its very common for the boot mode to be unknown in fast boot. Try to send twrp with kfu if it says waiting for device for a long time simply power it off while connected then back on it should then pick up and send twrp. If need be do the same thing with the bootloader just wait longer a failed bootloader flash is far worse than the situation your in.
favaron88 said:
Ok, nothing happened with I typed fastboot devices, but when I did adb devices it said
*daemon not running. starting it now*
*daemon started successfully*
List of devices attached
06B6002600000001 device.
image is attached. (Are you not able to see any of them/ is it not helping to upload screen captures? I'm just trying to be as easy to help as possible.)
Click to expand...
Click to collapse
ADB is connected, therefore you are not in fastboot. The Kindle Fire logo you see is actually the stock boot animation. The difference is whether or not it changes in brightness at any point (obviously it does).
You need access to recovery to fix your problem and you need the ability to change bootmodes to get into recovery. Without a working shell you need access to fastboot to change bootmodes.
Unfortunately, in many situations like yours, there is no working shell to change the bootmode. To confirm this, try to launch the shell by entering "adb shell", respectively.
If you receive an error, your only options are to get a factory cable (recommended) or open the device so you can put it in USBboot via the shorting trick and the use of Firekit (not so recommended).
With access to fastboot, you can change your bootmode to recovery or reinstall a custom recovery if necessary. In recovery, the "fix" is as simple as reinstalling a ROM.
"That's a special kind of stupid. The kind that makes me laugh."

Categories

Resources