[Q] Kindle Fire stuck on TWRP screen (recovery mode) - Kindle Fire Q&A, Help & Troubleshooting

Hi everyone,
I'm an Italian new user here on the XDA Developers Forum (so.. please forgive my English ) and I'm here to get help for my new Kindle Fire.
I've received it some days ago and i try to root it to install the Android Market (KF is not yet distribute here in Italy).
I followed some guide founded on italian forums, but now i'm stucked on the TWRP screen (on the KF, in recovery mode).
Some data about my situation
- PC OS: Windows XP Home SP2
- KF firmware: 6.3
- ADB installed
- files fbmode, TWRP 2.0, su, Superuser downloaded and placed in ADB cartel
This is what I've done:
After launching
fastboot -i 0×1949 boot twrp-blaze-2.0.0RC0.img
my KF is blocked on the yellow triangle screen (the one with the "Press power button for recovery" voice)
{
"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"
}
I run the Kindle Fire Utility - select Bootmode Menu - 3.Recovery
KF reboot a pair of times, with the tipical sound of a device reconnecting to the PC; finally I have the TWRP screen on the KF, with the buttons Install-Backup-Restore-Wipe-Mount-Settings-Advanced-Reboot
Running DOS command, I find my KF in recovery mode
In Windows Device Manager I find just the voice "Android Phone - Android Composite ADB Device" (sorry for the Italian printscreen)
..while I find the voice "Amazon Kindle USB Device" under "Hard Drive"
If i check Control Panel - Hardware Installation (sorry.. I don't know the translation for this word.. could be Hardware Setting or Facility), the device is correctly installed
In Kindle Fire Utility, if I make a different selection on the Bootmode Menu:
1.Normal - Kf reboot a pair of times, then returns on the TWRP screen (Boot Status 0x5003)
2.Fastboot - nothing seems to run
So, I run Kindle Unbrick UtilityV1.1:
Recovery Loop - Kindle unbrick in progress <wainting for device>
..after a few seconds OKAY, Congratulations, your Kindle should be unbricked ...and doesn't proceed.
Stuck at logo - Kindle unbrick in progress <idme> write 4000 to offset 0x1000. Congratulations, your Kindle should be unbricked
..Kf reboot a pair of times, then returns on the TWRP screen
Framework-Res - a pair of DOS command lines, then Kf reboot a pair of times, then returns on the TWRP screen
Modded/system/app - as Framework-Res
Other - Kf reboot a pair of times, then returns on the Yellow Triangle screen
..so, here I am, blocked rooting the KF and without any ideas about how to proceed.
At the moment.. I've got a beautiful expensive mirror, and not a Kindle
I hope someone could help me.. if someone understand my awful English :laugh:

Your FFF and TWRP are outdated. Get the latest TWRP from here: http://teamw.in/project/twrp2/79
And the latest FFF from here: http://forum.xda-developers.com/showthread.php?t=1632375
You're most likely stuck in fastboot mode. You can verify this by seeing if "fastboot getvar product" or "fastboot devices" output anything.
Either way, you don't need to worry about getting out of fastboot mode if you update the bootloader and the recovery; the updates fix the bug related to bootmode changes.

Dasanko said:
Your FFF and TWRP are outdated. Get the latest TWRP from here: http://teamw.in/project/twrp2/79
And the latest FFF from here: http://forum.xda-developers.com/showthread.php?t=1632375
You're most likely stuck in fastboot mode. You can verify this by seeing if "fastboot getvar product" or "fastboot devices" output anything.
Either way, you don't need to worry about getting out of fastboot mode if you update the bootloader and the recovery; the updates fix the bug related to bootmode changes.
Click to expand...
Click to collapse
Thank you in advance for your answer.
I'm goint to download the latest FFF and TWRP as soon as I come back home in the afternoon.
To update them.. How can I do? I download the latest, I cancel the older under the ADB cartel, I put the latest under the ADB cartel and the I re-launch the installing commands by the DOS prompt?
When you say "You can verify this by seeing if "fastboot getvar product" or "fastboot devices" output anything" do you mean to run that commands by the DOS prompt?

You can run those commands from a command line prompt started at KFU/tools
To update FFF, just install its zip from TWRP.
To update TWRP, as you're stuck on fastboot now, type "fastboot flash recovery openrecovery-twrp-blaze-2.1.1.img"

To other people that are going to be asking questions.
See how detailed this question was? This is the kind of stuff people should be asking instead of "oh noes, my kindle is not rooting please help!" It makes it a whole lot easier to help you. *end rant*

Dasanko said:
You can run those commands from a command line prompt started at KFU/tools
Click to expand...
Click to collapse
Done: both the command output anything.
Dasanko said:
To update FFF, just install its zip from TWRP.
To update TWRP, as you're stuck on fastboot now, type "fastboot flash recovery openrecovery-twrp-blaze-2.1.1.img"
Click to expand...
Click to collapse
I try to update at first TWRP.
I download the openrecovery-twrp-blaze-2.1.1.img, put it under the ADB cartel (C:\Programs\Android\android-sdk\platform-tools) and launch (by DOS) the command fastboot flash recovery openrecovery-twrp-blaze-2.1.1.img but it keep looking for the device (the device situation is the same of my last post):
About upgradind FFF:
you tell me to install it from TWRP. On the TWRP screen on the KF I have the Install Button.. but how can I put the new FFF ont the KF root?
Is this the correct procedure?
Sorry for my many questions.. but I'm still stuck in this situation.
I also accept temporary solution to return to the normal situation (KF working, without rooting it), just to use it during my holidays.
Help :fingers-crossed:

To move FFF 1.4a's install zip into the SD card:
Get in TWRP and connect the KF to the computer, if ADB is working properly, run:
adb shell mount sdcard
adb push fff.zip /sdcard/
adb shell umount sdcard
The first command may return an error if it's already mounted, ignore it if that's the case. Then you can just press install, it'll be at the root of the SD card.
About updating FFF: your fastboot drivers may not be installed. You can get the KF stuck in fastboot mode, so Windows will have enough time to detect the device and let you install the drivers, by typing the following from ADB (get in TWRP first):
adb shell idme bootmode 4002
Once your fastboot drivers are sorted, "fastboot devices" or "fastboot getvar product" will return results.
At that point, issue:
fastboot flash recovery twrp.img
(replace twrp with your file's name) to update TWRP, then set the bootmode back to normal with:
fastboot oem idme bootmode 4000
As a side note, TWRP 2.2 is out. You may want to flash that instead of 2.1.1

Back from holidays.. back at work on my KF :fingers-crossed:
I upgrade TWRP at v2.2.0, using Kindle Fire Utility.
Always using Kindle Fire Utility I install the latest version of FireFireFire:
Everything seems ok: with the DOS command adb devices I finally see the KF as "device" (an not as "recovery")
and in Windows Device Manager I find "Android Phone - Android Composite ADB Device" and "Amazon Kindle USB Device" under "Hard Drive"
Completed this operation, I'm stucked at KF logo.
So, I launch Kindle Fire Utility: I choose "Install Permanent Root with Superuser". Something goes ok, somethings goes wrong.
I waited for 30 minutes.. nothing happened.
But the KF passed form the KF logo to the TWRP screen and the command adb devices reported me the passage from device to recovery
..I'm going to burn the KF...
[UPDATE]
Before burning the KF.. I re-launch Kindle Fire Utility - Install Latest FireFireFire.
We are back at KF logo and adb devices - device
I launch Kindle Fire Unbrick v1.1 - Stuck at Logo function
The KF remains stucked at logo and adb devices - still device
I re-launch Kindle Fire Utility - "Install Permanent Root with Superuser". Same situation (no more KF logo but TWRP screen):
I also tried this solution Stuck at KF Logo but it's still stucked at KF logo.
I must say: I ran the "install_driver.bat" but it doesn't worked
I modified the code LANGUAGE in dpinst.xml (0x0409 - italian)

You have FFF1.4 installed, so use it the way it was intended.
http://forum.xda-developers.com/showthread.php?t=1632375
It would also help to read this:
http://forum.xda-developers.com/showpost.php?p=23747567

soupmagnet said:
You have FFF1.4 installed, so use it the way it was intended.
http://forum.xda-developers.com/showthread.php?t=1632375
It would also help to read this:
http://forum.xda-developers.com/showpost.php?p=23747567
Click to expand...
Click to collapse
Thank you Soupmagnet; I downloaded the Bootloader FFF 1.4A;
now i must learn how to "Apply this flash.zip from recovery just like any other ROM or kernel .zip file" cause I'm such a noob in this matters.
I hope the link to the guide you posted will help me

When you boot up, if you see a blue Kindle Fire logo, it's already installed. Otherwise, put it on your sdcard via adb or the mount function in twrp, then select install, find and select it in the menu and flash.

soupmagnet said:
When you boot up, if you see a blue Kindle Fire logo, it's already installed. Otherwise, put it on your sdcard via adb or the mount function in twrp, then select install, find and select it in the menu and flash.
Click to expand...
Click to collapse
When I boot up I see a blue KF logo, then it's stucked on the yellow KF logo.
Installing a custom ROM
This section assumes the device is already booted into TWRP recovery.
1) Carefully read the ROM thread for specific directions and warnings provided by the developer when flashing any new ROM.
2) Copy the custom ROM zip file to the /sdcard directory on the Kindle Fire...
Code:
adb push C:\kfu\software\ROM.zip /sdcard/
You must replace the "ROM.zip" part of the above command to the actual name ROM's zip file you've downloaded.
3) From the main menu of TWRP, "Wipe -> Factory Reset" to remove the existing files in the data and cache partitions that could interfere with the operation of the new system software. A "Factory Reset" will delete any installed apps, software/network settings, etc. It will not touch the /sdcard directory that contains music, eBooks, and files of that nature.
4) From the main menu of TWRP, "Install" to flash the ROM onto your device. Navigate to the /sdcard directory on the left (should be the default the first time you use TWRP) and select the file from the list on the right. Then simply "Swipe to Confirm Flash" to install.
5) From the main menu of TWRP, "Reboot -> System" to boot into the newly flash ROM.
Congratulations! You have completely replaced the stock Kindle Fire software with a custom ROM!

Emmegei said:
When I boot up I see a blue KF logo, then it's stucked on the yellow KF logo.
Installing a custom ROM
This section assumes the device is already booted into TWRP recovery.
1) Carefully read the ROM thread for specific directions and warnings provided by the developer when flashing any new ROM.
2) Copy the custom ROM zip file to the /sdcard directory on the Kindle Fire...
Code:
adb push C:\kfu\software\ROM.zip /sdcard/
You must replace the "ROM.zip" part of the above command to the actual name ROM's zip file you've downloaded.
3) From the main menu of TWRP, "Wipe -> Factory Reset" to remove the existing files in the data and cache partitions that could interfere with the operation of the new system software. A "Factory Reset" will delete any installed apps, software/network settings, etc. It will not touch the /sdcard directory that contains music, eBooks, and files of that nature.
4) From the main menu of TWRP, "Install" to flash the ROM onto your device. Navigate to the /sdcard directory on the left (should be the default the first time you use TWRP) and select the file from the list on the right. Then simply "Swipe to Confirm Flash" to install.
5) From the main menu of TWRP, "Reboot -> System" to boot into the newly flash ROM.
Congratulations! You have completely replaced the stock Kindle Fire software with a custom ROM!
Click to expand...
Click to collapse
The first boot logo is the bootloader (FFF1.4). The second one is the boot animation of the stock Kindle Fire software (which is having conflicts). You need to transfer a ROM to your device, factory reset (wipe) and wipe system. Then flash the ROM as with FFF before. Afterwards it wouldn't hurt to wipe cache and dalvik.

soupmagnet said:
The first boot logo is the bootloader (FFF1.4). The second one is the boot animation of the stock Kindle Fire software (which is having conflicts). You need to transfer a ROM to your device, factory reset (wipe) and wipe system. Then flash the ROM as with FFF before. Afterwards it wouldn't hurt to wipe cache and dalvik.
Click to expand...
Click to collapse
Done.
I transfered the ROM with adb push C:\kfu\software\fff-u-boot_v1.4a.zip /sdcard/
On TWRP, "Wipe -> Factory Reset"
On TWRP, "Install" -> fff-u-boot_v1.4a.zip + "Swipe to Confirm Flash"
On TWRP, "Reboot -> System".. system stands for 30 minutes trying to rebooting; I manually launch the reboot from adb reboot
KF reboots in recovery mode, with the TWRP screen on.
On TWRP, "Wipe -> Cache + Dalvik"
Is this the correct situation?

You don't wipe anything before installing FFF. It is only necessary to wipe those partitions when you are installing a different ROM. If you try to reboot into the system at this point, nothing will happen because you wiped those partitions. Flash a ROM to fix it.

I'm so lost
I'm so lost about what I need to do to get my kindle working again. I guess I'm stuck in a boot loop. With the kindle plugged into the computer it shows up in the device manager as "Android phone -> Android ADB interface (right?). It first got stuck like this a while back and I could boot into TWRP. I tried to flash an update ROM but couldn't find it with the navigation interface. But a couple of days ago I was poking around trying to get it back and using Kindle Fire Utility I was able to install (it went through the KFU download first) Clockwork Recovery Mod. Using CRM, if I try to apply \sdcard\update.zip it says "no such file or directory" and installation aborted. Can someone point me in the right direction? I hope this is enough info but like I said I am SO confused about what to do next.

more info like maybe start your own thread saying you think your in a boot loop means nothing to me cwmr is not industry standard doubt it ever will be... you have fff.. in a bootloop what does it look like? there are about a hundred ways to incorrectly flash update.zip and only 1 way to do it correctly... I dont recommend this for you because of you level of experience which sounds to be nill to none...android adb interface is the incorrect driver or its an indication of being in fastboot... if your in recovery and plug it in it should read android composite adb interface...at this point I suggest you fix your drivers and do nothing with your kindle till that is sorted and we have more info to digest in order to direct you in the proper fashion with out so much guessing so start a thread provide more detail...
http://forum.xda-developers.com/showthread.php?t=1638452
http://forum.xda-developers.com/showthread.php?t=1644970
http://forum.xda-developers.com/showthread.php?t=1552547

Thank you for your help. I will start a new thread and will try to give as much info as I can. In the meantime Device Manager now says "Android Phone -> Android Composite ADB Interface" Is that a step in the right direction?

Solved?
digz6666 said:
I end up in TWRP mode, cannot do anything, tried rebooting into recovery or bootloader.
It says some errors while moving root_check or something.
mv /system/bin/check_rooted failed
Click to expand...
Click to collapse
Hi there!
I was having the exact same problem and I guess I kinda solved it on my own.
I researched a little bit and found the following post regarding the rename-error:
can be ignored because it's allready renamed ...
Click to expand...
Click to collapse
I thought "Well, nice! But that doesn't solve the problem that I'm stuck at TWRP..."
Then I found a completed log file of the KFU root process which ended with...
***********************************************
* Root Installed *
***********************************************
Permanent root has been installed.
With great power, comes great responsibility.
Please be careful with how you use root.
Click to expand...
Click to collapse
I noticed that there was only one little step between the rename-error and the above final message:
Installing Superuser.apk
Click to expand...
Click to collapse
I found the superuser.apk file in the files folder of KFU, put it on my Kindle Fire, switched to fastboot mode (wasn't sure if I need it) and... installed it! Manually! (via ES File Explorer)
Then I installed the Google Apps and locked the wallpaper via KFU - it worked! I tested the Google Play store - and it worked too!
Do I get it right that everything is fine now? Or is it possible that I'm still missing anything? If the latter is the case I'm not noticing it...
EDIT: Oh, and one more question. I thought that the FireFireFire bootloader would replace the old bootloader. But after the FireFireFire bootloader is finished the stock bootloader starts. Is that right?

bjaxx87 said:
EDIT: Oh, and one more question. I thought that the FireFireFire bootloader would replace the old bootloader. But after the FireFireFire bootloader is finished the stock bootloader starts. Is that right?
Click to expand...
Click to collapse
No. What you're seeing is the stock Kindle Fire animation. There isn't enough room in the boot partition for two bootloaders.

Related

Restore kindle fire after twrp2.0 to factory default without firefirefire

Hey I tried like many other people here to get twrp2.0 on to my Kindle Fire 6.2.2.
the twrp installation stocked at the Yellow Triangle. I set the boot normal option and I can Boot to the Kindle Fire OS.
But I still have the firefirefire boot loader with the Yellow Triangle on my Device when booting.
Is there any chance to remove it? I read some people did a update from 6.2.1 to 6.2.2. But I already have 6.2.2 installed. Is there any other way to remove it?
Or is there any other bootloader I can Use I would so like to install Android ICS on my Kindle Fire.
why do you want to remove it ?
it is your "safety net" to get to recovery in case of a failure !
fff and a recovery (twrp or cwm) are the most important things to have on a rooted kf to avoid realy complicated bricks
because it is not working I can not boot in to the recovery mode so it is useless for me I think so I just want to go back to the Original Firmware.
that will not help you
if you want to install a other rom then you need twrp
the trwp install failure is very common and very easy to fix:
download twrp from http://techerrata.com/file/twrp2/twrp-blaze-2.0.0RC0.img
rename it to "recovery.img" and copy it over the bad file in the recovery folder of kfu
then do the install again - you'll see it works
I am curious about restoring the factory kindle software myself. Not because I don't like cm. Everything works great including firefirefire, twrp, and cm9. I have just installed cm on a few kindles that don't belong to me and I know sooner or later someone is going to say, "I want my original software back" I am assuming the process will be as easy as using twrp to install a stock.zip or similar for a stock rom? In the event they want to have the original kindle boot logo, will that be as simple as using adb to issue a simple DD if=stockboot.img of=/some/blkdev/on/kindle? Thanks in advance
Sent from my Amazon Kindle Fire using Tapatalk
use gscript to install stock bootloader
linuxsociety said:
I am curious about restoring the factory kindle software myself. Not because I don't like cm. Everything works great including firefirefire, twrp, and cm9. I have just installed cm on a few kindles that don't belong to me and I know sooner or later someone is going to say, "I want my original software back" I am assuming the process will be as easy as using twrp to install a stock.zip or similar for a stock rom? In the event they want to have the original kindle boot logo, will that be as simple as using adb to issue a simple DD if=stockboot.img of=/some/blkdev/on/kindle? Thanks in advance
Sent from my Amazon Kindle Fire using Tapatalk
Click to expand...
Click to collapse
I just restored to original stock kindle fire today. It is very easy, I'll list the steps below for anybody wanting to do this. You do need TWRP installed previously. The stock kindle fire logo is also restored.
Download the stock Kindle Fire Version 6.2.2 here
http://www.amazon.com/gp/help/customer/display.html/ref=hp_k6_updatesi?nodeId=200790620
1. Connect USB cable to Kindle Fire.
2. Mount it as USB Mass Storage mode.
3. At PC, rename Kindle Fire Software Update bin file to update.zip.
4. Copy update.zip to Kindle Fire SDcard (root level).
5. Turn off USB Mass Storage mode.
6. Unplug USB cable.
7. Power off Kindle Fire.
8. Power on it.
9. Press power button until light turn orange.
10. TWRP 2.0 Recovery will be loaded then.
11. Select Wipe.
12. Select Cache then Wipe cache.
13. Select Dalvik Cache then Wipe dalvik-cache.
14. Select Factory Reset then Factory Reset.
15. Go back to Home.
16. Select Install this time.
17. Then select update.zip.
18. Select Flash after that.
19. After installed, select Reboot System.
b63 said:
that will not help you
if you want to install a other rom then you need twrp
the trwp install failure is very common and very easy to fix:
download twrp from ....
rename it to "recovery.img" and copy it over the bad file in the recovery folder of kfu
then do the install again - you'll see it works
Click to expand...
Click to collapse
I tried this and tried the installation again:
Code:
Make sure to follow instructions given to you!
recovery.img has been found.
***********************************************
* NOTICE *
***********************************************
Installing TWRP...
If we get stuck here for awhile, power the kindle on and off a few times.
You should also check device manager for "kindle" If so, rerun the driver
installer that came packaged with KFU.
***********************************************
* Activating Fastboot (4002) *
***********************************************
<idme> write 4002 to offset 0x1000
The kindle has been told to reboot in Fastboot Mode.
< waiting for device >
Here the device rebooted and don't come up anymore stuck at yellow triangle:
Than I opened another terminal and did this:
Code:
fastboot -i 0x1949 oem idme bootmode 4000
...
OKAY [ 0.197s]
finished. total time: 0.197s
Kindle Fire OS is booted:
But I still have this message on my Screen:
Code:
***********************************************
* Activating Fastboot (4002) *
***********************************************
<idme> write 4002 to offset 0x1000
The kindle has been told to reboot in Fastboot Mode.
< waiting for device >
But still no twrp or any progress in the Terminal. Anyone an idea?
all u did was change bootmodes. u need to flash twrp or use my gscript method to install twrp or clockworkmod. look in the dev section.
Sent from my HTC Glacier using xda premium
smirkis said:
all u did was change bootmodes. u need to flash twrp or use my gscript method to install twrp or clockworkmod. look in the dev section.
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
thx that helped me a lot. I did it and it worked great:
I followed this guide. And now I installed ICS 4 with the Hashcode Zone ROM and it is just awesome:
http://forum.xda-developers.com/showthread.php?t=1430160
_Justin said:
I just restored to original stock kindle fire today. It is very easy, I'll list the steps below for anybody wanting to do this. You do need TWRP installed previously. The stock kindle fire logo is also restored.
Download the stock Kindle Fire Version 6.2.2 here
http://www.amazon.com/gp/help/customer/display.html/ref=hp_k6_updatesi?nodeId=200790620
1. Connect USB cable to Kindle Fire.
2. Mount it as USB Mass Storage mode.
3. At PC, rename Kindle Fire Software Update bin file to update.zip.
4. Copy update.zip to Kindle Fire SDcard (root level).
5. Turn off USB Mass Storage mode.
6. Unplug USB cable.
7. Power off Kindle Fire.
8. Power on it.
9. Press power button until light turn orange.
10. TWRP 2.0 Recovery will be loaded then.
11. Select Wipe.
12. Select Cache then Wipe cache.
13. Select Dalvik Cache then Wipe dalvik-cache.
14. Select Factory Reset then Factory Reset.
15. Go back to Home.
16. Select Install this time.
17. Then select update.zip.
18. Select Flash after that.
19. After installed, select Reboot System.
Click to expand...
Click to collapse
I followed these instructions but TWRP 2.0 seems to be stuck. It says "Factory reset started" and then "Factory reset complete" twice. Then "E:Unable to open zip file." I renamed the bin file to Update.zip as instructed.
Is it OK to try and get out of this and reboot back to TWRP?
Facing a similar issue.
keamas said:
Hey I tried like many other people here to get twrp2.0 on to my Kindle Fire 6.2.2.
the twrp installation stocked at the Yellow Triangle. I set the boot normal option and I can Boot to the Kindle Fire OS.
But I still have the firefirefire boot loader with the Yellow Triangle on my Device when booting.
Is there any chance to remove it? I read some people did a update from 6.2.1 to 6.2.2. But I already have 6.2.2 installed. Is there any other way to remove it?
Or is there any other bootloader I can Use I would so like to install Android ICS on my Kindle Fire.
Click to expand...
Click to collapse
I face a similar issue. My KF automatically shut down and goes into the yellow triangle loop while watching YouTube. And it got stuck in the yellow triangle attempted to fastboo to normal boot. Within the few second it **** down and goes into the yellow triangle.
I just want to restore my kf to the stock firmware how can I do that.
fishermen21 said:
I face a similar issue. My KF automatically shut down and goes into the yellow triangle loop while watching YouTube. And it got stuck in the yellow triangle attempted to fastboo to normal boot. Within the few second it **** down and goes into the yellow triangle.
I just want to restore my kf to the stock firmware how can I do that.
Click to expand...
Click to collapse
I am having the exact same issues but my Kindle just reboots to the triangle randomly.
It all started when I decided to re-root after my system was updated to 6.3, I was on 6.2 when I first got the Kindle and I rooted with Burrito root and it worked fine. The only reason I rooted was so I could use the Android Market, which still worked fine after the system updated to 6.3, but stupid me had to make sure it was rooted so I used the Kindle Fire utility and that’s what hosed my Kindle. Never doing that again.
Anyway, I’m trying Justin’s steps above. Ill report what happens.
Looks like Justin's solution worked for me. I’m back to the factory and there is no TWRP menu when I reboot and it’s the original Kindle Fire image on bootup. Now I just need to see if I get anymore random shut down issues.
I renamed the download to update.zip, and I see it in the root folder, but when I boot into TWRP 2.1.1, I ca't see it in the root directory. I know I named it correctly because on my PC I can open it with an archiver... What am i doing wrong?
whoops
well i f'd up. i finally got twrp to install using a different file. however, it appears that i must've accidentally hit a wrong number when installing late last night, cause it appears i also have clockworkmod installed and it superceded twrp i guess.. can't load it. Anyone got any ideas on how to remove CWM with TWRP also installed. damn what a mess.
Trying to fallback using the latest image (6.3.2) from Amazon
I followed Justin's recipe with the exception of the Amazon load image version. I used the latest stable one instead.
My TWRP version is v2.5.0.0 - another potential difference and it might be significant (Justin never said what version of TWRP he started with).
What follows is what I saw upon executing Justin's steps 16-18.
Updating partition details...
Running boot script...
Finished running boot script.
Installing '/sdcard/update.zip' ...
Checking for MD5 file ...
Skipping MD5 check: no MD5 file found (True, there isn't one in the ZIP file)
assert failed: getprop("ro.product.device") == "blaze" ||
E:unknown command [err_string]
getprop("ro.product.device") == "blaze"
E:unknown command [err_string]
E:Error executing updater binary in zip '/sdcard/update.zip'
Error flashing zip '/sdcard/update.zip'
Updating partition details... (meaningless as the process failed with an error)
---------------------------
1. Anyone else see these symptoms? Have a work-around or solution?
2. Any other suggestions?
My goal is to sell my Kindle Fire 1st generation with only Amazon software on it. TWRP yellow distraction - while it hurts nothing it is a scare for most purchasers.
Thank you for any assistance.
Richard

How to restore from this menu

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

Stuck in boot loop after failed root.

i was curious to get get android market on my kindle today.. and looked up how. i used the kindle fire utility to root it. then my KF it started to go into a loop of the boot logo. it just flashes on and flashes off over and over again.hard reset doesnt affect it at all, it wont even turn off unless i unplug it. it doesnt show up on my computer either.
i dont know if this helps but when i ran the Kf utility it said 'findstr' not recognized.. blah blah blah. and it didnt give me the 1234567 options on there. i just typed in '2' and pressed enter because thats what the video told me .-. it doesnt have a triangle, or a blue screen logo either just the kindle fire logo flashing off and on. I honestly am lost. please keep this noob friendly
i am running win 7. 64 bit.
josepho1997 said:
It seems like your stuck in fastboot mode. You need to reinstall the drivers manually and then go into KFU. Press 1(bootmode)and 1(normal). If you still want to root it, when it gets to installing fff, and if it says <waiting for device>, you need to do a hard reset and your Kindle, unplug, plug it back in, and manually install the drivers. Then it will finish rooting.
Click to expand...
Click to collapse
How do you reinstall the drivers manually? and also when i go into the kindle fire utility it doesnt give me 1,2,3,4,5,6,7 options... it just says findstr is not a recognized as an internal or external command, operable program or batch file. and another thing i tried another utility on here and it said it said my device was not found when i plugged it in , is it because it turns off every 5 seconds?
First before you mess with your drivers shift+ right click on the tools folder in kfu select open command window here power your device off completely leave it unplugged type fastboot -i 0x1949 getvar product when it says waiting for device plug in your powered off kindle it should then power on in fastboot mode if you get the response product: kindle then type fastboot -i 0x1949 oem idme bootmode 4000 it will say okay hopefully the type fastboot -i 0x1949 reboot it should then reboot in normal mode
Edit: hit enter after each command
zellerax said:
How do you reinstall the drivers manually? and also when i go into the kindle fire utility it doesnt give me 1,2,3,4,5,6,7 options... it just says findstr is not a recognized as an internal or external command, operable program or batch file. and another thing i tried another utility on here and it said it said my device was not found when i plugged it in , is it because it turns off every 5 seconds?
Click to expand...
Click to collapse
Sounds like there's some sort of PATH problem with your setup, which is why KFU won't work properly. You'll have to manually use ADB/fastboot commands if you want to get things done.
About it turning off constantly, it's probably out of battery. Use the stock wall charger (it provides a greater power output, don't bother with USB or a random clone) so it can refill some. The bootloops may be due to a bad boot mode, but it's a bit hard to pinpont with your description of the issue.
You may want to have a read here, it'll help you to better understand what's going on and how to express yourself about the problems you are experiencing: http://forum.xda-developers.com/showthread.php?t=1552547
zellerax said:
How do you reinstall the drivers manually? and also when i go into the kindle fire utility it doesnt give me 1,2,3,4,5,6,7 options... it just says findstr is not a recognized as an internal or external command, operable program or batch file. and another thing i tried another utility on here and it said it said my device was not found when i plugged it in , is it because it turns off every 5 seconds?
Click to expand...
Click to collapse
You might have corrupt drivers. Here's how to reinstall them:
Try going to your Control Panel >> Device Manager. If you see an entry for "Android Phone," (Android ADB interface) delete it (and any associations with Portable Devices >> KF or Kindle Fire).
Restart computer.
Then go to your KFU utility folder, open "install_drivers.bat" (right-click "Run Administrator"). This shouldn't take long at all.
You might want to restart here too after.
Then open KFU utility, plug in Kindle - if all went well here, you should read something along the lines of "Online" and "4000".
I am a similar situation
Hi Guys,
I rooted my KF with no issues, was able to copy the Jellybean and Gapp zip file to the SD and thought I flashed with no issues. Then rebooted. Now the KF is stuck in a boot loop. If I boot to recovery, that works and allows me the recovery options. if I boot up to normal, it constantly reboots, if I boot to fastboot, it displays the Kindle Fire logo and says "press power button to boot menu" at the bottom and does nothing else. My computer recognizes it as Android ADB interface but will not allow to access the SD ram. Any help would be greatly appreciated.
It's usually better to start your own thread here on Q&A.
Are you able to access the SD Card from TWRP? (Mount USB)
If so and the ROM is still in there, wipe cache, dalvik-cache, factory reset and system, then flash/install the ROM again (don't install gapps yet) and reboot. If it boots all the way to the desktop, reboot to recovery and install gapps.
You may also want to check the ROM's hash.
You haven't mentioned what versions of TWRP and FFF do you have, either. Hopefully 2.1.1 or 2.2 for TWRP and 1.4a (blue "fire" on the kindle fire logo) for FFF.
Dasanko said:
It's usually better to start your own thread here on Q&A.
Are you able to access the SD Card from TWRP? (Mount USB)
If so and the ROM is still in there, wipe cache, dalvik-cache, factory reset and system, then flash/install the ROM again (don't install gapps yet) and reboot. If it boots all the way to the desktop, reboot to recovery and install gapps.
You may also want to check the ROM's hash.
You haven't mentioned what versions of TWRP and FFF do you have, either. Hopefully 2.1.1 or 2.2 for TWRP and 1.4a (blue "fire" on the kindle fire logo) for FFF.
Click to expand...
Click to collapse
Thanks for the info and sorry for the incomplete initial info. I will check this as soon as I get home and can work on it again.
Thanks for your help. It turns out that I didnt even have TWRP installed. Thats fixed. I was able to get roms installed and have different problems. (Will start a new thread in another area) Thank you very much for your help.

Kindle Fire. Device Manager Sees but Kindle Fire Utility Doesn't

My Kindle was rooted but I decided to try my hand at installing a custom ROM. However, the ROM I tried would not work and the screen stayed black. However, thanks to TWRP I could install Kindle from Amazon again. The installation went thru smoothly, or so I thought. Now, when I boot the Kindle, I see the Kindle Fire Logo and it stays there. The Computer can see the Kindle as an Android device, Android Composite Device. But Kindle Fire Utility cannot see it so I could try and re-install it again. Any suggestions?
Lacking information, so I'll just fill the voids with assumptions.
I *assume* you didn't wipe cache, dalvik-cache and most important when switching from a ROM to another, Factory Reset - this is the reason said custom ROM wouldn't work, and the reason flashing back update.zip (as you said you installed it, rather than restoring a backup) caused your KF to get stuck in a semi brick.
The most important question here is, do you have FFF installed?
If you do, fixing this is trivial. Just get into TWRP from FFF, wipe cache, dalvik-cache and factory reset and then install whatever ROM you'd like to try or use.
If you don't have FFF installed, then your solutions are to either get a factory cable (recommended) or to crack open the case and do the USB pin short trick. From there you can use fastboot to install FFF and boot into TWRP.
Alternatively, you can try "fastboot getvar product" or "adb shell idme bootmode 5001" to see if you get lucky.
Dasanko said:
Lacking information, so I'll just fill the voids with assumptions.
I *assume* you didn't wipe cache, dalvik-cache and most important when switching from a ROM to another, Factory Reset - this is the reason said custom ROM wouldn't work, and the reason flashing back update.zip (as you said you installed it, rather than restoring a backup) caused your KF to get stuck in a semi brick.
The most important question here is, do you have FFF installed?
If you do, fixing this is trivial. Just get into TWRP from FFF, wipe cache, dalvik-cache and factory reset and then install whatever ROM you'd like to try or use.
If you don't have FFF installed, then your solutions are to either get a factory cable (recommended) or to crack open the case and do the USB pin short trick. From there you can use fastboot to install FFF and boot into TWRP.
Alternatively, you can try "fastboot getvar product" or "adb shell idme bootmode 5001" to see if you get lucky.
Click to expand...
Click to collapse
I tried the USB pin short trick but now my Kindle won't turn on at all nor will it charge. Thanks anyways!
i have similar problem ......please need help
After successfully rooting kf with kfu and making a backup ... I did factory reset and flashed a custom rom ... now kindle is stuck on " kindle fire" logo and just keeps flashing and rebooting . My computer recognizes it as android phone ( android adb ) and kfu does too but only for a couple of seconds . During those few seconds I try recovery ... fast boot ...normal boot... n none seem to work . Kf just reboots n returns to boot loop . Any advice is appreciated .. thanks
Start a new thread when you're posting your own issues.
What colour is the "kindle fire" logo when you turn on your KF?
Force Kindle into Fastboot
Ok, so I have finally got my Kindle to turn on, using the USB Short Trick. Now my only question is about getting the Kindle to boot into fastboot mode so I can re-format the sdcard partition and finally load a new ROM. I have tried several different commands and they all seem to miss the window of opportunity to start the kindle in fastboot mode. Is there any way, short of a factory cable, that one can make the kindle start in fastboot mode?
Not fastboot get var
ComputerGenuis2.0 said:
Ok, so I have finally got my Kindle to turn on, using the USB Short Trick. Now my only question is about getting the Kindle to boot into fastboot mode so I can re-format the sdcard partition and finally load a new ROM. I have tried several different commands and they all seem to miss the window of opportunity to start the kindle in fastboot mode. Is there any way, short of a factory cable, that one can make the kindle start in fastboot mode?
Click to expand...
Click to collapse
fastboot getvar product doesn't seem to do the trick. The kindle seems to be in fastboot mode but the adb shell cannot access the device.
The problem is that you don't have the fastboot drivers installed (also, ADB will not work while fastboot is active) - Windows is painfully slow at detecting a device and installing its drivers, so by the time it even notices anything, the fastboot window is already over.
To solve this, use firekit: http://forum.xda-developers.com/showthread.php?t=1430038
The script that will probably suit your needs the most is usb_install_fff_twrp.
Used Firekit
Dasanko said:
The problem is that you don't have the fastboot drivers installed (also, ADB will not work while fastboot is active) - Windows is painfully slow at detecting a device and installing its drivers, so by the time it even notices anything, the fastboot window is already over.
To solve this, use firekit: http://forum.xda-developers.com/showthread.php?t=1430038
The script that will probably suit your needs the most is usb_install_fff_twrp.
Click to expand...
Click to collapse
I have TWRP and FFF installed. However, upon booting into TWRP, the sdcard partition cannot be mounted, to the Kindle that is, and as such, I cannot mount the sdcard to the computer. When I researched this some more, I found that I can fix this by using a command via adb shell. The guide instructed using fastboot to achieve this. When would be the best time to use adb shell?
What's the output of partitions.txt? (type the following from TWRP)
adb shell parted /dev/block/mmcblk0 p > partitions.txt
Can't use adb
Dasanko said:
What's the output of partitions.txt? (type the following from TWRP)
adb shell parted /dev/block/mmcblk0 p > partitions.txt
Click to expand...
Click to collapse
The problem at hand is using adb. I can never time it exactly right to open adb. I always get an "error: device not found". Windows even recognizes that Android ADB Interface is plugged in.
Okay, things are getting awfully confusing here.
What exactly is it that you can do and that you cannot do?
For example, are FFF and TWRP functional?
GOT IT!
Thank you! I finally figured out that the wrong driver had reinstalled and that was causing my computer to not be able to use adb shell. I fixed that and voila, I am now running CM9. Thanks again!

Kindle Fire stuck in TWRP boot loop, wont mount, not recognized.

I foolishly let someone try to root my Kindle Fire, and now it is stuck in what seems to be the TWRP boot loop (the kindle fire is blue and white). If I leave it alone unplugged it will occasionally continue to the Kindle Fire orange and white screen but will not go any farther. From the Blue/white screen I can hit the power button to enter the boot menu where I get Normal Boot, Recovery, and Reset Boot Mode. I can enter TWRP recovery menus, but otherwise it just keeps rebooting. Once in the TWRP recovery screen I can only navigate for a short time before it locks up and I have to reboot by holding the power button in. The sd card will not mount, and they did not backup anything before they started messing with the os. Ive tried the Kindle Fire utility but it says device not found. The Kindle showed up in my device manager as Other-Kindle before I installed the android drivers mentioned in another thread, and now it is under Android Phone- Android ADB Interface. It doesnt show up in My Computer at all. I've read about the factory cable but cant find on in the US so it would take 2 weeks to get here from China. Any suggestions on how to fix this, or do I now have a $200 paperweight? Thanks in advance.
Kamakookie said:
I foolishly let someone try to root my Kindle Fire, and now it is stuck in what seems to be the TWRP boot loop (the kindle fire is blue and white). If I leave it alone unplugged it will occasionally continue to the Kindle Fire orange and white screen but will not go any farther. From the Blue/white screen I can hit the power button to enter the boot menu where I get Normal Boot, Recovery, and Reset Boot Mode. I can enter TWRP recovery menus, but otherwise it just keeps rebooting. Once in the TWRP recovery screen I can only navigate for a short time before it locks up and I have to reboot by holding the power button in. The sd card will not mount, and they did not backup anything before they started messing with the os. Ive tried the Kindle Fire utility but it says device not found. The Kindle showed up in my device manager as Other-Kindle before I installed the android drivers mentioned in another thread, and now it is under Android Phone- Android ADB Interface. It doesnt show up in My Computer at all. I've read about the factory cable but cant find on in the US so it would take 2 weeks to get here from China. Any suggestions on how to fix this, or do I now have a $200 paperweight? Thanks in advance.
Click to expand...
Click to collapse
Maybe go into twrp and do a factory reset. Can you get to that menu? Click wipe and then factory reset.
I've tried the factory reset but it seems to have no effect on it. How do I do the adb push? I've tried using the command prompt to run some of the commands on other threads but I'm not doing something right. I always get an 'adb' is not recognized as an internal or external command, operable program or batch file error.
I'll apologize now for my stupidity on this one- I have never worked with android software before this.
The kindle fire utility reads:
ADB status: Offline
Boot Status: Unknown
I can get it to boot in normal and recovery mode, but each time I try to boot in Fastboot I get an error message 'Oops... something went wrong. We are unable to locate your Kindle Fire. Make sure it is plugged in and powered on.' The Kindle shows up in Device Manager under Android Phone as Android ADB Interface
When using the twrp, anything that involves writing to or wiping the sd card receives this error E:failed to mount /sdcard (invalid argument)
I'd appreciate any help I can get. I'm at a standstill on this one.
im in the same position you can open it as a USB by selecting mount in TWRP and selecting mount USB Storage
do you have drivers / ADB on your computer ?
I did manage to get my kindle go into a recovery boot loop by doing the root procedure for the original 6.3 original Amazon ROM while my kindle had the 6.2 ROM . After i realized that the root procedure (intended for ver 6.3) didn't work for me, I had to try the procedure for rooting ver. 6.2.
It worked but after a couple of resets, the tablet went into a recovery boot loop.
what i did was to use ADB comands:
enter windows - > start command prompt (start - > run -> cmd)
check if kindle is connected: adb devices
if the device is found then use:
adb shell
su
idme bootmode 4000
exit
Hi all, I'm having a problem with my Kindle Fire. It is automatically booting into TWRP no matter what I do.
I have wiped everything, and installed the stock ROM, and when I reboot it just goes back to TWRP.
There is always a message of *verifying file system and *verifying partition. I can mount it and move files via USB.
In the fire utility it reads
ADB Status: Online
Boot Status: Unknown
If I try to change the bootmode it comes back waiting for device. I then got into the command line.
Doing "adb devices" shows it as being in recovery. I can reboot it from here, but goes right back to twrp.
I tried to do the adb shell--> su--> idme bootmode 4000
but after I do the shell it comes back that "su" isn't valid. I'm assuming I am doing something wrong, but I can't
for the life of me figure it out...any suggestions? Thanks in advance!
lukebunny said:
Hi all, I'm having a problem with my Kindle Fire. It is automatically booting into TWRP no matter what I do.
I have wiped everything, and installed the stock ROM, and when I reboot it just goes back to TWRP.
There is always a message of *verifying file system and *verifying partition. I can mount it and move files via USB.
In the fire utility it reads
ADB Status: Online
Boot Status: Unknown
If I try to change the bootmode it comes back waiting for device. I then got into the command line.
Doing "adb devices" shows it as being in recovery. I can reboot it from here, but goes right back to twrp.
I tried to do the adb shell--> su--> idme bootmode 4000
but after I do the shell it comes back that "su" isn't valid. I'm assuming I am doing something wrong, but I can't
for the life of me figure it out...any suggestions? Thanks in advance!
Click to expand...
Click to collapse
At startup hold thepower button untill you see the bootmenu come up and select "normal boot"
On the Kindle itself you mean? There is no bootmenu. I get the Kindle Fire (Orange) text, then goes straight to twrp, and if I do normal reboot from there, just straight back to twrp.
lukebunny said:
On the Kindle itself you mean? There is no bootmenu. I get the Kindle Fire (Orange) text, then goes straight to twrp, and if I do normal reboot from there, just straight back to twrp.
Click to expand...
Click to collapse
What version of TWRP do you have?
2.2.0
From twrp try booting into recovery that worked once for me to get a normal boot. Then make sure you put the fire fire fire bootloader on there so it never happens again
Sent from my DROID SPYDER using Tapatalk 2
jamminjon82 said:
From twrp try booting into recovery that worked once for me to get a normal boot. Then make sure you put the fire fire fire bootloader on there so it never happens again
Sent from my DROID SPYDER using Tapatalk 2
Click to expand...
Click to collapse
Tried it, no go.
This is what I get in the command line
The "<[6n" is likely the result of pressing the up or down arrow with number lock turned off and it is causing the command to be unrecognized.
Regardless, there's no need to use the "adb shell su -c..." command to get into fastboot. Instead use Pokey9000's bootmode binary "fbmode".
http://forum.xda-developers.com/showpost.php?p=20755810
Have you tried reboot to bootloader?
Sent from my Galaxy Nexus using Tapatalk 2
hey i got your answer I think? lol anyways...
soupmagnet said:
The "<[6n" is likely the result of pressing the up or down arrow with number lock turned off and it is causing the command to be unrecognized.
Click to expand...
Click to collapse
i'm pretty sure it's bla bla bla \platform-tools in that picture anyways that my answer anyways, maybe not but goodluck anyways........... and this 5 mins between post for low posting users is for the birds
digital_cha0s said:
i'm pretty surs it's bla bla bla \platform-tools in that picture anyways that my answer anyways goodluck
Click to expand...
Click to collapse
As you can see, the "adb shell" command is successful because of the change in the prompt.
~ # <-indicates the shell is working and active, so the actual /path of adb is irrelavent.
soupmagnet said:
Regardless, there's no need to use the "adb shell su -c..." command to get into fastboot. Instead use Pokey9000's bootmode binary "fbmode".
http://forum.xda-developers.com/showpost.php?p=20755810
Click to expand...
Click to collapse
That seems promising, but this is what I got when I tried it.
Also, thanks for your help everyone, I'm learning a lot as I go here!

Categories

Resources