Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Emmegei
Old
(Last edited by Emmegei; 11th July 2012 at 01:21 PM.)
#1  
Junior Member - OP
Thanks Meter 0
Posts: 7
Join Date: Jul 2012
Default [Q] Kindle Fire stuck on TWRP screen (recovery mode)

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)


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
Attached Thumbnails
Click image for larger version

Name:	1.jpg
Views:	113
Size:	17.7 KB
ID:	1190985   Click image for larger version

Name:	2.jpg
Views:	122
Size:	24.4 KB
ID:	1191001   Click image for larger version

Name:	3.jpg
Views:	137
Size:	22.2 KB
ID:	1191002   Click image for larger version

Name:	4.jpg
Views:	125
Size:	27.4 KB
ID:	1191017   Click image for larger version

Name:	5.png
Views:	117
Size:	11.8 KB
ID:	1191018  

Click image for larger version

Name:	6.png
Views:	98
Size:	6.0 KB
ID:	1191019   Click image for larger version

Name:	7.jpg
Views:	98
Size:	51.4 KB
ID:	1191049   Click image for larger version

Name:	8.png
Views:	94
Size:	16.5 KB
ID:	1191059  
 
Dasanko
Old
#2  
Dasanko's Avatar
Senior Member
Thanks Meter 74
Posts: 254
Join Date: Dec 2010
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/show....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.
 
Emmegei
Old
#3  
Junior Member - OP
Thanks Meter 0
Posts: 7
Join Date: Jul 2012
Quote:
Originally Posted by Dasanko View Post
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/show....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.
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?
 
Dasanko
Old
#4  
Dasanko's Avatar
Senior Member
Thanks Meter 74
Posts: 254
Join Date: Dec 2010
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"
The Following User Says Thank You to Dasanko For This Useful Post: [ Click to Expand ]
 
veeman
Old
#5  
veeman's Avatar
Senior Member
Thanks Meter 1317
Posts: 6,145
Join Date: Apr 2012
Location: C:\Earth\USA\MN
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*
Join the Anti-Giant Signature movement.
The Following User Says Thank You to veeman For This Useful Post: [ Click to Expand ]
 
Emmegei
Old
#6  
Junior Member - OP
Thanks Meter 0
Posts: 7
Join Date: Jul 2012
Quote:
Originally Posted by Dasanko View Post
You can run those commands from a command line prompt started at KFU/tools
Done: both the command output anything.

Quote:
Originally Posted by Dasanko View Post
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"
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
Attached Thumbnails
Click image for larger version

Name:	1.jpg
Views:	64
Size:	11.3 KB
ID:	1197686  
 
Dasanko
Old
#7  
Dasanko's Avatar
Senior Member
Thanks Meter 74
Posts: 254
Join Date: Dec 2010
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
 
Emmegei
Old
(Last edited by Emmegei; 20th August 2012 at 10:40 PM.)
#8  
Junior Member - OP
Thanks Meter 0
Posts: 7
Join Date: Jul 2012
Back from holidays.. back at work on my KF

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)
Attached Thumbnails
Click image for larger version

Name:	01.png
Views:	2654
Size:	9.4 KB
ID:	1272176   Click image for larger version

Name:	02.png
Views:	2639
Size:	2.5 KB
ID:	1272177   Click image for larger version

Name:	03.png
Views:	2640
Size:	25.6 KB
ID:	1272178   Click image for larger version

Name:	04.jpg
Views:	2636
Size:	48.1 KB
ID:	1272182   Click image for larger version

Name:	05.png
Views:	2616
Size:	8.3 KB
ID:	1272261  

 
soupmagnet
Old
#9  
soupmagnet's Avatar
Recognized Contributor
Thanks Meter 1251
Posts: 2,958
Join Date: Jan 2012
Location: Austin, TX
You have FFF1.4 installed, so use it the way it was intended.

http://forum.xda-developers.com/show....php?t=1632375

It would also help to read this:
http://forum.xda-developers.com/showpost.php?p=23747567
Change is free, but not freely given.
 
Emmegei
Old
#10  
Junior Member - OP
Thanks Meter 0
Posts: 7
Join Date: Jul 2012
Quote:
Originally Posted by soupmagnet View Post
You have FFF1.4 installed, so use it the way it was intended.

http://forum.xda-developers.com/show....php?t=1632375

It would also help to read this:
http://forum.xda-developers.com/showpost.php?p=23747567
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

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Careers in Android: What Hiring Managers Won’t Tell You – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

Coloring Your Logcat World

Getting feedback for your app during development is as simple as adding logging info where necessary and looking … more

Guide Your Sheep to Safety with Finger Shepherd

Just a coupe of days ago, we brought you news about a game calledAgent Sheep. In that … more

Nandroid Manager Receives Major Update

Do you find yourself obsessively jumping from ROM to ROM? And do you hate having to restore a full … more