blob: 2fb0789b36504630b7d02d7db8d538a226a69ddf [file] [log] [blame]
Captain Throwback20afdab2021-10-26 11:26:22 -04001---
2layout: device
3title: "ASUS ROG Phone 5/5S"
4codename: I005D
5oem: ASUS
6downloadfolder: "ROG Phone 5|I005D|ROG Phone 5S|I005DS"
7supportstatus: Current
8maintainer: mikalovtch, Captain_Throwback
9devicetree: https://github.com/TeamWin/android_device_asus_I005D
10xdathread: "https://forum.xda-developers.com/t/recovery-unofficial-twrp-for-asus-rog-phone-5-rog-phone-5s.4333661/"
11<p class="text"><a href="https://twrp.zulipchat.com/#narrow/stream/290973-support-device/topic/ASUS.20ROG.20Phone.205.2F5S">Support topic on Zulip</a></p>
12---
13
14
15{% include disclaimer.html %}
16
17
18{% include supportstatus.html %}
19
20
21{% include dynamicpartitions.html %}
22
23
24<div class='page-heading' id='download'>Download Links:</div>
25<hr />
26<p class="text">ROG Phone 5:</p>
27<ul>
28{% for mirror in site.data.mirrors %}
29 <li>
30 <a href="{{ mirror.baseurl }}I005D">
31 {{ mirror.description }}
32 </a>
33 </li>
34{% endfor %}
35</ul>
36<p class="text">ROG Phone 5S:</p>
37<ul>
38{% for mirror in site.data.mirrors %}
39 <li>
40 <a href="{{ mirror.baseurl }}I005DS">
41 {{ mirror.description }}
42 </a>
43 </li>
44{% endfor %}
45</ul>
46
47
48<div class='page-heading'>Installation:</div>
49WARNING: 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.
50
51<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>
52
53Windows 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
54
55Download 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.
56
57Now 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:
58
59<code>adb reboot bootloader</code>
60
61Temporary boot the downloaded image using the following command:
62
63<code>fastboot boot twrp.img</code>
64
65Once booted, navigate to the Advanced > Flash Current TWRP option. This will install the TWRP image you just booted permanently to the device.
66
67After this is done, you have successfully installed TWRP on your device.