Kindle fire stuck in boot screen after failed kfu attempt - Kindle Fire General

I was attempting to root my kindle using kfu and it attempted to download twrc.
Kindle fire utility had managed to reboot my kindle before this.
The download failed and the utility attempted to continue without it.
The utility claimed that "Your kindle is now rooted", but the kindle never got past the boot screen.
I am assuming that the kindle is stuck in boot mode, but, when I tried to use the bootmode: Normal (4000) option in kfu, it said: The system cannot find the drive specified
I have also tried using kindle unbrick utility with similar results.
This was installed on a win 7 32-bit system
Twrc and Firefirefire did not install, so don't suggest that.

Fireofgod8 said:
I was attempting to root my kindle using kfu and it attempted to download twrc.
Kindle fire utility had managed to reboot my kindle before this.
The download failed and the utility attempted to continue without it.
The utility claimed that "Your kindle is now rooted", but the kindle never got past the boot screen.
I am assuming that the kindle is stuck in boot mode, but, when I tried to use the bootmode: Normal (4000) option in kfu, it said: The system cannot find the drive specified
I have also tried using kindle unbrick utility with similar results.
This was installed on a win 7 32-bit system
Twrc and Firefirefire did not install, so don't suggest that.
Click to expand...
Click to collapse
Let's first determine whether your drivers are working properly or not.
Shift + Right-click on the KFU folder containing fastboot.exe and select "Open command window here". In that window, enter:
Code:
fastboot -i 0x1949 getvar product
If it hangs at "waiting for device", hold the power button until the device shuts down, then start it up again.

This appeared right after entered:
product: kindle
finished. total time: -0.000s
I assume that means they are installed correctly

Fireofgod8 said:
This appeared right after entered:
product: kindle
finished. total time: -0.000s
I assume that means they are installed correctly
Click to expand...
Click to collapse
Before you do anything...Do you know for sure whether you have a first generation or second generation device? If you have a second generation device, STOP. Continue no further.
If you know for sure you have a 1st generation device, enter the KFU option to install TWRP. If it hangs at "waiting for device", restart it same as before.
If the device doesn't automatically boot into TWRP:
Code:
fastboot -i 0x1949 oem idme bootmode 5001
fastboot reboot
Once you're in TWRP download FFF1.4A.zip, push it to your sdcard with adb and install it via recovery. Avoid installing FFF with KFU. It's risky and can really brick your device if something goes wrong. Get at least this far before trying anything else.

I am fairly certain I have the 1st gen.
Kfu did not display anything beyond 'Activating Fastboot (4002)

Fireofgod8 said:
I am fairly certain I have the 1st gen.
Kfu did not display anything beyond 'Activating Fastboot (4002)
Click to expand...
Click to collapse
If "fairly certain" is good enough for you, so be it.
When it says activating fastboot, restart the device as before. It's a "bug" in the bootloader that causes that.

I attempted using the same code you gave before but put 4000 instead of 5001 and it worked.
Thanks for the help,
sorry to waste your time
Btw, your post on 'this is what you all sound like' is hilarious, even if i am one of the noobs.

The problem now is your device is rooted (or seems to be) but you don't have recovery or a custom bootloader installed. If anything happens to your system files, it can brick your device with no way to recover it.
I highly suggest you read the Kindle Fire for Beginners guide stickied at the top of this forum and get recovery installed so you can install a new bootloader.
"That's a special kind of stupid. The kind that makes me laugh."

Related

Kindle Fire Bricked? Please Help! (In panic mode)

I was following the tutorial at http://rootkindlefire.com because the tool wasn't working. I got to the point where I typed in these commands and thats when things went downhill in a hurry.
adb shell
su
idme bootmode 4002
reboot
When it rebooted I was instructed to reinstall the drivers but, this was unsuccessful and I tried to reboot both the device and the computer. Afterwards when I tried to access the device using these commands
adb root
adb remount
It said the device cannot be found.
The device is listed as Android ADB Interface with and exclamation point by it. At this point I have no Idea what to do because it is stuck on the Kindle Fire logo and I think I may have bricked it for good. I hope that someone can help remedy this. I booted it into fast mode to try to install the twrp recovery if that information helps any. I am running windows 7 64 bit.
First, What where you trying to do on the kindle fire? Rooting it or something else?
Second, Do you have TWRP installed on your kindle fire?
PS: Don't freak out yet. Always stay calm there will almost always be a fix.
Search the forums. This has already been covered more than a dozen times.
Sent from my Kindle Fire using xda premium
Don't panic yet. I am guessing you are stuck at the yellow triangle and not the Kindle Fire logo?
To reinstall drivers right click on the device in device manager and point the installation to where you have your kindle device drivers. (should be .android folder)(if you have followed the instructions to root then you already updated those files to contain the Kindle drivers)
Then you need to change out of fast boot mode (4002) back to regular boot mode ((4000)
GBH2 said:
Don't panic yet. I am guessing you are stuck at the yellow triangle and not the Kindle Fire logo?
To reinstall drivers right click on the device in device manager and point the installation to where you have your kindle device drivers. (should be .android folder)(if you have followed the instructions to root then you already updated those files to contain the Kindle drivers)
Then you need to change out of fast boot mode (4002) back to regular boot mode ((4000)
Click to expand...
Click to collapse
I seem to have gotten it working. After several reboots with both devices the KFU finally recognized the device and allowed me to change back to normal boot. Now I dont have to buy my dad a new KF

Unbricking Kindle stuck at Boot Logo/Recovery loop

Before you get all mad at me, I know there is another thread for this. This is a method that has worked for me when all other methods have failed.
I found out about this after looking around the interwebs for a while when my Kindle was stuck in a recovery loop, or stuck at the boot logo.
Your Kindle is stuck at the boot logo? I think I can help! Follow these steps!
This is WINDOWS ONLY for the time being!
1. Download and extract Kindle Fire Utility. You should be able to easily find it on the xda forums.
2. Reboot your PC.
2.5. If you have FIREFIREFIRE, go into the drivers folder in the Kindle Fire Utility and open up adb_usb.ini. Add the following line:
Code:
0x18d1
Do not delete the other lines.
3. After the reboot, connect your Kindle via USB. Go into where you unzipped Kindle Fire Utility, and run install_drivers.bat
4. Once that's done, open up a command prompt and navigate to the "tools" folder of the Kindle Fire Utility.
You do this by using this command:
Code:
cd (File path to tools folder)
Or in my case:
Code:
cd C:\Users\ZombiePiratez\Desktop\KFire Utility\Kindle Fire Utility\tools
5. After that, run the following commands:
If you DO NOT have FIREFIREFIRE, then use these commands:
Code:
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 reboot
If you DO have FIREFIREFIRE
Code:
fastboot -i 0x18d1 oem idme bootmode 4000
fastboot -i 0x18d1 reboot
If all else fails, try these commands:
Code:
fastboot oem idme bootmode 4000
fastboot reboot
6. Hopefully by this point, your Kindle will be rebooting. THIS WILL NOT WORK FOR EVERYONE. Only people stuck at the bootlogo, or in a recovery loop.
Now, go have fun with your newly awesome and unbricked Kindle Fire!
What is firefirefire? Have yet to see a formal definition of that
androidcues said:
What is firefirefire? Have yet to see a formal definition of that
Click to expand...
Click to collapse
Its a bootloader
Sent from my Kindle Fire using xda premium
Thanks Man, I was messing around with CM7 and I rebooted into recovery not knowing that it would keep me in a recovery boot loop and KFU wasn't helping trying to help me.
Tierehl said:
Thanks Man, I was messing around with CM7 and I rebooted into recovery not knowing that it would keep me in a recovery boot loop and KFU wasn't helping trying to help me.
Click to expand...
Click to collapse
Happy to help
Zombiepiratez said:
Before you get all mad at me, I know there is another thread for this. This is a method that has worked for me when all other methods have failed.
I found out about this after looking around the interwebs for a while when my Kindle was stuck in a recovery loop, or stuck at the boot logo.
Your Kindle is stuck at the boot logo? I think I can help! Follow these steps!
This is WINDOWS ONLY for the time being!
1. Download and extract Kindle Fire Utility. You should be able to easily find it on the xda forums.
2. Reboot your PC.
2.5. If you have FIREFIREFIRE, go into the drivers folder in the Kindle Fire Utility and open up adb_usb.ini. Add the following line:
Code:
0x18d1
Do not delete the other lines.
3. After the reboot, connect your Kindle via USB. Go into where you unzipped Kindle Fire Utility, and run install_drivers.bat
4. Once that's done, open up a command prompt and navigate to the "tools" folder of the Kindle Fire Utility.
You do this by using this command:
Code:
cd (File path to tools folder)
Or in my case:
Code:
cd C:\Users\ZombiePiratez\Desktop\KFire Utility\Kindle Fire Utility\tools
5. After that, run the following commands:
If you DO NOT have FIREFIREFIRE, then use these commands:
Code:
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 reboot
If you DO have FIREFIREFIRE
Code:
fastboot -i 0x18d1 oem idme bootmode 4000
fastboot -i 0x18d1 reboot
If all else fails, try these commands:
Code:
fastboot oem idme bootmode 4000
fastboot reboot
6. Hopefully by this point, your Kindle will be rebooting. THIS WILL NOT WORK FOR EVERYONE. Only people stuck at the bootlogo, or in a recovery loop.
Now, go have fun with your newly awesome and unbricked Kindle Fire!
Click to expand...
Click to collapse
Unfortunately this will only work if your windows based computer even recognizes the kindle, which mine doesn't. Thanks tho. I've given mine to my tech geek who has access to linux based system, so hopefully he will be able to recover my brick.
Sent from my MB860 using XDA App
Sorry about that. I wish I could help.
I am a newbie. I recover my kf using the recovery boot with kfu and it works fine now. how could
I know if it is in the recovery boot loop? Many thanks.
Sent from my GT-I9100 using XDA App
Zombiepiratez said:
Sorry about that. I wish I could help.
Click to expand...
Click to collapse
Its ok. I read everywhere its impossible to brick a kindle so im hoping that's true.
Sent from my MB860 using XDA App
My Windows PC wouldn't recognize my KF stuck in recovery mode, either. I think it reported in as an "unknown USB device" or something. I had to shut down the Kindle and then plug the USB in, which for whatever reason got my computer to recognize it. I think it might be similar to the effect of a battery drain?
*Snip*
Double post, fail.
CiggyPipe said:
My Windows PC wouldn't recognize my KF stuck in recovery mode, either. I think it reported in as an "unknown USB device" or something. I had to shut down the Kindle and then plug the USB in, which for whatever reason got my computer to recognize it. I think it might be similar to the effect of a battery drain?
Click to expand...
Click to collapse
Did it just immediately recognize it, or did you have to re-install drivers? And i'm not sure about the battery drain thing...
CiggyPipe said:
My Windows PC wouldn't recognize my KF stuck in recovery mode, either. I think it reported in as an "unknown USB device" or something. I had to shut down the Kindle and then plug the USB in, which for whatever reason got my computer to recognize it. I think it might be similar to the effect of a battery drain?
Click to expand...
Click to collapse
Tried that to no avail as well.
Sent from my MB860 using XDA App
Zombiepiratez said:
Did it just immediately recognize it, or did you have to re-install drivers? And i'm not sure about the battery drain thing...
Click to expand...
Click to collapse
I guess I should make note that by this point I'd uninstalled the driver I used. It was recognized as "kindle" once after I plugged it in while off, so then I went ahead and manually reinstalled the driver (from Jayce Ooi's site), which allowed the fastboot commands to work. Otherwise, the command would hang at <waiting for device>.
Thanks! My kindle fire was stuck at the firefirefire logo. My computer couldn't even recognize my kindle but I uninstalled the Android ADB composite interface and plugged it back in, when the kindle was off. Then I used your commands to get fastboot. I installed TWRP, now I'm stuck in TWRP and can't mount my sd... to flash any rom.
Thanks
Thanks for the info. i thought i'd bricked it and the info worked a treat. that will teach me to keep my mouth shut "of course i can root your kindle"
try fixing permissions under advanced, and then make sure only the sdcard box is marked in mount option.
Sent from my Amazon Kindle Fire using xda premium
Zombiepiratez said:
Before you get all mad at me, I know there is another thread for this. This is a method that has worked for me when all other methods have failed.
I found out about this after looking around the interwebs for a while when my Kindle was stuck in a recovery loop, or stuck at the boot logo.
Your Kindle is stuck at the boot logo? I think I can help! Follow these steps!
This is WINDOWS ONLY for the time being!
1. Download and extract Kindle Fire Utility. You should be able to easily find it on the xda forums.
2. Reboot your PC.
2.5. If you have FIREFIREFIRE, go into the drivers folder in the Kindle Fire Utility and open up adb_usb.ini. Add the following line:
Code:
0x18d1
Do not delete the other lines.
3. After the reboot, connect your Kindle via USB. Go into where you unzipped Kindle Fire Utility, and run install_drivers.bat
4. Once that's done, open up a command prompt and navigate to the "tools" folder of the Kindle Fire Utility.
You do this by using this command:
Code:
cd (File path to tools folder)
Or in my case:
Code:
cd C:\Users\ZombiePiratez\Desktop\KFire Utility\Kindle Fire Utility\tools
5. After that, run the following commands:
If you DO NOT have FIREFIREFIRE, then use these commands:
Code:
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 reboot
If you DO have FIREFIREFIRE
Code:
fastboot -i 0x18d1 oem idme bootmode 4000
fastboot -i 0x18d1 reboot
If all else fails, try these commands:
Code:
fastboot oem idme bootmode 4000
fastboot reboot
6. Hopefully by this point, your Kindle will be rebooting. THIS WILL NOT WORK FOR EVERYONE. Only people stuck at the bootlogo, or in a recovery loop.
Now, go have fun with your newly awesome and unbricked Kindle Fire!
Click to expand...
Click to collapse
I'm sorry but I tried all the steps above but KF's still stuck at boot logo. I flashed CM9 stock kernel 3.0 with FFF 1.4a and CWR, wiped everything and factory reset, then install...but it just hangs at the blue skating droid logo... any idea?
jamesphan said:
I'm sorry but I tried all the steps above but KF's still stuck at boot logo. I flashed CM9 stock kernel 3.0 with FFF 1.4a and CWR, wiped everything and factory reset, then install...but it just hangs at the blue skating droid logo... any idea?
Click to expand...
Click to collapse
The Unbrick utility won't help in your case. When the device hangs at the boot animation or goes to a blank screen afterwards, the problem is usually one of three things.
* the rom installed is corrupted
* you didn't wipe the necessary data before installing
* you tried flashing a rom that's incompatible with the recovery you are using (I'm betting this is most likely the case)
Try installing a different rom (preferably non-ICS) to see if that fixes the problem. Of so, check to see if you're using the latest version of CWM by Hashcode or install TWRP to run ICS based roms.
Any further questions regarding this matter should be redirected to the Q&A section.
[Edit:] For some reason I thought this was the thread for the Unbrick Utility. Regardless, the solution is still the same.
You are a GENIOUS!!!
Thanks a LOT!!!!!!!!!!

[Q] i need help with my kindle fire please!!!!!!

hi im new in this page and i was searching how to unbrick my kindle fire beacause i make 2 big mistake when i was rooting my kindle fire the last week the first was root twice my kindle fire beacuse the kindle was slow and i think i have to restore it to fabric mode and all my documents was erase it and i think ooooh i have too root again my kindle and in that moment i saw the vido of zedomax how root a 6.21 kindle fire and i do all in correct step but when i have to install the twrp my computer didnt let me upgrade the kindle to twrp because my computer recognizes my kindle fire like a android phone and all the step of zedomax erase the frimware of the kindle so i paid to a guy to repair my kindle and he only can install the twrp be didnt upgrade the frimware beacause the twrp didnt find the zip so i used the java kindle fire brick utilities and i uses the option of flash upgrade and now the kindle get stock in the yellow triangle and my coimputer recognizes the kindle fire like unknown device so what can i do for repair that brick? help me please!!!!!!!!!!!!!!!!!!!!!!!
first you have to get rid of your drivers (update manually):
under android phone it has to be "android adb interface"
cause your kf is in fastboot mode now
adb commands will not work in this mode
then you can try to follow this post starting at point 3:
http://forum.xda-developers.com/showpost.php?p=21803658&postcount=29
but the problem is know because konw my computer reconoigze my kf like unknown system
man the kindle fire isnt in fastboot beacause whe ni type "fastboot -i 0x1949 getvar product" the computer said me "fastboot cant be reconoigze like a command" what i can do please help me
eratos said:
man the kindle fire isnt in fastboot beacause whe ni type "fastboot -i 0x1949 getvar product" the computer said me "fastboot cant be reconoigze like a command" what i can do please help me
Click to expand...
Click to collapse
are you working with the sdk ? - the above message says that you dont have fastboot.exe in your current path - so you cant handle it when it is in fastboot mode.
would recommend to download kfu extract it to c:\ and rename it to "kfu" - now all necessary commands are in c:\kfu\tools - cd with a command promt to c:\kfu\tools and issue the necessary commands
if you have a driver problem you can also use the drivers from kfu - first you can try install_drivers.bat or install them manually - they are in c:\kfu\drivers\kindle
manually updating: http://forum.xda-developers.com/showpost.php?p=21720811&postcount=41
driver (under android phone):
normal & recovery boot: -> android composite adb interface
fastboot: -> android adb interface
if your drivers are correct you can also use kfu - option1 - bootmode normal

[Q] Bricked my fire using Kindle Fire Utility

I tried to use the kindle fire utility in order to root my fire, but when I tried to use it, the first thing I did was install the drivers..... Then change it into fast boot mode, which I didn't realize would make it automatically reboot.... With out TWRP, or the fire fire fire boot loader. It is stuck at the "Kindle Fire" splash screen, and does not even connect to my computer. Is there a way to change it back to normal boot mode? Because when I tried to use the kindle de-bricking utility, it did not work, because it says waiting for device. If anyone could give me some advice, I would appreciate it.
May not help, but try the following: http://forum.xda-developers.com/showpost.php?p=21477909&postcount=13
have you tried to hold pwr button for ~20sec ?
I had the same problem and it was because the TWRP file was corrupt or incomplete. It went to reboot, and just stuck on the Kindle Fire logo. tried resetting, and everything. What I did was re-install the drivers, plug the device back in to the computer and even if KFU says your kindle isn't connected, try changing the boot mode back to normal. It worked for me and I restarted and tried the whole TWRP installation process over with a non-corrupt file and it worked just fine.
b63 said:
have you tried to hold pwr button for ~20sec ?
Click to expand...
Click to collapse
I actually did, I had tried a hard reboot several times.
then i would try as suggested above - if it don't work you can do it manually by opening a (elevated) command prompt and cd to the tools folder of kfu (eg c:\kfu\tools) and issue "fastboot -i 0x1949 oem idme bootmode 4000"
if it says <waiting for device> cold reboot the kf - the command should be picked up and finished - another reboot should bring you to normal boot
if this not working then you should check your drivers:
for fastboot it should be "android adb interface"
jblack426 said:
I had the same problem and it was because the TWRP file was corrupt or incomplete. It went to reboot, and just stuck on the Kindle Fire logo. tried resetting, and everything. What I did was re-install the drivers, plug the device back in to the computer and even if KFU says your kindle isn't connected, try changing the boot mode back to normal. It worked for me and I restarted and tried the whole TWRP installation process over with a non-corrupt file and it worked just fine.
Click to expand...
Click to collapse
I will try as soon as I get home. Thanks for the help so far!
jblack426 said:
I had the same problem and it was because the TWRP file was corrupt or incomplete. It went to reboot, and just stuck on the Kindle Fire logo. tried resetting, and everything. What I did was re-install the drivers, plug the device back in to the computer and even if KFU says your kindle isn't connected, try changing the boot mode back to normal. It worked for me and I restarted and tried the whole TWRP installation process over with a non-corrupt file and it worked just fine.
Click to expand...
Click to collapse
I tried your method and it rebooted my kindle succesfully, although it restored itself to factory conditions (which i dont think it's a bad thing, since i was scared of seeing the device stuck with the logo)
I will try to run kfu all over again and see if it works this time. I'll let know how it goes.
Thanks!
EDIT: Which twrp file did you use the second time? Can you post a link to it?
EDIT2: Nevermind about the first edit; the second time, kfu downloaded twrp instead of using its own recovery.img (which i believe is the corrupt file). I still cannot install firefirefire; a command line says "'adb' is not recognized as an internal or external command, operable program or batch file." Any help with that? Or can my kindle be safe without firefirefire? Thanks again!
it's not save without fff ! you need it to get to twrp and to have fastboot available for some seconds during startup
would recomend to try with kfu 0.9.3 and 0.9.1
some people have success with only one of the versions
Glad you got back to stock at least. The problem I had was that my internet connection timed out when KFU was downloading the files for the TWRP and FFF installation. There were incomplete files that KFU recognized as being there when i re-tried and it tried to install them again. You need to make sure you delete the files in the TWRP folder before you try again that way KFU won't find them and will download them again, hopefully successfully this time. You could also just delete the entire KFU you already have on your computer and download the whole thing again and re-try.
Hopefully this helps.
elporsche said:
I tried your method and it rebooted my kindle succesfully, although it restored itself to factory conditions (which i dont think it's a bad thing, since i was scared of seeing the device stuck with the logo)
I will try to run kfu all over again and see if it works this time. I'll let know how it goes.
Thanks!
EDIT: Which twrp file did you use the second time? Can you post a link to it?
EDIT2: Nevermind about the first edit; the second time, kfu downloaded twrp instead of using its own recovery.img (which i believe is the corrupt file). I still cannot install firefirefire; a command line says "'adb' is not recognized as an internal or external command, operable program or batch file." Any help with that? Or can my kindle be safe without firefirefire? Thanks again!
Click to expand...
Click to collapse
That means it can't find the ADB.exe in tools for Kindke Fire Utility. The tools folder must be in the same folder as the batch file.
b63 said:
then i would try as suggested above - if it don't work you can do it manually by opening a (elevated) command prompt and cd to the tools folder of kfu (eg c:\kfu\tools) and issue "fastboot -i 0x1949 oem idme bootmode 4000"
if it says <waiting for device> cold reboot the kf - the command should be picked up and finished - another reboot should bring you to normal boot
if this not working then you should check your drivers:
for fastboot it should be "android adb interface"
Click to expand...
Click to collapse
Worked! Thank you so much sir! Now that I followed a guide! (since I am no longer a derp about it) I am now rooted.
glad to help ...
please mark the subject of the topic (edit first post) with [Solved]
Can you please tell me how you changed the boot mode because i also bricked my kindle by the kfu.
- run kfu
- key in "1" and enter (bootmode menu)
- key in "1" and enter (bootmode normal)
that's it
can't explain easier ...
b63 said:
- run kfu
- key in "1" and enter (bootmode menu)
- key in "1" and enter (bootmode normal)
that's it
can't explain easier ...
Click to expand...
Click to collapse
Not Exactly. First he needs to check the device status by pressing 0, becouse if device have offline mode in KFU, he can't do much (propably he will need to use fastboot comands rather than adb)
papugoz said:
Not Exactly. First he needs to check the device status by pressing 0, becouse if device have offline mode in KFU, he can't do much (propably he will need to use fastboot comands rather than adb)
Click to expand...
Click to collapse
wrong - if the device is in fastboot mode adb will allways be offline !
btw. kfu is using fastboot commands
So what your saying is i can't do anything.
kingrafa135 said:
So what your saying is i can't do anything.
Click to expand...
Click to collapse
it is nearly impossible to realy brick a kf - just do as i suggested
if it's not working tell us what exactly happens ...
some important hints from the op of kfu:
Known Tricks
•If you end up stuck at the yellow triangle, in KF Utility select Boot Normal, wait for it to say <waiting for device> and then press and hold the power button 20 seconds until the fire turns off, then when its off turn it back on. This sometimes happens, I have yet to find a clean solution
•If you end up stuck with a yellow triangle, do not EVER unplug it. Leave it plugged in. Check the windows drivers to make sure it isnt showing as "kindle" again. Fastboot is different and can cause this.
Click to expand...
Click to collapse
and from vashypooh - dev of kfu:
http://forum.xda-developers.com/showpost.php?p=20945694&postcount=506
b63 said:
wrong - if the device is in fastboot mode adb will allways be offline !
btw. kfu is using fastboot commands
Click to expand...
Click to collapse
From my exp with KFU, I had to use fastboot command directly, becouse KFU, couldn't hadle it.

[Q]when every i try to install a recovery in my kindle it gets stuck on the kf logo

I know how to get out of it by tying fastboot -i 0x1949 oem idme bootmode 4000
but when i open kindle fire utility 0.9.5 i try to install firefirefire or twrp but it just reboots and gets stuck on the kindlefire logo. what do i do. i believe i installed all the drivers just like it said
i get a online and 4000 status on the utility.
it says the img has been found in the utility
also i havent even seen a yellow triangle yet
I assume you rooted first...?
jluke86 said:
I assume you rooted first...?
Click to expand...
Click to collapse
yes.
i install the google apps with the utlity and it worked fine
im not sure why i cant get into recoverymode
KFU 0.9.5 does not seem to produce the yellow triangle upon startup. The only way I could enter TWRP was to run the utility again and install TWRP from scratch. 0.9.1 does not have this problem though.
Uninstall your drivers. Reinstall them manually.
Use command prompt to enter fastboot command.
Sent from my Amazon Kindle Fire using xda premium

Categories

Resources