[Q] KFHD 8.9" ADB works, fastboot doesn't - 8.9" Kindle Fire HD Q&A, Help & Troubleshooting

Hello,
I successfully rooted my KFHD 8.9" with Bin4ry's "root many android." I want to install Cyanogenmod on my tablet, so I installed the android adt bundle. The problem I have is that I'm unable to fastboot the Kindle. Typing "adb devices" in the command prompt looks like this:
adb devices
B0C91101319300F6 device
However, typing "fastboot devices" in the prompt returns nothing. I've also tried powering off and unplugging my Kindle, typing this:
fastboot -i 0x1949 getvar product
into the command prompt and then pluggin in the device. However, the command prompt just stays at < waiting for device > and the Kindle powers on normally (not fastboot mode).
Did anyone have this same problem? If you were able to fastboot successfully, which drivers did you use (where did you download them from)? I tried the drivers from here http://forum.xda-developers.com/showthread.php?t=1893838 and here http://forum.xda-developers.com/showthread.php?t=2337634. Niether worked.
Thanks!

If you have adb access try "adb reboot bootloader", or if rooted run
Code:
adb shell "su -c 'reboot bootloader'"
That should get you into fastboot so you can install the drivers in my signature, from there on the method you were previously trying should work.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app

stunts513 said:
If you have adb access try "adb reboot bootloader", or if rooted run
Code:
adb shell "su -c 'reboot bootloader'"
That should get you into fastboot so you can install the drivers in my signature, from there on the method you were previously trying should work.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Sorry, I'm a bit confused, which drivers? Also, where to install the drivers computer, Kindle?

The drivers are in my signature(my signature is only viewable when not in a tapatalk or equivalent app, like if you view this thread on your pc.), download them onto your computer and extract them somewhere, open the device manager with kindle plugged in and USB debugging enabled and you should see a device with a yellow triangle next to it. Right click it and hit update driver, and tell it to search the directory you extracted my drivers to and it should install. If you are on windows 8 you will have to disable driver signature enforcement first.
Sent from my Amazon Tate using Tapatalk

Just use fireflash Google the apk. I had the same problem. The only tutorials were for the 7 in, but find one. Don't use the files they tell you to use. Go to hashcodes goo.im and find the ones for the 8.9.
Sent from my Amazon Jem using Tapatalk

Or you can use the fireflash tutorial for 8.9", its stickied in the 8.9 dev section. http://forum.xda-developers.com/showthread.php?t=2277105
While the fireflash method is easier, you have to make sure you check the box that downgrades the bootloader or you will have a red screen brick upon reboot. The box to check has red warning text under it. somehow people miss it.
Sent from my Amazon Tate using Tapatalk

Related

[Q] Please don't hate me... fastboot "brick" on VM

So, I know not supposed to post questions that are lame, but I can't seem to figure this out. I will state my specs/situation:
I am stuck on the first step of installing FFF on my first Kindle Fire 1st gen.
I am on a Macbook Pro Retina 15" mid-2012 (USB3.0/2.0 mix ports only)
I am using KFU on a Win8 64-bit Virtual Machine (VMWare latest version)
The kindle fire is in fastboot mode (I'm pretty sure, at least).
It is stuck on the stock Kindle fire boot-up logo.
install_Drivers was run successfully after enabling unsigned driver installs.
Run.bat was executed
selected Option 5 first, to install FFF
FFF was downloaded by KFU, the Fire rebooted and then got stuck.
As it rebooted, I had forgotten to automatically have my Fire connect to the Virtual Machine, so VMWare prompted my with what system I wanted the fire connected to. I'm not sure if that delay has something to do with the stall and failure of KFU to install FFF or get out of fastboot.
KFU doesn't recognize the Kindle ("waiting for device" message; ADB: Offline; Boot Status:Unknown).
In my "other devices" on Windows Device Manager I see "Base System Device" and "Unknown Device"
My questions are:
1. How do I go about getting it out of fastboot mode even though KFU can't see the device.
2. What was I doing wrong in the first place?
Before you tell me:
I have read through the Guide
I have read through and searched much of the KFU dev thread
I have searched the forums, without a clear solution.
Thank you very much for your help!!!
escoloader said:
2. What was I doing wrong in the first place?
Click to expand...
Click to collapse
This:
I am on a Macbook Pro Retina 15" mid-2012 (USB3.0/2.0 mix ports only)
I am using KFU on a Win8 64-bit Virtual Machine (VMWare latest version)
Click to expand...
Click to collapse
Use breakdroid instead
Sent from my Amazon Kindle Fire HD using Tapatalk 2
soupmagnet said:
This:
Use breakdroid instead
Click to expand...
Click to collapse
How do I get it back to normal booting first?
Thanks for your help!
escoloader said:
How do I get it back to normal booting first?
Thanks for your help!
Click to expand...
Click to collapse
Code:
fastboot -i 0x1949 oem idme bootmode 4000
Code:
fastboot -i 0x1949 reboot
Thepooch said:
Code:
fastboot -i 0x1949 oem idme bootmode 4000
Code:
fastboot -i 0x1949 reboot
Click to expand...
Click to collapse
Thank you for the help, but could you please explain how I use that code, step by step if possible?
Thanks a lot
EDIT: I guess I should specify, I do NOT have a fastboot factory cable. Do I need one?
Okay since you can use windows on a vm start there. Shift+right click on the tools folder inside KFU select open command window here, plug in the kindle, type the first command hit enter, type the second command hit enter if all goes well it should reboot normally. Same concept on a mac whatever directory adb and fastboot are in open a terminal, same commands same method. Good luck
Edit: in fact you can just copy paste my commands then you know you got it right. Dunno about the cable yet see if the commands work.
Thepooch said:
Okay since you can use windows on a vm start there. Shift+right click on the tools folder inside KFU select open command window here, plug in the kindle, type the first command hit enter, type the second command hit enter if all goes well it should reboot normally. Same concept on a mac whatever directory adb and fastboot are in open a terminal, same commands same method. Good luck
Edit: in fact you can just copy paste my commands then you know you got it right. Dunno about the cable yet see if the commands work.
Click to expand...
Click to collapse
Did the first one, but still says "waiting for device" and nothing is happening. :/ (EDIT: for clarity's sake, nothing happening means its still stuck on the kindle fire white/orange stock boot logo)
btw, thank you for your help.
Hold the power button to turn the device off. Enter the command, and turn the device on when you see "waiting for device".
soupmagnet said:
Hold the power button to turn the device off. Enter the command, and turn the device on when you see "waiting for device".
Click to expand...
Click to collapse
still says "waiting for device" in the terminal.
also, windows still comes up with "usb unrecognized" message at the bottom right of my screen.
What's next?
Thanks for joining to help, soupmagnet
Okay rerun the driver.bat packaged with kfu then plug the device in see if it comes up in device manager.
Thepooch said:
Okay rerun the driver.bat packaged with kfu then plug the device in see if it comes up in device manager.
Click to expand...
Click to collapse
Still doesn't show up. (It also occasionally crashes my mac system when I plug the kindle in now :/ )
If I get a factory cable, will that likely solve this easily?
Well I'm not a Mac person but it's far better with drivers than Windows ever will be maybe google how to setup and and fastboot on a Mac and go from there. Download install breakdroid that should be accompanied with the drivers.
Thepooch said:
Code:
fastboot -i 0x1949 oem idme bootmode 4000
Code:
fastboot -i 0x1949 reboot
Click to expand...
Click to collapse
Thepooch said:
Well I'm not a Mac person but it's far better with drivers than Windows ever will be maybe google how to setup and and fastboot on a Mac and go from there. Download install breakdroid that should be accompanied with the drivers.
Click to expand...
Click to collapse
Got it! Using Breakdroid, I was able to capture the Kindle as it powered on. I believe my main problem was that there was a significant enough delay in connecting the Kindle via USB to the Windows Virtual Machine, that the ADB couldn't access it in time to capture it. Or whatever.
Solution: I used BreakDroid on my Mac. Turned the kindle off, then back on while Breakdroid was waiting for my device to perform Step 1 on Breakdroid's Kindle Tools. Then it immediately captured the Kindle when I powered it on. Went through the steps on Breakdroid, and it's working with bootloader and recovery
Works great! Have all my stuff back. And...it's rooted
THANKS FOR ALL YOUR HELP, GUYS!
EDIT: Now how do I install Google Play?

[Q] KFHD Boot Logo Problem

Firstly, if there is already a thread about this that I've missed, I'd be appreciative if you'd send me in the right direction to get information.
Anyway, my Kindle Fire HD, rooted CM 10.1, will no longer boot past the orange Kindle Fire Splash screen. I've tried using fastboot commands and all of the button configurations in any and all attempts to get a response from my device, but it remains on that screen with no looping or any kind of change. When plugged in (or turned on while plugged in) it's registered in Device Manager as the usual "Jem-PVT-Prod-04" when drivers aren't installed, and then disappears from the Manager within five seconds. I can't install the ADB drivers because it vanishes, so I cannot communicate with the device from my computer; therefore I cannot fastboot (as far as I can see) and have no possible way to recover it.
Is my last hope a fastboot cable, or is there something that I have missed this whole time? Thanks for any and all help!
Maximus300 said:
Firstly, if there is already a thread about this that I've missed, I'd be appreciative if you'd send me in the right direction to get information.
Anyway, my Kindle Fire HD, rooted CM 10.1, will no longer boot past the orange Kindle Fire Splash screen. I've tried using fastboot commands and all of the button configurations in any and all attempts to get a response from my device, but it remains on that screen with no looping or any kind of change. When plugged in (or turned on while plugged in) it's registered in Device Manager as the usual "Jem-PVT-Prod-04" when drivers aren't installed, and then disappears from the Manager within five seconds. I can't install the ADB drivers because it vanishes, so I cannot communicate with the device from my computer; therefore I cannot fastboot (as far as I can see) and have no possible way to recover it.
Is my last hope a fastboot cable, or is there something that I have missed this whole time? Thanks for any and all help!
Click to expand...
Click to collapse
Thats a kindle fire hd 8.9" model, fastboot cables don't work on them. A easy way to fix this is to boot a ubuntu live cd and install the fastboot command from the repos and run it. Latest ubuntu is 14.04 lts and i haven't checked the package names yet, but if it has the same name as on 13.10 then these instructions should work. Boot a ubuntu live usb/cd and open the settings and look for something like software updates and check off all the download form internet boxes. Hit reload if it asks, and if it asks ignore the first command in the next part of the instructions.
Now open a terminal and run these commands:
Code:
sudo apt-get update
sudo apt-get install android-tools-fastboot
fastboot -i 0x1949 getvar product
Now that it says waiting for device, plug the kindle in while its off and you should be in fastboot mode. From there you can reflash it from windows with kffa or srt, or just do it manually while in ubuntu.
So I used the Linux command to put my Kindle in fastboot mode, but now it says it cannot connect with MTP device, so I still cannot flash any type of recovery. Even though it is in fastboot mode, and the drivers are installed, ADB is still not working on Windows.... and I'm not sure how to do it manually on Linux...
MTP is irrelevant with fastboot, as is adb, you don't use adb commands with fastboot, you use fastboot commands. You can use kffa or SRT to restore it from windows once it is in fastboot, or restore it manually in Linux using SRT's images. You probably will have to use SRT, I have heard a report that kffa's downloads for the images are offline again, though I'm not positive on that.
Sent from my Amazon Tate using Tapatalk

Kindle Fire HD 8.9 Boot Loop

Hello i have Kindle Fire Model 3HT7G, i try to install TWRP on OS 8.4.8 seems to work but after reboot system KIndle boot loop. What i can do to recover my Kindle?
Does the logo ever turn blue? If it doesn't do not worry as kindle 8.9" models don't work with fastboot cables. There is a different method form getting it into fastboot. Just tell me if the logo turns blue or not and I can instruct you from there.
Sent from my Amazon Tate using Tapatalk
stunts513 said:
Does the logo ever turn blue? If it doesn't do not worry as kindle 8.9" models don't work with fastboot cables. There is a different method form getting it into fastboot. Just tell me if the logo turns blue or not and I can instruct you from there.
Sent from my Amazon Tate using Tapatalk
Click to expand...
Click to collapse
Not only orange
Francey said:
Not only orange
Click to expand...
Click to collapse
Use this tool to restore your KFHD 8.9. http://forum.xda-developers.com/showthread.php?t=2011126 please do read the instructions first, two times and then proceed. You only need your stock USB cord.
Edit: Make sure to jump back to the OP for the tutorial.
Sent from my Nexus 7 Flo running CM 11 4.4.2 with ElementalX Kernel using XDA Premium 4 mobile app
If it doesn't turn blue you are going to have fun getting it into fastboot...
Sent from my LG-P769 using Tapatalk
stunts513 said:
If it doesn't turn blue you are going to have fun getting it into fastboot...
Sent from my LG-P769 using Tapatalk
Click to expand...
Click to collapse
I test the software but seems to not work, i don't have original cable. I try to enable kindle fastboot but nothing
This is going to be a pain to type on my phone... plug the device in while off, keep the device manager open when doing this, it should briefly show up as a jem device, when it does right click it and hit update driver, point it to where you will have downloaded and extracted the driver in my signature. Once you install the drivers, shut it off and unplug it, you will need to open a command prompt that's cd'd into a directory like kffa where you can run a fastboot command. Then run
Code:
fastboot -i 0x1949 getvar product
it should say waiting for device, once it does plug your kindle in, it should go into fastboot mode and you can restore with kffa.
Sent from my LG-P769 using Tapatalk
stunts513 said:
This is going to be a pain to type on my phone... plug the device in while off, keep the device manager open when doing this, it should briefly show up as a jem device, when it does right click it and hit update driver, point it to where you will have downloaded and extracted the driver in my signature. Once you install the drivers, shut it off and unplug it, you will need to open a command prompt that's cd'd into a directory like kffa where you can run a fastboot command. Then run
Code:
fastboot -i 0x1949 getvar product
it should say waiting for device, once it does plug your kindle in, it should go into fastboot mode and you can restore with kffa.
Sent from my LG-P769 using Tapatalk
Click to expand...
Click to collapse
Thanks works Now if i want to have original Amazon OS with Root, TWRP and Play Store what i can do?
Think there's an old Amazon os flashable zip in the dev section. Might be pre-rooted. You can always root it with binary's root if not and install the playstore with kffa or something. I personally prefer running a custom rom over stock any day. Much better interface on cm based rooms compared to amazon's os. Only downside is lack of prime video.
Sent from my LG-P769 using Tapatalk
All I did was rooted and then used fireflash...
Sent from my Amazon Jem using Tapatalk
Use kffa to install the Google store or kindlefree. Just curious, what were you planning to do by installing twrp and keeping stock amazon os? You just want a method to easily recover from a brick or were you thinking of flashing a ROM at some point?
Sent from my Amazon Tate using Tapatalk
stunts513 said:
This is going to be a pain to type on my phone... plug the device in while off, keep the device manager open when doing this, it should briefly show up as a jem device, when it does right click it and hit update driver, point it to where you will have downloaded and extracted the driver in my signature. Once you install the drivers, shut it off and unplug it, you will need to open a command prompt that's cd'd into a directory like kffa where you can run a fastboot command. Then run
Code:
fastboot -i 0x1949 getvar product
it should say waiting for device, once it does plug your kindle in, it should go into fastboot mode and you can restore with kffa.
Sent from my LG-P769 using Tapatalk
Click to expand...
Click to collapse
Hello,
I have the exact same problem as the original poster with my Kindle Fire HD 8.9". I tried downloading the drivers in your description. I connect the kindle and try to update the drivers for Jem-PVT-Prod-04. I direct my computer to install the drivers that I extracted, however it returns an error saying that "the hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering." I'm not sure what I'm doing wrong, this is my first time trying to root android. Thanks so much for the help!
You need to disable driver signature enforcement. Look it up on Google, I don't know the procedure offhand because I don't use windows 8.
Sent from my Amazon Tate using Tapatalk
Hello. I know this thread is old but I just stumbled across it and want to restore my mom's Kindle HD 8.9. I was able to install the drivers for Jem-PVT-Prod-04 when it showed really quick on the device manager. When I try the CMD "fastboot -i 0x1949 getvar product" from the command prompt it takes me to the desktop folder where the Zip file is located and I had already unzipped the KFHD_SRTv2.1- 8.1.4.
I tried running the SR Tool and my Kindle was off. I had selected Enable Fastboot. When it prompted me to turn on I did and it prompted DAEMON. So nothing was going on So I decided to start from the beginning.
When I plug in the Kindle Windows 10 prompts like it recognizes the device but the JEM PVT is no longer popping up in the Device Manager under OTHER Devices like the first time. I checked the Registry to remove any trace of the JEM and it isn't even in there. I tried to remove other devices.
Sorry for the long story. Can I just use the SR Tool to wipe out the Data and Cache once I redo everything from my second PC and install the Kindle OS from Amazon's website to restore the Device from the loop? It is not blue. Is there another link with step by step instructions or a You Tube Video for noob like me? I used to be good at this but my skills have really regressed.
Thank you
Frank

KF2 won't boot past Fastboot screen

I got the Kindle Fire 2 a few years ago as my first Android device. I stupidly used N2AOS (now PerfectlyAndroid.com) to install Cyanogenmod 10 (I think it was 10). After a while I got fed up with the bad battery life, so I tried to use their restore tool to go back to the Amazon ROM, but it failed somehow. Since then, the device will boot up to a Kindle Fire logo then a Fastboot screen with a red and green light blinking.
I've since become a lot more knowledgeable about how custom ROMs work, but I still can't find a way to fix this thing. ADB and Fastboot don't recognize it, even with the Amazon and generic drivers installed. There's only one button, so there's no real way to get into Fastboot that I can see. Recently, I decided to try and fix it again, and I picked up a Fastboot cable, but the device is still not recognized by Windows or Linux so it doesn't matter. Any ideas on how I can get a working recovery and Android installation on this thing?
Are you using the command "fastboot -i 0x1949 <insert command here> "? Since the Kindle Fire tablets aren't manufactured by Google, you have to put a custom USB id so it will be recognized by ADB/Fastboot.
Sent from my iPhone 4 using Tapatalk
[QRCODE][/QRCODE]
phiftyopz said:
Are you using the command "fastboot -i 0x1949 <insert command here> "? Since the Kindle Fire tablets aren't manufactured by Google, you have to put a custom USB id so it will be recognized by ADB/Fastboot.
Sent from my iPhone 4 using Tapatalk
Click to expand...
Click to collapse
Interesting, I hadn't tried that yet, but unsurprisingly it doesn't work. It just says waiting for device forever.
Bensonhurst said:
[QRCODE][/QRCODE]
Interesting, I hadn't tried that yet, but unsurprisingly it doesn't work. It just says waiting for device forever.
Click to expand...
Click to collapse
Which ADB drivers do you have installed? I have the official amazon ADB drivers which you can download through Android SDK. I have a kindle fire 2 and a kindle fire hd 8.9" and those are the only drivers that work with both devices. If you don't have those, I can tell you how to get them.
Sent from my iPhone 4 using Tapatalk
---------- Post added at 08:54 PM ---------- Previous post was at 08:04 PM ----------
phiftyopz said:
Which ADB drivers do you have installed? I have the official amazon ADB drivers which you can download through Android SDK. I have a kindle fire 2 and a kindle fire hd 8.9" and those are the only drivers that work with both devices. If you don't have those, I can tell you how to get them.
Sent from my iPhone 4 using Tapatalk
Click to expand...
Click to collapse
If you don't have the official drivers, here's how you get them:
Let's start by uninstalling the drivers you already have.
1. For Windows 7 or newer, open your start menu and type "device manager" and press enter. For Windows XP, open your start menu and open control panel and switch to classic view. Select device manager. If you have your Kindle connected, it should show up as "ADB Composite Interface" or something along those lines.
2. Right-click your Kindle and select "Uninstall". If it shows up as otter2, then you don't have the ADB drivers installed.
3. Disconnect your Kindle.
Now, let's install the official drivers.
1. Install Android SDK. Link: https://developer.android.com/sdk/index.html#Other (Download the zip)
2. Extract the zip to your desktop.
3. Open SDK Manager.exe and once it loads, select Tools and Manage Add-On Sites then select User Defined Sites.
4. Click New and put this in the box: https://s3.amazonaws.com/android-sdk-manager/resist/addon.xml
5. Scroll down and select Kindle Fire USB Driver
6. Click Install x Packages (x being the number of packages you have selected) and wait for it to finish downloading.
7. Close SDK Manager and go to the extras folder then amazon then kindle_fire_USB_driver and then run KindleDrivers.exe. Wait for it to finish.
8. Open device manager and right click your kindle and select Update drivers and browse my computer and pick from a list of drivers
9. Select ADB Composite Interface and click next. It will pop up with a warning saying Windows can't verify that its compatible with your device. Just click yes to install it.
10. You should be able to use fastboot or ADB now.
If something goes wrong, tell me what step you were on and what went wrong and I will try to fix it.
Sent from my Kindle Fire HD 8.9" using Tapatalk
phiftyopz said:
Which ADB drivers do you have installed? I have the official amazon ADB drivers which you can download through Android SDK. I have a kindle fire 2 and a kindle fire hd 8.9" and those are the only drivers that work with both devices. If you don't have those, I can tell you how to get them.
Sent from my iPhone 4 using Tapatalk
---------- Post added at 08:54 PM ---------- Previous post was at 08:04 PM ----------
If you don't have the official drivers, here's how you get them:
Let's start by uninstalling the drivers you already have.
1. For Windows 7 or newer, open your start menu and type "device manager" and press enter. For Windows XP, open your start menu and open control panel and switch to classic view. Select device manager. If you have your Kindle connected, it should show up as "ADB Composite Interface" or something along those lines.
2. Right-click your Kindle and select "Uninstall". If it shows up as otter2, then you don't have the ADB drivers installed.
3. Disconnect your Kindle.
Now, let's install the official drivers.
1. Install Android SDK. Link:
2. Extract the zip to your desktop.
3. Open SDK Manager.exe and once it loads, select Tools and Manage Add-On Sites then select User Defined Sites.
4. Click New and put this in the box:
5. Scroll down and select Kindle Fire USB Driver
6. Click Install x Packages (x being the number of packages you have selected) and wait for it to finish downloading.
7. Close SDK Manager and go to the extras folder then amazon then kindle_fire_USB_driver and then run KindleDrivers.exe. Wait for it to finish.
8. Open device manager and right click your kindle and select Update drivers and browse my computer and pick from a list of drivers
9. Select ADB Composite Interface and click next. It will pop up with a warning saying Windows can't verify that its compatible with your device. Just click yes to install it.
10. You should be able to use fastboot or ADB now.
If something goes wrong, tell me what step you were on and what went wrong and I will try to fix it.
Sent from my Kindle Fire HD 8.9" using Tapatalk
Click to expand...
Click to collapse
I'm already using the Amazon drivers from the SDK, and I've already tried the generic Android ADB drivers. Same result. Both with and without drivers installed, it shows up as Otter2-Prod4 in the device manager, under "other devices".
Bensonhurst said:
I'm already using the Amazon drivers from the SDK, and I've already tried the generic Android ADB drivers. Same result. Both with and without drivers installed, it shows up as Otter2-Prod4 in the device manager, under "other devices".
Click to expand...
Click to collapse
That means the drivers aren't installed correctly. Reinstall them.
Sent from my Kindle Fire HD 8.9" using Tapatalk
phiftyopz said:
That means the drivers aren't installed correctly. Reinstall them.
Sent from my Kindle Fire HD 8.9" using Tapatalk
Click to expand...
Click to collapse
I've done the steps again carefully, but ADB Composite Interface doesn't appear in the list of available driver types in Device Manager. There is an entry for Android USB Devices, but it only includes HTC Devices, presumably because I've used a One M8 with this computer in the past.
Bensonhurst said:
I've done the steps again carefully, but ADB Composite Interface doesn't appear in the list of available driver types in Device Manager. There is an entry for Android USB Devices, but it only includes HTC Devices, presumably because I've used a One M8 with this computer in the past.
Click to expand...
Click to collapse
Try to uninstall your HTC drivers temporarily, as those drivers may be conflicting with the Kindle drivers
Sent from my iPhone 4 using Tapatalk
phiftyopz said:
Try to uninstall your HTC drivers temporarily, as those drivers may be conflicting with the Kindle drivers
Sent from my iPhone 4 using Tapatalk
Click to expand...
Click to collapse
Any idea how I would do that? I don't have the HTC phone anymore and nothing HTC-related shows up under Programs and Features in Windows.
Bensonhurst said:
Any idea how I would do that? I don't have the HTC phone anymore and nothing HTC-related shows up under Programs and Features in Windows.
Click to expand...
Click to collapse
For why it would conflict with your Kindle drivers, some devices have similar device definitions, so your computer might be thinking that your Kindle is your old HTC device.
For you not having the HTC device anymore, I don't know how HTC drivers are installed, so I can't really tell you how to manually uninstall them. Try searching online how to uninstall them manually.
Sent from my Kindle Fire HD 8.9" using Tapatalk
phiftyopz said:
For why it would conflict with your Kindle drivers, some devices have similar device definitions, so your computer might be thinking that your Kindle is your old HTC device.
For you not having the HTC device anymore, I don't know how HTC drivers are installed, so I can't really tell you how to manually uninstall them. Try searching online how to uninstall them manually.
Sent from my Kindle Fire HD 8.9" using Tapatalk
Click to expand...
Click to collapse
It worked! Fastboot detects the device as 6F12000600000001!
Unfortunately the TWRP site seems to be down right now, so I can't act on it, but thank you so much for the help.
Bensonhurst said:
It worked! Fastboot detects the device as 6F12000600000001!
Unfortunately the TWRP site seems to be down right now, so I can't act on it, but thank you so much for the help.
Click to expand...
Click to collapse
No problem! Always glad to help!
Sent from my Kindle Fire HD 8.9" using Tapatalk
phiftyopz said:
No problem! Always glad to help!
Sent from my Kindle Fire HD 8.9" using Tapatalk
Click to expand...
Click to collapse
Well, TWRP.me is up again, but it seems like they don't actually have a build for otter2. I found a blog here: http://tipsstrips.blogspot.com/2015/02/install-twrp-on-amazon-kindle-fire-2nd.html
with an old download for a TWRP build for it as well as a bootloader and boot image, but when I flash them with fastboot as decribed, it says that the flash succeeded but the Kindle still only displays the Fastboot screen with the blinking light. Any ideas?
Have you tried using fastboot -i 0x1949 oem recovery?
Sent from my iPhone 4 using Tapatalk
phiftyopz said:
Have you tried using fastboot -i 0x1949 oem recovery?
Sent from my iPhone 4 using Tapatalk
Click to expand...
Click to collapse
Yes, it just reboots to the same Fastboot screen.
Bensonhurst said:
Yes, it just reboots to the same Fastboot screen.
Click to expand...
Click to collapse
There is the option to reset boot options from the second bootloader, but from what you're saying it's just booting straight to fastboot mode... Try and flash the stock partitions back on your Kindle and then see what happens.
Sent from my iPhone 4 using Tapatalk
phiftyopz said:
There is the option to reset boot options from the second bootloader, but from what you're saying it's just booting straight to fastboot mode... Try and flash the stock partitions back on your Kindle and then see what happens.
Sent from my iPhone 4 using Tapatalk
Click to expand...
Click to collapse
Any idea where I can find a stock image? I don't remember backing it up when I initially used N2AOS over 3 years ago.
Accually, try this: fastboot -i 0x1949 oem idme bootmode 1
Some people have said that this fixes the problem of booting to recovery/fastboot right away
Just as a disclaimer, that command I gave you is VERY powerful and might mess up your Kindle even more than it already is, so I'm not responsible if doing that command permanently bricks your Kindle, you are the one responsible since you were the one that decided to go through with issuing this command...
Let's cross our fingers and hope that this works!
Sent from my iPhone 4 using Tapatalk
phiftyopz said:
Accually, try this: fastboot -i 0x1949 oem idme bootmode 1
Some people have said that this fixes the problem of booting to recovery/fastboot right away
Just as a disclaimer, that command I gave you is VERY powerful and might mess up your Kindle even more than it already is, so I'm not responsible if doing that command permanently bricks your Kindle, you are the one responsible since you were the one that decided to go through with issuing this command...
Sent from my iPhone 4 using Tapatalk
Click to expand...
Click to collapse
I ran it because I'm not too concerned about losing this thing since it's been nonfunctional for a long time.
The command finished and nothing happened. I tried rebooting and running fastboot -i 0x1949 oem recovery and it still just boots to the Fastboot screen.
Bensonhurst said:
I ran it because I'm not too concerned about losing this thing since it's been nonfunctional for a long time.
The command finished and nothing happened. I tried rebooting and running fastboot -i 0x1949 oem recovery and it still just boots to the Fastboot screen.
Click to expand...
Click to collapse
Well... I don't really know where you can get backups of the stock partitions. If you had a Kindle Fire HD 8.9", that would be a different story, as I still have my backups of the stock partitions. Try to search around for tools to restore your Kindle, or even better, the stock partitions themselves.
Sent from my iPhone 4 using Tapatalk

Kindle Fire 5th Gen, adb lost at recovery

I've installed all the necessary drivers, checked with rootjunkie's supertool and verified that adb and fastboot drivers are detected, and verified that adb is detected all the way up to the recovery. But when I select "sideload from adb," my Device Manager shows the device as "Other-KFFOWI," and typing "adb devices" returns no devices. Have I done something wrong?
ArtOfSnaila said:
I've installed all the necessary drivers, checked with rootjunkie's supertool and verified that adb and fastboot drivers are detected, and verified that adb is detected all the way up to the recovery. But when I select "sideload from adb," my Device Manager shows the device as "Other-KFFOWI," and typing "adb devices" returns no devices. Have I done something wrong?
Click to expand...
Click to collapse
This is not the 5th gen forum
ask here
http://forum.xda-developers.com/amazon-fire/help
Sent from my XT1080 using XDA Labs

Categories

Resources