LineageOS: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) (→adb installieren) |
F (Diskussion | Beiträge) (→recovery installieren) |
||
Zeile 40: | Zeile 40: | ||
fastboot flash recovery twrp-3.1.0-0-t6univ.img | fastboot flash recovery twrp-3.1.0-0-t6univ.img | ||
− | # per hand reboote | + | # per hand reboote, es ist wichtig, das sofort in den recovery modus geboot wird, ansonsten überschreibt es sich und alles muss von vorn!!!!!! |
adb reboot recovery | adb reboot recovery | ||
</source> | </source> |
Version vom 7. Oktober 2017, 11:59 Uhr
kurze Linkliste zum Versuch ein htc one max zu flashen mit lineageos
- https://download.lineageos.org/t6 - pakete downloaden
- https://wiki.lineageos.org/devices/t6 - anleitungen
- https://wiki.lineageos.org/devices/t6/install - install anleitung
- https://wiki.lineageos.org/adb_fastboot_guide.html
- https://de.wikipedia.org/wiki/Team_Win_Recovery_Project
- https://twrp.me/Devices/ app noch nicht ganz durch blickt
- https://forum.xda-developers.com/htc-one-max - htc one max forum
- http://www.htcdev.com/bootloader/unlock-instructions/ offical htc unlock anleitung
adb installieren
- adb wenn er im telefonmodus ist
- faastboot wenn er im bootloader modus ist
apt-get install fastboot adb android-tools-adb
adb reboot bootloader
adb devices
fastboot
fastboot devices
fastboot devices -l
https://wiki.lineageos.org/adb_fastboot_guide.html
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, es ist wichtig, das sofort in den recovery modus geboot wird, ansonsten überschreibt es sich und alles muss von vorn!!!!!!
adb reboot recovery