Captain Throwback | 20afdab | 2021-10-26 11:26:22 -0400 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "ASUS ROG Phone 5/5S" |
| 4 | codename: I005D |
| 5 | oem: ASUS |
| 6 | downloadfolder: "ROG Phone 5|I005D|ROG Phone 5S|I005DS" |
| 7 | supportstatus: Current |
| 8 | maintainer: mikalovtch, Captain_Throwback |
| 9 | devicetree: https://github.com/TeamWin/android_device_asus_I005D |
Captain Throwback | 474ab80 | 2021-11-28 16:56:34 -0500 | [diff] [blame] | 10 | xdathread: https://forum.xda-developers.com/t/recovery-unofficial-twrp-for-asus-rog-phone-5-rog-phone-5s.4333661/ |
| 11 | zuliptopic: https://twrp.zulipchat.com/#narrow/stream/290973-support-device/topic/ASUS.20ROG.20Phone.205.2F5S |
Captain Throwback | 20afdab | 2021-10-26 11:26:22 -0400 | [diff] [blame] | 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 | |
Captain Throwback | 474ab80 | 2021-11-28 16:56:34 -0500 | [diff] [blame] | 48 | {% include fastbootabinstall.html %} |
Captain Throwback | 20afdab | 2021-10-26 11:26:22 -0400 | [diff] [blame] | 49 | |