blob: fbfe8a9a2d997f90048290681ba598e2662f76bb [file] [log] [blame]
freak078d4eee12018-08-03 22:56:18 +02001---
2layout: device
3title: "HTC U12+"
4codename: ime
5downloadfolder: ime
6supportstatus: Current
Captain Throwback81d7c4e2020-12-31 16:17:41 -05007maintainer: freak07, Captain_Throwback
freak078d4eee12018-08-03 22:56:18 +02008oem: HTC
9devicetree: "https://github.com/TeamWin/android_device_htc_ime"
10xdathread: "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 Throwback81d7c4e2020-12-31 16:17:41 -050016
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>
32 <li>GSI Decryption is fully supported with release 3.5.0_10-0</li>
33</ul>
freak078d4eee12018-08-03 22:56:18 +020034
35{% include download.html %}
36
37<div class='page-heading'>Installation:</div>
Captain Throwback81d7c4e2020-12-31 16:17:41 -050038<p class="text">If you already have TWRP installed:
39<p class="text">Download the latest image or zip and install the file using TWRP. Directly afterwards flash Magisk zip.</p>
freak078d4eee12018-08-03 22:56:18 +020040
Captain Throwback81d7c4e2020-12-31 16:17:41 -050041<p class="text">If you do not already have TWRP installed:</p>
42<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>
43<ul>
44 <li>As of HTC´s Software Update 1.30.xxx.y the security patch state changed to 1st September 2018</li>
45 <li>As of HTC´s Software Update 1.53.xxx.y the security patch state changed to 1st December 2018</li>
46 <li>As of HTC´s Software Update 1.57.xxx.y the security patch state changed to 1st January 2019</li>
47 <li>As of HTC´s Software Update 1.62.xxx.y the security patch state changed to 1st February 2019</li>
48 <li>As of HTC´s Software Update 1.68.xxx.y the security patch state changed to 1st April 2019</li>
49</ul>
50<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>
51<p class="text">You will need to have fastboot binaries and the correct drivers installed.</p>
52<ol>
53 <li>Power off your device completely.
54 <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.
55 <li>Boot now to download mode.
56 <li>Connect the device to your PC</li>
57</ol>
58<p class="text">Open a command window and run the following command from the proper location:</p>
59<p class="code">fastboot boot path/to/twrp.img</p>
60<p class="text">This will temporarily boot TWRP on your device. You may use adb to push the zip onto your device:</p>
61<p class="code">adb push path/to/twrp.zip /</p>
62<p class="text">Go to install, browse to the zip and install the zip. The zip will install TWRP to both boot slots.</p>
63<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>
64<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>