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: Captain_Throwback

Code Name: AI2201

Common Tree / files

Device Tree / files

Support thread on xda-developers

Support topic on Zulip

This device uses Dynamic Partitions

This means that TWRP will not allow modifications to any of the partitions that make up the Super partition on the stock ROM. All backups and restores will include the full Super partition rather than the individual dynamic partitions.

In order to flash the individual partitions, you will have to boot into fastbootd.

Known Issues:

  • No vibration/haptics

  • No battery percentage

  • No USB-OTG support

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.

NOTE: By default, only the current slot will be flashed. Checking the “Flash to both slots” box will flash to both the active and inactive slots.

Fastboot Install Method (No Root Required):

You will need the platform-tools from the Android SDK on your computer. Download the platform-tools as per your operating system.

Windows users will need proper drivers installed on their computer. You can try the simple FWUL adb/fastboot ISO or 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.

Your device needs to be unlocked before it can flash custom images. To unlock your device, use the official ASUS app.

Download the correct image file and copy the file into the same folder as your platform-tools. Rename the image to twrp.img and type:

fastboot flash recovery twrp.img

fastboot reboot

NOTE: Only the current slot will be flashed!
dd Install Method (Requires Root):

Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:

su

dd if=/sdcard/twrp.img of=/dev/block/by-name/recovery_a

dd if=/sdcard/twrp.img of=/dev/block/by-name/recovery_b

Changelog:

  • captainthrowback
    2024-01-20T22:52:34Z
    Merge changes I95d4ff8e,Ie26692a5,I29119c28 into android-12.1 * changes: AI2201: add flag for custom build versioning AI2201: add vendor firmware but disable battery display AI2201: add vibration support

  • Captain Throwback
    2024-01-20T20:36:55Z
    AI2201: add flag for custom build versioning Change-Id: I95d4ff8e79082522a85c01e5a4cf3f36252fb4fe

  • Captain Throwback
    2024-01-20T20:40:08Z
    AI2201: add vendor firmware but disable battery display Firmware is needed for battery (adsp) and vibration support, but currently isn't functional Change-Id: Ie26692a5ff99a88f4e1b50fda1310c6f519db541

  • Captain Throwback
    2023-12-04T16:34:41Z
    AI2201: add vibration support Not currently functional Change-Id: I29119c28834e2f303024cb490bcfede3c6443381

  • captainthrowback
    2023-11-29T02:27:34Z
    Merge "AI2201: add TW_MAX_BRIGHTNESS" into android-12.1