freak07 | 8d4eee1 | 2018-08-03 22:56:18 +0200 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "HTC U12+" |
| 4 | codename: ime |
| 5 | downloadfolder: ime |
| 6 | supportstatus: Current |
Captain Throwback | 81d7c4e | 2020-12-31 16:17:41 -0500 | [diff] [blame] | 7 | maintainer: freak07, Captain_Throwback |
freak07 | 8d4eee1 | 2018-08-03 22:56:18 +0200 | [diff] [blame] | 8 | oem: HTC |
| 9 | devicetree: "https://github.com/TeamWin/android_device_htc_ime" |
| 10 | xdathread: "https://forum.xda-developers.com/u12-plus/development/recovery-unofficial-twrp-3-2-2-0-htc-t3819343" |
| 11 | --- |
| 12 | |
| 13 | {% include disclaimer.html %} |
| 14 | |
| 15 | {% include supportstatus.html %} |
Captain Throwback | 81d7c4e | 2020-12-31 16:17:41 -0500 | [diff] [blame] | 16 | |
| 17 | <b>NOTES:</b> |
| 18 | <ul> |
| 19 | <li>Updates may break decrypt in TWRP</li> |
| 20 | <li>MTP is working starting with Release 3.2.3-1</li> |
| 21 | <li>Starting with 3.2.3-4 booting TWRP won´t mount system RW, therefore no longer impacting OTA functionality by solely booting TWRP</li> |
| 22 | </ul> |
| 23 | <b>Release Information:</b> |
| 24 | <ul> |
| 25 | <li>Release 3.2.3-2 supports HTC´s firmware 1.30.xxx.y with security patch state of 1st September 2018</li> |
| 26 | <li>Release 3.2.3-3 supports HTC´s firmware 1.53.xxx.y with security patch state of 1st December 2018</li> |
| 27 | <li>Release 3.2.3-4 supports HTC´s firmware 1.53.xxx.y with security patch state of 1st December 2018</li> |
| 28 | <li>Release 3.2.3-5 supports HTC´s firmware 1.57.xxx.y with security patch state of 1st January 2019</li> |
| 29 | <li>Release 3.3.0-0 supports HTC´s firmware 1.62.xxx.y with security patch state of 1st February 2019</li> |
| 30 | <li>Release 3.3.0-1 supports HTC´s firmware 1.68.xxx.y with security patch state of 1st April 2019</li> |
| 31 | <li>Stock ROM Decryption on Pie updates is unsupported in TWRP</li> |
Captain Throwback | 8a6dee9 | 2020-12-31 22:18:29 -0500 | [diff] [blame] | 32 | <li>GSI Decryption is fully supported with release 3.5.0\_9-0</li> |
Captain Throwback | 81d7c4e | 2020-12-31 16:17:41 -0500 | [diff] [blame] | 33 | </ul> |
freak07 | 8d4eee1 | 2018-08-03 22:56:18 +0200 | [diff] [blame] | 34 | |
| 35 | {% include download.html %} |
| 36 | |
| 37 | <div class='page-heading'>Installation:</div> |
Captain Throwback | 8a6dee9 | 2020-12-31 22:18:29 -0500 | [diff] [blame] | 38 | <hr /> |
Captain Throwback | 81d7c4e | 2020-12-31 16:17:41 -0500 | [diff] [blame] | 39 | <p class="text">If you already have TWRP installed: |
| 40 | <p class="text">Download the latest image or zip and install the file using TWRP. Directly afterwards flash Magisk zip.</p> |
freak07 | 8d4eee1 | 2018-08-03 22:56:18 +0200 | [diff] [blame] | 41 | |
Captain Throwback | 81d7c4e | 2020-12-31 16:17:41 -0500 | [diff] [blame] | 42 | <p class="text">If you do not already have TWRP installed:</p> |
| 43 | <p class="text">Download both the img and the zip. Make sure you download the image that matches your current firmware´s security patch date before booting it!</p> |
| 44 | <ul> |
| 45 | <li>As of HTC´s Software Update 1.30.xxx.y the security patch state changed to 1st September 2018</li> |
| 46 | <li>As of HTC´s Software Update 1.53.xxx.y the security patch state changed to 1st December 2018</li> |
| 47 | <li>As of HTC´s Software Update 1.57.xxx.y the security patch state changed to 1st January 2019</li> |
| 48 | <li>As of HTC´s Software Update 1.62.xxx.y the security patch state changed to 1st February 2019</li> |
| 49 | <li>As of HTC´s Software Update 1.68.xxx.y the security patch state changed to 1st April 2019</li> |
| 50 | </ul> |
| 51 | <p class="text">To confirm which version to boot, take a look at the XDA thread! All the needed information is usually available there.</p> |
| 52 | <p class="text">You will need to have fastboot binaries and the correct drivers installed.</p> |
| 53 | <ol> |
| 54 | <li>Power off your device completely. |
| 55 | <li>Hold power button until device vibrates, when vibration kicks in let go of the power button and hit immediately volume down button. Your device should now be in the bootloader. |
| 56 | <li>Boot now to download mode. |
| 57 | <li>Connect the device to your PC</li> |
| 58 | </ol> |
| 59 | <p class="text">Open a command window and run the following command from the proper location:</p> |
| 60 | <p class="code">fastboot boot path/to/twrp.img</p> |
| 61 | <p class="text">This will temporarily boot TWRP on your device. You may use adb to push the zip onto your device:</p> |
| 62 | <p class="code">adb push path/to/twrp.zip /</p> |
| 63 | <p class="text">Go to install, browse to the zip and install the zip. The zip will install TWRP to both boot slots.</p> |
Captain Throwback | 8a6dee9 | 2020-12-31 22:18:29 -0500 | [diff] [blame] | 64 | <p class="text">As of TWRP 3.3.0-0, TWRP can also be flashed permanently via the "Install Recovery Ramdisk" option inside a temporarily booted TWRP, which can be choosen when selecting an .img file!</p> |
Captain Throwback | 81d7c4e | 2020-12-31 16:17:41 -0500 | [diff] [blame] | 65 | <p class="text">Please note: If you were previously rooted and want to keep your device rooted or want to root, you now have to flash the root.zip.</p> |