TWRP for ASUS ROG Phone 3
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: Current
Maintainer: Captain_Throwback
Code Name: I003D
Support thread on xda-developers
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.
Current and past versions of TWRP can be found at one of the mirrors below:
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.
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_a twrp.img
fastboot flash recovery_b twrp.img
fastboot reboot
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
- captainthrowback
2024-01-20T22:55:40Z
Merge "I003D: move prebuilt modules to folder" into android-12.1 - Captain Throwback
2024-01-20T20:14:53Z
I003D: move prebuilt modules to folder Add flag for custom versioning to build Change-Id: Iee818cf137d65ca2754e7988635bc592b8c9670b - captainthrowback
2023-08-27T02:29:51Z
Merge "I003D: move kernel prebuilt flags to common tree" into android-12.1 - Captain Throwback
2023-08-26T15:13:03Z
I003D: move kernel prebuilt flags to common tree Change-Id: I2a37b631e0e1ffaca2c991abbb7aa78f4f0ebf88 - captainthrowback
2023-08-26T01:42:05Z
Merge "I003D: update fps to 144" into android-12.1