FORUMS
Remove All Ads from XDA

[RECOVERY][TF300T] TWRP 3.1.1-0 touch recovery [2017-05-19]

1,705 posts
Thanks Meter: 13,610
 
Post Reply Email Thread
27th February 2013, 07:10 AM |#501  
toanau's Avatar
Senior Member
Thanks Meter: 147
 
More
Re: [RECOVERY][TF300T/TG] TWRP 2.4.2.0 Touch Recovery! [2013-2-25]
any zip for latest TWRP file

Sent from my ASUS Transformer Pad TF300T using xda app-developers app
27th February 2013, 07:48 AM |#502  
Belzebuth.'s Avatar
Senior Member
Thanks Meter: 106
 
More
Quote:
Originally Posted by toanau

any zip for latest TWRP file

Sent from my ASUS Transformer Pad TF300T using xda app-developers app

Go to TWRP website, clik the large black button at the top right corner, select your device and download the "openrecovery-twrp-2.4.2.0-tf300t-JB.blob" file and rename it in "twrp.blob"...

Use fastboot to flash. If installed your SDK Tools on "C:\" , put "twrp.blob" in C:\tools\platform-tool , open cmd.exe and type:

"cd C:\tools\platform-tools\"

Click [Enter]

"fastboot -i 0x0B05 flash recovery twrp.blob"

Click [Enter]

"fastboot -i 0x0B05 reboot"

Click [Enter]

Done...
The Following 3 Users Say Thank You to Belzebuth. For This Useful Post: [ View ] Gift Belzebuth. Ad-Free
27th February 2013, 07:57 AM |#503  
philos64's Avatar
Senior Member
Somewhere in Brittany
Thanks Meter: 2,854
 
More
Quote:
Originally Posted by toanau

any zip for latest TWRP file

Use this guide and files : [GUIDE] Help for flash more faster when you use Fastboot Line Command
You will see that it will be easy to use this fastboot guide
The Following User Says Thank You to philos64 For This Useful Post: [ View ] Gift philos64 Ad-Free
27th February 2013, 09:52 PM |#504  
dilfatx's Avatar
Senior Member
Flag Austin
Thanks Meter: 15
 
More
Re: [RECOVERY][TF300T/TG] TWRP 2.4.2.0 Touch Recovery! [2013-2-25]
Quote:
Originally Posted by toanau

any zip for latest TWRP file

Sent from my ASUS Transformer Pad TF300T using xda app-developers app

I would also like the zip file, or least learn how to make it.

Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
The Following User Says Thank You to dilfatx For This Useful Post: [ View ] Gift dilfatx Ad-Free
27th February 2013, 09:57 PM |#505  
joelalmeidaptg's Avatar
Senior Member
Thanks Meter: 1,358
 
Donate to Me
More
Re: [RECOVERY][TF300T/TG] TWRP 2.4.2.0 Touch Recovery! [2013-2-25]
Me too... I don't feel like turning on the computer right now, I'm too lazy xD it would be good to have a simple zip file to flash

Sent from my WT19i using xda app-developers app
The Following 2 Users Say Thank You to joelalmeidaptg For This Useful Post: [ View ] Gift joelalmeidaptg Ad-Free
27th February 2013, 10:59 PM |#506  
Senior Member
Flag Swansea, Wales, UK
Thanks Meter: 106
 
More
Quote:
Originally Posted by dilfatx

I would also like the zip file, or least learn how to make it.

Sent from my ASUS Transformer Pad TF300T using Tapatalk 2

If its anything like the Nexus S it should be easy. Find a flashable recovery file for the TF300T then download the latest TWRP .img file (NOT the .blob). Then just open the flashable zip and replace the recovery.img files making sure they have the same name.

At least that's what I do for TWRP on the Nexus S. I hope that makes sense. Not tried this on my TF300T so don't know if it works.
28th February 2013, 12:51 AM |#507  
dilfatx's Avatar
Senior Member
Flag Austin
Thanks Meter: 15
 
More
Re: [RECOVERY][TF300T/TG] TWRP 2.4.2.0 Touch Recovery! [2013-2-25]
Quote:
Originally Posted by Jamalsid

If its anything like the Nexus S it should be easy. Find a flashable recovery file for the TF300T then download the latest TWRP .img file (NOT the .blob). Then just open the flashable zip and replace the recovery.img files making sure they have the same name.

At least that's what I do for TWRP on the Nexus S. I hope that makes sense. Not tried this on my TF300T so don't know if it works.

Try it out for us, then report back

Sent from my SGH-T989 using Tapatalk 2
28th February 2013, 09:41 AM |#508  
Senior Member
Flag Swansea, Wales, UK
Thanks Meter: 106
 
More
Quote:
Originally Posted by dilfatx

Try it out for us, then report back

Sent from my SGH-T989 using Tapatalk 2

I can't find a flashable zip for a recovery for the TF300T so I can't be sure what needs to stay and whats needs to be deleted from a zip, sorry.

It's pretty easy to install with fastboot anyway.

I actually use a terminal app on my TF300 to install the .blob so don't use fastboot personally.
28th February 2013, 04:35 PM |#509  
toanau's Avatar
Senior Member
Thanks Meter: 147
 
More
Re: [RECOVERY][TF300T/TG] TWRP 2.4.2.0 Touch Recovery! [2013-2-25]
Quote:
Originally Posted by Jamalsid

I can't find a flashable zip for a recovery for the TF300T so I can't be sure what needs to stay and whats needs to be deleted from a zip, sorry.

It's pretty easy to install with fastboot anyway.

I actually use a terminal app on my TF300 to install the .blob so don't use fastboot personally.

could show us how to use the app to load in the new TWRP

Sent from my ASUS Transformer Pad TF300T using xda app-developers app
28th February 2013, 04:46 PM |#510  
ricco333's Avatar
Senior Member
Flag Miami, FL
Thanks Meter: 561
 
More
IMHO Terminal Emulator is the easiest way to update, no computer is needed, just download the file to the root of the SD card, rename and follow the instructions for the Terminal Emulator command in the TeamWin download page and reboot after you are done and that's it.
Try it out, you'll be surprised how easy and fast it is.

Erik
28th February 2013, 07:21 PM |#511  
philos64's Avatar
Senior Member
Somewhere in Brittany
Thanks Meter: 2,854
 
More
Easy way IMO

If you want to push the TWRP recovery by Terminal emulator which is really fast and sure, its:
Code:
su
dd if=/sdcard/twrp.blob of=/dev/block/mmcblk0p4
exit
The Following 2 Users Say Thank You to philos64 For This Useful Post: [ View ] Gift philos64 Ad-Free
Post Reply Subscribe to Thread

Tags
recovery, teamwin, tf300t, twrp

Guest Quick Reply (no urls or BBcode)
Message:
Previous Thread Next Thread
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes