Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
sgtmercs
Old
#1  
Junior Member - OP
Thanks Meter 4
Posts: 6
Join Date: Feb 2010
Talking installing recovery and custom roms

hello,
this is a quick guide i made to help make it easier to install recovery tools and custom roms
I found that all the other guides were half correct and found myself referencing many different guides to figure it out
so after spending 5 hours doing my first kindle fire
about 1 hour on my second kindle fire
and about 5 mins on my third kindle fire
I think this guide should help some people out

thanks in advance to everyone and please leave constructive criticism or comments!!



//after rooting
---------------------------------
make sure you have in >C:\program files\android\android-sdk\platform-tools
---------------------------------
-log
-last log
-update.zip
-updaterecovery.img //if you are using Clockwork Mod
or
-twrp.img //if you are using TWRP recovery
---------------------------------
//cmd.exe

>cd C:\program files\android\android-sdk\platform-tools
>adb devices

//make sure device shows up

>adb shell
>cd cache
>mkdir recovery
>exit

>adb push log /cache/recovery/
>adb push last_log /cache/recovery/
>adb push update.zip /sdcard/
>adb push updaterecovery.img /sdcard/


>adb shell
>dd if=/sdcard/updaterecovery.img of=/dev/block/platform/mmci-omap-hs.1/by-name/recovery
>idme bootmode 0x5001
>reboot

//on kindle go through CM recovery and install update.zip

>adb reboot


>adb shell
>mount sdcard
>exit

>adb push stockrecovery.img /sbin/

>adb shell
>dd if=/sbin/stockrecovery.img of=/dev/block/platform/mmci-omap-hs.1/by-name/recovery
>idme bootmode 0x5001
>exit

>adb reboot


follow this lower section if you are using TWRP 2.0
----------------------------------------------------------------
//if you are using twrp you need to change
//"updaterecovery.img" >to> "twrp.img" ---see below
// "dd if=/sdcard/twrp.img of=/dev/block/platform/mmci-omap-hs.1/by-name/recovery
//
>adb push twrp.img /sdcard/
// if you are using twrp.img and are stuck in bootloop
//you need to do the following commands after twrp 2.0 installs and reboots
>adb shell
>idme bootmode 4000
>reboot
----------------------------------------------------------------

//all done
The Following 2 Users Say Thank You to sgtmercs For This Useful Post: [ Click to Expand ]
 
DeerSteak
Old
#2  
Senior Member
Thanks Meter 39
Posts: 298
Join Date: Jul 2011
Why not just use KFU? It does great with all this being scripted, etc.
 
sgtmercs
Old
#3  
Junior Member - OP
Thanks Meter 4
Posts: 6
Join Date: Feb 2010
---Saving For Later---
 
treo750ii
Old
#4  
Senior Member
Thanks Meter 9
Posts: 104
Join Date: Sep 2009
Quote:
Originally Posted by DeerSteak View Post
Why not just use KFU? It does great with all this being scripted, etc.
Where might that be??

Sent from my ICS Captivate
 
DeerSteak
Old
#5  
Senior Member
Thanks Meter 39
Posts: 298
Join Date: Jul 2011
O_o

The sticky at the top of the Kindle Fire forum?
 
Jaa-Yoo
Old
#6  
Senior Member
Thanks Meter 41
Posts: 254
Join Date: Jul 2007
Kindle Fire Utility...its in the very first post in this forum, stickied at the top.
The Following User Says Thank You to Jaa-Yoo For This Useful Post: [ Click to Expand ]
 
sadalius
Old
#7  
Senior Member
Thanks Meter 10
Posts: 110
Join Date: Dec 2009
It took me 5 minutes to root mine and that was before kfu was released. Biggest problem I had was when it was in fastboot mode, windows dropped the drivers. Only took a second to see the issue and correct it and finish it out. I did keep mine stock but rooted and no recovery till 6.2.1 came out. Then I installed twrp and installed pre-rooted 6.2.1. Now I'm running cm7 until ics is worked out.
 
dnathan13
Old
#8  
Senior Member
Thanks Meter 225
Posts: 808
Join Date: Sep 2010
Default Good option

Another good option over the KFU. If you want to play around yourself so you can learn more about adb and cmd prompts this is a good way to do things. This is way simpler than some of the old instructions, but more hands on than the KFU.
The Following User Says Thank You to dnathan13 For This Useful Post: [ Click to Expand ]
 
smirkis
Old
#9  
smirkis's Avatar
Senior Member
Thanks Meter 554
Posts: 1,656
Join Date: Oct 2010
Location: San Diego, CA
installing twrp thru this method won't work, twrp installs fff at the same time so

Sent from my HTC Glacier using xda premium
T-Mobile G2>HTC Glacier>Samsung Galaxy Nexus>Google Nexus 4

Asus Transformer>Amazon Kindle Fire>Google Nexus 7
 
sgtmercs
Old
(Last edited by sgtmercs; 29th December 2011 at 04:56 AM.)
#10  
Junior Member - OP
Thanks Meter 4
Posts: 6
Join Date: Feb 2010
Quote:
Originally Posted by smirkis View Post
installing twrp thru this method won't work, twrp installs fff at the same time so

Sent from my HTC Glacier using xda premium
then how do i have twrp and fff on my kindle fire? O_o

 
Post Reply+
Tags
kindle fire twrp recovery custom rom
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...