[GUIDE] The 5 second bootloop! aka: Don't let your battery die! - Kindle Fire General

Symptoms: The Kindle Fire starts booting normally, but then shuts off prematurely or reboots spontaneously before the device completes the startup process. In extreme cases, the bootlogo may not even appear on the display and only the power switch LED lights up before the device shuts off again.
Cause: The battery has been depleted to the point that not enough power gets delivered to the CPU. The CPU detects the low power condition and its safety features power off the device.
Solution: Use the stock 1.8 amp AC charger to recharge the battery. In most cases, this seems to be enough to get power to the CPU and battery that it will begin to charge again.
In some rare instances, not even the AC charger will be enough to charge the battery. Why? The Kindle Fire's hardware does not have the ability to charge its battery offline. The device needs to be up and running so the ramdisk can handle the battery charging operation and that requires the CPU to be powered up. If the battery cannot provide enough power to the CPU, it shuts off automatically and the boot process stops or restarts... a classic catch-22.
Devices without FireFireFire 1.4 (or later) will need to upgrade to that version. This bootloader stops the boot process for a low battery condition (less than 3%) and charges the battery to its specified minimum before continuing to boot.
If the device has an earlier version of FFF, use the temporary fastboot mode feature to fastboot flash the new version using fastboot. If the device is using the stock bootloader (white/orange "kindle fire" bootlogo), a factory cable is probably necessary to put the device into fastboot mode.
Although the preferred method of installing this bootloader is through TWRP, it is dangerous in this situation because TWRP could shut down without warning. Because of this potential for a premature TWRP shutdown and a bad flash as a result, fastboot must be used under these circumstances. The device can be powered entirely from the USB port while running the bootloader, so it's much safer in this regard. Be sure to check the MD5 sum of the distribution, extract the contents of the zip archive and find the binary inside the cache directory. Flash this file using fastboot.
Using an older version of FFF...
Code:
fastboot flash bootloader /path/to/u-boot.bin
fastboot reboot
With the stock bootloader...
Code:
fastboot -i 0x1949 flash bootloader /path/to/u-boot.bin
fastboot -i 0x1949 reboot
Note: In both cases above, the "/path/to/u-boot.bin" must be replaced with the actual path to the file's location.
After a reboot, the bootloader will automatically stop the boot process and begin charging. The backlight is normally off in battery charging mode to conserve power, but press and hold the power button for a few seconds and a battery charging notification will appear on the display.
Note: Currently, neither FFF 1.4 nor 1.4a will display a bootlogo before entering battery charging mode, so the device may appear to be bricked. Press and hold the power button for a few seconds to display the battery charging notice. In addition, these versions will only enter battery charging mode when hooked up to USB power and not the AC wall charger. The developer is aware of both situations and has indicated that he intends to implement fixes for these issues.
Credits
pokey9000 - For providing information about the Kindle Fire hardware
SBlood86 - For sharing his experiences and initial ideas for a fix
Hashcode - For fixing/implementing battery charging on the bootloader​

+1
Sent from my Amazon Kindle Fire using xda premium

My kindle fire is running Firefirefire 1.4a and when it boots normal mode it loads the Kindle Fire screen then restarts it's self. Trying to boot it in any other mode never boots it. The thing is charged but i cannot get it booting at all.

What if I do not have the stock charger?
I charge it using my PC?
Please help, I am lost without my kindle.

Kindle Fire Restarts on its own
A long while back, I rooted the kindle fire using the kindle fire utility .95. It worked fine for months. Then today, the device suddenly restarted and went into the "press power button to for recovery" page with the yellow triangle.
I can get it to go into the system for about 10 seconds but then it just restarts. To get in, I use the kindle fire utility and put it into normal boot mode. It goes in fine but then it restarts. I do have access to fastboot and i can get in. Battery power is near full so that wasn't the problem.
Anyways, after trying everything I found in the internet, i found the best solution was to use this thread:
[GUIDE] Kindle Fire For Beginners
Assuming you're already in fastboot mode, go down to post number 3 and start at step number 6. I got the u-boot.bin from this page Amazon Update
(you have to extract it). The twrp file I got from the kindle fire utility page.
The last step I did was step number 7 which was to reboot. Once I rebooted, it went into twrp recovery but said it couldn't access the memory or something of the sort. Then it did some sort of update and sort of took a long time to update. Then it restarted, paused for around 30+ seconds on the flashing kindle fire logo,and now its perfect.
Tip: To get into fastboot mode, the exact steps I took were:
1. Shut down Kindle completely.
2. From the kindle fire utility, select 1 and then select 1 again. It should come as waiting for device. After that plug in the kindle and let it do its things. Once the kindle fire logo pops up, keep on spamming 2 in the kindle fire utility to select fastboot mode till it lets you get in. You have to do it before it starts to shut down again.
After that, the fastboot things should be working and you can do the rest of the stuff starting from number 6.
I hope this helps some one.

JoshuaLintag said:
What if I do not have the stock charger?
I charge it using my PC?
Please help, I am lost without my kindle.
Click to expand...
Click to collapse
You need something with a higher charging output than a pc. The stock of charger puts out 1.8 amps, so you need a charger that is close to that. I know that some aftermarket iPad chargers are 2.1 amps so that may work if you can get one of those.
Sent from my Kindle Fire using xda premium

I am new to the Kindle Fire, as in I don't have one yet. But, this seems like kind of a big deal or does it only happen on rooted, customized Kindle Fires in which case Amazon probably doesn't care quite so much?
If this happens on a fully stock Fire when it goes dead I would imaging a ton of these being returned if something like this happened to gramps or someone less tech savvy...which I have a feeling is a huge number of Kindle Fire owners.

Evo_Shift said:
I am new to the Kindle Fire, as in I don't have one yet. But, this seems like kind of a big deal or does it only happen on rooted, customized Kindle Fires in which case Amazon probably doesn't care quite so much?
If this happens on a fully stock Fire when it goes dead I would imaging a ton of these being returned if something like this happened to gramps or someone less tech savvy...which I have a feeling is a huge number of Kindle Fire owners.
Click to expand...
Click to collapse
A new Kindle Fire purchased from Amazon comes with a stock wall charger. It does not come with a USB cable.

Evo_Shift said:
I am new to the Kindle Fire, as in I don't have one yet. But, this seems like kind of a big deal or does it only happen on rooted, customized Kindle Fires in which case Amazon probably doesn't care quite so much?
If this happens on a fully stock Fire when it goes dead I would imaging a ton of these being returned if something like this happened to gramps or someone less tech savvy...which I have a feeling is a huge number of Kindle Fire owners.
Click to expand...
Click to collapse
I think a more appropriate answer to your question can be found in the OP...
A couple of users have reported flashing back to the stock boot image to get out of this situation. The idea is that some ramdisks on custom ROMs may not be as efficient as stock when it comes to the battery charging software.
Click to expand...
Click to collapse

My Kindle starts up and turns off 2 seconds from turning it on.
ADB won't detect it also the KFU. help

JoshuaLintag said:
My Kindle starts up and turns off 2 seconds from turning it on.
ADB won't detect it also the KFU. help
Click to expand...
Click to collapse
This is a joke right? You're just toying with me, right? I mean, if you were serious then you wouldn't be very bright considering the answer to your problem is in the OP.
Oh, and also in this thread, WHERE I ALREADY TOLD YOU THE ANSWER!

soupmagnet said:
This is a joke right? You're just toying with me, right? I mean, if you were serious then you wouldn't be very bright considering the answer to your problem is in the OP.
Oh, and also in this thread, WHERE I ALREADY TOLD YOU THE ANSWER!
Click to expand...
Click to collapse
Maybe it's because you talked about your military background, but I get flashes of Full Metal Jacket during some of your "motivational teaching" posts...
You little scumbag!
I got your name!
I got your ass!
You will not laugh!
You will not cry!
You will learn by the numbers!
I will teach you!​
Anybody else?

kinfauns said:
Maybe it's because you talked about your military background, but I get flashes of Full Metal Jacket during some of your "motivational teaching" posts...
You little scumbag!
I got your name!
I got your ass!
You will not laugh!
You will not cry!
You will learn by the numbers!
I will teach you!​
Anybody else?
Click to expand...
Click to collapse
"Tough love" is better than no love at all.
Sent from my DROID BIONIC using Tapatalk

JoshuaLintag said:
My Kindle starts up and turns off 2 seconds from turning it on.
ADB won't detect it also the KFU. help
Click to expand...
Click to collapse
There will be times when I tell myself "Maybe you're being too hard on people".
Then I see stuff like this and snap out of it.

fzdolfan said:
"Tough love" is better than no love at all.
Sent from my DROID BIONIC using Tapatalk
Click to expand...
Click to collapse
I'll go with that. Maybe he didn't appreciate my tongue in cheek effort at humor... or I'm dating myself by quoting a 25 year old movie.

kinfauns said:
I'll go with that. Maybe he didn't appreciate my tongue in cheek effort at humor... or I'm dating myself by quoting a 25 year old movie.
Click to expand...
Click to collapse
That's a great movie BTW. Although, my love/hate relation with it is due to my drill sergeants watching it before every cycle to get themselves "motivated"
Ah, good times

Help, after a day or so of use, I rooted my kindle and installed google apps cause I couldn't install apps from the amazon apps store, i live abroad.
So, I was done modding my kindle, and after a day of regular use, my kindle began to shut down by itself and then it turns itself on and gets stuck in boot logo, I can manage to reboot it again using the normal boot command in kindle fire utility, but after 1 or 2 seconds of being on normally, its shuts itself down again and gets back to boot logo, any idea?
I would like to restore it to the original software (6.2.2) and try all over again if its possible, I can't send it back to amazon for warranty, I live outside the US so its not an option,
Please help!
Here is a video of what happens
http://www.youtube.com/watch?v=5zYtNZkpy7Y

luishawk said:
Help, after a day or so of use, I rooted my kindle and installed google apps cause I couldn't install apps from the amazon apps store, i live abroad.
So, I was done modding my kindle, and after a day of regular use, my kindle began to shut down by itself and then it turns itself on and gets stuck in boot logo, I can manage to reboot it again using the normal boot command in kindle fire utility, but after 1 or 2 seconds of being on normally, its shuts itself down again and gets back to boot logo, any idea?
I would like to restore it to the original software (6.2.2) and try all over again if its possible, I can't send it back to amazon for warranty, I live outside the US so its not an option,
Please help!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=25400963
That link will take you to a thread that will explain what your problem is and how to fix it.

luishawk said:
Help, after a day or so of use, I rooted my kindle and installed google apps cause I couldn't install apps from the amazon apps store, i live abroad.
So, I was done modding my kindle, and after a day of regular use, my kindle began to shut down by itself and then it turns itself on and gets stuck in boot logo, I can manage to reboot it again using the normal boot command in kindle fire utility, but after 1 or 2 seconds of being on normally, its shuts itself down again and gets back to boot logo, any idea?
I would like to restore it to the original software (6.2.2) and try all over again if its possible, I can't send it back to amazon for warranty, I live outside the US so its not an option,
Please help!
Here is a video of what happens
http://www.youtube.com/watch?v=5zYtNZkpy7Y
Click to expand...
Click to collapse
Well, I think we've reached a new low today. You post a question...
http://forum.xda-developers.com/showthread.php?t=1648813
... and I answer it by providing a link to a thread that not only tells you what the problem is, but also suggests possible fixes. Instead of actually trying the fix... one of which is as simple as plugging in your charger! You copy/paste the same post into a thread that already gives you the answer in the OP!
I don't like going negative in my posts, but stuff like this really makes me wonder why I take the time...

After 5s bootloop, now my kindle fire total battery die, can't use stock 1.8 amp AC charger or usb - pc, usb - iphone charger. It not show 5s bootloop now .
Any solution ?
I wish to read this topic earlier

Related

Bricked KF no longer working or being recognized.

Hi!
A couple of months ago i bricked my brother kindle fire, I can't remember exactly what firmware etc I had to used on it, since i'm not a KF user myself. He came to me the other day saying that his kindle was no longer working any more.
Now this time, I have no idea what is wrong with it, the rom used had like a logo with a yellow triangle and fire sign in the middle.
The problem:
The KF is no longer recognized by the computer, I can't seem to get in via adb,
tried hard reset too...
The kindle periodically once plugged in turn on with the yellow triangle and fire logo from the rom and then turn black like it's off every second or so.
Is there a fix to my problem? and how?
Thank-you greatly in advance to all your help at hand.
it's probably stuck in fastboot. there's should be a thread in the development forum about how to fix it. I think you have to reinstall the drivers for an adv device.
sorry it's brief,have to go sleep and get ready for work.
Sent from my Kindle Fire using Tapatalk
dead battery - the kf is constantly rebooting, does nothing if pluggend out - right ?
would suggest to charge it with the wall charger for some hours - best over night
if you use a replacement charger take care it is strong enough - has to have ~2A or it will not work

Kindle Fire NEVER ROOTED OR TAMPERED WITH in boot loop!

Ok so I have been reading around and most of what I found about my specific problem (boot loop with never putting any custom restore or root or ANYTHING on it) was pretty much was useless. I am not a complete beginner I have put custom mods on many of my devices, defy, atrix, dell streak, ect, and I have used ADB among other things (not that I am a pro at it mind you!)
I realize theres a thread up for this here
http://forum.xda-developers.com/showthread.php?t=1356257
but I want to know if this will work or is for people WHO HAVE NEVER DONE ANY MODIFICATIONS TO THEIR KINDLE FIRE
If it is then I will give it a shot.
What happened is (to my knowledge) my daughter was playing with it, and the next morning, it was boot looping, and quickly. So when I turn it on, it shows kindle fire then goes black, then repeats or once in a while will make it to the slide to unlock but 2-3 seconds after goes black and continues the bootloop
ANY HELP GREATLY APPRECIATED!
I recommend giving Amazon a call and get the device replaced.... If you still have a warranty?
AustinFire said:
I recommend giving Amazon a call and get the device replaced.... If you still have a warranty?
Click to expand...
Click to collapse
Why would I even try to fix it if I had a warrant? .... thanks anyways...
so ive downloaded the drivers and its basically not working, and the method for deleting the drivers (the one some idiot posted at least) will only work IF THE DEVICE STAY CONNECTED... Which it obviously isnt... and the 3-4 seconds of it saying KINDLE FIRE isnt long enough for me to find it in the device manager... by the time that updates its already rebooting...
so please anybody.... i dont understand why it would be so difficult.... I JUST NEED A RECOVERY I DONT NEED ANY OF MY STUFF
I have tried running ADB shell it says device not found....
If it is a hardware problem, then flashing is pointless. It did this on its own. Processor or board issue. Given the variety of things I see posted, hardware is an issue at least 1/3 of the time, my guess.
Sent from my Amazon Kindle Fire using xda app-developers app
Ixthusdan said:
If it is a hardware problem, then flashing is pointless. It did this on its own. Processor or board issue. Given the variety of things I see posted, hardware is an issue at least 1/3 of the time, my guess.
Sent from my Amazon Kindle Fire using xda app-developers app
Click to expand...
Click to collapse
I would agree with you but i had installed some apps prior that seemed to make it glitchy and slow, and my daughter probably just triggered something (she is 3 and just constantly opens and taps things, i caught her in settings before) ... im pretty positive its software, especially since I read a few people with the same exact symptoms of mine... (it shows logo then reboots repeatedly, but sometimes makes it to the slide screen for like 4 seconds then it goes back to boot loop) Im sure I could fix it but I need help with getting my ADB in order or im screwed xD
I have also read several places that my problem could be fixed with a factory cable...
Have you tried a hard reset (hold the power button down for 30 seconds then power back on)? That should clear any stuck apps. It also sounds similar to a low power boot loop. If you haven't tried charging it you might want to put it on the charger overnight and see what that does. Other than that I don't know why a stock KF would bootloop.
Sent from my Amazon Kindle Fire using xda premium
Dead Battery
This is covered in a sticky post
http://forum.xda-developers.com/showthread.php?t=1623244
JimCo06 said:
Have you tried a hard reset (hold the power button down for 30 seconds then power back on)? That should clear any stuck apps. It also sounds similar to a low power boot loop. If you haven't tried charging it you might want to put it on the charger overnight and see what that does. Other than that I don't know why a stock KF would bootloop.
Sent from my Amazon Kindle Fire using xda premium
Click to expand...
Click to collapse
I have tried all of that, many times in fact. I also think its odd that it got stuck in a bootloop but from what ive read stock KF do that sometimes and its usually as simple as changing the way it boots which is why I think the factory cable is what I really need...
kinfauns said:
This is covered in a sticky post
http://forum.xda-developers.com/showthread.php?t=1623244
Click to expand...
Click to collapse
like i said... thats why i think i need a factory cable (fastboot)... but the problem here is i dont have a factory cable... lmao!
so basically im stuck at the fact that the drivers arent working, thus the KF is not being recognized, making fastboot impossible, or am i wrong? somebody please clarify...
Untraumatized said:
like i said... thats why i think i need a factory cable (fastboot)... but the problem here is i dont have a factory cable... lmao!
so basically im stuck at the fact that the drivers arent working, thus the KF is not being recognized, making fastboot impossible, or am i wrong? somebody please clarify...
Click to expand...
Click to collapse
You don't know whether or not your fastboot drivers are working because you must first put the device into fastboot mode to see if Windows will load the appropriate drivers.
Your problem is that on a stock device unable to boot into the system, 2 out of the 4 possible ways of putting the KF into fastboot mode are unavailable to you. The remaining options are to use a factory cable or to crack the case open to get access to the motherboard.
http://forum.xda-developers.com/showthread.php?t=1668159
There's another thread on the forums here about someone who disconnected the battery and hardwired it to a charger, but that seems like a really bad idea to me. A factory cable is your best/safest first step to getting out of your situation.

[Q] Is it possible to retrieve files from N7 whilst dead/bricked?

Hi all
Apologies at coming on here and immediately asking for help, but....
I've had my Nexus 7 since July and have been very happy until NOW!
I seem to have been cursed with the dreaded flat battery resulting in n7 being stuck in the boot up.
I get as far as the Google and X icon but then stalls.
I've tried all the methods of long push of buttons/multiple buttons/etc but to no avail.
I can bring up the factory restore option so I know I can get it working again, but....
I have an exam in a week which foolishly had work stored for on my n7 without back up (yes fool) so....
Please is there anyway to retrieve my files via PC etc before factory resetting
All help genuinely appreciated
Mark
rooted vs unrooted (or unlocked bootloader even if not rooted) makes a huge difference in the answer.
Please state which.
Sorry about that
Not rooted.
It is absolute stock, nothing changed or added from purchase other than jellybean updates
Thanks Mark
pleading said:
Sorry about that
It is absolute stock, nothing changed or added from purchase other than jellybean updates
Thanks Mark
Click to expand...
Click to collapse
I believe you are SOL in that case. Sorry.
Find someone with a Nexus 7, pop the back cover off and use their battery to boot up and retrieve your files. The back cover just pops off.
Sent from my Nexus 7 using xda app-developers app
bigbop said:
Find someone with a Nexus 7, pop the back cover off and use their battery to boot up and retrieve your files. The back cover just pops off.
Click to expand...
Click to collapse
pleading mentions the battery, but then says "stalls" - not "shuts down", which is what you might expect if the battery was drained:
pleading said:
I seem to have been cursed with the dreaded flat battery resulting in n7 being stuck in the boot up.
I get as far as the Google and X icon but then stalls.
Click to expand...
Click to collapse
But, bigbop could be correct if pleading meant "low battery shutdown"
One other very long shot - assuming that that the device is hung - is to see if either adb or MTP are available. Normally that happens very late in the boot & I have to imagine that he has already tried that though.
Hi again guys
Firstly thanks for not giving up on my situation!
Bad explanation by me I guess....
The battery went flat/dead (my bad)
Plugged in to charge and screen lit up again but showing the 'powering off' script
Left over night on charge, wouldn't switch on again next morning
Left on charge all day still no joy but if I try switching on whilst plugged in I first get the Google name, then the Google X but then gets 'hung' (probably a better description than freezes etc as it still pulsates the colours)
Only way to get out of this is to keep power button pressed which switches n7 off and starts the cycle again
If during the recycle I keep the volume down pressed then it accesses the option screen to recover/reboot etc
Hope this helps, and again thanks (desperate to recover course work)
Mark
Hi again
Update...
Battery is showing full now
But still same 'hung' situation
Regarding the 'ADB'
I can get to the 'apply update from ADB' option
And if I choose it states.... 'now send the package you want to apply to the device with "adb sideload <filename>"'
As always thanks for any help or suggestions
Mark
Mark,
It sounds to me like what you are describing is ADB in the stock recovery, not a ADB when the regular operating system is running. (Is that right?)
Unfortunately, the stock recovery is only good for 2 things: applying an OTA update, and doing a factory reset. Even if your tablet needed an OTA update (and it probably doesn't if it is up to date), it probably wouldn't fix the looping/wedged phenomenon: usually that is caused by stuff in the userdata partition.
Doing the stock recovery factory reset might cure the wedged/looping problem - but only if it wipes all the data from your tablet. (Including the /sdcard area too).
The only hope I held out was if your tablet was reachable via a ADB or MTP with the wedged operating system sitting there looping. Usually those facilities start up quite late in the boot sequence, however so probably you don't have that.
Sorry. I think you are still SOL when it come to retrieving files.
Thanks for the help anyway
I'm guessing that with no further responses that really is the end for my work.
Unfortunately for me personally it will mean the end off my relationship with the N7, as much as I've loved it I really can't justify the obviously common occurrence of this happening.
Thanks again all
pleading said:
Thanks for the help anyway
I'm guessing that with no further responses that really is the end for my work.
Unfortunately for me personally it will mean the end off my relationship with the N7, as much as I've loved it I really can't justify the obviously common occurrence of this happening.
Thanks again all
Click to expand...
Click to collapse
I had same sort of problem N7 went flat tried to charge but would not power on
Took back panel off and disconnected battery for 10 mins reconnected battery and put back on charge
it then booted up as normal
pleading said:
Thanks for the help anyway
I'm guessing that with no further responses that really is the end for my work.
Unfortunately for me personally it will mean the end off my relationship with the N7, as much as I've loved it I really can't justify the obviously common occurrence of this happening.
Thanks again all
Click to expand...
Click to collapse
Uhhh ... what?
The OP was about a tablet that you couldn't get into because
[a] it had a correctable soft-fault
you didn't want to exercise an available soft-fault recovery method because of a desire to reclaim user files not backed up
... and so far as we know the soft-fault recovery mechanism still is available to you.
How did that morph into "this is the end"?
You need to re-do your homework, perform a factory reset, and move on with your life.
You have used either software or hardware in the past haven't you? That thing isn't a toaster or a waffle-iron! No backups of important stuff? Come on!
OK, well then. Pack it up and send it to me with the charger and I'll pay for the shipping - UPS ground.
Doesn't the Nexus have a safe-boot mode?
Sent from my Nexus 7 using xda app-developers app
bigbop said:
Doesn't the Nexus have a safe-boot mode?
Click to expand...
Click to collapse
Just tried right now - held the Vol-down button down continuously from about 2 secs after the Google B&W splash screen appeared until the lock screen appeared. That worked. (Stock 4.2.2)
"Safe mode" appears in the lower left corner. I had access to all the market apps (that I tried), but did not see a toast notification from StickMount after the boot - suggesting that safe mode only inhibits apps from starting on boot.
I suppose this could work (although the OP's deadline has probably come and gone) for bypassing a hung boot - but only if the hang is due to a market app that normally starts on boot.

[Q] Phone refuses to boot - sometimes.

I've run into a problem with my S4. I'm rooted, and running Hyperdrive 15.
My phone refuses to boot quite often. Sometimes it will boot up perfectly fine and run for a day - day and a half, or it'll lockup and then refuse to boot up again, OR it will just not boot at all. My power button seems to be unresponsive, and the only way that I can get some action out of the phone is by reseating the battery in the well.
What I think it is, could be 1 of a few things, or a combination of them - i'm not sure.
Scenario 1: While playing with the Hyperdrive tweaks, my phone was hung after running the Zipalign tool for over 20 minutes and I had to pull the battery.
Scenario 2: I'm deployed on a ship currently, and I have my phone in a high-salt enviornment and I'm afraid that there might be salt corrosion inside of the power switch or the USB connection - shorting it out. I took my phone apart tonight and cleaned both items with isopropyl alcohol ( the switch itself on the main board ) but that didn't seem to produce any new results.
Scenario 3: I was recently rooting a Kindle Fire HD 7" for a friend out here, and I was dumb and didn't realize that I was pushing boot loader files that were designed for the Kindle Fire and not for my Galaxy S4. I have since tried to enter recovery, but with little avail. Download mode is also out.
A description of what my phone does when I reseat the battery: My phone will vibrate, the Galaxy S4 logo will show for 1.5 to 2 seconds ( same for download mode ) and if I hold the appropriate button, ' Recovery Booting.... ' will display as well. At that point, my phone will shutoff and the power button will become unresponsive.
If anyone can give me a bit of guidance on how to proceed to repairing my phone, I'd be super grateful.
Scenario 3: I was recently rooting a Kindle Fire HD 7" for a friend out here, and I was dumb and didn't realize that I was pushing boot loader files that were designed for the Kindle Fire and not for my Galaxy S4. I have since tried to enter recovery, but with little avail. Download mode is also out.
This sounds like the most plausible reason.
You will need something like JTAG to really fix it.
Lennyz1988, thanks for the quick reply. Internet out here is slow at best, and sometimes unusable.
As far as your JTAG option, I believe that would work, except that I dont have access to that kind of hardware right now. Sending my phone out at this point entails a month of transit time on each side of the turnaround time required for someone to re-flash my phone, and I wholly believe that I can do this.
As an update to my phone, it will not charge the battery anymore. I'll use someone elses phone to charge my battery soon. If anyone can give me a direction to go as far as how to completely reflash my phone IF it turns on, i'd be grateful beyond belief. I dont want to believe that if I can get it to start up again, that it is a total brick and completely useless - if it turns on again, i need someway to push new boot loader files to it. Really hoping someone can help.
Thanks again in advance.

Fire HD8 7th gen (Douglas) boot loop

i was asked to fix this tablet after i gave it as a gift to someone years ago. it looks like they were using a non-standard charger for a while. the complaint was that the battery wouldn't charge. when i tried charging it, it went into a boot loop. i figured the battery was dead so I purchased a new one on ebay and installed it but it did not fix the issue.
the loop is basically the white amazon logo staying on for about 15 seconds then rebooting. i can not enter recovery mode. i can also not get my mac, pc, linux computer to recognize the kindle. i tried using adb to detect it with no luck. i even tried the non-shorting debrick procedure with no luck.
at this point i kind of just want to solve the mystery. i'm also in for $15 for the new battery so it would be nice to have a working tablet for a while. my guess is that it's in this loop because it thinks the battery is bad and that it can't charge it safely. if that were the case, can i reset that? is there anyway to watch the pre-load procedure via a usb port? is there anything i can do to manually reset it if I open the case? does anyone have any ideas? ty in advance.
eudaxia said:
i was asked to fix this tablet after i gave it as a gift to someone years ago. it looks like they were using a non-standard charger for a while. the complaint was that the battery wouldn't charge. when i tried charging it, it went into a boot loop. i figured the battery was dead so I purchased a new one on ebay and installed it but it did not fix the issue.
the loop is basically the white amazon logo staying on for about 15 seconds then rebooting. i can not enter recovery mode. i can also not get my mac, pc, linux computer to recognize the kindle. i tried using adb to detect it with no luck. i even tried the non-shorting debrick procedure with no luck.
at this point i kind of just want to solve the mystery. i'm also in for $15 for the new battery so it would be nice to have a working tablet for a while. my guess is that it's in this loop because it thinks the battery is bad and that it can't charge it safely. if that were the case, can i reset that? is there anyway to watch the pre-load procedure via a usb port? is there anything i can do to manually reset it if I open the case? does anyone have any ideas? ty in advance.
Click to expand...
Click to collapse
I think that motherboard is bad and your Fire tablet caused a boot loop.

Categories

Resources