Title says it all. I have the .img backups. Gotta send it in for a warranty replacement.
Thanks in advance for any help.
I've never done this but verygreen's thread http://forum.xda-developers.com/showthread.php?t=2017562 has instruction at the bottom.
Where it says:
Code:
fastboot flash boot /path/to/mmcblk0p10 -i 0x1949
What specifically needs to replace the /path/to portion? It says to remember where I put the .img files (I keep all of that in a specific desktop folder).
The path of the images is C:\Users\My Name\Desktop\Kindle Fire Resources\New Backup Images\stock-recovery (for instance)
gsu_golfer said:
Where it says:
Code:
fastboot flash boot /path/to/mmcblk0p10 -i 0x1949
What specifically needs to replace the /path/to portion? It says to remember where I put the .img files (I keep all of that in a specific desktop folder).
The path of the images is C:\Users\My Name\Desktop\Kindle Fire Resources\New Backup Images\stock-recovery (for instance)
Click to expand...
Click to collapse
Start with the Kindle off.
Open a cmd window like when you did the 2nd-bootloader install. Enter:
cd "C:\Users\Your Name\Desktop\Kindle Fire Resources\New Backup Images\stock-recovery"
fastboot -i 0x1949 flash recovery stock-recovery.img
(here your PC will wait for you to connect your Kindle via USB. Once it powers on, the fastboot command will automatically place the Kindle in fastboot mode and begin to run.)
(once that is done enter the next command)
fastboot -i 0x1949 flash boot stock-boot.img
(and finally)
fastboot -i 0x1949 flash system stock-system.img
(this command will take a long time unlike the first 2 which complete fairly quickly. next up, we need to clear out your user data and cache -- including sdcard. enter: )
fastboot -i 0x1949 format data
(then)
fastboot -i 0x1949 format cache
(and last)
fastboot -i 0x1949 reboot
If all is well this will reboot the Kindle into a brand new Amazon start up screen.
NOTE: I'll have to double check the format commands as I'm typing this from memory.
Sent from my Amazon Kindle Fire HD using Tapatalk 2
Ah, I didn't realize it was as simple as changing the directory and running the commands, I thought I'd have to reference the specific location. Thanks so much for your help.
For some reason it's only going into fastboot for about three seconds before turning off. Ever seen that before?
EDIT: It's also doing this when I attempt to boot it up or plug it into the charger. Has a good charge.
EDIT2: Later, plugging it in leaves it sitting on the Kindle Fire screen.
This is after flashing the boot.img failed. Am I stuck?
This is odd behavior. Normally it will sit on the fastboot screen for quite a while.
Do that screen showing "fastboot" actually come up? Or does it show the Yellow logo and then stop?
Not really stuck. All of the commands you're using are for fastboot mode which doesn't require a full Android OS.
Just need fastboot mode to work.
EDIT: What are the sizes on your stock-*.img backup files?
Hashcode said:
This is odd behavior. Normally it will sit on the fastboot screen for quite a while.
Do that screen showing "fastboot" actually come up? Or does it show the Yellow logo and then stop?
Not really stuck. All of the commands you're using are for fastboot mode which doesn't require a full Android OS.
Just need fastboot mode to work.
EDIT: What are the sizes on your stock-*.img backup files?
Click to expand...
Click to collapse
Recovery: 8,192
Boot: 8,192
System: 907,264
Recovery and boot flashed, but then it randomly turned off. I unplugged the Kindle (which had already given the Windows dismount sound when it turned off). I ran the flash system command, plugged the kindle in when instructed, and it turned off after a couple seconds of flashing it. Now it does that every time you put it in fastboot - display for a couple seconds then go away. I've got it plugged in and sitting on that KF screen for now, hoping maybe it just needed some extra juice or something.
FYI - I actually had to do TWO of these. The LCD cracked on one, and Amazon sent this replacement. The cracked LCD device restored just fine. The only exception were those wipe commands. They didn't work, but it booted into stock recovery and asked me to wipe, and it's good to go. Back in the box and ready to be shipped. This device (replacement for the cracked LCD) has a faulty power button, which I suspect may be part of my issue. Replacement number two arrived less than an hour ago.
Related
I read the guide and have been browsing the forums for similar situations.
First of all, many months ago I tried to root my KF with something named "doomlord"? I basically googled how to root, picked one, went at it. It ran fine, though I don't recall trying to do anything with the root. Most recently every time I powered it on, I was in the CWMR menu. I tried to install the latest kindle update from amazon (changed it to .zip, placed it in the folder, tried to install from cwmr menu), to get it back to stock. Didn't work, and the only way I was able to use my kindle was wiping everything and rebooting. I became frustrated and started to try anything I hadn't, I clicked fastboot mode. Now it's been stuck at the yellow triangle, does nothing when power is pressed, isn't recognized by my mac.
Many users had my similar situation but I truly am a newbie and went at this with no knowledge, though I do know some terms through the guide. It seems I'm stuck in a bootloop, and my kindle isn't truly broken for good.
What I want to know, in basic terms:
What do I need to download?
To send commands.. do I use terminal? Seems like I need to get 'fastboot' and 'adb'
I've also seen references to getting kindle fire utility- can I use this even though I used some random doomlord program and it's using CWMR?
How to 'flash' something?
Simple, step by step instructions would be SO APPRECIATED! I apologize for having a question everyone else has asked, but I feel so frustrated at this point.
Anybody?
So far, I have downloaded KFU, adb, fastboot, and FFF 1.2.
I've tried many commands to see if my kindle is in fastboot, it does not seem to be. All commands come back with "-bash: fastboot: command not found". I also am going into the directory of "android" where I put adb and fastboot. I think that is correct.
Not sure what to do with KFU, or FFF that I've downloaded.
Should I wait for the battery to drain? Though I don't think that will fix the problem at all.
Kindle still not being recognized by my mac.
At this point I will just pay somebody to help me successfully fix this or send it out. But if it's as easy as the solutions make it seem, I'd love to just do it myself. I think I'm just confused about what exact steps I need to make, whether that is flashing FFF or TWRP?
Whatever you do, don't let the battery drain.
Make sure you have your driver installed and configured correctly:
Code:
cat ~/.android/adb_usb.ini
The only acceptable output is "0x1949".
Next, try to take advantage of the temporary fastboot mode that comes with FireFireFire (yellow triangle).
Hold the power button to shut the device down and enter the following:
Code:
fastboot getvar product
Restart the KF when you see "waiting for device".
Give it a second to boot and you should get an output of "kindle" in the terminal. If you do, repeat the previous step with the following commands:
Code:
fastboot oem idme bootmode 5001
fastboot reboot
That should boot you into recovery again. (but you're not quite finished yet, we'll see if you can get this far first)
If that doesn't work, you should get a Linux LiveUSB (if you have a PC to use) or a VM (only Parallels will work with fastboot) to run Linux, and install and run Firekit. Depending on your Mac, it is possible, albeit very tricky, to get it to boot to a LiveUSB...but I wouldn't count on it. You might need to use the shorting trick to temporarily put the device in USBboot so Firekit can install a new bootloader (see Firekit thread).
soupmagnet said:
Whatever you do, don't let the battery drain.
Make sure you have your driver installed and configured correctly:
Code:
cat ~/.android/adb_usb.ini
The only acceptable output is "0x1949".
Next, try to take advantage of the temporary fastboot mode that comes with FireFireFire (yellow triangle).
Hold the power button to shut the device down and enter the following:
Code:
fastboot getvar product
Restart the KF when you see "waiting for device".
Give it a second to boot and you should get an output of "kindle" in the terminal. If you do, repeat the previous step with the following commands:
Code:
fastboot oem idme bootmode 5001
fastboot reboot
That should boot you into recovery again. (but you're not quite finished yet, we'll see if you can get this far first)
If that doesn't work, you should get a Linux LiveUSB (if you have a PC to use) or a VM (only Parallels will work with fastboot) to run Linux, and install and run Firekit. Depending on your Mac, it is possible, albeit very tricky, to get it to boot to a LiveUSB...but I wouldn't count on it. You might need to use the shorting trick to temporarily put the device in USBboot so Firekit can install a new bootloader (see Firekit thread).
Click to expand...
Click to collapse
Thanks so much for trying to help out. No dice, though. Your directions seem fairly simple and straightforward. I'll tell you what I did step by step-
First I connected KF to my mac, the yellow triangle appears. I go into the directory where adb is. I'm not sure what you meant by which drivers should be installed properly, but I put in the following into terminal:
Code:
cat ~/.android/adb_usb.ini
As a result I got:
Code:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x1949
This seems about right. I shut it down, and tried to input "fastboot getvar product". That is when I get the "-bash: fastboot: command not found". I feel really dumb right now. It really seems so simple but I'm just not getting it. I added a screenshot if that would give you any clue as to why even the first step isn't working. Thank you
2hellwu said:
Thanks so much for trying to help out. No dice, though. Your directions seem fairly simple and straightforward. I'll tell you what I did step by step-
First I connected KF to my mac, the yellow triangle appears. I go into the directory where adb is. I'm not sure what you meant by which drivers should be installed properly, but I put in the following into terminal:
Code:
cat ~/.android/adb_usb.ini
As a result I got:
Code:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x1949
This seems about right. I shut it down, and tried to input "fastboot getvar product". That is when I get the "-bash: fastboot: command not found". I feel really dumb right now. It really seems so simple but I'm just not getting it. I added a screenshot if that would give you any clue as to why even the first step isn't working. Thank you
Click to expand...
Click to collapse
Put the fastboot binary in your home folder and enter 'cd' (without quotes). Then run the commands.
soupmagnet said:
Put the fastboot binary in your home folder and enter 'cd' (without quotes). Then run the commands.
Click to expand...
Click to collapse
I am probably making this harder than it really is. Alright, both adb and fastboot now exist inside my home folder "/user/Lianna/"
Started with kindle on and plugged in, entered "cd" into terminal. Didn't do anything. Continued with "cat ~/.android/adb_usb.ini" got same response as before. Other commands were unrecognized/"not found".
2hellwu said:
I am probably making this harder than it really is. Alright, both adb and fastboot now exist inside my home folder "/user/Lianna/"
Started with kindle on and plugged in, entered "cd" into terminal. Didn't do anything. Continued with "cat ~/.android/adb_usb.ini" got same response as before. Other commands were unrecognized/"not found".
Click to expand...
Click to collapse
Ok try this:
Instead of typing the word "fastboot" into the terminal, drag fastboot into the terminal window and then type in the rest of the command.
[EDIT:] I almost forgot...you're not using fastboot from KFU are you? You need fastboot for Mac.
soupmagnet said:
Ok try this:
Instead of typing the word "fastboot" into the terminal, drag fastboot into the terminal window and then type in the rest of the command.
[EDIT:] I almost forgot...you're not using fastboot from KFU are you? You need fastboot for Mac.
Click to expand...
Click to collapse
Again, command not found. Does the first step indicate that my fastboot is indeed functional?
2hellwu said:
Again, command not found. Does the first step indicate that my fastboot is indeed functional?
Click to expand...
Click to collapse
Are you using the fastboot.exe from the KFU folder or a Mac specific fastboot binary?
soupmagnet said:
Are you using the fastboot.exe from the KFU folder or a Mac specific fastboot binary?
Click to expand...
Click to collapse
I used the two individual downloads for adb and fastboot from here: http://forum.xda-developers.com/showthread.php?t=1917237
I do have KFU in my downloads but I'm not using the fastboot.exe that comes with it. I am using the ones downloaded from above, which seems to be a "unix executable file". I'll show what happens when I open it.
2hellwu said:
I used the two individual downloads for adb and fastboot from here: http://forum.xda-developers.com/showthread.php?t=1917237
I do have KFU in my downloads but I'm not using the fastboot.exe that comes with it. I am using the ones downloaded from above, which seems to be a "unix executable file". I'll show what happens when I open it.
Click to expand...
Click to collapse
Ok let's simplify this. Put fastboot on your desktop and enter the following:
Code:
~/Desktop/fastboot getvar product
soupmagnet said:
Ok let's simplify this. Put fastboot on your desktop and enter the following:
Code:
~/Desktop/fastboot getvar product
Click to expand...
Click to collapse
That did get me the <waiting for device> product:kindle! I then restarted and tried to input
Code:
fastboot oem idme bootmode 5001
fastboot reboot
which again, got "-bash: fastboot: command not found"
2hellwu said:
That did get me the <waiting for device> product:kindle! I then restarted and tried to input
Code:
fastboot oem idme bootmode 5001
fastboot reboot
which again, got "-bash: fastboot: command not found"
Click to expand...
Click to collapse
LOL, pay attention now...
Code:
~/Desktop/fastboot oem idme bootmode 5001
~/Desktop/fastboot reboot
OR
Code:
cd ~/Desktop
fastboot oem idme bootmode 5001
fastboot reboot
...you follow?
soupmagnet said:
LOL, pay attention now...
Code:
~/Desktop/fastboot oem idme bootmode 5001
~/Desktop/fastboot reboot
OR
Code:
cd ~/Desktop
fastboot oem idme bootmode 5001
fastboot reboot
...you follow?
Click to expand...
Click to collapse
ah yes. so, that worked. now at:
Code:
< waiting for device >
~/Desktop/fastboot reboot
at this point KF is still off. power on or no?
Ok, KF is on and back in recovery mode. "CWM-based recovery v5.0.2.7" I have the menu of reboot, install zip from sdcard, etc
2hellwu said:
Ok, KF is on and back in recovery mode. "CWM-based recovery v5.0.2.7" I have the menu of reboot, install zip from sdcard, etc
Click to expand...
Click to collapse
Okay, first you need to find and download the ROM of your choice. You'll also need to download recovery flashable versions of TWRP and FFF, found HERE and HERE.
With those three things downloaded, boot into recovery and find the "Mount" or "Mount to USB" option. I haven't used CWM in quite a while so I couldn't tell you exactly how to get to it. Look around and you will find it. What that does is mounts your sdcard to USB as if it were a USB flash drive. Do that and transfer the three files you downloaded earlier to your sdcard.
With them on your sdcard, install both FFF and TWRP. CWM is way outdated and will not work anymore...Use TWRP instead. You can update to COTR later if you choose as it has a nearly identical look and feel as CWM. The new version of FFF will give you an option at the boot logo to change bootmodes on the fly (makes entering recovery much easier).
With FFF and TWRP installed reboot the device. As the device is booting you will see the Kindle Fire logo in blue instead of orange. When you see it, hold the power button until the boot options appear at the bottom of the screen. Select Recovery.
When TWRP boots up, select "Wipe" then wipe system and factory reset (this step is very important).
Afterwards, select Install, navigate to your sdcard and select the ROM you downloaded then swipe the arrow at the bottom. Select reboot system and you should be all set.
One more thing to note: If the device keeps booting into recovery after subsequent reboots, select "reset boot mode" in the FFF boot options.
Good luck.
soupmagnet said:
Okay, first you need to find and download the ROM of your choice. You'll also need to download recovery flashable versions of TWRP and FFF, found HERE and HERE.
With those three things downloaded, boot into recovery and find the "Mount" or "Mount to USB" option. I haven't used CWM in quite a while so I couldn't tell you exactly how to get to it. Look around and you will find it. What that does is mounts your sdcard to USB as if it were a USB flash drive. Do that and transfer the three files you downloaded earlier to your sdcard.
With them on your sdcard, install both FFF and TWRP. CWM is way outdated and will not work anymore...Use TWRP instead. You can update to COTR later if you choose as it has a nearly identical look and feel as CWM. The new version of FFF will give you an option at the boot logo to change bootmodes on the fly (makes entering recovery much easier).
With FFF and TWRP installed reboot the device. As the device is booting you will see the Kindle Fire logo in blue instead of orange. When you see it, hold the power button until the boot options appear at the bottom of the screen. Select Recovery.
When TWRP boots up, select "Wipe" then wipe system and factory reset (this step is very important).
Afterwards, select Install, navigate to your sdcard and select the ROM you downloaded then swipe the arrow at the bottom. Select reboot system and you should be all set.
One more thing to note: If the device keeps booting into recovery after subsequent reboots, select "reset boot mode" in the FFF boot options.
Good luck.
Click to expand...
Click to collapse
Before I start this- I should have clarified my main goal is to get my kindle back to stock. I don't have a need for anything extra, I really just use it to read books. From other guides, maybe it seems that my next steps should be to download the kindle update from amazon, and flash that?
In that case, download the update from Amazon, change the ".bin" to ".zip" and use that in place of your ROM. All other instructions will be the same...especially when it comes to wiping
"That's a special kind of stupid. The kind that makes me laugh"
soupmagnet said:
In that case, download the update from Amazon, change the ".bin" to ".zip" and use that in place of your ROM. All other instructions will be the same...especially when it comes to wiping
"That's a special kind of stupid. The kind that makes me laugh"
Click to expand...
Click to collapse
Ok I feel stupid, but how do I find where the sdcard folder is? Is it simply just dragging the update to "Kindle" or should I be putting it into a specific folder
2hellwu said:
Ok I feel stupid, but how do I find where the sdcard folder is? Is it simply just dragging the update to "Kindle" or should I be putting it into a specific folder
Click to expand...
Click to collapse
Yes, the mounted volume "Kindle" is your sdcard. Just drag and drop everything into that folder. Be sure to eject the volume from your computer (right-click on it and select eject) before you unmount it in TWRP.
"That's a special kind of stupid. The kind that makes me laugh."
A few months ago I tried to root/ gapps a KF2 for a friend, and after a freak OTA update the horrible thing kept getting stuck in a bootloop.
Basically if you powered it on it would get stuck on the Kindle pulsing logo until it restarted itself from scratch and did it all over again. Then on the few times it would get to the standard lock screen it would freeze up there and restart itself anyway.
Every now and then it would boot in and work fine though.
What I eventually did to get it working:
1.) Get a factory cable (they don't cost too much off ebay).
2.) Using fastboot mode clear the data and cache partition:
Code:
fastboot -i 0x1949 erase cache
fastboot -i 0x1949 erase userdata
20 seconds later the device worked perfectly and hasn't bootlooped since.
It might also be possible to do this by a.) installing TWRP and erasing the cache/ data from there, or b.) booting into the bootloader from a rooted system. I don't want to test this though because at this point I just want to make this awful thing work properly in stock.
I hope this helps someone else in the same situation. I do remember reading a similar problem on XDA a few months ago when it started giving trouble.
hexd said:
A few months ago I tried to root/ gapps a KF2 for a friend, and after a freak OTA update the horrible thing kept getting stuck in a bootloop.
Basically if you powered it on it would get stuck on the Kindle pulsing logo until it restarted itself from scratch and did it all over again. Then on the few times it would get to the standard lock screen it would freeze up there and restart itself anyway.
Every now and then it would boot in and work fine though.
What I eventually did to get it working:
1.) Get a factory cable (they don't cost too much off ebay).
2.) Using fastboot mode clear the data and cache partition:
Code:
fastboot -i 0x1949 erase cache
fastboot -i 0x1949 erase userdata
20 seconds later the device worked perfectly and hasn't bootlooped since.
It might also be possible to do this by a.) installing TWRP and erasing the cache/ data from there, or b.) booting into the bootloader from a rooted system. I don't want to test this though because at this point I just want to make this awful thing work properly in stock.
I hope this helps someone else in the same situation. I do remember reading a similar problem on XDA a few months ago when it started giving trouble.
Click to expand...
Click to collapse
Where do i enter this in when I'm in fastboot?
Karetus said:
Where do i enter this in when I'm in fastboot?
Click to expand...
Click to collapse
You need to use the fastboot application. You can get it either via the Android Development Kit (just google for it) or just use it from any other source (I know the FlashTool for Sony phones has it along with ADB). Once it is on your PC, open a command prompt window to that folder and run it from there.
Just remember you need the Kindle to be in FB Mode (the screen has a picture of a red and green stoplight on it) and you need fastboot drivers installed for the device (this is a bit tricky for Win8, no problem for Windows 7 though).
hexd said:
You need to use the fastboot application. You can get it either via the Android Development Kit (just google for it) or just use it from any other source (I know the FlashTool for Sony phones has it along with ADB). Once it is on your PC, open a command prompt window to that folder and run it from there.
Just remember you need the Kindle to be in FB Mode (the screen has a picture of a red and green stoplight on it) and you need fastboot drivers installed for the device (this is a bit tricky for Win8, no problem for Windows 7 though).
Click to expand...
Click to collapse
I'm at a screen with a blue arrow a and yellow text that says "fastboot mode"
Karetus said:
I'm at a screen with a blue arrow a and yellow text that says "fastboot mode"
Click to expand...
Click to collapse
Please make sure that you have a Kindle Fire 2 (or at least something in the second generation Fire range). It might help if you take a picture of the device in fastboot mode and post it here.
Also did you boot the kindle into fastboot mode using a factory cable, or using a command from Android itself (it would have involved adb shell).
hexd said:
Please make sure that you have a Kindle Fire 2 (or at least something in the second generation Fire range). It might help if you take a picture of the device in fastboot mode and post it here.
Also did you boot the kindle into fastboot mode using a factory cable, or using a command from Android itself (it would have involved adb shell).
Click to expand...
Click to collapse
From the computer. KFF Aide. I'm still stuck I have been looking for hours.
hexd said:
A few months ago I tried to root/ gapps a KF2 for a friend, and after a freak OTA update the horrible thing kept getting stuck in a bootloop.
Basically if you powered it on it would get stuck on the Kindle pulsing logo until it restarted itself from scratch and did it all over again. Then on the few times it would get to the standard lock screen it would freeze up there and restart itself anyway.
Every now and then it would boot in and work fine though.
What I eventually did to get it working:
1.) Get a factory cable (they don't cost too much off ebay).
2.) Using fastboot mode clear the data and cache partition:
Code:
fastboot -i 0x1949 erase cache
fastboot -i 0x1949 erase userdata
20 seconds later the device worked perfectly and hasn't bootlooped since.
It might also be possible to do this by a.) installing TWRP and erasing the cache/ data from there, or b.) booting into the bootloader from a rooted system. I don't want to test this though because at this point I just want to make this awful thing work properly in stock.
I hope this helps someone else in the same situation. I do remember reading a similar problem on XDA a few months ago when it started giving trouble.
Click to expand...
Click to collapse
my kindle fire hd 7 7.3.1 just went into a boot loop. it is recognized by my computer the drivers work it says device cant startup. adb wont work. how do i get it into fast-boot without a factory cable
JORDANZ1998 said:
my kindle fire hd 7 7.3.1 just went into a boot loop. it is recognized by my computer the drivers work it says device cant startup. adb wont work. how do i get it into fast-boot without a factory cable
Click to expand...
Click to collapse
Trying to do any work on a Kindle without a cable is a total pain. If you own the device just pay the few dollars to get one and make your life easier.
If you cannot get into ADB with full root, or a 3rd party recovery that was already installed you will need the cable to fix things.
I have tried several times to get CM 10.1 installed on my Kindle Fire 8.9 and every time I get the red wipe screen trying to install the 2nd boot loader. After searching through the forums I have not found a definitive explanation (not that its not out there, but i didn't find one) of what causes the red screen, just how to recover from it.
I have tried using HashCode's process
http://forum.xda-developers.com/showthread.php?t=2128175
and also Option (41) in KFFirstAide
Can someone please explain what the red wipe screen indicates on the Kindle Fire 8.9, so I can avoid it and get the 2nd boot loader installed?
My Kindle is currently running Version 8.1.4 installed from the latest KFFirstAide (option 7). I have successfully rooted the device and I have been able to recover after the red screen each time.
Device Status before attempting to install 2nd boot loader
- Rooted using B4nary's Tool (v18.5.1)
- Erased Kindle Cache and User Data
- Enabled ADB on Kindle
- Enabled Allow 3rd party software
- Verified ADB Commands can be executed
- Verified Fastboot Commands can be executed
Thank You in Advance!
Derek
drockmd said:
I have tried several times to get CM 10.1 installed on my Kindle Fire 8.9 and every time I get the red wipe screen trying to install the 2nd boot loader. After searching through the forums I have not found a definitive explanation (not that its not out there, but i didn't find one) of what causes the red screen, just how to recover from it.
I have tried using HashCode's process
http://forum.xda-developers.com/showthread.php?t=2128175
and also Option (41) in KFFirstAide
Can someone please explain what the red wipe screen indicates on the Kindle Fire 8.9, so I can avoid it and get the 2nd boot loader installed?
My Kindle is currently running Version 8.1.4 installed from the latest KFFirstAide (option 7). I have successfully rooted the device and I have been able to recover after the red screen each time.
Device Status before attempting to install 2nd boot loader
- Rooted using B4nary's Tool (v18.5.1)
- Erased Kindle Cache and User Data
- Enabled ADB on Kindle
- Enabled Allow 3rd party software
- Verified ADB Commands can be executed
- Verified Fastboot Commands can be executed
Thank You in Advance!
Derek
Click to expand...
Click to collapse
Can anyone help with this? I have been through the process numerous times and i still get the red wipe screen.
drockmd said:
Can anyone help with this? I have been through the process numerous times and i still get the red wipe screen.
Click to expand...
Click to collapse
I used this tool KFHD_SRTv2.1- 8.1.4 To get into fastboot when I had the solid red screen then used option 7 to completely wipe and restore their is probably another way to just do the boot but it did work for me (did it today even)
Turn the kindle off (hold power down)
Load the KFHD_SRTv2.1- 8.1.4 tool using run as administrator
then use option 1
once your kindle says its in fastboot then close that utility and run the First aid
drockmd said:
I have tried several times to get CM 10.1 installed on my Kindle Fire 8.9 and every time I get the red wipe screen trying to install the 2nd boot loader. After searching through the forums I have not found a definitive explanation (not that its not out there, but i didn't find one) of what causes the red screen, just how to recover from it.
I have tried using HashCode's process
http://forum.xda-developers.com/showthread.php?t=2128175
and also Option (41) in KFFirstAide
Can someone please explain what the red wipe screen indicates on the Kindle Fire 8.9, so I can avoid it and get the 2nd boot loader installed?
My Kindle is currently running Version 8.1.4 installed from the latest KFFirstAide (option 7). I have successfully rooted the device and I have been able to recover after the red screen each time.
Device Status before attempting to install 2nd boot loader
- Rooted using B4nary's Tool (v18.5.1)
- Erased Kindle Cache and User Data
- Enabled ADB on Kindle
- Enabled Allow 3rd party software
- Verified ADB Commands can be executed
- Verified Fastboot Commands can be executed
Thank You in Advance!
Derek
Click to expand...
Click to collapse
I know you said you aren't on 8.3, but it sounds like the bootloader issue Hash talks about in step 4.5 of his post. You could try flashing the bootloader he posts in that step to see if that fixes your issue. I had the same problem, until I flashed it.
Just an idea, I am in no way an expert just a tinkerer.
lizzord30 said:
I used this tool KFHD_SRTv2.1- 8.1.4 To get into fastboot when I had the solid red screen then used option 7 to completely wipe and restore their is probably another way to just do the boot but it did work for me (did it today even)
Turn the kindle off (hold power down)
Load the KFHD_SRTv2.1- 8.1.4 tool using run as administrator
then use option 1
once your kindle says its in fastboot then close that utility and run the First aid
Click to expand...
Click to collapse
I too have the red screen, I tried to use the SRtool but was unsuccessful in recovering, can u provide anymore information? i'm really freaking out a little because i'm new to this stuff
I think fattire said Amazon enabled fastboot in this state. On KF2 and KFHD7, this is possible with a factory cable. I guess it's also possible that they have enabled the use of the factory cable for the KFHD8.9, but I'm only speculating.
Before the update, flashing unsigned boot and recovery partitions without the 2nd bootloader properly functioning, the device just wouldn't turn on. Now, not only will the device turn on, but some are even fixable in this state. I'm wondering if Amazon realized that wasn't cost effective to send every broken modified device to a specific secure location to get reflashed.
I don't quite remember what I did, but I was able to fix the "red wipe" screen on my Kindle 8.9.
I think I got this when I first tried installing 8.9StariROM when it was first posted on the forum. I did not know that the red screen could appear if TWRP was not installed already, and I think that's why I got the red screen error.
I didn't really know what it was all about, but somehow I was able to make my kindle go into the fastboot using this command (fastboot -i 0x1949 getvar product) and basically followed the instruction here: http://forum.xda-developers.com/showthread.php?t=2128175
I kept getting device not found error on ADB commands, so I skipped to STEP 4.5 and ran below commands in order: (of course, I downloaded all those files as well)
fastboot -i 0x1949 flash bootloader kfhd8-u-boot-prod-8.1.4.bin
fastboot -i 0x1949 flash boot kfhd8-freedom-boot-8.3.0.img
fastboot -i 0x1949 flash recovery kfhd8-twrp-2.4.4.0-recovery.img
then I think I ran fastboot -i 0x1949 flash system starirom-system.img to load the system image and I was able to have a working kindle 8.9 again.
I hope this helps.
Here is what I did to get myself out of trouble after screwing around with my KFHD 8.9 and getting a red screen (NOTE: I am assuming you have already installed the proper drivers so your PC can recognize the Kindle Fire HD):
1) Downloaded the above-mentioned KFHD SRT tool from here: https://docs.google.com/open?id=0B4lZEJI5lYeMR1YteUt2MGxZTGM) and the boot.img and recovery.img from here: https://drive.google.com/folderview?id=0B4lZEJI5lYeMNGdXMHI3T3pKM2c&usp=sharing
2) Unzipped the SRT tool into a folder on my Windows 7 boot drive (C:\KFHD_SRT_v2.1), and copied over the two .img files to the /images sub-folder.
3) Ran SR Tool.bat in Admin mode (right-click, Run As Administrator, click Yes to accept)
4) Turned off my Kindle by holding the power button 10 seconds until the screen was off
5) Chose option 1. Enable Fastboot, chose "n" when the tool asks if the device is turned on, then pressed the power button once on the Kindle to turn the screen on. VoilĂ , I was in Fastboot mode.
6) From a command line prompt (started in Admin mode as always), went to the /images sub-folder of the KFHD SRT tool and typed in the following commands, one at a time (just press Enter at the end of each, and wait until done):
fastboot -i 0x1949 flash boot boot.img
fastboot -i 0x1949 flash recovery recovery.img
fastboot -i 0x1949 flash system system.img (note: this may take a few minutes, depending on the speed of your USB port)
7) Still from the same command prompt, rebooted the tablet using the following command (type it in and press Enter):
fastboot -i 0x1949 reboot
I was back in business from there.
Can we get this as a sticky in the Dev Section? it took me 2 weeks to get my system back from a red screen that the below was able to do.
GenghisKhan67 said:
Here is what I did to get myself out of trouble after screwing around with my KFHD 8.9 and getting a red screen (NOTE: I am assuming you have already installed the proper drivers so your PC can recognize the Kindle Fire HD):
1) cant post this but look at above post.
2) Unzipped the SRT tool into a folder on my Windows 7 boot drive (C:\KFHD_SRT_v2.1), and copied over the two .img files to the /images sub-folder.
3) Ran SR Tool.bat in Admin mode (right-click, Run As Administrator, click Yes to accept)
4) Turned off my Kindle by holding the power button 10 seconds until the screen was off
5) Chose option 1. Enable Fastboot, chose "n" when the tool asks if the device is turned on, then pressed the power button once on the Kindle to turn the screen on. VoilĂ , I was in Fastboot mode.
6) From a command line prompt (started in Admin mode as always), went to the /images sub-folder of the KFHD SRT tool and typed in the following commands, one at a time (just press Enter at the end of each, and wait until done):
fastboot -i 0x1949 flash boot boot.img
fastboot -i 0x1949 flash recovery recovery.img
fastboot -i 0x1949 flash system system.img (note: this may take a few minutes, depending on the speed of your USB port)
7) Still from the same command prompt, rebooted the tablet using the following command (type it in and press Enter):
fastboot -i 0x1949 reboot
I was back in business from there.
Click to expand...
Click to collapse
I have a kindle fire (first version Amazon came out with) which I rooted and installed CM7 on. The other day, I turned it on and it's just rebooting to the yellow triangle (fire logo). I ordered a fastboot cable and plugged it in but when I run 'fastboot getvar product' the boot loop still continues. The only output from fastboot is:
# fastboot getvar product
< waiting for device >
product: kindle
finished. total time: 0.000s
Any idea what's wrong?
n00t said:
I have a kindle fire (first version Amazon came out with) which I rooted and installed CM7 on. The other day, I turned it on and it's just rebooting to the yellow triangle (fire logo). I ordered a fastboot cable and plugged it in but when I run 'fastboot getvar product' the boot loop still continues. The only output from fastboot is:
# fastboot getvar product
< waiting for device >
product: kindle
finished. total time: 0.000s
Any idea what's wrong?
Click to expand...
Click to collapse
What are you expecting to happen when using the "getvar product" command?
soupmagnet said:
What are you expecting to happen when using the "getvar product" command?
Click to expand...
Click to collapse
Uh...I thought the point of issuing the fastboot command was to get the Kindle out of the infiinte boot loop so I could reflash a recovery image, not to actually get the product ID: "Issuing a fastboot command like...fastboot getvar product to the device during this time will stop the fastboot countdown and enable fastboot mode indefinitely." Am I supposed to just try and flash the recovery image via fastboot while the thing is rebooting every 5 seconds? (eg:
fastboot flash recovery \path\to\recovery.img).
n00t said:
Uh...I thought the point of issuing the fastboot command was to get the Kindle out of the infiinte boot loop so I could reflash a recovery image, not to actually get the product ID: "Issuing a fastboot command like...fastboot getvar product to the device during this time will stop the fastboot countdown and enable fastboot mode indefinitely." Am I supposed to just try and flash the recovery image via fastboot while the thing is rebooting every 5 seconds? (eg:
fastboot flash recovery \path\to\recovery.img).
Click to expand...
Click to collapse
The 'getvar product" command, as you would think, just displays the product name. The point of using it is because, like most other fastboot commands, it waits for a handshake from the device before executing, but doesn't do any actual manipulation. The stock bootloader listens for such commands during the first few seconds of the boot process. As soon as one is detected, fastboot mode is then enabled.
You use fastboot mode to overwrite partitions with a disk image, which is what is needed many times to restore the device.
But your problem seems to be a (near) dead battery. The device has to boot to a certain point before charging is enabled so you'll have to use a different method to get it to charge. When you hold the power button, a countdown begins. During this countdown, one of the things that happens is that it prepares the device to be charged. The best way to do this is hold the power button until the device shuts off, then plug it into a power source and immediately hold the power button to shut it off again. If you can get the device to stay off while plugged in, leave it alone for several hours before starting it up again.
With a good charge, you should be able to restore your device using fastboot to replace the boot, recovery and system partition images (depending on what caused the "brick" in the first place).
Forgot what forum I was in
soupmagnet said:
But your problem seems to be a (near) dead battery. The device has to boot to a certain point before charging is enabled so you'll have to use a different method to get it to charge.
Click to expand...
Click to collapse
I've had it plugged in via USB for a day or so but it just kept rebooting so I just dug out a wall-wart charger and plugged it in. It's not rebooting at least. It came up to the FFF logo and stayed there so I think you've found the problem. I unplugged the wall-wart and plugged in the USB cable and it stayed in fastboot mode :good: I turned it off with the power button and will see if it just powers on normally later today. Thanks!
Hey, just an update. I got side-tracked with some other stuff and didn't get around to fixing my kindle until today. I plugged it in via the wall-wart charger for two days straight. Plugged in the regular usb cable and it booted to the FFF logo (yellow triangle) but wouldn't go any further. At least it wasn't powering off now... I was going to re-install u-boot and TWRP but figured I should at first try re-setting the bootmode as I recall that getting messed up once before. I ran
fastboot -i 0x1949 oem idme bootmode 4000
Click to expand...
Click to collapse
and then
fastboot -i 0x1949 reboot
Click to expand...
Click to collapse
and Cyanogenmod came back up without any further monkeying around! Thanks again for the help!
ok - so third attempt at asking..........
Aparently, i have a kindle fire 2.
its not been tampered with in terms of operating system etc.
from a restore factory defaults clean up, and then adding a few games from the app store, the kindle stuck on boot
the screen flashes a static logo twice then goes onto an animated logo...... and stays there!
ive got a factory cable - and can get it to go to fast boot screen - just by plugging this cable into the fire [doesnt even need to be plugged into pc end!]
when factory cable is used, it is recognised by pc as "Otter2-prod-04"
Ive tried some of the programs designed for the mk1 but [aparently luckily] have failed to get any kind of communication between pc and kindle
despite trying several drivers - this is as far as ive got - anyone out there willing to lend a hand before i throw it in the bin?
cheers in advance
ANDY
Well... When it gets stuck on the boot logo, that means that a system file is corrupt, or you tampered with the autoexecute file and put an invalid command in it and it's stuck trying to execute that command. My recommendation is to reflash the system partition and erase the data, cache, and dalvik partitions (basically the same thing as doing a factory reset from Fire OS) if you have a custom recovery, this process would be a lot easier to do, but if you don't, boot your device to fastboot and type in the following commands:
fastboot -i 0x1949 flash system <the system img that you downloaded> *This will take 5-10 minutes to complete*
fastboot -i 0x1949 wipe data
fastboot -i 0x1949 wipe cache
fastboot -i 0x1949 wipe dalvik
fastboot -i 0x1949 reboot *remove the factory cable as soon as you press enter on your keyboard, or else it will just boot to fastboot again. If it does, just plug your factory cable in again and try rebooting again*
You should see the device boot successfully into the "Welcome to Kindle Fire" screen where it asks for your language.
NOTE: If you see a red screen after you reboot (RSOD), then the system img you flashed isn't the latest version. Try to look for an img with the latest version.
Hope this helped,
Nick a.k.a phiftyopz
Sent from my iPhone 4 using Tapatalk
hey guy i dont have system.img
where can i get it? i didnt backup it...