I got this kindle fire that I am trying to fix for my kid. I don't know what firmware was in. The KF has never been rooted. We tried to call Amazon for a replacement, but since I didn't remember which email account was tied to this KF and I couldn't find the Serial Number either, I got stuck with it. If could make this device to boot one more time to see the amazon account or the serial number that will be great.
Well anyways, these are the symptoms. After lots of hours of reading about bricked Kindle Fires I decided to order a factory cable suspecting the problem was a low battery KF going into a 5 second loop. The process went good. I was able to flash FFF 1.4a and TWRP 2.2.2.1 by going into fastboot mode, but the problem is that the KF does not want to start in recovery mode, nor in normal mode.
At this point, I think I can rule out a battery low problem, but I am not sure.
No matter what I do, I cannot enter to adb mode, and this is the real problem I don't seem to find an answer. If there was a way that I could upload the firmware from fastboot mode or a tool that forces recovery mode.
As I said this KF was always stock until today that I tried to unbrick it by installing the FFF and the TWRP. The TWRP never started.
As I said earlier my only objective at this point is to recover the serial number or the account email associated with my KF.
Question 2, how can I revert to the stock bootloader if everything else fails?
Any suggestions, links, ideas will be welcome.
gwmadrigal said:
I got this kindle fire that I am trying to fix for my kid. I don't know what firmware was in. The KF has never been rooted. We tried to call Amazon for a replacement, but since I didn't remember which email account was tied to this KF and I couldn't find the Serial Number either, I got stuck with it. If could make this device to boot one more time to see the amazon account or the serial number that will be great.
Well anyways, these are the symptoms. After lots of hours of reading about bricked Kindle Fires I decided to order a factory cable suspecting the problem was a low battery KF going into a 5 second loop. The process went good. I was able to flash FFF 1.4a and TWRP 2.2.2.1 by going into fastboot mode, but the problem is that the KF does not want to start in recovery mode, nor in normal mode.
At this point, I think I can rule out a battery low problem, but I am not sure.
No matter what I do, I cannot enter to adb mode, and this is the real problem I don't seem to find an answer. If there was a way that I could upload the firmware from fastboot mode or a tool that forces recovery mode.
As I said this KF was always stock until today that I tried to unbrick it by installing the FFF and the TWRP. The TWRP never started.
As I said earlier my only objective at this point is to recover the serial number or the account email associated with my KF.
Question 2, how can I revert to the stock bootloader if everything else fails?
Any suggestions, links, ideas will be welcome.
Click to expand...
Click to collapse
I hate to ask this question but do you know how to access recovery by using the power button to get the boot menu then selecting recovery? If you are using the boot menu to attempt to access recovery and its not cooperating it`s possible that points to a broken bootloader or a broken recovery. When you flashed both fff and twrp did you see that it sent and physically wrote each one? maybe explain how you flashed them so we can see if a error was made there. What level do you believe the battery is at? Possible it could be playing a role in your present issue.
Thepooch said:
I hate to ask this question but do you know how to access recovery by using the power button to get the boot menu then selecting recovery? If you are using the boot menu to attempt to access recovery and its not cooperating it`s possible that points to a broken bootloader or a broken recovery. When you flashed both fff and twrp did you see that it sent and physically wrote each one? maybe explain how you flashed them so we can see if a error was made there. What level do you believe the battery is at? Possible it could be playing a role in your present issue.
Click to expand...
Click to collapse
I have done a lot of experiments with my SGS2 about installing ROMS using ODIN or CWR, backing up my own images and making backups. Most of the work I do though is in CWR. I haven't dealt with TWR yet. I also installed ICS on my HP Touchpad. So, even though this is the first time I deal with the KF, I already some experience working with ROMS and images.
Back to the process. I installed the FFF using the Kindle Fire Utility. The KF was forced to fastboot mode via the factory cable. At first I could see on the KF splash screen with the black and orange logo, and now the KF is booting using a Black and Blue kindle fire logo with 1.4a on top. At the bottom of the splash I see instructions of the bootloader selector indicating to press the power button and select the mode that I want to boot. Either Normal Mode or Recovery Mode.
I flashed the TWRP 2.2.2.1 in fastboot mode using my command prompt by putting this code:
Code:
fastboot -i 0x1949 flash recovery [path]\openrecovery-twrp-2.2.2.1-blaze.img
I was following the instructions on this guide.
http://forum.xda-developers.com/showthread.php?t=1638452
I got stuck on step 3 after attempting to boot into recovery mode.
I can select which boot mode I want to go, but none of them work. I only get on the bottom of the screen saying Booting... and then the KF shuts down.
I suspect the battery had a good level of charge, but I can't tell for sure.
Thanks for everything.
Download TWRP again, check the md5, reinstall, and post whatever error messages (if any) that are in your command window here.
In the meantime, enter the following command and let me know what happens after you reboot.
Code:
fastboot oem idme bootmode 5001
fastboot reboot
soupmagnet said:
Download TWRP again, check the md5, reinstall, and post whatever error messages (if any) that are in your command window here.
In the meantime, enter the following command and let me know what happens after you reboot.
Code:
fastboot oem idme bootmode 5001
fastboot reboot
Click to expand...
Click to collapse
All commands were successful.
When I'm doing instead of the fastboot reboot is to remove the factory cable. Shutdown the KF by holding the power button. Then I connect a regular USB cable. The KF starts the boot process. It enters the first splash screen. Then it moves to booting, but the booting fails. The only thing that I see is that the button light turns from green to yellow and then it shuts down. And the boot process starts again going into a boot loop.
gwmadrigal said:
All commands were successful.
When I'm doing instead of the fastboot reboot is to remove the factory cable. Shutdown the KF by holding the power button. Then I connect a regular USB cable. The KF starts the boot process. It enters the first splash screen. Then it moves to booting, but the booting fails. The only thing that I see is that the button light turns from green to yellow and then it shuts down. And the boot process starts again going into a boot loop.
Click to expand...
Click to collapse
What happens when you change the bootmode to 5001?
soupmagnet said:
What happens when you change the bootmode to 5001?
Click to expand...
Click to collapse
It accepts the command.
The command prompt responds saying something like it took 0. something seconds to execute the command.
Thanks for reading my thread.
If upon rebooting, the result is the same after changing the bootmode, it is possible the bootloader isn't working properly. If that's the case, flashing a new bootloader (with md5 verified) might not work, but it's worth a shot.
If that doesn't work, you should be able to change the bootmode to USBboot (4003) and use Firekit to replace the bootloader, but that's speaking theoretically. I've never tried it so I couldn't tell you whether it would work or not. But then you could always pull the back cover off the device and use the shorting trick to use Firekit in USBboot.
If installing a bootloader with the Firekit doesn't work, you're likely looking at a hardware issue, and there's not much we can do about that.
soupmagnet said:
1. If upon rebooting, the result is the same after changing the bootmode, it is possible the bootloader isn't working properly. If that's the case, flashing a new bootloader (with md5 verified) might not work, but it's worth a shot.
2. If that doesn't work, you should be able to change the bootmode to USBboot (4003) and use Firekit to replace the bootloader, but that's speaking theoretically. I've never tried it so I couldn't tell you whether it would work or not. But then you could always pull the back cover off the device and use the shorting trick to use Firekit in USBboot.
3. If installing a bootloader with the Firekit doesn't work, you're likely looking at a hardware issue, and there's not much we can do about that.
Click to expand...
Click to collapse
2 sounds too complicated. I will need to read more.
I'm at work. I am going to try number 1 when I get home.
One more question, how can I revert the KF so when the it boots it shows the original orange white logo?
Thanks for everything.
gwmadrigal said:
2 sounds too complicated. I will need to read more.
I'm at work. I am going to try number 1 when I get home.
One more question, how can I revert the KF so when the it boots it shows the original orange white logo?
Thanks for everything.
Click to expand...
Click to collapse
If you have any questions about using Firekit, don't be afraid to ask.
Get your device working properly before attempting to revert the bootloader back to stock. Contrary to what you may think, the custom bootloader is much better for you in this situation.
gwmadrigal said:
All commands were successful.
When I'm doing instead of the fastboot reboot is to remove the factory cable. Shutdown the KF by holding the power button. Then I connect a regular USB cable. The KF starts the boot process. It enters the first splash screen. Then it moves to booting, but the booting fails. The only thing that I see is that the button light turns from green to yellow and then it shuts down. And the boot process starts again going into a boot loop.
Click to expand...
Click to collapse
I suspect your battery is still depleted because it still sounds like a 5 second boot loop. Try this hold the power button down till it`s off and plug it to your pc for a few hours to see if you cannot get some power to your battery.
Thepooch said:
I suspect your battery is still depleted because it still sounds like a 5 second boot loop. Try this hold the power button down till it`s off and plug it to your pc for a few hours to see if you cannot get some power to your battery.
Click to expand...
Click to collapse
I think that would be the case if the device just rebooted. The OP is saying the device shuts down when FFF starts to load the operating system (Booting...) or recovery, which is why I think it is either the bootloader or some hardware issue.
soupmagnet said:
If you have any questions about using Firekit, don't be afraid to ask.
Get your device working properly before attempting to revert the bootloader back to stock. Contrary to what you may think, the custom bootloader is much better for you in this situation.
Click to expand...
Click to collapse
I tried reloading the u-boot using fastboot and the upload was successful. But it's doing exactly the same.I guess my only question right now, do you know of any good guide that I should start reading to get my feet wet on what the firekit is and how to get started?
Thepooch said:
I suspect your battery is still depleted because it still sounds like a 5 second boot loop. Try this hold the power button down till it`s off and plug it to your pc for a few hours to see if you cannot get some power to your battery.
Click to expand...
Click to collapse
I have nothing to lose. This KF is already bricked. I can certainly try anything. Which cable do you suggest I use? the Factory cable or the USB cable?
I think I answered my own question now. Using a regular USB cable puts the KF in the bootloop. I will use the factory cable instead. I shut down the KF, put the factory cable connected to my computer and the KF. Right now the KF is in the KindleFire splash screen waiting for fastboot commands of for me to use the button to tell it which mode to boot. I will leave it plug overnight.
Thanks for replying on my thread and trying to help me.
soupmagnet said:
I think that would be the case if the device just rebooted. The OP is saying the device shuts down when FFF starts to load the operating system (Booting...) or recovery, which is why I think it is either the bootloader or some hardware issue.
Click to expand...
Click to collapse
I posted a video in utube of what the KF is doing, so you can see what I'm seeing.
Link
Thanks for coming back several times to reply on my thread.
That looks like your battery. From what I can tell, the device is just rebooting, not shutting down.
Unplug the device and hold the power button to perform a hard shutdown.
Plug the device in (it should power up on it's own) and hold the power button to shut it down again.
Leave it plugged into the computer until sometime tomorrow and try again.
Same thing I was thinking 5 second bootloop Thank you the video was very helpful to see just how its acting. Use stock cable to charge not factory.
OKay. I'm glad I came to check the thread one more time before going to bed. I removed the factory cable and put the regular usb instead. The KF was rebooting. I shut down the KF by holding the power button without unplugging the cable. Now the KF appears to be shut down, but the cable is still plugged. The yellow light does not appear as it normally would if it was charging though. I don't know if this is normal.
gwmadrigal said:
OKay. I'm glad I came to check the thread one more time before going to bed. I removed the factory cable and put the regular usb instead. The KF was rebooting. I shut down the KF by holding the power button without unplugging the cable. Now the KF appears to be shut down, but the cable is still plugged. The yellow light does not appear as it normally would if it was charging though. I don't know if this is normal.
Click to expand...
Click to collapse
I think you're fine let it rest.
I have had my Kindle Fire for over a year and I have used various ROMs. Most recently, I was using the HellFire ROM and it crashed out on me. I decided to go back to stock for a while but noticed a new version of FFF (v1.4a) so decided to install that. Now, it boots to the FFF screen but nothing else. I cannot enter the boot menu. My computer does not recognize the device (no sound from the computer recognizing that it was plugged in) with either a regular or factory USB cable (I've used the factory cable before to unbrick the device).
I have read through the other posts regarding similar problems but all of those posts were resolved with either a driver problem or with a factory cable. None of the utilities or terminal commands are useful since the device is not recognized.
I have let the battery completely drain (letting it sit in a drawer while I take a break from the problem). It does recharge with the factory charger, but one thing of note is that the LED stays green during the charge. It never turns amber either on the charger or when it is connected to the computer.
Anyone have any ideas? I've been scratching my head lots over this. Many thanks for anyone willing to scratch along with me.
So have you tried Soupkit? How did you flash your bootloader?
Thepooch said:
So have you tried Soupkit? How did you flash your bootloader?
Click to expand...
Click to collapse
First of all, thanks for replying and trying to help. I have tried SoupKit and the Macintosh utilities but I keep getting the same response "Your device appears to be offline."
I originally rooted the kindle by manually entering adb commands. I installed the bootloader with KFU.
Is the bootloader splash static or does it blink on and off? Are you able to accces the boot menu to reset bootmode or enter recovery or select normal boot?
Thepooch said:
Is the bootloader splash static or does it blink on and off? Are you able to accces the boot menu to reset bootmode or enter recovery or select normal boot?
Click to expand...
Click to collapse
The bootloader splash is static. I am unable to access the boot menu at all.
I have been playing with the "short the point" install TWRP over USB but to no avail. I get "waiting for OMAP44xx device" and that's all.
hey everyone! new to the forum. needed help bad.
i have been running CM 10.2.0 for awhile now, pretty much since it was released without any issues. yesterday for whatever reason while surfing the net my phone restarted. now it keeps restarting every 15-20 secs. my main concern at this point is saving my photos before i reset my phone and start from scratch. any ideas as to how to back up photos?
some notes on my rebooting condition.:
phone keeps rebooting even when booted up in safe mode.
-in safe mode i do have more time before it reboots itself
phone does not reboot itself when in bootloader mode or recovery mode
i tried to back up to sdcard while in recovery mode but it fails when it tries to back up data. i also tried using nexus root toolkit but to no avail.
any help would be much appreciated. feels weird to not have a phone.lol. thanks in advance
lilzed_747 said:
hey everyone! new to the forum. needed help bad.
i have been running CM 10.2.0 for awhile now, pretty much since it was released without any issues. yesterday for whatever reason while surfing the net my phone restarted. now it keeps restarting every 15-20 secs. my main concern at this point is saving my photos before i reset my phone and start from scratch. any ideas as to how to back up photos?
some notes on my rebooting condition.:
phone keeps rebooting even when booted up in safe mode.
-in safe mode i do have more time before it reboots itself
phone does not reboot itself when in bootloader mode or recovery mode
i tried to back up to sdcard while in recovery mode but it fails when it tries to back up data. i also tried using nexus root toolkit but to no avail.
any help would be much appreciated. feels weird to not have a phone.lol. thanks in advance
Click to expand...
Click to collapse
Hate when a rom just goes bad for some reason.. Could you supply the error messages you get when your backup fails? I'm guessing it might have to do with file names having weird symbols. Also you might want to backup different folders of your sdcard at a time to avoid failure; i.e., "adb pull /sdcard/Download <some_directory_on_computer>".
7175 said:
Hate when a rom just goes bad for some reason.. Could you supply the error messages you get when your backup fails? I'm guessing it might have to do with file names having weird symbols. Also you might want to backup different folders of your sdcard at a time to avoid failure; i.e., "adb pull /sdcard/Download <some_directory_on_computer>".
Click to expand...
Click to collapse
thanks for the reply. system backup finishes then it goes to back up data. after while it says that there's an error making backup image of /data
is it possible to just to use command prompt to just pull my pictures? would it just be adb pull /sdcard/dcim <some directory>?
also for some reason i am unable to communicate with my phone using adb prompts. yesterday i typed in adb devices and my phones serial number would come up as connected. today under "list of devices" its just blank....not sure what to do.
UPDATE: i was able to get my pictures off of my phone. i launched CMD through the nexus toolkit and it seemed to detect my phone.
i flashed my phone back to stock using the toolkit. for some reason after everything was said and done my phone wasnt actually set back to stock. my phone still has all my apps etc. it still restarts every few seconds.
i tried a couple force flashes using the toolkit again but still same phone. nothing has changed or been fixed. not really sure what my next plan of attack should be. any guidance is very much appreciated.
lilzed_747 said:
UPDATE: i was able to get my pictures off of my phone. i launched CMD through the nexus toolkit and it seemed to detect my phone.
i flashed my phone back to stock using the toolkit. for some reason after everything was said and done my phone wasnt actually set back to stock. my phone still has all my apps etc. it still restarts every few seconds.
i tried a couple force flashes using the toolkit again but still same phone. nothing has changed or been fixed. not really sure what my next plan of attack should be. any guidance is very much appreciated.
Click to expand...
Click to collapse
Glad to hear you got your pictures off. As far as wiping your phone. If you got everything off your sdcard that you want, you can do a fastboot wipe.
-press volume up + volume down + power to get to fastboot mode
-connect the phone to your computer and enter in the command window "fastboot devices" to see if it's connected
-enter "fastboot -w" to do a full erasure of the phone's /data partition
Then use nexus toolkit, recovery, or fastboot to flash a new rom from there. This has saved me in the past in a similar situation. Definitely make sure you have everything off your sdcard you want to keep before trying this though.
7175 said:
Glad to hear you got your pictures off. As far as wiping your phone. If you got everything off your sdcard that you want, you can do a fastboot wipe.
-press volume up + volume down + power to get to fastboot mode
-connect the phone to your computer and enter in the command window "fastboot devices" to see if it's connected
-enter "fastboot -w" to do a full erasure of the phone's /data partition
Then use nexus toolkit, recovery, or fastboot to flash a new rom from there. This has saved me in the past in a similar situation. Definitely make sure you have everything off your sdcard you want to keep before trying this though.
Click to expand...
Click to collapse
thanks so much for the help so far. unfortunately everything you have told me so far has not worked.lol. i followed the steps like u said but the phone just stays on the "google" screen after i install a stock rom. left for 2.5 hours in hopes of it doing its thing.lol. had to pull battery and start it up. nothing changed, phone still restarts i also tried using toolkit to flash stock + unroot (both in bricked mode and normal mode), flashed zip stock images and installing in recovery mode. i also used CMD to push stock images to my phone and installing but still nothing.
i also followed the instructions extactly on this forum http://forum.xda-developers.com/showpost.php?p=34552123&postcount=1
all of the steps successfully completed but after a reboot my phone was left unchanged.
i may have screwed up my description of the problem earlier. the phone restarts after my phone stop responding/freezes. i also find that there almost always is a program that stops working. i find handcent sms is having the most errors. tried to uninstall but phone freezes. tried in fastboot/adb but nothing happens.
thanks again for the help so far.
Ahh my phone has had quite the past week on this CM12 Android 5.0 ROM...
I was just listening to music and checking social media on my phone when bam, it turns off.
I held the power button and it didn't turn on the first few times.
Then finally, it boots, but it won't get past the splash screen.
It's stuck in a bootloop and I can't get into the recovery. I can't factory reset it either.
I tried to go to fastboot and flash the recovery again, but my computer doesn't recognize my phone.
I have adb, fastboot, and all of the correct drivers installed and it won't do anything.
I tried flashing with "fastboot flash recovery twrp.img" but it just said "<waiting for device>" even though my phone was connected and in fastboot mode.
I don't know what to do. I can't boot it, I can't get into recovery, I can't factory reset it, and I can't fastboot anything.
What should I do? Please I am open to ANY suggestions at this point. I can't deal with this constantly not having a phone crap.
Thanks, it'll be much appreciated.
Extra Info:
Device manager lists my phone as this: "Unknown USB Device (Device Failed Enumeration)"
Every time I go into fastboot, my computer displays this message: "USB device not recognized. The last USB device you connected to this computer malfunctioned, and Windows does not recognize it"
SyrStorm said:
Ahh my phone has had quite the past week on this CM12 Android 5.0 ROM...
I was just listening to music and checking social media on my phone when bam, it turns off.
I held the power button and it didn't turn on the first few times.
Then finally, it boots, but it won't get past the splash screen.
It's stuck in a bootloop and I can't get into the recovery. I can't factory reset it either.
I tried to go to fastboot and flash the recovery again, but my computer doesn't recognize my phone.
I have adb, fastboot, and all of the correct drivers installed and it won't do anything.
I tried flashing with "fastboot flash recovery twrp.img" but it just said "<waiting for device>" even though my phone was connected and in fastboot mode.
I don't know what to do. I can't boot it, I can't get into recovery, I can't factory reset it, and I can't fastboot anything.
What should I do? Please I am open to ANY suggestions at this point. I can't deal with this constantly not having a phone crap.
Thanks, it'll be much appreciated.
Extra Info:
Device manager lists my phone as this: "Unknown USB Device (Device Failed Enumeration)"
Every time I go into fastboot, my computer displays this message: "USB device not recognized. The last USB device you connected to this computer malfunctioned, and Windows does not recognize it"
Click to expand...
Click to collapse
Make sure you aren't connected via usb to your computer when you attempt to force a reboot. It should be vol up and power until it reboots and then switch to vol down to enter hboot.
dottat said:
Make sure you aren't connected via usb to your computer when you attempt to force a reboot. It should be vol up and power until it reboots and then switch to vol down to enter hboot.
Click to expand...
Click to collapse
I can get into hboot and all that just fine. The phone won't boot, and I can't get into recovery is my problem. Oh and the fact that the computer doesn't recognize my phone in fastboot
Update: I just whipped out a really old computer running Windows XP and I installed the platform-tools and HTC One drivers on it. I hooked the phone up to the computer, and the drivers worked. I flashed TWRP and it flashed successfully according to fastboot, but it won't go into recovery still. What should I do now? I know I can RUU somehow (I'm not really sure how though), but I want to try and avoid that, if possible. Any suggestions? Thanks people!
EDIT: NVM it actually booted! What a success! This stuff is crazy!
I was installing the latest update on my 7T and it got stuck on the reboot animation. I waited about half an hour and it was still stuck on the animation screen so I held Power+Volume Up to force reboot, nothing happened. Got into recovery mode and deleted system settings and cache still the same. Drained it and powered it up again still nothing works. And my laptop doesnt recognize it if I plug it into the USB port. I can access both fastboot and recovery mode. I need to extract some very important data. Please please help.
Try reflashing the ROM manually. There should be a guide somewhere in the 7/7T forum.