My Kindle Fire is very bricked - 8.9" Kindle Fire HD Q&A, Help & Troubleshooting

I used Hashcode's method to install a second bootloader and to install recovery and CM10.1. After I flashed CM10.1 like normal, I didn't like it, as the screen resolution was way out of whack. So, I restore using fastboot the stock .img backups that I created prior to rooting.
Well, now my Kindle gets stuck on the Kindle splash screen, and no matter what I do to flash stock back onto it, every time it reboots, it has the same problem. I have tried the KFHD restore tool (none of the commands work), KFFirstAide (the same problem as KFHD restore), I even tried doing the rooting process again, with the same results. I cannot get this cursed device to boot into stock OS, and I have burned out on trying to fix it. I've had this thing for one day.... :crying:

ironbesterer said:
I used Hashcode's method to install a second bootloader and to install recovery and CM10.1. After I flashed CM10.1 like normal, I didn't like it, as the screen resolution was way out of whack. So, I restore using fastboot the stock .img backups that I created prior to rooting.
Well, now my Kindle gets stuck on the Kindle splash screen, and no matter what I do to flash stock back onto it, every time it reboots, it has the same problem. I have tried the KFHD restore tool (none of the commands work), KFFirstAide (the same problem as KFHD restore), I even tried doing the rooting process again, with the same results. I cannot get this cursed device to boot into stock OS, and I have burned out on trying to fix it. I've had this thing for one day.... :crying:
Click to expand...
Click to collapse
Do you have a factory cable or is your KFHD an 8.9"?

soupmagnet said:
Do you have a factory cable or is your KFHD an 8.9"?
Click to expand...
Click to collapse
Sorry, I should've specified. Yes, it is an 8.9"

Code:
ironbesterer said:
Sorry, I should've specified. Yes, it is an 8.9"
Click to expand...
Click to collapse
Which splash to you become stuck at? White and orange logo or white and blue? If you get stuck at the white and orange it is a stack installation failure. If you get stuck at the white and blue logo the system is likely broken. Can you access recovery? Get it into fastboot and try
Code:
fastboot -i 0x1949 erase cache
Code:
fastboot -i 0x1949 erase userdata
at the userdata part it could hang just let it sit for ten minutes or so. Then
Code:
fastboot -i 0x1949 reboot
side note this will wipe your sdcard so all backups and rom files will be gone. So best you transfer all you wish to keep to your pc.

Thepooch said:
Code:
Which splash to you become stuck at? White and orange logo or white and blue? If you get stuck at the white and orange it is a stack installation failure. If you get stuck at the white and blue logo the system is likely broken. Can you access recovery? Get it into fastboot and try
Code:
fastboot -i 0x1949 erase cache
Code:
fastboot -i 0x1949 erase userdata
at the userdata part it could hang just let it sit for ten minutes or so. Then
Code:
fastboot -i 0x1949 reboot
side note this will wipe your sdcard so all backups and rom files will be gone. So best you transfer all you wish to keep to your pc.
Click to expand...
Click to collapse
With a lot of persistence, I finally restored it. I had to use KFFA. It was ver likely that it was a stack failure, as when I was using Hashcode's method to root, I never pushed a new stack (because adb wasn't working).
But all is good now, I fixed it! :victory:

After the fact
I suppose it's not much a help now but using fastboot has helped me a lot with my kindle. I've locked it up several times to the point I thought it was broken. Usually it seems if you can turn it on and you see anything, you still can fix it.

Related

Could Use Some Direction With A Rom and Booting

I have searched and searched for my exact issue and I am not coming up with anything. Took a stock Kindle Fire, Rooted, Recovery and BL no problem.
If I try to flash a rom that is ICS based it has issues booting. It shows fff then goes to boot and gives a black screen. If I go into fff and tell it boot normal then it will show the boot animation (say cm9 robot) and just bootloop.
I have tried to adb commands for 4000 and checked my roms are downloading correctly. I have gone back to stock with no fff or twrp then started over and I always end with this same result. I never lose fff or twrp and always keep adb other than when it's bootlooping.
If I flash a rom like CM7 or stock rooted it boots up with no issues. Is this a kernel bug and if so is there a way around it? Any advice would be great, thank you. It also seems like if the device is plugged in it wont even bootloop. It just stays at the black screen.
erronr said:
I have searched and searched for my exact issue and I am not coming up with anything. Took a stock Kindle Fire, Rooted, Recovery and BL no problem.
If I try to flash a rom that is ICS based it has issues booting. It shows fff then goes to boot and gives a black screen. If I go into fff and tell it boot normal then it will show the boot animation (say cm9 robot) and just bootloop.
I have tried to adb commands for 4000 and checked my roms are downloading correctly. I have gone back to stock with no fff or twrp then started over and I always end with this same result. I never lose fff or twrp and always keep adb other than when it's bootlooping.
If I flash a rom like CM7 or stock rooted it boots up with no issues. Is this a kernel bug and if so is there a way around it? Any advice would be great, thank you. It also seems like if the device is plugged in it wont even bootloop. It just stays at the black screen.
Click to expand...
Click to collapse
This could be the result of bad flashes and/or corrupt data carried over from your multiple flashes.
If so, you didn't mention anything about wiping data (sytem/cache/dalvik) in TWRP before each flash in your process, so that's most likely what's causing the issue.
Try those and also do a "fix permissions" after reboot as added measure.
sounds like your in fastboot?
try fastboot devices and see if it returns anything, if you get a number back then you are stuck in fastboot mode.
turn off kindle with usb cable attached, issue command bellow, when it says waiting for device switch on kindle, if fastboot kicks in it should reset bootmode.
fastboot 0x1949 bootmode 4000
or
fastboot 0x1949 oem idme bootmode 4000
So here is the point im at after following the tips.
I can get the device to boot one time on a custom rom. After the one time, dead. It doesn't show that it's in fastboot mode when it has the black screen.
When I get the 4.0 rom to load, adb or even usb mass storage mode doesn't recognize the device. Something really odd is happening and I have no clue as to what. Anyone else have a problem like this?
From TWRP:
adb shell parted /dev/block/mmcblk0 p > parted_output.txt
Paste parted_output.txt's contents here.

[How To] Fix Stock Kindle Fire 2 Bootloop

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.

Please Explain Red Wipe Screen

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

[Q] kf2 stuck on boot logo

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...

odd situation, bricked kindle. need help!!

So i been trying to find the answer to my issue everywhere. everything i try fails.
So basically my Kindle fire hd 8.9 is in a constant boot loop. it goes from orange w/animation, then blue w/animation... then after a period of time it says that it cant boot gives me option to factory restore (which does nothing).
when i have it hooked up to a computer, it connects for 1 second, then quickly disconnects. In device manager it comes up as "jem-pvt-prod-04" with the yellow "!". i even tried to use the amazon drivers from another post on xda, in that split second it would appear in device manager, i would update device and point it to the driver. then i will get an error saying it encountered an error installing Android ADB interface. problem encountered while trying to add driver.
Does anyone have any tips for me. im kinda stuck here and desperate with a very expensive paperweight. very upsetting!
I never tried to root, or mod this kindle fire. this problem happened on its own. or possibly after an update of some sort.
thanks guys.
piffdaddy420 said:
So i been trying to find the answer to my issue everywhere. everything i try fails.
So basically my Kindle fire hd 8.9 is in a constant boot loop. it goes from orange w/animation, then blue w/animation... then after a period of time it says that it cant boot gives me option to factory restore (which does nothing).
when i have it hooked up to a computer, it connects for 1 second, then quickly disconnects. In device manager it comes up as "jem-pvt-prod-04" with the yellow "!". i even tried to use the amazon drivers from another post on xda, in that split second it would appear in device manager, i would update device and point it to the driver. then i will get an error saying it encountered an error installing Android ADB interface. problem encountered while trying to add driver.
Does anyone have any tips for me. im kinda stuck here and desperate with a very expensive paperweight. very upsetting!
I never tried to root, or mod this kindle fire. this problem happened on its own. or possibly after an update of some sort.
thanks guys.
Click to expand...
Click to collapse
You're not hopelessly bricked if your Kindle still boots to the orange logo.
Might I ask what Windows version you're using? Newer versions enforce driver signatures, and that enforcement will cause failed installations in Windows 8+ unless you disable the enforcement before installing the drivers. I would also suggest installing ADB and fastboot if you haven't already done so. (Use the 15 second ADB installer - it's on XDA, and it works wonders!)
Sent from my Amazon Jem using XDA Labs
monster1612 said:
You're not hopelessly bricked if your Kindle still boots to the orange logo.
Might I ask what Windows version you're using? Newer versions enforce driver signatures, and that enforcement will cause failed installations in Windows 8+ unless you disable the enforcement before installing the drivers. I would also suggest installing ADB and fastboot if you haven't already done so. (Use the 15 second ADB installer - it's on XDA, and it works wonders!)
Sent from my Amazon Jem using XDA Labs
Click to expand...
Click to collapse
Yes, actually i am using windows 10. My thinkpad has windows 7, so i will try to do this using windows 7. i will post back with results. its funny, out of everywhere i looked nobody mentioned windows 8+ having to disable enforcement. actually it will probably just be easier just to disable the enforcement. ill give it a try and report back.
still no luck. i was able to install the driver. but it still does the same thing. only connects for 1 second when i first turn it on. idk where to go from here? any suggestions?
piffdaddy420 said:
still no luck. i was able to install the driver. but it still does the same thing. only connects for 1 second when i first turn it on. idk where to go from here? any suggestions?
Click to expand...
Click to collapse
Completely turn off the kindle and unplug it from your PC if it's connected. Open Command Prompt and type fastboot -i 0x1949 getvar product. Plug in the kindle when you see <waiting for device> outputted. The kindle should now boot into fastboot mode, from which point you can reflash the bootloader, TWRP, and the freedom-boot image in Hashcode's thread.
Sent from my Amazon Jem using XDA Labs
monster1612 said:
Completely turn off the kindle and unplug it from your PC if it's connected. Open Command Prompt and type fastboot -i 0x1949 getvar product. Plug in the kindle when you see <waiting for device> outputted. The kindle should now boot into fastboot mode, from which point you can reflash the bootloader, TWRP, and the freedom-boot image in Hashcode's thread.
Sent from my Amazon Jem using XDA Labs
Click to expand...
Click to collapse
ok so im in fastboot mode now. i checked out that thread that you sent. but i have another problem, how am i supposed to get cm and gapps onto the kindle? is there a command i can use to put the files on the internal sd card? and i cant do the adb commands to push the stack, and do the other commands adb since i couldnt get it loaded to begin with, i am not able to enable developer mode. it would be nice if i could do those commands in fastboot mode. there has to be a way to do this....
maybe if someone can send me the stock partitions that they backed up stock boot partititons when they did it. maybe if i flashed them onto my kindle it will allow me to get it to atleast boot up so i can get into adb.
right now this is completely bricked.
can anyone help me? i just need the original boot loader, boot, recovery... basically whatever was backed up before you flashed it.
i aam looking for the original because i know mine was corrupt to begin with. my theory is if i load the original boot loaders and everything then maybe i can get into the kindle just so i can run the abd commands and then put cyanogenmod on it. unless someone has a suggestion on how i can get my device to be detected by adb ? the furthest i can get into is fastboot.
piffdaddy420 said:
can anyone help me? i just need the original boot loader, boot, recovery... basically whatever was backed up before you flashed it.
i aam looking for the original because i know mine was corrupt to begin with. my theory is if i load the original boot loaders and everything then maybe i can get into the kindle just so i can run the abd commands and then put cyanogenmod on it. unless someone has a suggestion on how i can get my device to be detected by adb ? the furthest i can get into is fastboot.
Click to expand...
Click to collapse
Once you're in fastboot, you should run these fastboot commands (most of which I ripped from Hashcode's thread) to flash the bootloader, etc.:
fastboot -i 0x1949 flash bootloader kfhd8-u-boot-prod-8.1.4.bin
fastboot -i 0x1949 flash boot kfhd8-freedom-boot-8.4.6.img
fastboot -i 0x1949 flash recovery kfhd8-twrp-2.8.7.0-recovery.img
fastboot -i 0x1949 oem recovery
after that, you should be in TWRP, from which point you can use ADB sideload (enable in TWRP through Advanced -> ADB sideload) to flash CM. After running ADB sideload, you need to re-enable it in TWRP for each subsequent zip you want to flash.
Sent from my Amazon Jem using XDA Labs
monster1612 said:
Once you're in fastboot, you should run these fastboot commands (most of which I ripped from Hashcode's thread) to flash the bootloader, etc.:
fastboot -i 0x1949 flash bootloader kfhd8-u-boot-prod-8.1.4.bin
fastboot -i 0x1949 flash boot kfhd8-freedom-boot-8.4.6.img
fastboot -i 0x1949 flash recovery kfhd8-twrp-2.8.7.0-recovery.img
fastboot -i 0x1949 oem recovery
after that, you should be in TWRP, from which point you can use ADB sideload (enable in TWRP through Advanced -> ADB sideload) to flash CM. After running ADB sideload, you need to re-enable it in TWRP for each subsequent zip you want to flash.
Sent from my Amazon Jem using XDA Labs
Click to expand...
Click to collapse
Yes, i did all of those steps, however i never did the final step the oem recovery one...
everytime i try it now the screen turns completely red and stays there.
piffdaddy420 said:
Yes, i did all of those steps, however i never did the final step the oem recovery one...
everytime i try it now the screen turns completely red and stays there.
Click to expand...
Click to collapse
That's going to be a problem... hold down the Kindle till it completely powers off. Then open command prompt, type fastboot -i 0x1949 getvar product , and plug in the Kindle when you see <waiting for device>. Does this get you into fastboot mode?
Sent from my Amazon Jem using XDA Labs
monster1612 said:
That's going to be a problem... hold down the Kindle till it completely powers off. Then open command prompt, type fastboot -i 0x1949 getvar product , and plug in the Kindle when you see <waiting for device>. Does this get you into fastboot mode?
Sent from my Amazon Jem using XDA Labs
Click to expand...
Click to collapse
yes it does
piffdaddy420 said:
yes it does
Click to expand...
Click to collapse
It sounds like you've got a newer bootloader that's been patched. Go ahead and download the files from Hashcode's thread, and type in all of the commands exactly as given in step 5. Those should fix the red screen issue and allow you to boot normally (or into TWRP, from which point you can ADB sideload CM).
Sent from my Amazon Jem using XDA Labs
monster1612 said:
It sounds like you've got a newer bootloader that's been patched. Go ahead and download the files from Hashcode's thread, and type in all of the commands exactly as given in step 5. Those should fix the red screen issue and allow you to boot normally (or into TWRP, from which point you can ADB sideload CM).
Sent from my Amazon Jem using XDA Labs
Click to expand...
Click to collapse
i followed that exact, i tried it a couple times before you even mentioned it. but i did it again, i redownloaded everything and did it again. just to be sure. but it still continues to do the same thing with the red screen. it goes from kindlefire for 2 seconds then red screen comes across it and stays red. idk what to do. i am so upset.
piffdaddy420 said:
i followed that exact, i tried it a couple times before you even mentioned it. but i did it again, i redownloaded everything and did it again. just to be sure. but it still continues to do the same thing with the red screen. it goes from kindlefire for 2 seconds then red screen comes across it and stays red. idk what to do. i am so upset.
Click to expand...
Click to collapse
Do you happen to have any stock OS backups? If you do, you should remain able to flash those over fastboot.
Sent from my Amazon Jem using XDA Labs
monster1612 said:
Do you happen to have any stock OS backups? If you do, you should remain able to flash those over fastboot.
Sent from my Amazon Jem using XDA Labs
Click to expand...
Click to collapse
no, i wish i did. the whole reason i started trying this was because the kindle was in a bootloop without even trying to flash it. it would go from kindlefire (orange) then blue, then it will ask me to do factory reset. and nomatter what i did i would keep going in the same bootloop.
so i turned to here for help, and following instructions now i am in this situation.
unfortunatley since i wasnt able to get into the kindle, i was never able to do any abd backups. so i just took my chances with it.
i was actually originally asking if anyone had the original files they can send me so i can try to flash those. atleast i can get it up and running because i really have a feeling this isnt working because i need to push the stack file over thru abd first.
piffdaddy420 said:
no, i wish i did. the whole reason i started trying this was because the kindle was in a bootloop without even trying to flash it. it would go from kindlefire (orange) then blue, then it will ask me to do factory reset. and nomatter what i did i would keep going in the same bootloop.
so i turned to here for help, and following instructions now i am in this situation.
unfortunatley since i wasnt able to get into the kindle, i was never able to do any abd backups. so i just took my chances with it.
i was actually originally asking if anyone had the original files they can send me so i can try to flash those. atleast i can get it up and running because i really have a feeling this isnt working because i need to push the stack file over thru abd first.
Click to expand...
Click to collapse
You should be able to separately flash the system.img, boot, and recovery from this tool via fastboot. It's stock OS 8.1.4, but it should work.
monster1612 said:
You should be able to separately flash the system.img, boot, and recovery from this tool via fastboot. It's stock OS 8.1.4, but it should work.
Click to expand...
Click to collapse
ok, it provided me with all the files except the bootloader. i did it step by step... but it only gave me original recovery, and original boot.img but it didnt give me the bootloader (and yes it is still turning red)
piffdaddy420 said:
ok, it provided me with all the files except the bootloader. i did it step by step... but it only gave me original recovery, and original boot.img but it didnt give me the bootloader (and yes it is still turning red)
Click to expand...
Click to collapse
anyone have any suggestions or can help me with my situation?? i am wondering if maybe someone could just send me the original backed up bootloader, boot, and recovery. i tried the original ones that were posted with that srt file. but it included everything but the bootloader. which is what i need. i know that in original thread they recommended to back up your original files (i was unable to do so because my kindle woulnt boot so i couldnt use adb to back up these files).
so if someone on here can send me the original files so i can try to get my kindle booted back up. that so far is my only theory because i tried everything else. i know people with advance knowledge would be able to help me in a heartbeat. any devs out there wanna help me out? i would greatly appreciate it!
anyone?

Categories

Resources