TWRP for Asus Transformer TF300T
Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no responsibility for any damage that may occur from installing or using TWRP.
Support Status: No Longer Updated
Maintainer: None
Code Name: tf300t
Support thread on xda-developers
If you have updated to the JB OTA bootloader then you must use the -JB version of the recovery, flashing the non -JB version could potentially permanently brick your device (unless you have nvflash as noted above).
Date is off by 1 month in recovery - this is an Asus bug that can't be fixed easily. Just use the keyboard to name your backup
TF300T:
TF300TG:
Download the latest TWRP image file (.img) from the download link and boot TWRP. Go to install and find and select the Images... button. Browse to the image that you downloaded and select it. Choose recovery and swipe to flash.
You will need the platform-tools from the Android SDK on your computer. Find the SDK Only section on the page linked and install the SDK and download only the platform-tools to get adb and fastboot binaries.
Windows users will need proper drivers installed on your computer. You can try the Naked ADB drivers or the Universal ADB drivers if you don't already have a working driver installed
On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:
adb reboot bootloader
You should now be in fastboot mode. Download the correct blob file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.blob and type:
fastboot -i 0x0b05 flash staging twrp.img
fastboot reboot- Ethan Yonker
2016-02-08T17:45:41Z
Merge "Fix a few issues" into android-4.4 - Ethan Yonker
2016-02-08T17:30:51Z
Fix a few issues Remove old kernel Disable custom init.rc (was breaking power off and reboot) Add init.recovery.cardhu.rc to fix kernel console from overtaking the screen Change-Id: Ia7432e4cdd1648e8061425a4f71a80820b53a53e - Josh
2014-10-26T02:37:12Z
New grimlock kernel - Joshua
2014-09-18T02:56:04Z
Fixing typo - Joshua
2014-09-18T02:53:17Z
Using the latest BUILD_FINGERPRINT