LineageOS: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
Zeile 9: Zeile 9:
 
* https://forum.xda-developers.com/htc-one-max - htc one max forum
 
* https://forum.xda-developers.com/htc-one-max - htc one max forum
 
* http://www.htcdev.com/bootloader/unlock-instructions/  offical htc unlock anleitung
 
* http://www.htcdev.com/bootloader/unlock-instructions/  offical htc unlock anleitung
 +
 +
 +
== recovery installieren ==
 +
download https://eu.dl.twrp.me/t6univ/
 +
 +
<source lang=bash>
 +
md5sum twrp-3.1.0-0-t6univ.img | grep 8c9db7e48b9019f1bfc4c7eb9dc6ab6b
 +
 +
adb reboot bootloader
 +
fastboot devices
 +
fastboot flash recovery twrp-3.1.0-0-t6univ.img
 +
 +
# per hand reboote
 +
adb reboot recovery
 +
</source>

Version vom 21. April 2017, 12:19 Uhr

kurze Linkliste zum Versuch ein htc one max zu flashen mit lineageos


recovery installieren

download https://eu.dl.twrp.me/t6univ/

md5sum twrp-3.1.0-0-t6univ.img | grep 8c9db7e48b9019f1bfc4c7eb9dc6ab6b

adb reboot bootloader
fastboot devices
fastboot flash recovery twrp-3.1.0-0-t6univ.img

# per hand reboote
adb reboot recovery