blob: 355e03f7f8af30e245ad64a8b73ad6de5cae53a6 [file] [log] [blame]
mauronofriof4ee7442020-01-11 18:02:11 +01001---
2layout: device
3title: "ASUS Rog Phone 2"
4codename: I001D
5oem: Asus
6downloadfolder: I001D
7supportstatus: Current
Captain Throwbacka0295af2020-06-03 17:37:05 -04008maintainer: mauronofrio, Captain_Throwback
mauronofriof4ee7442020-01-11 18:02:11 +01009devicetree: https://github.com/TeamWin/android_device_asus_I001D
10xdathread: "https://forum.xda-developers.com/rog-phone-2/development/recovery-unofficial-twrp-recovery-asus-t4026801"
Captain Throwback7985b902021-10-26 11:51:34 -040011<p class="text"><a href="https://twrp.zulipchat.com/#narrow/stream/290973-support-device/topic/ASUS.20ROG.20Phone.20II">Support topic on Zulip</a></p>
mauronofriof4ee7442020-01-11 18:02:11 +010012---
13
14{% include disclaimer.html %}
15
Captain Throwback7985b902021-10-26 11:51:34 -040016
mauronofriof4ee7442020-01-11 18:02:11 +010017{% include supportstatus.html %}
18
Captain Throwback7985b902021-10-26 11:51:34 -040019
mauronofriof4ee7442020-01-11 18:02:11 +010020{% include dmverity.html %}
21
mauronofriof4ee7442020-01-11 18:02:11 +010022
23{% include download.html %}
24
mauronofriof4ee7442020-01-11 18:02:11 +010025
Captain Throwback7985b902021-10-26 11:51:34 -040026<div class='page-heading'>Installation:</div>
27Please unlock your bootloader according to instructions documented <a href="https://www.xda-developers.com/asus-rog-phone-ii-bootloader-unlock-tool-kernel-source-code/">here</a>.
mauronofriof4ee7442020-01-11 18:02:11 +010028
Captain Throwback7985b902021-10-26 11:51:34 -040029WARNING: If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest factory image for your device and reflash the boot image.
30
31<p class="text"><a href="https://developer.android.com/studio/releases/platform-tools">You will need the platform-tools from the Android SDK on your computer.</a> Download the platform-tools as per your operating system.</p>
32
33Windows users will need proper drivers installed on their computer. You can try the <a href="https://forum.xda-developers.com/android/software-hacking/live-iso-adb-fastboot-driver-issues-t3526755" target=_blank>simple FWUL adb/fastboot ISO</a> or the <a href="http://www.xda-developers.com/universal-naked-driver-solves-your-adb-driver-problems-on-windows/">Naked ADB drivers</a> or the <a href="https://adb.clockworkmod.com/">Universal ADB drivers</a> if you don't already have a working driver installed
34
35Download the correct image file and copy the file into the same folder as your platform-tools as well as device's storage. Rename the image to twrp.img.
36
37Now reboot to fastboot/download/bootloader mode by using adb or manual key combos (Use Google to find that if you are not sure). To use adb to reboot, use the following command:
38
39<code>adb reboot bootloader</code>
40
41Temporary boot the downloaded image using the following command:
42
43<code>fastboot boot twrp.img</code>
44
45Once booted, navigate to the Advanced > Flash Current TWRP option. This will install the TWRP image you just booted permanently to the device.
46
47After this is done, you have successfully installed TWRP on your device.