TWRP 2.1 | fff 1.4a problem - Kindle Fire General

Rom: Stock
Rooted with KFU 0.9.5
TWRP 2.1
fff 1.4a
The problem I'm having is that when I boot my KF up it goes to fff. I get 3 options to boot from (this is whenever I power down the KF). When I choose to boot to recovery, the power light turns orange for two secs and then it boots; but back to the fff screen. I did this about four times in a row and it still boots back to the ffa screen.
If I choose ~normal boot~, It boots up fine. When I try to use KFU to boot to recovery or fast boot, it says that it is waiting for device. I tried this several times but no luck.
I want to get into recovery. That's my goal. I'm guessing that the KF is not booting in fastboot for it to go into recovery. I tried to reinstall TWRP 2.1 with KFU and it gets to the point where it's waiting for the device and nothing happens.
I'm not very advanced in this stuff. Please be patient with me. Thank you for all your help.

what command are you using to install recovery?
ok
download twrp 2.1.1.img onto pc
turn off kindle (20 second hold) with the usb cable unplugged from the kindle
open terminal where you have fastboot located.
type the following:
fastboot flash recovery </enter/path/to/recovery.img/here>
press enter
you should see waiting for device
then plug in your usb to kindle
this should power up the kindle and fastboot flash a new recovery.
then type
fastboot reboot
note:
(there is a space between recovery & /
i also find it easier to put a space after "recovery" then drag & drop recovery.img into terminal)

ok...
I did everything you said and the cmd console was still <waiting for device> after I plugged in the KF.
I checked in device manager and that's ok for the adb (it says: android composite adb interface).
Still looking to get into twrp recovery.

IndianaBond said:
I want to get into recovery. That's my goal. I'm guessing that the KF is not booting in fastboot for it to go into recovery. I tried to reinstall TWRP 2.1 with KFU and it gets to the point where it's waiting for the device and nothing happens.
Click to expand...
Click to collapse
There's probably something wrong in KFU's process. Could you at least show us its log or a screenshot?

reflash twrp using smirkit. than try to get into recovery again
Sent from my Galaxy Nexus using xda premium

if its waiting for device your pc is issuing fastboot command. so as you say its your kindle.
one of the above methods should work.
imho smikis's smirkit is nice to use
edit: can you copy and paste your commands after you try to flash new recovery

Related

Permarooted s-off still get no CWM recovery mode!?

I am rooted with s-off running on a ATT simcard but still can't boot in CWM recovery. In rom manager it says: current recovery Clockworkmode 3.0.2.4
Whenever I attempt to boot into recovery the MT4G comes up it reboots and it comes up agains and boots regularly. Any thoughts?
I followed all the instructions in this thread and am at the 85.xxx bootloader
http://forum.xda-developers.com/showthread.php?t=858996
I am bone stock other since I've not be able to get into recovery mode. Would a factory reset help?
Do it manually. Go to the bootloader and load recovery from there, or use adb and type adb reboot recovery.
adb does the same thing it attempts to get into recovery then goes blank and reboots regular and same thing with hboot.
Do you have fastboot on?
Nope. Fastboot is off. I can't even factory reset the phone. It just reboots like with everything else
be1ieve1111 said:
Nope. Fastboot is off. I can't even factory reset the phone. It just reboots like with everything else
Click to expand...
Click to collapse
most likely it feels as if the recovery image didn't take.
Code:
adb reboot bootloader
from there select "recovery" and see what boot loader you are using. If you have the engineering screen manually flash it.
http://www.koushikdutta.com/2010/02/clockwork-recovery-image.html
1. Download CWR3. - link supplied above
2. Save to your Android SDK tools (c:\android-sdk-windows\tools) or platform-tools (c:\android-sdk-windows\platform-tools) folder and rename to recovery.img
3. Turn off your phone.
4. Hold the volume down button + power until you boot to a white screen.
5. Use the volume rocker to select FASTBOOT then press the power button to select it.
6. Connect your phone.
7. Open up a windows command prompt and navigate to your sdk tools or platform tools folder. tools (c:\android-sdk-windows\tools) or platform-tools (c:\android-sdk-windows\platform-tools)
8. Type
Code:
FASTBOOT DEVICES
to make sure your computer "sees" your phone and is ready to flash the recovery. You should get a serial number and then the word fastboot as the output.
9. Type
Code:
fastboot flash recovery recovery.img
and press enter. Give it a minute to do it's thing. You should get a message that says writing recovery and success.
10. Unplug your phone and use the volume rocker to select BOOTLOADER and then again to select RECOVERY and you should be booted into the orange menu of Clockwork Recovery 3
Click to expand...
Click to collapse
taken and modified from http://forum.xda-developers.com/showthread.php?t=919834
It says fastboot isn't a recognized command when I type FASTBOOT DEVICES
also for the bootloader part. It loads real quick and it says something about no image or wrong image in the lines of code that loads on the screen then disappears
Are you using Linux? If so, cd to platform-tools and use ./fastboot instead of fastboot. Otherwise try updating adb and see if it works. Also, the random text is the phone searching for PD15IMG or another restore image. Disregard that, unless you want to flash the stock unrooted image.

Nexus 7 wont boot to recovery via fastboot

Anyone else have this problem?
numus said:
Anyone else have this problem?
Click to expand...
Click to collapse
So is fastboot the problem or are you trying to boot to recovery through the bootloader. I would use ADB instead of fastboot. But if what you're asking is that you want to boot to recovery from the bootloader, just connect your USB cable to your computer and then select recovery in the bootloader.
CharliesTheMan said:
So is fastboot the problem or are you trying to boot to recovery through the bootloader. I would use ADB instead of fastboot. But if what you're asking is that you want to boot to recovery from the bootloader, just connect your USB cable to your computer and then select recovery in the bootloader.
Click to expand...
Click to collapse
Pretty sure it is fastboot... You use the volume rocker to select recovery and hit the power button... It shows the Bootscreen but doesn't go any further than that.
Edit: it says in red FASTBOOT MODE.. When i select recovery it goes tot he google screen (witht he unlock icon) and doesn't go any further than that.
numus said:
Anyone else have this problem?
Click to expand...
Click to collapse
I'm having trouble too. I have it plugged in to my laptop. When I select "Recovery" and press Power, it just reboots, and then boots into Android.
No recovery.
So I'm gonna try TWRP..
i had the same issue this is what i did
download new recovery h**p://goo.im/devs/OpenRecovery/grouper/openrecovery-twrp-2.2.1.4-grouper.img
then in fastboot
fastboot erase recovery
fastboot flash recovery name_of_recovery.img
wait 15 seconds
unplug usb cable
then use volume keys to boot in to recovery
hope this helps
so any solution at the same screen, same problem.
dj_denims said:
i had the same issue this is what i did
download new recovery h**p://goo.im/devs/OpenRecovery/grouper/openrecovery-twrp-2.2.1.4-grouper.img
then in fastboot
fastboot erase recovery
fastboot flash recovery name_of_recovery.img
wait 15 seconds
unplug usb cable
then use volume keys to boot in to recovery
hope this helps
Click to expand...
Click to collapse
You want to be in the bootloader mode and select recovery. The trick is that to do that, you have to have your Asus USB cable connected to a live usb port when you do it, and it usually works if recovery isn't damaged.
And you can also use Wug's toolkit on the computer, or if you can boot the tablet, you can use goo manager to reboot to recovery, or the Trinity kernel app, or your rom's advanced power menu.
With the USB cable attached from the computer to tablet, here's what I did:
- Went to bootloader
- Did "fastboot erase recovery"
- Did "fastboot flash recovery IMG"
- Then boot to recovery manually from the device itself via volume buttons and Power
Hasn't failed me yet when trying out different recoveries. There was some issue a while back where you had to have the USB cable hooked to your computer and Nexus 7 in order to get to recovery. Not sure if the bug still exists, but it may be worth trying with the cable in.
Also you probably have to have an unlocked bootloader (lock at bottom of Google boot screen).
dj_denims said:
i had the same issue this is what i did
download new recovery h**p://goo.im/devs/OpenRecovery/grouper/openrecovery-twrp-2.2.1.4-grouper.img
then in fastboot
fastboot erase recovery
fastboot flash recovery name_of_recovery.img
wait 15 seconds
unplug usb cable
then use volume keys to boot in to recovery
hope this helps
Click to expand...
Click to collapse
Thanks for that.
That worked for me
Does the USB port you're plugged into need to be a computer with the fastboot drivers already installed? My unit freezes up in bootloader every time I plug in any live USB cable, whether it's a computer or not. My recovery is fine, but with the bootloader constantly freezing I'm not able to install the N7 drivers on my computer, let alone input any fastboot commands. And no, I don't have access to the computer with the drivers already installed sadly.
Sent from my SGH-T989 using xda premium
Turn it off plug USB lead into PC/laptop and nexus hold volume up and down and turn it on, or it also works via my otg cable in my s3 also, its a bug..
Sent from my Nexus 7 using Tapatalk 2
a stupid bug.buoght yesterday,rooted and unlocked.downloaded 10 roms,all kernels,and now that i'm ok to begin test i tried without luck to enter recovery from fastboot (i didn't know this fact)but my cable was inserted on pc usb port...and strange it doesn't work.yestrerday via fastboot i flashed twrp recovery that i love and use also on mine gnexs.i'm on stock rom yet,and without "reboot to recovery" option in powermenu.i reflashed twrp,cwm touch (in fastboot manually)then the same but with a rootkit,no luck.i began to think i have a problem in my device and i don't know how to do because it's a secondary bug for assistance i think..and i read this post.don't even tried commands in few posts ago,already did same things an hour ago.i installed quickboot frm playstore and now i can boot on TWRP.use this for today,when i begin to test roms i'll have the powermenu option!
Sad this,i'm a bit anxious of this bug,because i soft brick gnex every 2\3 days,always trying things and stuff,kernel with modifications by me etc,and i often have to go in cwm via devices off and fastboot before...i see that my tab attacched at pc don't enter recovery from fastboot mode..and it's a problem for me.hope someone discover where is this bug and find a workaround\fix fro that.
cheers
sert00 said:
a stupid bug.buoght yesterday,rooted and unlocked.downloaded 10 roms,all kernels,and now that i'm ok to begin test i tried without luck to enter recovery from fastboot (i didn't know this fact)but my cable was inserted on pc usb port...and strange it doesn't work.yestrerday via fastboot i flashed twrp recovery that i love and use also on mine gnexs.i'm on stock rom yet,and without "reboot to recovery" option in powermenu.i reflashed twrp,cwm touch (in fastboot manually)then the same but with a rootkit,no luck.i began to think i have a problem in my device and i don't know how to do because it's a secondary bug for assistance i think..and i read this post.don't even tried commands in few posts ago,already did same things an hour ago.i installed quickboot frm playstore and now i can boot on TWRP.use this for today,when i begin to test roms i'll have the powermenu option!
Sad this,i'm a bit anxious of this bug,because i soft brick gnex every 2\3 days,always trying things and stuff,kernel with modifications by me etc,and i often have to go in cwm via devices off and fastboot before...i see that my tab attacched at pc don't enter recovery from fastboot mode..and it's a problem for me.hope someone discover where is this bug and find a workaround\fix fro that.
cheers
Click to expand...
Click to collapse
Paragraphs dude? Or at the very least, proper spacing.
On stock rooted rom, flash latest TWRP recovery. openrecovery-twrp-2.2.2.0-grouper.img
adb reboot bootloader
fastboot flash recovery openrecovery-twrp-2.2.2.0-grouper.img
Then install Rom Toolbox. Use the "Rebooter" to Reboot recovery, and you should have no issues.
..
mvmacd said:
Paragraphs dude? Or at the very least, proper spacing.
On stock rooted rom, flash latest TWRP recovery. openrecovery-twrp-2.2.2.0-grouper.img
adb reboot bootloader
fastboot flash recovery openrecovery-twrp-2.2.2.0-grouper.img
Then install Rom Toolbox. Use the "Rebooter" to Reboot recovery, and you should have no issues.
Click to expand...
Click to collapse
I did this and I still can't boot into recovery. The only way I can boot into recovery is if I use the fastboot command. The rom toolbox does not work for me.
similar problem
I have somewhat similar problem. Well, actually the problem is not very uncommon the way it looks, but usual solutions do not work.
Basically I have erased my old rom (rebooted to recovery from aokp menu) and erased my rom. I've tried mounting the device from the recovery mode, but it was not recognised on my PC. I assumed that this was an Win8 issue.
Once I've rebooted, I could no logger boot to recovery (after selecting recovery all I got was google logo). I've thought of flashing recovery via fastboot, but bootloader seams to freeze with usb cable in (no matter the cable) and resetting does not help (the way it helped others). Also I cannot fastboot at that time either as PC (neither win8 nor win7 machine can see the device).
Any ideas would be appreciated.
When the bootloader freezes with the usb cable plugged into a PC, it is a driver issue. Uninstall and reinstall the drivers. I have experienced this on a win7 x64 system.
It isn't a driver issue as the same thing happens when connecting to a charger and not the PC.
It happens on mine as well.
Well it wouldn't crash with wall charger if it was a PC driver issue.
In either case, I've actually figured out what's the problem. It seems that usb connector is not very reliable. If the it usb connection is poor, the bootloader crashes. To avoid this issue you have to bend the cable towards the screen to ensure the proper connection. It load that way just fine.
Edit: or not... probably bending just removed the connection completely...
Edit2: did not figure out what was the problem, but after playing around some more, the phone has popped up in computer manager and I was able to continue from there. After flashing the recovery (twm -> cwm), the bootloader un-froze as well.

TAblet Blocked

See if someone made ​​me a cable.
Turns out JB install 4.2, and when I walked back into the system had no root. Testing things there was no way rooting.
Install TWRP for rooting, but every time I went, I asked for a password that I have no idea what it is, because it had not put any odds. Reading things in XDA, I came across someone with the same problem and one of the answers they gave, was to make a full resete.
Here comes the dodgy, why should I ctrl-Del. Entering recovery functions (not TWRP), but the android, select WIPE DATA, and this whole ordeal began, now every time I try to access the Tablet jumps directly to TWRP recovery, although press volume - + power, appears asus logo then again TWRP, with which I can not even change anything for fastboot.
On the other hand the TWRP asking me the pass of m, cancel and then give no Rulan functions, not mounted, or system, or sccard.
Would appreciate any help, haaaa. I caggggggg
Look HERE
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
elesbb said:
Look HERE
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
Click to expand...
Click to collapse
I have read the information, thank you very much.
The problem is that when I press volume - + power, I skipped TWRP directly, bypassing options android, fastboot to install.
And TWRP version 4.2, does not mount the external sd, which according to the info you sent me is a mistake, but I can not switch to the patched version, because as you said, the tablet jumps directly to TWRP.
Would appreciate any information.
I have a similar problem, the thing is whenever I press the vol down and power, I don't get into fastboot, it reboot and goes to ASUS logo and stays there. Any ideas?
While in twrp adb should be working. You might also go to the teamwin (twrp) site and read about adb sideload.
I do not know what happens, but adb mode does not work, the windows, does not recognize the tablet when connected.
I followed what you sent me, but still the same.
thanks
hcoling said:
I have a similar problem, the thing is whenever I press the vol down and power, I don't get into fastboot, it reboot and goes to ASUS logo and stays there. Any ideas?
Click to expand...
Click to collapse
Earned solve it?
Use the following to get adb working in twrp
go to device manager when in twrp and update drivers on the missing android usb there.
thank you very much. I was able to install the drivers. ADB PLS Now I can, but I'm having trouble installing another recovery.
Normally you boot into fastboot and then issue the following commands from your pc where twrp.blob is the name of your recovery image:
Code:
fastboot -i 0x0B05 flash recovery twrp.blob
fastboot -i 0x0B05 reboot
Thank you.
It's what I do, from cmd, I like everything embers aperece correct, but the tablet is completely stop it, I have about an hour to give him time and nothing.
I tried the fastboot reboot command with the tablet and if it restarts, so I guess I'll have to keep trying until you can replace TWRP so you can install the room.
Thank you again. If you have any idea thanks from now.
downloads lastest firmware in asus website ex..firmware Version TW_V10.6.1.8...extract the file with name blob...move that file to fastboot folder with the others 4 files....boot in recovery dont push vol up tablet is all ready in recovey (where you see the 3 icons) and flash with fastboot take several minutes that gonna taked to the factory state good luck.
fastboot command:
cd c:\fastboot
fastboot -i 0x0B05 flash system blob
fastboot reboot
I'm surprised you guys understood this post.

Tried going back to Stock

i unrooted my nexus 7 and now it is stuck at boot loop i just stuck at the boot logo.. the unooting method had to be success cause it said and it re booted it just stuck at boot logo
Ok so Power off your device, or whilst its rebooting hold the Volume Down button.
You should get back to your BootLoader
Plug it into PC and then do fastboot devices.
Your device should be listed.
I would re-unlock your bootloader.
Then Download TWRP - http://techerrata.com/file/twrp2/grouper/openrecovery-twrp-2.6.3.0-grouper.img
Put that in your Fastboot folder on your PC and type: fastboot flash boot openrecovery-twrp-2.6.3.0-grouper.img
That should flash TWRP. Then push volume up in your bootloader menu, until you see "Recovery".
Open the Recovery and TWRP should load.
Then go to : https://developers.google.com/android/nexus/images#nakasi
Download the correct stock image depending on your version you were at before you tried doing what you did.
Then, depending on the version you downloaded do this (I'll use the 4.2.2 one as example).
On TWRP, go to "Advanced"
Then you should see "Sideload"
Choose sideload and swipe accross, it should now say something like "Waiting for sideload".
Go back to your PC And open another CMD as you would for fastboot.
Type adb sideload nameofyourdownloadedimage.img
Wait for sideload and whalla
(I may have missed something, if so when you get stuck let me know and I'll help further".
wilks3y.
Are you stuck at the "Google" splash or the "X" bootanimation?

Flashed the wrong recovery

I followed this guide to root my Nexus 10, did the oem unlock, downloaded the linked version of TWRP and flashed it via fastboot, now it won't boot and I can't get into recovery mode, because the version of TWRP was apparently meant for the Nexus 7 aka Flo.
It starts booting normally, but the boot animation just seems to go on forever, I waited around 30 minutes for it to finish but it didn't.
I can get into fastboot mode, but can't change the boot option and I haven't been able to flash anything (doesn't show up with fastboot devices), Windows recognizes the device as "Gadget Serial".
Is there anything I can do?
codfreak said:
I followed this guide to root my Nexus 10, did the oem unlock, downloaded the linked version of TWRP and flashed it via fastboot, now it won't boot and I can't get into recovery mode, because the version of TWRP was apparently meant for the Nexus 7 aka Flo.
It starts booting normally, but the boot animation just seems to go on forever, I waited around 30 minutes for it to finish but it didn't.
I can get into fastboot mode, but can't change the boot option and I haven't been able to flash anything (doesn't show up with fastboot devices), Windows recognizes the device as "Gadget Serial".
Is there anything I can do?
Click to expand...
Click to collapse
Install the ADB drivers on your PC, and then use the command prompt to boot into recovery : adb reboot recovery
http://lifehacker.com/the-most-useful-things-you-can-do-with-adb-and-fastboot-1590337225
What? I can't boot into recovery mode because I flashed a recovery for the Nexus 7. And I can't use ADB because I can't boot into Android either.
Use WugFresh Nexus Root Toolkit. It's worked for me on tablets that could not get past the bootloader on their own.
http://www.wugfresh.com/nrt/
1) Press power + volup + voldown and enter bootloader
2) Flash recovery with command:
fastboot flash recovery recovery.img
done

Categories

Resources