TWRP for Transformer Pad TF300T

MUST BE ON A BOOTLOADER ENDING IN 27.1 or 27.5
Changelog 2.8.7.2
- All Upstream changes
- Small changes to the 'new theme' (thx z31s1g)
- Added flash to staging partition, via flash image feature
Changelog 2.8.7.1
- Removed ability to flash raw .img files....
- gui: keyboard: support longpress label offset, code cleanup ( Thx @_that)
- Added flashable zip
- merged upstream changes
Changelog- 2.8.7.0
- Fully merged 2.8.7.0 source from upstream
- Removed SU from twrp ( Its useless & only takes up extra room)
Changelog- 2.8.6.5
- New theme fully implemented ( Huge thx to @z31s1g ) Still a WIP
- Fix mount -o bind error on recreating /data/media/0 (Huge thx to @xiaolu ) & ( @_that )
- All upstream merges by Team Win
Changelog 2.8.6.1
- GUI: Prevent duplicate page overlays. Thx Matt & _that
- Replace legacy DEVICE_RESOLUTION with the new TW_THEME
- Using new common repo to build recovery.
- Build with grimlocks-5.1 kernel from zombi
- All upstream changes. Thx TeamWin
Changelog- 2.8.6.0
- All upstream changes (They are on git)
- Cleaned up external mount labels
Changelog- 2.8.5.1
- Added dock sd card support to twrp
Changelog- 2.8.5.0
- Added formatting of ext sdcard for ROM2SD & DATA2SD
- Added ability to backup ext sdcard partitions
- Added reboot to recovery & reboot to bootloader from with TWRP
- Fixed error formatting /data to f2fs <- Thx Dees Troy for this fix
- A few upstream changes
UPGRADE INSTRUCTIONS
----------------------------------------------------------------------------------------------------------------------------------------- Flashing recovery with fastboot.
- Boot tablet into fastboot.
Code:
fastboot -i 0x0B05 flash recovery foo.img
- Replace foo with the file name.
- Once flashed reboot into bootloader.
Code:
fastboot reboot-bootloader
- Enter recovery.
-FLASHING WITH 'dd'
You will need a super user terminal to make this work .....
Code:
su
Code:
dd if=/sdcard/foo.img of=/dev/block/mmcblk0p4
Replace foo.img with the recovery image name .....
This will move the recovery image to /staging so on the next boot it flashes it to /recovery
So make sure you do a reboot before trying to enter recovery .......
This command also expects the image to be in /sdcard
----------------------------------------------------------------------------------------------------------------------------------------
XDA:DevDB Information
TWRP for TF300T [KANG], Tool/Utility for the Asus Transformer TF300T
Contributors
lj50036, hardslog, DrBeaker
Source Code: https://github.com/zombi-x
Version Information
Status: Testing
Created 2015-03-05
Last Updated 2015-07-21
Attachments
Last edited: