I stuck in recovery mode, what should i do? - Kindle Fire Q&A, Help & Troubleshooting

Hi guys.
I had installed one of ROM's, i even don't remember the name, it was 5 months ago.
Then in Settings I pressed to reset factory data, which deleted all my applications, personal data and etc.
After that when it restarted, it stuck in TWRP recovery mode..
I tried installing several ROMs http://forum.xda-developers.com/showthread.php?t=1619550 and http://forum.xda-developers.com/showthread.php?t=1488930 but after flashing/installing it stuck again.
what should i do? :s
i tried googleing but nothing came up .. :s

Do you have the Kindle Fire Utility installed on your PC? If so you could try using that to set you bootmode back to 4000 (normal).

If you can mount SD card and move a new rom file and gapps try aokp do a full wipe factory/data ,cache,dalvik and system reflash new rom new gapps reboot or better yet flash the new bootloader via twrp and use the power button to toggle to normal boot or change bootmode
http://forum.xda-developers.com/showthread.php?t=1632375

Download and flash FFF 1.4A from http://forum.xda-developers.com/showthread.php?t=1632375
Reboot the kindle
See the blue and white logo
Press the power button
Don't press anything, it'll select normal boot

hunterhk said:
Download and flash FFF 1.4A from http://forum.xda-developers.com/showthread.php?t=1632375
Reboot the kindle
See the blue and white logo
Press the power button
Don't press anything, it'll select normal boot
Click to expand...
Click to collapse
Essentially the same thing I said in the post above but its good to have it reinforced

Related

Rooted Kindle boots to Recovery by default

I don't know why, but my Kindle fire always boots to TWRP instead of booting to the ROM first. I can boot to the ROM by just doing the boot options when the device turns on. It's a little annoying though. Is there anyway I can get my Kindle to boot to the ROM by default instead of TWRP. Thanks
Go to the boot options (FFF) and choose "reset boot mode".
if that doesn`t work use this to install the newest twrp http://forum.xda-developers.com/showthread.php?t=1500935 when exiting recovery select reboot then system this will correct your bootmode...

[Q] Stuck on Yellow Triangle Without Recovery Option (Was: Is it bricked?) [Fixed]

I rooted and installed an ICS ROM several months back on my Fire. One morning the wife brings it in and says my son got it stuck in some weird mode. Turns out it is stuck on the TWRP yellow triangle and does not seem to be able to get into recovery mode. I have done that several times before so I am pretty confident I am not messing that up. Just the power button never turns orange and eventually the device just turns off. My computer see the USB device but ADB does not. I did `android update adb` and then added '0x1949' to '~/.android/adb_usb.ini'. Do I have any options left or is it bricked?
Thank you to anyone who takes the time to read this. Especially to any who can reply with suggestions.
nnutter said:
I rooted and installed an ICS ROM several months back on my Fire. One morning the wife brings it in and says my son got it stuck in some weird mode. Turns out it is stuck on the TWRP yellow triangle and does not seem to be able to get into recovery mode. I have done that several times before so I am pretty confident I am not messing that up. Just the power button never turns orange and eventually the device just turns off. My computer see the USB device but ADB does not. I did `android update adb` and then added '0x1949' to '~/.android/adb_usb.ini'. Do I have any options left or is it bricked?
Thank you to anyone who takes the time to read this. Especially to any who can reply with suggestions.
Click to expand...
Click to collapse
Download TWRP and FFF1.4
TWRP
http://forum.xda-developers.com/showthread.php?t=1592681
FFF1.4
http://forum.xda-developers.com/showthread.php?t=1632375
ADB will not work because you're in fastboot mode. Use fastboot commands to install the new TWRP and change the bootmode.
Code:
fastboot flash recovery /path/to/recovery.img
fastboot oem idme bootmode 5001
Hold the power button to perform a hard shutdown and restart the device. You should then be able to launch recovery using the power button. If not, you'll have to flash the bootloader as well. If this is the case, be extremely careful you don't pull the USB cable during the flash or you will really brick your device.
Also, it is very important to know that the version of FFF you'll download comes in a .zip format to be flashed in recovery. Don not flash the .zip file directly to your bootloader partition. Instead, unzip it and find the "fff-u-boot_v1.4.bin" located in the cache folder and flash it.
Code:
fastboot flash bootloader /path/to/fff-u-boot_v1.4.bin
fastboot reboot
If you were able to access recovery just by reinstalling it with the first command, push the FFF1.4.zip file to your sdcard and flash it in recovery. Just remember not to wipe anything before installation. That will help you to fix your bootmode problems a lot easier in the future by holding the power button untill the boot options appear at the bottom.
soupmagnet said:
Download TWRP and FFF1.4
ADB will not work because you're in fastboot mode. Use fastboot commands to install the new TWRP and change the bootmode.
Code:
fastboot flash recovery /path/to/recovery.img
fastboot oem idme bootmode 5001
Hold the power button to perform a hard shutdown and restart the device. You should then be able to launch recovery using the power button.
Click to expand...
Click to collapse
Thank you! I am back in recovery!

[Q] - KFU Stuck installing TWRP - Pls help...

Hi Guys,
I have an original KF with 6.3.1 and here are the steps I've taken so far
I installed the drivers that came with KFU
In device Mgr in Win I can see Android ADB Interface
In KFU device was "Online"
I installed Root w Superuser
I attempted to install TWRP and am stuck at the part where it says...
"If you get stuck here a long time, check the ADB drivers.." and then "Do not unplug Kindle if stuck here..."
The KF is on the screen w a Blue Fire logo and says "Press power for boot menu"
I am leaving it as is until one of you kind souls can help me out...
Nothing ever is as simple as I think it should be...
Power off power on if it doesn't go to stock is, boots static to same screen or boots to black screen. Hold the power for 30 seconds then power on when you see the white kindle blue fire quickly depress the power button a few times till you get a boot menu. Select either normal boot or reset Bootmode while Will take you to the stock is or boot to black screen. If it boots to black screen repeat process of holding power button 30 second and this time select recovery if it boots to recovery you can mount your sdcard and transfer a rom.zip and gapps.zip , unmount, wipe everything except your sdcard/external storage. Then select install flash rom.zip, flash gapps.zip select reboot then system if prompted or reboot system. If none of this is good boots to black screen or fails to boot to recovery your shell is missing or broken and no recovery was installed. Then purchase a factory cable that will force it into fastboot and use kfu to send twrp to the device and use the above instructions to replace your damaged system. I know sorry slot to swallow your biggest jeopardy right now it the battery dying power it off with a 30 second hold if it will be some time before you get to it or leave it plugged it to the stock wall charger off is the best bet "IF" it is indeed off. Good luck.
Thepooch said:
Power off power on if it doesn't go to stock is, boots static to same screen or boots to black screen. Hold the power for 30 seconds then power on when you see the white kindle blue fire quickly depress the power button a few times till you get a boot menu. Select either normal boot or reset Bootmode while Will take you to the stock is or boot to black screen. If it boots to black screen repeat process of holding power button 30 second and this time select recovery if it boots to recovery you can mount your sdcard and transfer a rom.zip and gapps.zip , unmount, wipe everything except your sdcard/external storage. Then select install flash rom.zip, flash gapps.zip select reboot then system if prompted or reboot system. If none of this is good boots to black screen or fails to boot to recovery your shell is missing or broken and no recovery was installed. Then purchase a factory cable that will force it into fastboot and use kfu to send twrp to the device and use the above instructions to replace your damaged system. I know sorry slot to swallow your biggest jeopardy right now it the battery dying power it off with a 30 second hold if it will be some time before you get to it or leave it plugged it to the stock wall charger off is the best bet "IF" it is indeed off. Good luck.
Click to expand...
Click to collapse
TY Sir...I am able to boot into Recovery!
Don't understand why the utility hung like that...
Appreciate the time!
Stillers said:
TY Sir...I am able to boot into Recovery!
Don't understand why the utility hung like that...
Appreciate the time!
Click to expand...
Click to collapse
Glad to hear.

[Q] Stuck on google logo and bootloader doesn't work

Hi Guys,
I have Vanir ROM installed and had a problem with SIM. It was showing a SIM card symbol instead of network bars. I wasn't able to connect to mobile network.
I decided to wipe davlik and other cache, reboot it and give it a try if it work.
After wiping memory and rebooting it I saw "No OS installed are u sure to reboot"
-- I knew at this point I was screwed. I shouldn't have rebooted it :'(
After reboot it got stuck on Google logo (Black screen, white Google logo)
Now If I try to get into bootloader/Fastboot mode it doesnt as my volume button wasnt working from some time
---- I know I should have got it repaired :'( ---
Please tell me is there any way I can go to fastboot mode
Pls guys somebody reply..
..........................................
Do you have adb set up on your computer? If so, you could probably use "adb reboot recovery" to get into recovery. Then you can download a ROM to your computer and use adb to install it with "adb sideload romfilename.zip".
Remove battery and put again and press volUp+volDown+Power to enter fastboot mode, then enter recovery and wipe all. Flash factory image and custom recovery, copy ROM on sdcard and then flash. It will connect to mobile network 100%
Is it just volume down that doesn't work? You could volume up+power for boot to recovery.

Otterx installed, now i cant enter recovery

I followed the steps to flash TWRP and FFF through fastboot using cmd, and it worked, i flashed the OtterX bootloader from https://forum.xda-developers.com/showpost.php?p=50852363&postcount=2 and i rebooted from recovery, and it shows the otterx boot options at the bottom, and i can use the power button to get in and look at the advanced menu, but when i select and long press Continue Boot or Recovery Boot then it just reboots back to the same screen and nothing happens. If i wait too long it just entirely turns off, so i don't know what to do from here. I am using an original kindle fire.
Zyro599 said:
I followed the steps to flash TWRP and FFF through fastboot using cmd, and it worked, i flashed the OtterX bootloader from https://forum.xda-developers.com/showpost.php?p=50852363&postcount=2 and i rebooted from recovery, and it shows the otterx boot options at the bottom, and i can use the power button to get in and look at the advanced menu, but when i select and long press Continue Boot or Recovery Boot then it just reboots back to the same screen and nothing happens. If i wait too long it just entirely turns off, so i don't know what to do from here. I am using an original kindle fire.
Click to expand...
Click to collapse
I Started a Thread [How To] Fix OtterX Install Errors, Partition sizes, Unable to Mount System... with some possible fixes for those having issues since converting to OtterX.
Sent from my Gemini 4G using XDA Labs

Categories

Resources