Marc Bourgoin | 2eb2b4a | 2020-07-11 12:54:49 -0600 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "ASUS ZenFone 5z 2018" |
| 4 | codename: Z01RD |
| 5 | oem: Asus |
| 6 | downloadfolder: Z01RD |
| 7 | supportstatus: Current |
| 8 | maintainer: Jackeagle |
| 9 | devicetree: https://github.com/TeamWin/android_device_asus_Z01RD |
| 10 | xdathread: "https://forum.xda-developers.com/zenfone-5z/development/recovery-twrp-3-2-3-x-t3849245" |
| 11 | --- |
| 12 | |
| 13 | {% include disclaimer.html %} |
| 14 | |
| 15 | {% include supportstatus.html %} |
| 16 | |
| 17 | {% include dmverity.html %} |
| 18 | |
| 19 | {% include appinstall.html %} |
| 20 | |
| 21 | {% include download.html %} |
| 22 | |
| 23 | <div class="page-heading">Installation</div> |
| 24 | Please unlock your bootloader by downloading and running the Unlock Device App <a href="https://www.asus.com/Phone/ZenFone-5Z-ZS620KL/HelpDesk_Download/">here</a> |
| 25 | |
| 26 | Check the current active slot, change the slot to the other slot (if current active slot is = a then use b. If b, then use a) |
| 27 | |
| 28 | Switch slot by using |
| 29 | <pre> |
| 30 | fastboot set_active *Insert a or b Here* |
| 31 | </pre> |
| 32 | |
| 33 | Use fastboot reboot bootloader to check if right slot is selected |
| 34 | |
| 35 | Next download TWRP image of your choice and do |
| 36 | <pre> |
| 37 | fastboot flash boot *TWRP Image Name Here*.img |
| 38 | </pre> |
| 39 | |
| 40 | This will allow you to install the permanent version. Download the TWRP Z01RD installer zip of your choice and install it normally through the Install button in TWRP. |