blob: ec7370ee414fb650b00ce6e66c359ee8326a941f [file] [log] [blame]
freak078d4eee12018-08-03 22:56:18 +02001---
2layout: device
3title: "HTC U12+"
4codename: ime
5downloadfolder: ime
6supportstatus: Current
7maintainer: freak07
8oem: 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 %}
16NOTE: Updates may break decrypt in TWRP. MTP does not work at this time, but you can use adb to transfer files.
17
18{% include download.html %}
19
20<div class='page-heading'>Installation:</div>
21If you already have TWRP installed:
22Download the latest zip and install the zip using TWRP. Directly afterwards flash Magisk zip.
23
24If you do not already have TWRP installed:
25Download both the img and the zip. You will need to have fastboot binaries and the correct drivers installed. Power off your device completely. 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. Boot now to download mode. Connect the device to your PC. Open a command window and run the following command from the proper location:
26
27fastboot boot path/to/twrp.img
28
29This will temporarily boot TWRP on your device. You may use adb to push the zip onto your device:
30
31adb push path/to/twrp.zip /
32
33Go to install and browse to the zip and install the zip. The zip will install TWRP to both boot slots. Now flash magisk zip, otherwise the device will only be able to reboot straigtly to TWRP.
34
35MTP is currently disabled.