hi
first of all iam from germany so my english is not that good.
i got a kindle fire a week ago from a friend. it was not rooted but in a bootloop.
somehow i managed to install twrp via the kf utility. unfortunally it was version 2.1.1.1 so i was not able to install a other rom via sideload.
i also tried the soupkit.
the last idea was that i just copy the zip file onto the device. it stuck in the middle an after 20 minutes i decided to abort.
now the kf just stuck at the "teamwin" logo right before entering the twrp interface.
i tried to reinstall twrp but that didnt worked. i also tired the unbrick tool with no result.
i have a factory cable too.
if you guys have any ideas please let me know!
thanks
nobody really...?
Just speculation. If this had the kindle software on it, then my guess is it tried to update to the 6.3.3 version, which is currently a real problem. Go to this thread and follow the instructions:
http://forum.xda-developers.com/showthread.php?t=2790183
Once you are rooted, please install a different wonderful rom, like kitkat, so that Amazon does not dump on you again!
redassmonkey said:
hi
first of all iam from germany so my english is not that good.
i got a kindle fire a week ago from a friend. it was not rooted but in a bootloop.
somehow i managed to install twrp via the kf utility. unfortunally it was version 2.1.1.1 so i was not able to install a other rom via sideload.
i also tried the soupkit.
the last idea was that i just copy the zip file onto the device. it stuck in the middle an after 20 minutes i decided to abort.
now the kf just stuck at the "teamwin" logo right before entering the twrp interface.
i tried to reinstall twrp but that didnt worked. i also tired the unbrick tool with no result.
i have a factory cable too.
if you guys have any ideas please let me know!
thanks
Click to expand...
Click to collapse
what bootloader is installed, do you see a press power for bootmenu?
likely need adb/fastboot.exe files from KFU, download a twrp.img from http://techerrata.com/browse/twrp2/blaze,
latest is openrecovery-twrp-2.7.1.0-otter.img
verify md5 check sum
move adb/fastboot files (AdbWinUsbApi.dll, AdbWinApi.dll, adb.exe, fastboot.exe)
and twrp.img to same folder like c:adb
connect fastboot cable to kindle powered off, connect to pc, power on kindle
if you have non stock bootloader use
open command prompt
cd\adb
fastboot flash recovery openrecovery-twrp-2.7.1.0-otter.img
fastboot reboot
if you have stock bootloader you also need FFF bootloader.bin
verify md5 check sum
open command prompt
cd\adb
fastboot -i 0x1949 flash recovery openrecovery-twrp-2.7.1.0-otter.img
fastboot -i 0x1949 flash bootloader fff-u-boot_v1.5.bin
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 reboot
---------- Post added at 11:39 AM ---------- Previous post was at 10:51 AM ----------
sorry wrong twrp file use openrecovery-twrp-2.7.1.0-otter.img
Ixthusdan said:
Just speculation. If this had the kindle software on it, then my guess is it tried to update to the 6.3.3 version, which is currently a real problem. Go to this thread and follow the instructions:
http://forum.xda-developers.com/showthread.php?t=2790183
Once you are rooted, please install a different wonderful rom, like kitkat, so that Amazon does not dump on you again!
Click to expand...
Click to collapse
step 2 says - "Copy stock firmware to internal storage on Kindle Fire (boot up Kindle Fire and plug into your computer)"
i cant put anything on my storage because twrp is not starting. because of that i cant use my storage. (no rom installed...)
redassmonkey said:
step 2 says - "Copy stock firmware to internal storage on Kindle Fire (boot up Kindle Fire and plug into your computer)"
i cant put anything on my storage because twrp is not starting. because of that i cant use my storage. (no rom installed...)
Click to expand...
Click to collapse
correct use my instructions to reflash twrp
sd_shadow said:
correct use my instructions to reflash twrp
Click to expand...
Click to collapse
i did. at first everything looks good.
after rebooting the screen stayed black (green power light was on) and windwos played the "connected - disconnected" sounds for a while.
when i tryed to reset the kf (20sec power button) and turned it back on the problem was the same... is there any way to completley erase the kf without twrp? and if yes can i use ur methode to install twrp and flash a rom?
redassmonkey said:
i did. at first everything looks good.
after rebooting the screen stayed black (green power light was on) and windwos played the "connected - disconnected" sounds for a while.
when i tryed to reset the kf (20sec power button) and turned it back on the problem was the same... is there any way to completley erase the kf without twrp? and if yes can i use ur methode to install twrp and flash a rom?
Click to expand...
Click to collapse
did command promt show sending and writing details?
---------- Post added at 12:17 PM ---------- Previous post was at 12:15 PM ----------
should have looked like
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
---------- Post added at 12:18 PM ---------- Previous post was at 12:17 PM ----------
redassmonkey said:
is there any way to completley erase the kf without twrp?
Click to expand...
Click to collapse
no, you need twrp
Yes it looked exactly like this...
could be bootloader is partially toast
try reflashing it like you did twrp
download FFF bootloader.bin
verify md5 check sum
open command prompt
cd\adb
fastboot flash bootloader fff-u-boot_v1.5.bin
fastboot reboot
sd_shadow said:
could be bootloader is partially toast
try reflashing it like you did twrp
download FFF bootloader.bin
verify md5 check sum
open command prompt
cd\adb
fastboot flash bootloader fff-u-boot_v1.5.bin
fastboot reboot
Click to expand...
Click to collapse
same... how ****ed am i...?
redassmonkey said:
same... how ****ed am i...?
Click to expand...
Click to collapse
you are pressing power to open bootmenu, selecting , recovery and releasing power button? does it say v1.5? did it before?
sd_shadow said:
you are pressing power to open bootmenu, selecting , recovery and releasing power button? does it say v1.5? did it before?
Click to expand...
Click to collapse
yes and yes.....
redassmonkey said:
yes and yes.....
Click to expand...
Click to collapse
try booting to fastboot mode with
.
fastboot reboot-bootloader
.
if that works
.
fastboot flash recovery openrecovery-twrp-2.7.1.0-otter.img
fastboot flash bootloader fff-u-boot_v1.5.bin
fastboot reboot
sd_shadow said:
try booting to fastboot mode with
.
fastboot reboot-bootloader
.
if that works
.
fastboot flash recovery openrecovery-twrp-2.7.1.0-otter.img
fastboot flash bootloader fff-u-boot_v1.5.bin
fastboot reboot
Click to expand...
Click to collapse
"fastboot reboot-bootloader" worked but after that the fk tryed to boot in recovery again and it stocked at the "teamwin" logo... problem is that at this point no comunication between pc and kf is impossible... adb just says "waiting for device"..
i double checked my version of twrp... it says now V1.4a
i have to go now but i will check your answer tomorrow...
thanks for your help so far! :good:
Don't know could be hardware failure.
Could try Cannibal Open Touch v2.1 recovery (COTR)
cotr.img
fastboot flash recovery cotr.img
sd_shadow said:
Don't know could be hardware failure.
Could try Cannibal Open Touch v2.1 recovery (COTR)
cotr.img
fastboot flash recovery cotr.img
Click to expand...
Click to collapse
that does not work either...
i told you that abter typing "fastboot reboot" the kf screen stayed black and connected - disconnected the whole time. its the same issue like in thuis thread : http://forum.xda-developers.com/showthread.php?t=1413358
the only diffrence is that my kf loads the bootloader again after reseting it. does that help?
kindle is showing as Omap4430 usb device ?
sd_shadow said:
kindle is showing as Omap4430 usb device ?
Click to expand...
Click to collapse
after rebooting yes.
nobody any ideas? iam kind of depressed...
Related
My Mac is not seeing the Kindle device and it is stuck at the FFF yellow triangle.
(update)
Now I have recovery options seen below. What is the best and easiest way to go back stock from here? I have downloaded the kindle fire update from Amazon.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So I took the update from amazon, renamed the bin to zip, and put it on the SD card. In recovery I hit update from SD card. Now it is stuck on the OEM kindle fire logo. Is this where I HAVE to have a factory cable?
No, you need to use the mount function in recovery to mount your sdcard. When mounted it will show up as an external drive on your computer. Transfer a new rom and the latest version of firefirefire from your computer to your sdcard. FFF 1.4 now comes in a flashable "Flash.zip" that can be installed in recovery.
Read about the new FFF and how to use it here: http://forum.xda-developers.com/showthread.php?p=25598837
Make ABSOLUTELY SURE that you have done an md5check on FFF before installing in recovery.
Install a new rooted rom in recovery and if you need to, use the new FFF to change your bootmode to normal (fixes stuck at boot logo)
Then, read this guide in it's entirety: http://forum.xda-developers.com/showthread.php?p=23747567
soupmagnet said:
No, you need to use the mount function in recovery to mount your sdcard. When mounted it will show up as an external drive on your computer. Transfer a new rom and the latest version of firefirefire from your computer to your sdcard. FFF 1.4 now comes in a flashable "Flash.zip" that can be installed in recovery.
Read about the new FFF and how to use it here: http://forum.xda-developers.com/showthread.php?p=25598837
Make ABSOLUTELY SURE that you have done an md5check on FFF before installing in recovery.
Install a new rooted rom in recovery and if you need to, use the new FFF to change your bootmode to normal (fixes stuck at boot logo)
Then, read this guide in it's entirety: http://forum.xda-developers.com/showthread.php?p=23747567
Click to expand...
Click to collapse
Thank you , but how am I going to use recovery if I am stuck at the kindle fire OEM logo after hitting update in recovery as seen under the picture? The only way I can see the kindle is to mount breakdroid and do an ADB check, but it still doesn't mount the SD card.
I've been staring at this for 12 hours.
iphonedownload said:
Thank you , but how am I going to use recovery if I am stuck at the kindle fire OEM logo after hitting update in recovery as seen under the picture? The only way I can see the kindle is to mount breakdroid and do an ADB check, but it still doesn't mount the SD card.
Click to expand...
Click to collapse
Okay it seems as there is a breakdown in communication here, so let's try to figure this out.
The OEM Kindle Fire logo that you see is the bootloader. The bootloader has several bootmodes to boot from. You want it to boot into normal bootmode (4000) but instead you're booting into fastboot (4002). When the new update tried to install itself it saw that you were using a modified system and caused the error. Installing the new FFF will fix your bootmode problem, but you still need a working rom to boot into (preferably a custom rom). If you like the stock rom, MoDaCo is a good alternative until there is enough information about the 6.3.1 update.
If you can't mount your sdcard in recovery you should still be able to boot into recovery and "adb push" a rom.zip and the FFF Flash.zip to your sdcard for flashing in recovery.
soupmagnet said:
If you can't mount your sdcard in recovery you should still be able to boot into recovery and "adb push" a rom.zip and the FFF Flash.zip to your sdcard for flashing in recovery.
Click to expand...
Click to collapse
Thank you very much for the info. This is pretty much where I am stuck as I do not know how to do what you described. Even as long as I have been here I still haven't been bothered with terminal commands on my mac until recently. New world for me. Gotta learn sometime.
I have tried every way possible to "boot in recovery" and nothing is helping. If I can just get it back stock I'll start from scratch, but I'd need a few instructions if you would mind saving my butt here and telling me how to do as you describe. I'm hung at the logo and the mac doesn't see the Kindle SD card so can I get maybe an A, B, C recovery explanation from you this once? I'm sure I'll return the favor one day.
I can't mount the SD, but I do have some power over the Kindle.
With Mac it should be fairly easy (I'll try to make it as easy as possible).
First and foremost, turn off your device while I write up a tutorial so your battery doesn't die and leave you in a worse place than you are now.
soupmagnet said:
With Mac it should be fairly easy (I'll try to make it as easy as possible).
First and foremost, turn off your device while I write up a tutorial so your battery doesn't die and leave you in a worse place than you are now.
Click to expand...
Click to collapse
Thanks a bunch! it's plugged in and fully charged. It was at 75% when everything went bad and it had an orange light, now it has green so I believe it went ahead and charged to 100%.
At the moment this is all I seem to be able to do. Mostly limited to my lack of knowledge of command. (tried it other ways too, just not doing it right)
Find copies of the following files and place them on your desktop.
TWRP 2.1
FireFireFire 1.4 Flash.zip
fastboot
adb
Rename the openrecovery-twrp-blaze-2.1.1.img to twrp.img (just to make it easy) Make sure FireFireFire is named Flash.zip
Open a new terminal window and enter the following commands
Code:
cd desktop
...and because you are already in fastboot mode (4002)...
Code:
fastboot -i 0x1949 flash recovery twrp.img
When you get a prompt that says "waiting for device" turn your Kindle on. You should see that the image was installed.
Now you have to change your bootmode to recovery
Code:
fastboot -i 0x1949 oem idme bootmode 5003
Code:
fastboot reboot
If the device doesn't reboot automatically, hold the power button until it shuts off then restart. The device should boot into recovery.
While in recovery you can only enter adb commands.
Code:
adb push Flash.zip /sdcard
Then use the same command to push whatever custom rom you want installed (not pure stock for now)
...when finished select install, and on the right-hand side of the screen select and install Flash.zip If you dont see the files you pushed to your Kindle, reboot and they should show up. That will install FireFireFire1.4
Use the same steps to install custom rom. Before installing custom roms, make sure you perform a "factory reset" (wipe data), wipe system, wipe cache, and wipe Dalvik cache.
Then reboot
Your Kindle Fire splash screen should now be blue. As soon as you see it for the first time press and hold the power button until it turns orange. There will be options on the bottom. Hold the power button for a second to cycle through the options. You want to change your bootmode to "normal". It will select automatically after a few moments. If the "normal" selection doesn't work try "reset bootmode"
---------- Post added at 04:06 PM ---------- Previous post was at 04:05 PM ----------
iphonedownload said:
Thanks a bunch! it's plugged in and fully charged. It was at 75% when everything went bad and it had an orange light, now it has green so I believe it went ahead and charged to 100%.
At the moment this is all I seem to be able to do. Mostly limited to my lack of knowledge of command. (tried it other ways too, just not doing it right)
Click to expand...
Click to collapse
OMG You're lucky you didn't hard-brick your device with that.
Thank you so much, it's not going past waiting for device.
Open a new terminal window and enter the following commands
Code:
cd desktop
...and because you are already in fastboot mode (4002)...
Code:
fastboot -i 0x1949 flash recovery twrp.img
When you get a prompt that says "waiting for device" turn your Kindle on. You should see that the image was installed
Click to expand...
Click to collapse
Path to desktop
Video:
(the kindle logo is not actually oscillating, just appears that way)
http://www.youtube.com/watch?v=xplRRqUgv78
Keep trying it, sometimes it doesn't work right away. You could try entering the command with the device turned on to see if that works. Keep at it. It will work.
If after a few tries, it still doesn't work, make sure you are actually in fastboot:
fastboot -i 0x1949 oem idme bootmode 4002
[Edit:] ignore
[Edit2:] It's hard to tell from the video but, is the Kindle Fire logo actually flashing? Nevermind, you already answered that.
Thank you, I am actually getting waiting for device on that as well
Okay hold on a second. How were you able to get adb to connect? What happens when you type:
Code:
adb devices
If it returns a string of numbers, then try:
Code:
adb shell idme bootmode 4002
adb reboot
...and that will put you in fastboot so you can enter fastboot commands
soupmagnet said:
Okay hold on a second. How were you able to get adb to connect? What happens when you type:
Code:
adb devices
Click to expand...
Click to collapse
Well I have been booting in Snow Leopard and when I do I get:
When I boot in Lion I get:
soupmagnet said:
If it returns a string of numbers, then try:
Code:
adb shell idme bootmode 4002
adb reboot
...and that will put you in fastboot so you can enter fastboot commands
Click to expand...
Click to collapse
When I do that in Snow Leopard (the only OS I have been using for this) I get the same error any shell command gives me.
That sucks...It looks like you messed up your shell somehow. If that's the case, you need a factory cable before you can go any further.
Well it's ok electronics is what I do. I can have one made up in less than ten minutes. What do I do once I make it?
(and THANK YOU!)
You need the command for installing FFF1.4 with adb. I know most of it but I forgot which partition the bootloader is on. I'll look around to see if I can find it.
[Edit:] Nevermind, you need a shell for that as well.
Thank you, I'll make the cable.
The factory cable will force you into fastboot mode. You need it to flash recovery and firefirefire.
OK so when I make this cable (I'm going to use a 1k resistor since that seems to be the recommendation) and plug it in, turn the kindle on, it will look the same, but be in fastboot mode, then from there I'll do whatever I need just let me know.
When you get it into fastboot mode start over from...
Code:
fastboot flash recovery twrp.img
[Edit:] let me know if you succeded in installing twrp
Hello
I don't know what happend. I am triying to install cm-4.4-20140212-cmb4.4.2-otter on my Kindle Fire first generatiĆ³n, and now I only saw this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Kindle fire utility said Offline
Windows vista stops detecting my device too!
Please help!
While pictures are lovely, could you explain what you were doing to install the rom? The steps you took can help others give you directions.
3349
Ixthusdan said:
While pictures are lovely, could you explain what you were doing to install the rom? The steps you took can help others give you directions.
Click to expand...
Click to collapse
On TWRP install otterx-u-boot_v2.05, then the tablet....RIP
the picture is showing otterx-u-boot_v2.05
the pc will see it differently than before
on that screen did you select recovery?
sd_shadow said:
the picture is showing otterx-u-boot_v2.05
the pc will see it differently than before
on that screen did you select recovery?
Click to expand...
Click to collapse
When I selected recovery the Kindle turns off
Can select only advance
Lepori said:
When I selected recovery the Kindle turns off
Can select only advance
Click to expand...
Click to collapse
the rom you are installing is for stock partitions, the bootloader you have is for OtterX partition roms
did you use advanced options to change partitions? if so you need a different rom or change back to stock kindle partitions
recovery may be toast
in device manager, do you see an android phone, if so drivers should be good
sd_shadow said:
the rom you are installing is for stock partitions, the bootloader you have is for OtterX partition roms
did you use advanced options to change partitions? if so you need a different rom or change back to stock kindle partitions
recovery may be toast
in device manager, do you see an android phone, if so drivers should be good
Click to expand...
Click to collapse
I can change partition from Amazon to OtterX. Advance menu has Trigger USBboot mode and EMMC corruption fix options.
Device manager detects Kindle ! but the old drivers I have didnt work.
Lepori said:
I can change partition from Amazon to OtterX.
Click to expand...
Click to collapse
ok so you need to decide if you are sticking with OtterX or reverting back to Kindle partitions
Advance menu has Trigger USBboot mode and EMMC corruption fix options.
Device manager detects Kindle ! but the old drivers I have didnt work.
Click to expand...
Click to collapse
it still maybe ok
test with fastboot.exe
copy AdbWinUsbApi.dll, AdbWinApi.dll, adb.exe, fastboot.exe from kindle fire utility/tools
to a folder like c:adb
open command prompt
enter commands
cd\adb
fastboot reboot-bootloader
if it reboots to fastboot mode drivers are fine for now
sd_shadow said:
ok so you need to decide if you are sticking with OtterX or reverting back to Kindle partitions
it still maybe ok
test with fastboot.exe
copy AdbWinUsbApi.dll, AdbWinApi.dll, adb.exe, fastboot.exe from kindle fire utility/tools
to a folder like c:adb
open command prompt
enter commands
cd\adb
fastboot reboot-bootloader
if it reboots to fastboot mode drivers are fine for now
Click to expand...
Click to collapse
Want to go ahead with OtterX and Android Kit Kat
Device Manager detects Kindle, but cant install drivers, need another drivers? then kindle turns off
Fastboot reboot-bootloader.....waiting for device
Lepori said:
Want to go ahead with OtterX and Android Kit Kat
Device Manager detects Kindle, but cant install drivers, need another drivers? then kindle turns off
Fastboot reboot-bootloader.....waiting for device
Click to expand...
Click to collapse
hello?
download a otterx twrp.img like otterx-twrp-2.7.0.1-recovery-f2fs.img
verify md5 checksum https://sites.google.com/site/sdshadowscollection/home/hash-checksums
.
copy otterx-twrp-2.7.0.1-recovery-f2fs.img to adb folder
when you see the bootloader screen (like your posted pic)
press the power button once to open bootmenu, that will give you a couple of minutes before it continues boot to rom
then try the
fastboot reboot-bootloader
kindle show reboot to fastboot screen
then
fastboot flash recovery otterx-twrp-2.7.0.1-recovery-f2fs.img
fastboot reboot
if that works download a compatible OtterX rom
and follow directions on how to push rom and gapps to twrp
sd_shadow said:
download a otterx twrp.img like otterx-twrp-2.7.0.1-recovery-f2fs.img
verify md5 checksum https://sites.google.com/site/sdshadowscollection/home/hash-checksums
.
copy otterx-twrp-2.7.0.1-recovery-f2fs.img to adb folder
when you see the bootloader screen (like your posted pic)
press the power button once to open bootmenu, that will give you a couple of minutes before it continues boot to rom
then try the
fastboot reboot-bootloader
kindle show reboot to fastboot screen
then
fastboot flash recovery otterx-twrp-2.7.0.1-recovery-f2fs.img
fastboot reboot
if that works download a compatible OtterX rom
and follow directions on how to push rom and gapps to twrp
Click to expand...
Click to collapse
didn't work Fastboot reboot-booloader.....<waiting for device>..and nothing happen. Then KF turns off
how is it listed in device manager?
sd_shadow said:
how is it listed in device manager?
Click to expand...
Click to collapse
listed as Kindle with a "!" , but no ABD adapter detected. This is for only a few minutes because the KF turns off.
Lepori said:
listed as Kindle with a "!" , but no ABD adapter detected. This is for only a few minutes because the KF turns off.
Click to expand...
Click to collapse
You have tried,
in device manager, right click on kindle fire> select properties>Driver Tab>uninstall>check remove driver
then open KFU folder, run install_drivers.bat
when it's done, reboot pc
sd_shadow said:
You have tried,
in device manager, right click on kindle fire> select properties>Driver Tab>uninstall>check remove driver
then open KFU folder, run install_drivers.bat
when it's done, reboot pc
Click to expand...
Click to collapse
mm....... nothing hapends.......next advice...try a Saw and Hammer...lol
you mean it reinstall wrong driver.
using a pc with windows vista right?
could try using [HOW-TO] Amazon Kindle Fire Signed Driver for WinXP/Vista/7/8/8.1
sd_shadow said:
you mean it reinstall wrong driver.
using a pc with windows vista right?
could try using [HOW-TO] Amazon Kindle Fire Signed Driver for WinXP/Vista/7/8/8.1
Click to expand...
Click to collapse
mmm..............nop.....didnt work
I would try using a different pc, install drivers first.
Other than that don't know.
Sent from my XT894 using Tapatalk
So i installed Twrp on my Kindle fire and then wiped and tried to install custom rom, the rom failed and rebooted to nothing, is therer any way to fix this every time i use the boot menu to go to recovery it reboots to the blue boot logo and then boots back to the regular and just stays at the grey and orange boot logo,the kfu doesn't detect my kindle any thin i can do?
thanks
bennyboy2120 said:
So i installed Twrp on my Kindle fire and then wiped and tried to install custom rom, the rom failed and rebooted to nothing, is therer any way to fix this every time i use the boot menu to go to recovery it reboots to the blue boot logo and then boots back to the regular and just stays at the grey and orange boot logo,the kfu doesn't detect my kindle any thin i can do?
thanks
Click to expand...
Click to collapse
reflash TWRP following
make sure drivers are installed, device manager should see it as a android phone>adb interface
If your PC is running Windows 8.1
Drivers may not install correctly
Watch How to disable driver signature enforcement - Windows 8.1 & 8
and use drivers from Kindle Fire Utility
Download ADB/Fastboot.exe Files from
Kindle.Fire.fastboot.Files.zip md5:5D68723E59AD5C1EFCCD3481C6D8E63B
Verify md5 checksums for files https://sites.google.com/site/sdshadowscollection/home/hash-checksums
Create a folder in c drive named adb,
unzip/extract files,
copy AdbWinUsbApi.dll, AdbWinApi.dll, adb.exe, fastboot.exe, fbmode, fff-u-boot_v1.5.bin, and openrecovery-twrp-2.2.2.1-blaze.img to adb folder.
Open a Command Prompt (start>all programs>accessories>Command prompt)
change directory to adb with
Code:
cd\adb
Code:
fastboot devices
should see something like 123456789 bootloader
if not drivers may need to be fixed
if you get a good response
Code:
fastboot flash recovery openrecovery-twrp-2.2.2.1-blaze.img
fastboot reboot
retry boot recovery option
if still doesn't work
try
Code:
fastboot flash bootloader fff-u-boot_v1.5.bin
stuck at waiting for device
bennyboy2120 said:
So i installed Twrp on my Kindle fire and then wiped and tried to install custom rom, the rom failed and rebooted to nothing, is therer any way to fix this every time i use the boot menu to go to recovery it reboots to the blue boot logo and then boots back to the regular and just stays at the grey and orange boot logo,the kfu doesn't detect my kindle any thin i can do?
thanks
Click to expand...
Click to collapse
sd_shadow said:
reflash TWRP following
make sure drivers are installed, device manager should see it as a android phone>adb interface
If your PC is running Windows 8.1
Drivers may not install correctly
Watch How to disable driver signature enforcement - Windows 8.1 & 8
and use drivers from Kindle Fire Utility
Download ADB/Fastboot.exe Files from
Kindle.Fire.fastboot.Files.zip md5:5D68723E59AD5C1EFCCD3481C6D8E63B
Verify md5 checksums for files https://sites.google.com/site/sdshadowscollection/home/hash-checksums
Create a folder in c drive named adb,
unzip/extract files,
copy AdbWinUsbApi.dll, AdbWinApi.dll, adb.exe, fastboot.exe, fbmode, fff-u-boot_v1.5.bin, and openrecovery-twrp-2.2.2.1-blaze.img to adb folder.
Open a Command Prompt (start>all programs>accessories>Command prompt)
change directory to adb with
Code:
cd\adb
Code:
fastboot devices
should see something like 123456789 bootloader
if not drivers may need to be fixed
if you get a good response
Code:
fastboot flash recovery openrecovery-twrp-2.2.2.1-blaze.img
fastboot reboot
retry boot recovery option
if still doesn't work
try
Code:
fastboot flash bootloader fff-u-boot_v1.5.bin
Click to expand...
Click to collapse
it doesnt get passed the waiting for device when i put in fastboot device
bennyboy2120 said:
it doesnt get passed the waiting for device when i put in fastboot device
Click to expand...
Click to collapse
Drivers are not correct
Sent from my XT862 using Tapatalk
is there a specific driver i need to install ive tried several ones
Use install drivers.bat in kindle fire utility
Sent from my XT862 using Tapatalk
i tried to use kfu to boot into fastboot and everytime it says ok but fff seems to be cutting the boot off if i am right because the kindle will go to the menu then blink then say booting then boot up normally
bennyboy2120 said:
i tried to use kfu to boot into fastboot and everytime it says ok but fff seems to be cutting the boot off if i am right because the kindle will go to the menu then blink then say booting then boot up normally
Click to expand...
Click to collapse
That is fastboot
---------- Post added at 09:27 PM ---------- Previous post was at 09:22 PM ----------
Every time you see press power for boot menu it is in fastboot mode
sd_shadow said:
That is fastboot
---------- Post added at 09:27 PM ---------- Previous post was at 09:22 PM ----------
Every time you see press power for boot menu it is in fastboot mode
Click to expand...
Click to collapse
but the kfu has been sayin waiting for device for a long time
bennyboy2120 said:
but the kfu has been sayin waiting for device for a long time
Click to expand...
Click to collapse
I said use KFU to install drivers, it doesn't work well, to install TWRP, once you have FFF.
---------- Post added at 09:51 PM ---------- Previous post was at 09:50 PM ----------
Did you use the install_drivers.bat?
well if it is then why is it still say waiting for device, im so confused. this is what it says
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Drivers are not correct
bennyboy2120 said:
well if it is then why is it still say waiting for device, im so confused. this is what it says
Click to expand...
Click to collapse
sorry if i am being quick and anoyying i just need to fix it as soon as i can haha
and i don't like repeating my self
Did you run the install_drivers.bat?
i did use the bat file from the kfu 0.9.9 and it said drivers are installed
bennyboy2120 said:
i did use the bat file from the kfu 0.9.9 and it said drivers are installed
Click to expand...
Click to collapse
the driver in device manager says android adb interface, i have no idea what i am doing wrong tough.
bennyboy2120 said:
the driver in device manager says android adb interface, i have no idea what i am doing wrong tough.
Click to expand...
Click to collapse
try rebooting pc
---------- Post added at 11:11 PM ---------- Previous post was at 10:48 PM ----------
If still haven't got it, maybe time for SoupKit
Sent from my XT862 using Tapatalk
---------- Post added at 11:13 PM ---------- Previous post was at 11:11 PM ----------
Or a different PC
Sent from my XT862 using Tapatalk
might have to go to soupkit haha
bennyboy2120 said:
might have to go to soupkit haha
Click to expand...
Click to collapse
Be careful with soupkit, its not a toy...
My Kindle Fire is 6.3.2.
I tried to root it using KFU. I went to install_drivers.bat, and it says "google, inc- Winusb failed." For some stupid reason, i chose to ignore that and went on to root through the KFU and "Install permanent root with superuser" and now it says
Fastboot uses a different device than ADB.
You should check device manager for "Kindle" or "Amazon"
If you see it, rerun the driver installer that came packaged with KFU
Installing FFF...
<waiting for device>
So I am now stuck on a permanent logo screen (Black and orange), with no animation. I can turn it off and on.
Pretty much everything I try to do ends with "waiting for device."
I believe it has something to do with missing drivers, although I am not entirely sure on any of this at this point.
Windows 7 or 8?
Sent from my XT862 using Tapatalk
Maybe try the unbrick utility.
I'm having some issues with the KFU myself, after installing the drivers Windows device manager no longer sees the Kindle when it's stock booted. I can mount from TWRP but it appears under Portable devices as E:/ , not Kindle. Root and installation of google apps did not take, though it ran to completion and said all done. KFU hangs when it tries to activated Fastboot (4002) so many of the other options of KFU wont run.
Arkasai said:
Maybe try the unbrick utility.
I'm having some issues with the KFU myself, after installing the drivers Windows device manager no longer sees the Kindle when it's stock booted. I can mount from TWRP but it appears under Portable devices as E:/ , not Kindle. Root and installation of google apps did not take, though it ran to completion and said all done. KFU hangs when it tries to activated Fastboot (4002) so many of the other options of KFU wont run.
Click to expand...
Click to collapse
If drivers are installed correctly Kindle Fire should be seen as Android Phone>adb interface
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
---------- Post added at 07:35 PM ---------- Previous post was at 07:34 PM ----------
sd_shadow said:
Windows 7 or 8?
Sent from my XT862 using Tapatalk
Click to expand...
Click to collapse
Windows 8.1, sorry. I've already disabled driver signature reinforcement.
Itzel_55 said:
Windows 8.1, sorry. I've already disabled driver signature reinforcement.
Click to expand...
Click to collapse
is kindle listed like in screenshots in my last post?
sd_shadow said:
is kindle listed like in screenshots in my last post?
Click to expand...
Click to collapse
Ok, this is new...
It says:
Kindle Fire
-Kindle Orange Fastboot Mode | Gen 1
Itzel_55 said:
Ok, this is new...
It says:
Kindle Fire
-Kindle Orange Fastboot Mode | Gen 1
Click to expand...
Click to collapse
have you tried the install TWRP option in KFU?
may have to restart the Kindle a couple of times
sd_shadow said:
have you tried the install TWRP option in KFU?
may have to restart the Kindle a couple of times
Click to expand...
Click to collapse
Note: Now the Kindle is not being recognized when plugged in via USB. not sure why, no conditions have changed.
Tried to install TWRP via KFU. Says that...
Oops... something went wrong.
We are unable to locate your Kindle Fire.
Make sure it is plugged in and powered on.
<waiting for device >
I have already tried the options on the KF Unbricking Utility.
Itzel_55 said:
Note: Now the Kindle is not being recognized when plugged in via USB. not sure why, no conditions have changed.
Tried to install TWRP via KFU. Says that...
Oops... something went wrong.
We are unable to locate your Kindle Fire.
Make sure it is plugged in and powered on.
<waiting for device >
I have already tried the options on the KF Unbricking Utility.
Click to expand...
Click to collapse
could be low battery, power off, then try charging with wall charger
---------- Post added at 03:09 PM ---------- Previous post was at 03:07 PM ----------
or maybe time for SoupKit
sd_shadow said:
could be low battery, power off, then try charging with wall charger
---------- Post added at 03:09 PM ---------- Previous post was at 03:07 PM ----------
or maybe time for SoupKit
Click to expand...
Click to collapse
Ok, I wasn't running KFU through administrator. Smoooooth...
The Kindle is now recognized when plugged in through USB, still says
Kindle
-Kindle Orange Fastboot Mode | Gen 1
KFU says ADB Status: Online, Boot Status: Unknown
I tried installing TWRP through KFU and now it says
Setting normal bootmode
Please wait....
The system cannot find the path specified
The system cannot find the path specified
*******************************************************
* All Done! *
*******************************************************
Thats all folks, TWRP has been installed.
Please tap reboot on the kindle.
Press any key to continue....
So obviously, I tried rebooting again, and again, and still the same logo screen, no animation.
Note: In the device manager driver details, my kindles drivers are the same as the screenshot posted earlier.
Ok, just switched to a Windows 7 PC. I just successfully installed the drivers using the install_drivers.bat in the KFU.
In the Device Manager, it's now showing up as..
Android Phone
Android ADB Interface
The Kindle still shows as the white and orange splash screen, with no animation.
try my Using Factory/Fastboot Cable to Flash FFF Bootloader and TWRP Recovery
just don't need the fastboot cable if already in fastboot mode
sd_shadow said:
try my Using Factory/Fastboot Cable to Flash FFF Bootloader and TWRP Recovery
just don't need the fastboot cable if already in fastboot mode
Click to expand...
Click to collapse
THANK YOU!
I followed the video, and now I am at the point that the video left on.
So obviously I'm trying to install a ROM (Jellybean/ Cyanamogen). From this point, how would I go about doing that?
I just really don't want to screw this up again.
Itzel_55 said:
THANK YOU!
I followed the video, and now I am at the point that the video left on.
So obviously I'm trying to install a ROM (Jellybean/ Cyanamogen). From this point, how would I go about doing that?
I just really don't want to screw this up again.
Click to expand...
Click to collapse
Some more here http://forum.xda-developers.com/showthread.php?t=2828056
[How To][Videos] For Kindle Fire 1 [2014]
Sent from my XT894 using Tapatalk
sd_shadow said:
Some more here http://forum.xda-developers.com/showthread.php?t=2828056
[How To][Videos] For Kindle Fire 1 [2014]
Sent from my XT894 using Tapatalk
Click to expand...
Click to collapse
Once again, thanks for the help.
I am now happily running cyanogen.
Itzel_55 said:
Once again, thanks for the help.
I am now happily running cyanogen.
Click to expand...
Click to collapse
Ok, now I have another problem, with a completely different Kindle (6.3.2)
I've installed FFF and TWRP, and I'm trying to install Jellybean 4.2.2 on it through TWRP.
When I'm trying to move the ROM and GAPPS zips to the G: folder, it won't show up, even though the kindle is recognized as..
Android Phone
Android ADB Composite Interface
I'm almost positive this is because the Kindle has a passcode on it, which i forgot to remove before this whole process. This wouldn't be a huge deal, as a factory reset through TWRP would erase the pass code anyways. However, after I do the factory reset successfully, and then go to reboot-system, it will go back to the blue/white logo, then go to the white/orange unanimated logo, which it gets stuck at.
If there was a way to get the files onto the SD without going through the conventional way, it wouldn't be an issue, but i don't know of way to
In twrp wipe/advanced/SD card swipe to wipe
Or
Use adb
adb push filename /sdcard
Sent from my XT894 using Tapatalk
sd_shadow said:
In twrp wipe/advanced/SD card swipe to wipe
Or
Use adb
adb push filename /sdcard
Sent from my XT894 using Tapatalk
Click to expand...
Click to collapse
Tried the first one, didn't work.
What do you mean by the second one?
Itzel_55 said:
Tried the first one, didn't work.
Click to expand...
Click to collapse
what does that mean? error(s)?
What do you mean by the second one?
Click to expand...
Click to collapse
You used fastboot.exe to flash twrp and bootloader, right?
Code:
fastboot -i 0x1949 flash recovery openrecovery-twrp-2.7.1.0-otter.img
fastboot -i 0x1949 flash bootloader fff-u-boot_v1.5.bin
so you have adb.exe that came with it, use adb.exe to push rom and gapps to sd card
place rom and gapps files in c:adb folder use exact file names
Code:
adb push romname.zip /sdcard
adb push gappsname.zip /sdcard
like I did in my [YouTube] OtterX ROM/TWRP/Bootloader [2014-05-08] @12:20
So I was rooted and decided I wanted to go back to stock. Foolishly before doing anything I wiped my SDcard, deleting my TWRP backup. I went in to TWRP and wiped DATA and SYSTEM. Now I can not get my Kindle to boot. It just sits at the booting screen. I have tried to install several ROMs but nothing works. They all fail to install. I changed my build.prop to read as a Nexus 7 so that may be the issue but I can't find the build.prop file to edit it back. It's not in /system. KFU didn't help and I cant get the Unbrick tool to even run on my laptop (Windows 10). Any help would be greatly appreciated!
CannibalAngel said:
So I was rooted and decided I wanted to go back to stock. Foolishly before doing anything I wiped my SDcard, deleting my TWRP backup. I went in to TWRP and wiped DATA and SYSTEM. Now I can not get my Kindle to boot. It just sits at the booting screen. I have tried to install several ROMs but nothing works. They all fail to install. I changed my build.prop to read as a Nexus 7 so that may be the issue but I can't find the build.prop file to edit it back. It's not in /system. KFU didn't help and I cant get the Unbrick tool to even run on my laptop (Windows 10). Any help would be greatly appreciated!
Click to expand...
Click to collapse
see Fastboot cable in
Fire Index: Which Amazon (Kindle) Fire Do I have?
---------- Post added at 03:18 AM ---------- Previous post was at 03:17 AM ----------
build.prop has nothing to do with drivers
sd_shadow said:
see Fastboot cable in
Fire Index: Which Amazon (Kindle) Fire Do I have?
---------- Post added at 03:18 AM ---------- Previous post was at 03:17 AM ----------
build.prop has nothing to do with drivers
Click to expand...
Click to collapse
I'm not sure what you are trying to tell me here. I can see the Kindle in ADB. I can run ABD commands against the kindle. This is not an ADB or Driver issue. The issue is that I wiped the system and data partitions and now the Kindle has no OS and I can not get a new one installed.
CannibalAngel said:
I'm not sure what you are trying to tell me here. I can see the Kindle in ADB. I can run ABD commands against the kindle. This is not an ADB or Driver issue. The issue is that I wiped the system and data partitions and now the Kindle has no OS and I can not get a new one installed.
Click to expand...
Click to collapse
if you wiped /system
adb commands are not going to fix it
flash FFF and Twrp with fastboot
sd_shadow said:
if you wiped /system
adb commands are not going to fix it
flash FFF and Twrp with fastboot
Click to expand...
Click to collapse
Ahh okay. Thanks! I'll try that when I get home tonight then.
EDIT: Thought I could get FFF installed via KFU. I could not. Guess I'll have to order a fastboot cable to fix it
sd_shadow said:
if you wiped /system
adb commands are not going to fix it
flash FFF and Twrp with fastboot
Click to expand...
Click to collapse
Finally got around to getting a fastboot cable. Now, how do I fix the Kindle? I'm not sure that it is going into fastboot mode. It just sits on a screen with the white and blue Kindle Fire logo and says "Booting..." at the bottom of the screen.
CannibalAngel said:
Finally got around to getting a fastboot cable. Now, how do I fix the Kindle? I'm not sure that it is going into fastboot mode. It just sits on a screen with the white and blue Kindle Fire logo and says "Booting..." at the bottom of the screen.
Click to expand...
Click to collapse
with Fire powered off,
cable not connected to the computer
connect the Fastboot cable to the Fire
then connect cable to the computer
Sent from my XT1254 using Tapatalk
sd_shadow said:
with Fire powered off,
cable not connected to the computer
connect the Fastboot cable to the Fire
then connect cable to the computer
Sent from my XT1254 using Tapatalk
Click to expand...
Click to collapse
Still not working. As soon as I plug the cable into the powered off Kindle, the Kindle turns on. I then plug the USB into the PC. It sits at that same screen.
I run adb devices and it sees it just fine. I run "fastboot -i 0x1949 getvar product" and is says "Waiting for device". I run "fastboot -i 0x1949 devices" and it returns a blank line. It may be a driver issue. I tried installing drivers from KFU but it fails every time. Any idea where I can get the drivers? I'm on Windows 10.
CannibalAngel said:
Still not working. As soon as I plug the cable into the powered off Kindle, the Kindle turns on. I then plug the USB into the PC. It sits at that same screen.
I run adb devices and it sees it just fine. I run "fastboot -i 0x1949 getvar product" and is says "Waiting for device". I run "fastboot -i 0x1949 devices" and it returns a blank line. It may be a driver issue. I tried installing drivers from KFU but it fails every time. Any idea where I can get the drivers? I'm on Windows 10.
Click to expand...
Click to collapse
driver signature enforcement needs to be turned off, to install drivers from KFU
if adb commands work, fastboot commands will not, and visa versa
they are mutually exclusive
Could try running fastboot command before plugging fastboot cable in
sd_shadow said:
driver signature enforcement needs to be turned off, to install drivers from KFU
if adb commands work, fastboot commands will not, and visa versa
they are mutually exclusive
Could try running fastboot command before plugging fastboot cable in
Click to expand...
Click to collapse
YAY! I got it recognized in fastboot. Now, can you point me to a guide on how to install fff and TWRP with fastboot?
CannibalAngel said:
YAY! I got it recognized in fastboot. Now, can you point me to a guide on how to install fff and TWRP with fastboot?
Click to expand...
Click to collapse
How to flash twrp and firefirefire with a Fastboot cable
http://forum.xda-developers.com/showpost.php?p=53652317&postcount=2
sd_shadow said:
How to flash twrp and firefirefire with a Fastboot cable
http://forum.xda-developers.com/showpost.php?p=53652317&postcount=2
Click to expand...
Click to collapse
Thanks! It seems that I got fff and TWRP installed just fine. However, when trying to install a ROM I get this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my LG-H901 using Tapatalk
CannibalAngel said:
Thanks! It seems that I got fff and TWRP installed just fine. However, when trying to install a ROM I get this:
Click to expand...
Click to collapse
which Rom
which twrp?
sd_shadow said:
which Rom
which twrp?
Click to expand...
Click to collapse
TWRP 2.8.5.0
Stock Kindle ROM from Amazon
Sent from my LG-H901 using Tapatalk
CannibalAngel said:
TWRP 2.8.5.0
Stock Kindle ROM from Amazon
Click to expand...
Click to collapse
stock rom will only install with twrp 2.2.2.1 or lower
sd_shadow said:
stock rom will only install with twrp 2.2.2.1 or lower
Click to expand...
Click to collapse
Thanks for all of your help! I installed TWRP 2.2.2.0 and it worked perfectly.