Disclaimer:

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.

Status:

Support Status: Current

Maintainer: TheGamerKing

Code Name: X505X

Device Tree / files

Support thread on xda-developers

App Install Method (Requires Root):

Download the Official TWRP App (root required):

Install the app and open it. Agree to the Terms. Select TWRP Flash. Select your device from the device list (X505X) and choose a version. The file will download to your Downloads folder. Browse to and select the file. Tap on Flash to Recovery. Find out more about the app here.

Download Links:

Current and past versions of TWRP can be found at one of the mirrors below:

TWRP Install (Requires TWRP 2.8.4 or higher already installed):

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.

Fastboot Install Method:

DO NOT USE "FASTBOOT BOOT" TO BOOT TWRP!! To reboot to recovery, either flash the misc_rebootrecovery.img linked below to the misc partition (by using the command "fastboot flash misc path/to/misc_rebootrecovery.img") then reboot by using "fastboot reboot", or you can reboot to recovery directly from Android. To install TWRP with Fastboot mode: NOTE: If you are installing TWRP while having the stock ROM installed (and not a GSI\Custom ROM), you may need to follow the stock ROM rooting guide in my XDA thread for the tablet here (to prevent the stock ROM from replacing TWRP with stock recovery): https://xdaforums.com/t/4777270/ 1- Download the TWRP .img file. 2- Flash the TWRP .img file in Fastboot mode by using the command: fastboot flash recovery path/to/twrp.img 3- Download misc_rebootrecovery.img from here: https://xdaforums.com/attachments/misc_rebootrecovery-img.6328346/ 4- Flash misc_rebootrecovery.img by using the command: fastboot flash misc path/to/misc_rebootrecovery.img 5- Reboot by using the command: fastboot reboot Your tablet should reboot to TWRP.

Changelog:

  • Eyad Tamer
    2026-07-12T16:02:25Z
    Add TW_NO_SCREEN_BLANK and TW_IGNORE_MISC_WIPE_DATA

  • Eyad Tamer
    2026-07-12T12:57:02Z
    Add FOX_TARGET_DEVICES and set OF_ALLOW_DISABLE_NAVBAR to 0 - Added FOX_TARGET_DEVICES, and set it to "TB-X505X, X505X" - Set OF_ALLOW_DISABLE_NAVBAR to 0, as we don't have physical navigation buttons

  • Eyad Tamer
    2026-07-10T18:33:29Z
    Modernize the device tree structure - Renamed AndroidBoard.mk to Android.mk - Added Android.bp file - Moved some stuff to a new device.mk file

  • Eyad Tamer
    2026-06-26T22:05:17Z
    fixup: Add better workaround for battery indicator We have to create the /tmp/battery folder first before creating the "capacity" and "status" symlinks.

  • Eyad Tamer
    2026-06-26T20:38:21Z
    Set TW_INCLUDE_CRYPTO_FBE to true and PLATFORM_VERSION to 99.87.36 Not sure why that wasn't enabled at the first place, but FBEv1 decryption was working without it anyway. Additionally, set PLATFORM_VERSION to 99.87.36 to ensure that decryption works in the future for Android 16+ GSIs.