Bricked KFHD7: Boots then reboots again to Recovery Mode - 7" Kindle Fire HD Q&A, Help & Troubleshooting

So after rooting and installing a rom on my khhd7, I reboot, i see the fire logo, then the blue fire logo, then the fire logo again, then its shuts off. Then i see the fire logo again, then the blue again, and then i end up in recovery mode. I want to fix this and have my kindle back to normal. I have tried several ways of unbricking my kindle fire but all have failed. Can anyone tell me how to get out of this, hell, how to just get everything back to normal?

Wrong thread I will ask to move it
Sent from my Amazon Kindle Fire using xda app-developers app

I think I'm going to write a tutorial somewhere tomorrow for this problem, because I have been seeing too many of this problem lately. Basically you need to push a ROM onto the sdcard and flash it. Put the ROM in the same folder as a adb command, boot your kindle into twrp and open a command prompt and type "adb push romname.zip /sdcard/" once it finishes just flash the ROM on the sdcard. If the adb command fails to see your device update your drivers to the ones in my signature while in twrp. Reason for the boot loop is Amazon's os detected a older boot loader if I remember right, and so it refuses to boot.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app

stunts513 said:
I think I'm going to write a tutorial somewhere tomorrow for this problem, because I have been seeing too many of this problem lately. Basically you need to push a ROM onto the sdcard and flash it. Put the ROM in the same folder as a adb command, boot your kindle into twrp and open a command prompt and type "adb push romname.zip /sdcard/" once it finishes just flash the ROM on the sdcard. If the adb command fails to see your device update your drivers to the ones in my signature while in twrp. Reason for the boot loop is Amazon's os detected a older boot loader if I remember right, and so it refuses to boot.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Hey if you make a tutorial, post the link to this thread. I'm still not sure exactly what you mean by that (I'm kind of a noob at rooting) so if you could outline it step by step that would be awesome.

stunts513 said:
I think I'm going to write a tutorial somewhere tomorrow for this problem, because I have been seeing too many of this problem lately. Basically you need to push a ROM onto the sdcard and flash it. Put the ROM in the same folder as a adb command, boot your kindle into twrp and open a command prompt and type "adb push romname.zip /sdcard/" once it finishes just flash the ROM on the sdcard. If the adb command fails to see your device update your drivers to the ones in my signature while in twrp. Reason for the boot loop is Amazon's os detected a older boot loader if I remember right, and so it refuses to boot.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
The issue seems to be the newer firmwares not playing nice when flashing an older firmware at the same time as flashing the 2nd bootloader/twrp. After 4 bootloops I found that going back to 7.2.3 then rooting with KFFA, then using Hashcode's 7.2.3 bootimg and the recent twrp he lists and flashing with Fire flash worked like a charm.
Sent from my Amazon Kindle Fire HD running CM 10.2 using xda app-developers app

Ok tutorial is up, here's the link!

Related

[Q] 7.4.6 - two questions

Hello.
After hours of struggling and Googling (and reading mostly from this forum) I managed to root my KFHD 7.4.6 using bin4ry method. I have two questions about where I'm at right now.
Question 1: While struggling to get adb to recognize my KF, I realized that the problem was quite simple: after installing the special adb drivers, I would plug the Kindle back in and Windows would recognize the device and install the Microsoft drivers - completely ignoring the driver I had just installed. The only way I managed to get around this was to quickly interrupt Windows 7's driver installation and tell it to NOT install drivers from Windows Update.
However, I'm sure there must have been a more elegant way of accomplishing this. What would have been the correct way to do this?
Question 2: Now that adb finally recognizes the KF, and the KF shows up as "Android Composite ADB Interface" in device manager, I want to put Android 4.2.2 on the KF - so CM 10.1. I'm doing preparatory research so I can learn about what I need to do. The big concern for me now is that my KF version is 7.4.6. There seems to be relatively little information about this, and I've seen it explicitly indicated in a few places that only versions before 7.3.something have the exploit available. Does this mean I must first downgrade from 7.4.6? I've had trouble pinning resources down that would help me answer this question - so if anyone has any solid tips about this, I'd appreciate it! I'd really rather not brick it :silly:
Thanks! :good:
SpidaFly said:
Question 2: Now that adb finally recognizes the KF, and the KF shows up as "Android Composite ADB Interface" in device manager, I want to put Android 4.2.2 on the KF - so CM 10.1. I'm doing preparatory research so I can learn about what I need to do. The big concern for me now is that my KF version is 7.4.6. There seems to be relatively little information about this, and I've seen it explicitly indicated in a few places that only versions before 7.3.something have the exploit available. Does this mean I must first downgrade from 7.4.6? I've had trouble pinning resources down that would help me answer this question - so if anyone has any solid tips about this, I'd appreciate it! I'd really rather not brick it :silly:
Click to expand...
Click to collapse
I just found this:
http://forum.xda-developers.com/showthread.php?t=2271909
So the answer to my question appears to be "YES", correct? It appears that I need to flash back to 7.2.3?
Question 1 still remains unsolved.
Well you could downgrade it, I don't know if the latest update causes problems, but the thing that needs downgrading isn't the os, its the bootloader. I suggest the fireflash method in seokhuns tutorial, the one you linked. Just make sure to check the first box at the top in fire flash or you will have a red screen brick, which requires a fastboot cable to fix. Also I have never heard of windows update having drivers for the kindle, I mean I usually hit skip anyways, I believe the more elegant solution may have come with kindle fire first aid, not positive though.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Thanks!
I'm having another little inconsistency now.
I disconnect and power off my KF.
I run in cmd: fastboot -i 0x1949 getvar product
It says < waiting for device >
I then plug in my (powered off) KF, and it boots up NORMALLY, and fastboot doesn't return the expected tate-xxx.
Any ideas why?
My ADB is seeing the device. (ie. adb devices is returning one device).
Your fastboot drivers aren't working.
soupmagnet said:
Your fastboot drivers aren't working.
Click to expand...
Click to collapse
Indeed. Can this be solved by wiping existing drivers and reinstalling Amazon's USB drivers from sdk/extras/amazon ?
EDIT: I've attempted reinstall twice with no improvement. ADB works, fastboot won't.
Um I thought that command only worked on a 8.9" kindle to get it into fastboot.try this instead:
Adb shell su -c "reboot bootloader"
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
Um I thought that command only worked on a 8.9" kindle to get it into fastboot.try this instead:
Adb shell su -c "reboot bootloader"
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Interesting. I tested that. adb shell su -c "reboot bootloader" does indeed put my device in fastboot mode, and fastboot -i 0x1949 reboot takes it out.
Interesting. Seokhun's tutorial seems to indicate that fastboot -i 0x1949 getvar product should do it as well... so it seems that my fastboot drivers are... kinda half working? Or something?
SpidaFly said:
Interesting. I tested that. adb shell su -c "reboot bootloader" does indeed put my device in fastboot mode, and fastboot -i 0x1949 reboot takes it out.
Interesting. Seokhun's tutorial seems to indicate that fastboot -i 0x1949 getvar product should do it as well... so it seems that my fastboot drivers are... kinda half working? Or something?
Click to expand...
Click to collapse
That option may have been removed in later versions of the bootloader. Some have had success with it while others apparently haven't. If the reboot command works, your drivers should be working properly.
soupmagnet said:
That option may have been removed in later versions of the bootloader. Some have had success with it while others apparently haven't. If the reboot command works, your drivers should be working properly.
Click to expand...
Click to collapse
Sounds good, thanks. I'm following that tutorial even though it's for 7.4.3, and I'm on 7.4.6. I hope that doesn't cause any issues - but 7.4.6 looks like it's pretty new, so I don't see other options.
Ok - I've followed the aforementioned tutorial precisely up to step 4. When I try to boot the kindle up, it shows orange logo, then blue logo, then looks like it's trying to boot normally, then sends me into TWRP.
Is this what is called "boot loop"?
At this point my PC doesn't see the sdcard so I can't get CM/Gapp copied over.
Would it be safe to push CM & Gapp to the sdcard using adb, then resume with TWRP?
EDIT: Still can't boot into the system. Just sideloaded CM 10.1 ROM onto the sdcard. Safe to continue with Step 4, wipe stuff, and install the CM rom?
SpidaFly said:
EDIT: Still can't boot into the system. Just sideloaded CM 10.1 ROM onto the sdcard. Safe to continue with Step 4, wipe stuff, and install the CM rom?
Click to expand...
Click to collapse
This ended up working.
However, now with CM 10.1, my PC isn't recognizing the device for MTP. It still does recognize it as an ADB device, but ADB doesn't see it.
Odd that MTP isn't working, u can always switch to pptp mode if that helps, but everything goes to the dcim folder on the sdcard.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
Odd that MTP isn't working, u can always switch to pptp mode if that helps, but everything goes to the dcim folder on the sdcard.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Got it working. Basically just uninstalled the existing drivers and reinstalled standard drivers. Works like a charm. I love CM, this is great! Thanks all, for the help!
I'll worry about getting adb going again later.

[Q] fastboot will not work, no other thread helped yet

wanted to convert my HD7 into full android and got red screen in process. have read dozens of threads so far no help.
have fastboot cable, and I can get my kindle screen to say fastboot kindle fire - but I cannot seem to get the proper driver installed on my Win8 so that I can use fastboot. I've downloaded and installed numerous drivers. So far my kindle will not communicate with my computer, thus I cannot move forward in any way. I have installed ADB and SDK on my computer. I have scoured internet for ideas, helps. I am STUCK. Any help greatly appreciated!
Try the driver on my signature, but take note you are on windows 8, you can't install the driver by default because windows 8 won't allow unsigned drivers, you have to boot windows 8 up with driver signature enforcement disabled. Google disabling that and I think it may be the root of your problems.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
I think it worked
stunts513 said:
Try the driver on my signature, but take note you are on windows 8, you can't install the driver by default because windows 8 won't allow unsigned drivers, you have to boot windows 8 up with driver signature enforcement disabled. Google disabling that and I think it may be the root of your problems.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Thanks! I think it worked. I still can only see my kindle in device manager, but I ran the SR Tool.bat option to check fastboot and it said it finished. of course my kindle won't reboot or anything because the bootloader is messed up. so now I am on a quest looking for steps to flash something with fastboot so that my kindle will actually reboot and then I can take steps toward a completely new ROM. obviously I'm learning as I go. I'll start reading more threads, feel free to point me in the right direction if you want. thanks again!
Got this thread: http://forum.xda-developers.com/showthread.php?t=2128848
Do the part at step after where it says added 04/02, and please make sure you check the md5sum of the file before flashing, if it doesn't match up you will have a hard brick. Just Google "md5sum windows" if you don't know how to calculate a md5sum on windows. There's freeware available to do it.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
blurry eyed now
stunts513 said:
Got this thread: http://forum.xda-developers.com/showthread.php?t=2128848
Do the part at step after where it says added 04/02, and please make sure you check the md5sum of the file before flashing, if it doesn't match up you will have a hard brick. Just Google "md5sum windows" if you don't know how to calculate a md5sum on windows. There's freeware available to do it.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
I've read threads and answers to the point now that I'm going in circles. No one seems to address my problem. I am in fastboot. It appears I can flash things onto my kindle. I got the "kfhd7-u-boot-prod-7.2.3.bin" file on my kindle and got rid of the red screen. but I cannot get a recovery screen on my kindle. it just says kindle fire (fire is in orange). I press the power and volume up button and nothing. I go back to the beginning, read more threads. argh! it doesn't seem to be bricked. I just can't get a new bootloader to run so that I can flash a new rom. argh help!
You can't get into twrp anymore be cause we had to restore the stock boot loader, now u just need to reflash the system image and it should boot up, might need the boot image as well, but I think that kfsrt restores both of those, just put it in fastboot again and start the process.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
got it
stunts513 said:
You can't get into twrp anymore be cause we had to restore the stock boot loader, now u just need to reflash the system image and it should boot up, might need the boot image as well, but I think that kfsrt restores both of those, just put it in fastboot again and start the process.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
It was a long haul but finally got out of the loop. thanks for your help! the final step that got me out of the ditch was to download and use the KFHD_SRT_v1.3.5- 7.3.0, then I ran #3 restore-factory recovery. I learned a lot through the process about fastboot and flashing files. For now I'm rooted with factory launcher and some other options too. I still think I want to wipe it and make it totally android.
Thoughts or recommendations? and thanks!!!!!!!!!!!
Well there are a fair amount of ROMs out, I use a tablet ui cm ROM that jester originally made, but when he went straight to cm 10.2 I wasn't ready so I made my own patch for cm 10.1 latest update with tablet ui, if your interested check the link in my signature out, though u need to put twrp back on again.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app

[Q] Installed TRWP and now I can't boot up

So I'm trying to flash CM 10.1 onto my KFHD 7, and I've installed TWRP. Now when I try to boot up so I can move the ROM onto the device storage, it won't fully boot. I get the regular Kindle fire logo, then the blue one, then the flashing one as normal, but then it flashes, goes back the the first, then the blue, and finally opens TWRP. In TWRP, I can't get the device to mount so I can see it on my computer, so I'm not sure how to get the ROM onto the device to flash. Any help would be greatly appreciated. Thanks!
Try my tutorial, I have been seeing this a lot lately, it just has to do with with something amazon did to their os.
http://forum.xda-developers.com/showthread.php?t=2459498
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
jonnyc1003 said:
So I'm trying to flash CM 10.1 onto my KFHD 7, and I've installed TWRP. Now when I try to boot up so I can move the ROM onto the device storage, it won't fully boot. I get the regular Kindle fire logo, then the blue one, then the flashing one as normal, but then it flashes, goes back the the first, then the blue, and finally opens TWRP. In TWRP, I can't get the device to mount so I can see it on my computer, so I'm not sure how to get the ROM onto the device to flash. Any help would be greatly appreciated. Thanks!
Click to expand...
Click to collapse
I think in twerp, you can mount usb
sent fro my rooted kindle fire hd 7 with twerp and kinology rom installed
You need to flash a custom ROM to boot. I really think the development or Q&A section should have a sticky regarding this issue, or at least Hashcode make note of it in his how-to guide on 2nd bootloader and recovery.
Sent from my MB886 using xda app-developers app
Thanks all. Stunts513, I'm trying it now, I'll let you know.
So there is no device with an issue in my device manager, I see Kindle Fire and under that is Android ADB Interface. But, when I do "adb push ..." all I see is the same thing as if I just type "adb" and the file doesn't transfer. Sorry, I'm a noob.
When typing adb push, it displays the help text? Type adb devices and see if it lists it, also make sure your command prompt is being run as admin, I probably should mention that in the tutorial, because I use windows 7 with uac disabled so I don't have to worry about that kinda stuff.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
jonnyc1003 said:
So I'm trying to flash CM 10.1 onto my KFHD 7, and I've installed TWRP. Now when I try to boot up so I can move the ROM onto the device storage, it won't fully boot. I get the regular Kindle fire logo, then the blue one, then the flashing one as normal, but then it flashes, goes back the the first, then the blue, and finally opens TWRP. In TWRP, I can't get the device to mount so I can see it on my computer, so I'm not sure how to get the ROM onto the device to flash. Any help would be greatly appreciated. Thanks!
Click to expand...
Click to collapse
My advice is to go to the Kindle Fire FirstAide thread on here. Run KFFA back to 7.2.3 and root from that simple script. Then use Hashcode's 7.2.3 bootimg and the TWRP he has on his thread. This way you have matching bootimg and you should not bootloop.
I would put the rom you're going to flash on the root of the SD card before flashing first as well. If you do bootloop, you can flash the rom anyway and save some hassle.
Sent from my Amazon Kindle Fire HD running CM 10.2 using xda app-developers app
So my device shows up as "0123456789abcdef recovery" or something along those lines. Is this right (the ordered numbers and letters look kind of funny)? Also, I am an admin, so that can't be the problem.
OK that's good that is how the device is supposed to show up. If it displayed the help text last time I'm guessing there was a typo in the adb push command.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
If you get frustrated or simply can't get ADB Sideload or ADB push to work, you may have to go into "Advanced", then "Reboot Bootloader" in TWRP and use KF First Aide to flash to 7.2.3 stock. From there, repeat the process of installing TWRP and Second Bootloader but put a custom ROM on your SD card before the procedure. Your fastboot drivers might not work, I know Stunts513 has drivers you can install.
Sent from my MB886 using xda app-developers app
Ok so when I wrote that, it was showing up when I typed "adb device," but it wouldn't push. I tried again today, triple checking my typing, but now it doesn't show up on "adb device," just the help menu. I just uninstalled and reinstalled the drivers with no luck.
Ok so I finally figured out the issue, it's really kind of silly. In your tutorial Stunt513, you show the push command like this:
Type this into the command prompt: adb push rom-or-gapps-name-goes-here.zip /sdcard/
All I had to do was replace the forward slash between the file name and 'sdcard' with a space. Problem solved. Thanks again for helping out!

[Q] Kindle fire hd wont boot

So I rooted a kindle fire hd 7"? on 7.6.4 successfully then used fireflash.
I rebooted as instructed and held the volume up button to get to recovery.
it just sits at the fireflash logo now and when i try to boot regular it takes my to a "kindle Fire System Recovery" screen where I choose to reboot or reset the device.
I already tried the reset option with no luck.
How do i fix this.
You didn't flash twrp, run a "fastboot -i 0x1949 getvar product" on your PC, then plug the kindle in while its off. If it has 2nd boot loader on it and the fastboot drivers are working, your kindle should go into fastboot, from there you can restore with kffa and start over again. If the logo never turns blue you will need a fastboot cable.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
You didn't flash twrp, run a "fastboot -i 0x1949 getvar product" on your PC, then plug the kindle in while its off. If it has 2nd boot loader on it and the fastboot drivers are working, your kindle should go into fastboot, from there you can restore with kffa and start over again. If the logo never turns blue you will need a fastboot cable.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
So I put fastboot -i 0x1949 getvar product into cmd or what?
I have no clue what that is.
Yea it is a command you have to run in a command prmopt, but you need a copy of the fastboot command though for you to be able to run that, you can pull a fastboot command out of one of the utilities on the forum like kindle fire first aid or system restore utility, or just download the android sdk for it.
stunts513 said:
Yea it is a command you have to run in a command prmopt, but you need a copy of the fastboot command though for you to be able to run that, you can pull a fastboot command out of one of the utilities on the forum like kindle fire first aid or system restore utility, or just download the android sdk for it.
Click to expand...
Click to collapse
I have android sdk on my pc right now.
would i navigate to the sdk folder like cd c:/program files/sdk/platformtools/ and then run the command?
Sorry for the newbie questions, this is my first kindle.
EDIT- I just ran it through there
command worked and says waiting for device but when i plugged the kindle in it did the usual orange logo to blue logo back to orange and then system recovery thing.
What did i do wrong?
I'm guessing your fastboot drivers aren't installed, when it goes into fastboot your kindle will say fastboot on the screen in a small logo. Download the drivers in my signature and extract them somewhere. Open the device manager and plug your kindle in while its off, at some point if you see a tate-pvt device show up you will have to right click it and hit update drivers and point it to the ones you extracted from the zip file in my signature. If your on windows 8 you will have to disable windows driver signature enforcement first though... Once the drivers are installed the fastboot command should work on the next attempt.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
So.
I am in KFFA and selected the Kindle Fire HD 7" then the 7.2.3 option.
I skipped putting it into fastboot through KFFA since it is already there.
Then it tells me there are 3 files ready to flash so I type y and it does it's thing and tells me this,
imgur.com/JidXOIG.png
I type y and hit enter.
It does it's thing again and reboots the kindle, it goes orange, blue, orange shining, fast black screen, orange logo then to this screen.
imgur.com/Qhv7yGj.jpg
So I just reboot and hold the volume button and it comes up with this fastboot logo.
imgur.com/zVz5seU.jpg
Sorry about the links, I can't post full links yet.
In haven't used it myself, just run the runme.bat and look for a system restore option.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Check the post above your last one.
I was editing it while you replied sorry.
thanks for the help btw.
Sounds like kffa didn't download the images it needs to flash. I would try again and see if you can get it to.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
stunts513 said:
Sounds like kffa didn't download the images it needs to flash. I would try again and see if you can get it to.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
I have tried 3 or 4 times now without success, I will try one more time from the beginning and see what happens.
If kffa won't work you can always try the system restore utility. http://forum.xda-developers.com/showthread.php?t=1951254
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Well I just tried with the system restore utility and now I think it is worse.
Now it just flashed the orange kindle logo.
No blue logo or nothin.
Would this be because i was not using the original cable?
I didn't think it mattered that much since it was already going into fastboot and all.
Plus i rooted and installed CM9 on a nook with the same cable without issues.
Well because that failed you will now need a fastboot cable to fix it...
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
spacexhh said:
Well I just tried with the system restore utility and now I think it is worse.
Now it just flashed the orange kindle logo.
No blue logo or nothin.
Would this be because i was not using the original cable?
I didn't think it mattered that much since it was already going into fastboot and all.
Plus i rooted and installed CM9 on a nook with the same cable without issues.
Click to expand...
Click to collapse
You should have had a fastboot cord before using system restore utility in the first place. Often things go wrong.

[Q] twrp bootloop with a factoryboot cable on hand

Hello.
I rooted my kfhd 7 10.4.6 successfully and naturally proceeded to twrp where it got stuck on a bootloop. Now that I have made a factoryboot I was wondering what rout I should follow to flash the rom?
Browsing the topics I see these options:
* continue the process installing the twrp...
* download a toolkit that allows backup
* install ADB
* get fff
Now I'm wondering if someone has just made a restore utility, is there a utility to just restore to the state of having a rom installed?
Also, since I don't care for restoring backups, is there an easier way to flash?
I really appreciate your advice.
Deano
Firefirefire is not for this device 1st off, you don't have a kfhd 2nd off. Kfhd is v7.x.x. You have a kf2. Kf2's are 10.x.x.
Sent from my Kindle Fire HD 7 using XDA Premium 4 mobile app
if your logo turns blue at this point, turn the device off and when you turn it back on hold volume up while the logo is orange and keep holding it even after it turns blue, it should then say twrp and go into twrp, from there you could push a rom and flash it. If the logo does not turn blue then i would put it in fastboot and use kindle fire first aid to restore it, and try again.
which rout should I go? restore or twrp?
wire55 said:
Firefirefire is not for this device 1st off, you don't have a kfhd 2nd off. Kfhd is v7.x.x. You have a kf2. Kf2's are 10.x.x.
Click to expand...
Click to collapse
stunts513 said:
if your logo turns blue at this point, turn the device off and when you turn it back on hold volume up while the logo is orange and keep holding it even after it turns blue, it should then say twrp and go into twrp, from there you could push a rom and flash it. If the logo does not turn blue then i would put it in fastboot and use kindle fire first aid to restore it, and try again.
Click to expand...
Click to collapse
It's been a while since I bricked. Perhaps it was 10.4.6 I can no longer access the settings the verify. But now that I have a factoryboot cable. I would just flash cyanogenmod. Now when I connect factoryboot it reads (in a fancy 3d text) "Fastboot" with a small "kindle fire" on the right side of it.
I originally followed a youtube video that had links for freedom boots, twrp, etc... to this forum, but then again I must have downloaded incorrect versions.. I'm not concerned with the date. So I'm wondering if it's easier to restore or continue with twrp.
Here are some links I was looking at:
(do I need to go the adb rout)
http://forum.xda-developers.com/showthread.php?t=2459498
Do I need to have adb tools use command: fastboot -i 0x1949 getvar product
http://forum.xda-developers.com/showthread.php?p=33156486
http://forum.xda-developers.com/showthread.php?t=2685090
http://forum.xda-developers.com/showthread.php?t=2271909
http://forum.xda-developers.com/showthread.php?t=2685090
There are too many guides, here ... which is really great. But the process of download, verification, transfer (to a pc).
If I cant brick this device any harder than it is, I will follow each guide...
stunts513, the fire logo does not turn blue. In fact I was taking a video when it was loading ... (it's a funny video about
a guy who bricked his device)
I had the same issue... I forgot to remove a script before flashing twrp. Maybe it is the same for you. Did you followed carefully the tuto ?
In my situation, I managed to go into fastboot (with fasboot cable), flashed stock ROM, and did the flashing process from the beginning..
Hope it may help
"Envoyé depuis mon Amazon Kindle Fire HD avec Tapatalk"
If you only have fastboot access right now i suggest restoring with srt or kindle fire first aid. Afterwards you can start the twrp process over again, we can't simply flash cm from fastboot, if everything else isnt in place like the stack file or the bootimg and a old version of the bootloader then it wouldn't work. Fastboot should be in utilities like kffa and srt
stunts513 said:
If you only have fastboot access right now i suggest restoring with srt or kindle fire first aid. Afterwards you can start the twrp process over again, we can't simply flash cm from fastboot, if everything else isnt in place like the stack file or the bootimg and a old version of the bootloader then it wouldn't work. Fastboot should be in utilities like kffa and srt
Click to expand...
Click to collapse
There are so many options it seems, but I think I know what to do now (please let me know if it's not a incorrect course):
First, download and Kindle fire first aid from here, to restore back to and then follow the instruction here in order to start twrp and flashing.
wire55 said:
Firefirefire is not for this device 1st off, you don't have a kfhd 2nd off. Kfhd is v7.x.x. You have a kf2. Kf2's are 10.x.x.
Click to expand...
Click to collapse
I think the versions are according to kf2 (10.4.6) this time.
Thanks you so much everyone.
unbrick attempt 3
I have download and installed many sdks and drivers and checked md5.. while at it. kffirstaid does not really seem to connect with the device. And some messing around with the drivers did occur, uninstalling/reinstalling through downloads and through kffirstaid. It now announces as tate-pv-08 though a triangle is showing next to Android ADB Interface in device manager.. I think something is missing.. Is java sdk necessary? because it doesn't install ..
yeah
If I didn't mess around with my Kindle I would be reading through Dante's levels of hell which is more pleasant than all this troubleshooting ..
testing
test
You should be able to update the drivers of the Tate device using the drivers in my signature and have then programs work with fastboot. Not sure why an adb device and a Tate device show at same time, the Tate device should be the one needing fastboot drivers for it to work.
I got
stunts513 said:
If you only have fastboot access right now i suggest restoring with srt or kindle fire first aid. Afterwards you can start the twrp process over again, we can't simply flash cm from fastboot, if everything else isnt in place like the stack file or the bootimg and a old version of the bootloader then it wouldn't work. Fastboot should be in utilities like kffa and srt
Click to expand...
Click to collapse
Hi. Someone yanked out the factory-boot cable and I quickly ordered the scorpion king cable. I downloaded kffirst aide again and there's been a massive update. Running a restore showed all signs of success. But then after restoring it to normal boot, I get kindle fire logo showing and then the boot loop continues.
If kffa fails then try SRT.
Kffirst aide is in order
stunts513 said:
You should be able to update the drivers of the Tate device using the drivers in my signature and have then programs work with fastboot. Not sure why an adb device and a Tate device show at same time, the Tate device should be the one needing fastboot drivers for it to work.
Click to expand...
Click to collapse
I have upgraded kffirst aide and in the middle of restore I do the following statements:
cannot load 'boot-prod.img No error
cannot load recovery-prod.img No error
cannot load system.imp: No error
However at the end there is the success message:
Success!!! The kindle Fire 2 7 has been restored to software version 10.2.3
and yet the bootloop continues to plague the brick..
That means the files it tried to flash didn't exist on your computer. Try srt, it includes those images.
I have a kf2
stunts513 said:
That means the files it tried to flash didn't exist on your computer. Try srt, it includes those images.
Click to expand...
Click to collapse
I'm not sure if this is compatible with my device. Perhaps replacing those files/folders would solve the problem?
Oh wait yea kf2 didn't have a SRT.... My bad. Yea in that case you will need the kf2 I ages, kffa is supposed to download them for you but it's possible the links went down for the files.

Categories

Resources