Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
riverzhou
Old
(Last edited by riverzhou; 19th December 2011 at 03:51 AM.)
#1  
Senior Member - OP
Thanks Meter 62
Posts: 193
Join Date: Dec 2006
Location: Shanghai

 
DONATE TO ME
Default [GUIDE] Quick install firefirefire + twrp20. Important update!

Quote:
Originally Posted by pyrostic View Post
It appears via @agrabren on twitter just changed to a new build. download the new one at
http://teamw.in/project/twrp2/79

you have to use fastboot -i 0x1949 boot twrp-blaze-2.0.0RC0.img

this custom image installs FIREFIREFIRE u-boot and TWRP 2.0

---------- Post added at 09:50 AM ---------- Previous post was at 09:41 AM ----------

If you flash the latest .img file using this method it will completely screw things up. The latest image installs FIREFIREFIRE u-boot as well as TWRP.

Please be kind enough to remove this thread as it could render Kindle Fires useless. You cannot flash the current twrp-blaze-2.0.0RC0.img via the following. It will make your devices stick at the Kindle Fire screen.

This wont work with the new image:

Code:
dd if=/sdcard/twrp-blaze-2.0.0RC0.img of=/dev/block/mmcblk0p5
dd if=/sdcard/u-boot.bin of=/dev/block/mmcblk0p2
You NEED fastboot and you need to run the following with the new image from http://teamw.in/project/twrp2/79:

Code:
fastboot -i 0x1949 boot twrp-blaze-2.0.0RC0.img


---------------------------------------------------------------------
BUT, if you still do no wanna use fastboot and wanna use dd to flash, you can download my attachments in this post and use the follow method.

It's the old version twrp2.0 that can be used dd to flash.




---------------------------------------------------------------------
Unpack rar file,
get u-boot.bin and twrp-blaze-2.0.0RC0.img

adb push u-boot.bin /sdcard/
adb push twrp-blaze-2.0.0RC0.img /sdcard/

adb shell
su
dd if=/sdcard/twrp-blaze-2.0.0RC0.img of=/dev/block/mmcblk0p5
dd if=/sdcard/u-boot.bin of=/dev/block/mmcblk0p2

Ctrl+C (quit adb shell)

adb reboot

That's all.
They're holy perfect.
Attached Files
File Type: rar river.part1.rar - [Click for QR Code] (6.00 MB, 401 views)
File Type: rar river.part2.rar - [Click for QR Code] (4.49 MB, 368 views)
The Following 5 Users Say Thank You to riverzhou For This Useful Post: [ Click to Expand ]
 
Unheard
Old
(Last edited by Unheard; 18th December 2011 at 02:26 PM.)
#2  
Member
Thanks Meter 10
Posts: 91
Join Date: Mar 2010
Thanks! Works great.
 
pyrostic
Old
#3  
pyrostic's Avatar
Senior Member
Thanks Meter 205
Posts: 503
Join Date: Jun 2010
Location: Chicago - Northwest Suburbs
Quote:
Originally Posted by Unheard View Post
Thanks for this. One question you might be able to help with. After doing the original method, and then doing this, my fire will only boot into recovery. I'm guessing something to do with 'idme bootmode 0x5001'. Is there and idme command to have the fire boot to the OS as opposed to recovery? Thanks!
Yea once in recover open up adb shell window and do "idme bootmode 4000" then "reboot" don't press anything and you'll boot to your rom.

Sent from my SPH-D710 using xda premium
[Telidroids]
 
Unheard
Old
(Last edited by Unheard; 18th December 2011 at 02:43 PM.)
#4  
Member
Thanks Meter 10
Posts: 91
Join Date: Mar 2010
Quote:
Originally Posted by pyrostic View Post
Yea once in recover open up adb shell window and do "idme bootmode 4000" then "reboot" don't press anything and you'll boot to your rom.

Sent from my SPH-D710 using xda premium
Ya figured it out shortly after typing the question. Thanks for the reply.

EDIT: If you choose Recovery in the reboot menu of CM7, it will reboot you to Recovery. Problem is you have to idme 4000 to get it to reboot to your OS after doing that.
 
drExel
Old
#5  
Junior Member
Thanks Meter 1
Posts: 18
Join Date: Feb 2007
Location: Bronx, Ny
Quote:
Originally Posted by riverzhou View Post
Unpack firefirefire, get u-boot.bin
Get twrp-blaze-2.0.0RC0.img from office site

adb push u-boot.bin /sdcard/
adb push twrp-blaze-2.0.0RC0.img /sdcard/

adb shell
su
dd if=/sdcard/twrp-blaze-2.0.0RC0.img of=/dev/block/mmcblk0p5
dd if=/sdcard/u-boot.bin of=/dev/block/mmcblk0p2

Ctrl+D (quit adb shell)

adb reboot

That's all.
They're holy perfect.
Coming from a rooted Stock 1.0 ROM, this worked perfectly with no problems. Launched TWRP and did an immediate backup of /boot /data and /system to retain that stock feel in case of a need to RESTORE.

Thanks for this quickie!
drExel

Samsung Galaxy S II | #TMO
Samsung Galaxy S III | #TMO
Samsung Galaxy Note 2 | #TMO
iPhone 4 - Factory Unlocked | AT&T
Kindle Fire | CM9 | TWRP 2.0 | FireFireFire!
2x Dell Streak 5 | AT&T
 
pyrostic
Old
#6  
pyrostic's Avatar
Senior Member
Thanks Meter 205
Posts: 503
Join Date: Jun 2010
Location: Chicago - Northwest Suburbs
Quote:
Originally Posted by Unheard View Post
Ya figured it out shortly after typing the question. Thanks for the reply.

EDIT: If you choose Recovery in the reboot menu of CM7, it will reboot you to Recovery. Problem is you have to idme 4000 to get it to reboot to your OS after doing that.
Good to know, mind if I post this in the CM7 thread? It would be good for everyone to know.
[Telidroids]
 
Unheard
Old
#7  
Member
Thanks Meter 10
Posts: 91
Join Date: Mar 2010
Quote:
Originally Posted by pyrostic View Post
Good to know, mind if I post this in the CM7 thread? It would be good for everyone to know.
Wont hurt my feelings.
 
fleton
Old
(Last edited by fleton; 18th December 2011 at 06:54 PM.)
#8  
Member
Thanks Meter 12
Posts: 36
Join Date: Feb 2011
I followed the guide but when it booted up it is stuck at the firefirefire screen. I have not been able to boot into recovery or into android, any help would be greatly appreciated.

Edit: Also adb is not detecting device.

Fix: Follow the instructions here will fix the issue. http://forum.xda-developers.com/show...&postcount=222
 
pyrostic
Old
(Last edited by pyrostic; 18th December 2011 at 04:03 PM.)
#9  
pyrostic's Avatar
Senior Member
Thanks Meter 205
Posts: 503
Join Date: Jun 2010
Location: Chicago - Northwest Suburbs
Quote:
Originally Posted by fleton View Post
I followed the guide but when it booted up it is stuck at the firefirefire screen. I have not been able to boot into recovery or into android, any help would be greatly appreciated.

Edit: Also adb is not detecting device.
It appears via @agrabren on twitter just changed to a new build. download the new one at
http://teamw.in/project/twrp2/79

you have to use fastboot -i 0x1949 boot twrp-blaze-2.0.0RC0.img

this custom image installs FIREFIREFIRE u-boot and TWRP 2.0

---------- Post added at 09:50 AM ---------- Previous post was at 09:41 AM ----------

If you flash the latest .img file using this method it will completely screw things up. The latest image installs FIREFIREFIRE u-boot as well as TWRP.

Please be kind enough to remove this thread as it could render Kindle Fires useless. You cannot flash the current twrp-blaze-2.0.0RC0.img via the following. It will make your devices stick at the Kindle Fire screen.

This wont work with the new image:

Code:
dd if=/sdcard/twrp-blaze-2.0.0RC0.img of=/dev/block/mmcblk0p5
dd if=/sdcard/u-boot.bin of=/dev/block/mmcblk0p2
You NEED fastboot and you need to run the following with the new image from http://teamw.in/project/twrp2/79:

Code:
fastboot -i 0x1949 boot twrp-blaze-2.0.0RC0.img
[Telidroids]
The Following User Says Thank You to pyrostic For This Useful Post: [ Click to Expand ]
 
Houndog101
Old
#10  
Houndog101's Avatar
Senior Member
Thanks Meter 26
Posts: 479
Join Date: Feb 2011
Location: Fallston, Md.
Quote:
Originally Posted by fleton View Post
I followed the guide but when it booted up it is stuck at the firefirefire screen. I have not been able to boot into recovery or into android, any help would be greatly appreciated.

Edit: Also adb is not detecting device.
I have the same problem, I used the new build and the "fastboot -i 0x1949 boot twrp-blaze-2.0.0RC0.img" command. All went well, got the TEAMWIN screen and pushed the reboot button, rebooted to the triangle fire screen with "press power button for recovery" at the bottom. I press power and nothing, if I hold for 20 sec.s it powers off but on reboot, back to the same triangle screen.. What is wrong.. Thanks..
Raise/Breed/show/tracking BloodHounds


" Selfishness, Self centeredness some say, is the root of all of mans problems"

 
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

Gear Up Because it’s Time to Save Earth

*Cue Dramatic Music*Put on your red and blue latex overalls and cape because it’s time to … more

Recognized Contributor Code of Conduct

During the first half of 2012, XDA initiated the Recognized Contributor (RC) program to recognize … more

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

XDA Developer TV Producer Jayce released a video a … more