Lineage: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) |
F (Diskussion | Beiträge) |
||
Zeile 6: | Zeile 6: | ||
<source lang=bash> | <source lang=bash> | ||
+ | # With the device powered off and no cable in device, hold Home + Volume Down + Power. | ||
heimdall print-pit | heimdall print-pit | ||
+ | # With the device powered off and no cable in device, hold Home + Volume Down + Power. | ||
</source> | </source> | ||
Zeile 30: | Zeile 32: | ||
apt-get install heimdall-flash heimdall-flash-frontend | apt-get install heimdall-flash heimdall-flash-frontend | ||
apt-get install adb android-libadb android-tools-adb | apt-get install adb android-libadb android-tools-adb | ||
+ | # With the device powered off and no cable in device, hold Home + Volume Down + Power. | ||
heimdall print-pit | heimdall print-pit | ||
+ | # With the device powered off and no cable in device, hold Home + Volume Down + Power. | ||
heimdall flash --RECOVERY twrp-x.x.x-x-kccat6.img --no-reboot | heimdall flash --RECOVERY twrp-x.x.x-x-kccat6.img --no-reboot | ||
adb sideload lineage-x.x-yyyymmdd-nightly-kccat6-signed.zip | adb sideload lineage-x.x-yyyymmdd-nightly-kccat6-signed.zip | ||
</source> | </source> |
Version vom 17. Oktober 2019, 05:57 Uhr
Installation von LineageOS auf jfltexx (Samsung Galaxy S4 (GT-I9505))
# With the device powered off and no cable in device, hold Home + Volume Down + Power.
heimdall print-pit
# With the device powered off and no cable in device, hold Home + Volume Down + Power.
Installation von LineageOS auf kccat6
Gerät war nicht gerootet und twrp war nicht installiert
- https://wiki.lineageos.org/devices/kccat6/install
- https://download.lineageos.org/kccat6
- https://dl.twrp.me/kccat6
Grundsätzlich funktioniert die Anleitung, es gibt nur paar Punkte auf die mensch achten muss
- heimdall version v1.4.2 !!!! nicht v1.4.1 (im zweifel irgendwo im netz suchen)
- beim starten im "Donwload Mode" (Volume Down + Home + Power) unbedingt das usb Kabel erst nach der Bestätigung (Volum Up) einstecken
- apt-get install adb android-libadb android-tools-adb
- nach dem Installieren von lineagos, nicht das angebotene twrp mit installieren!
Grundsätzlich folgende Schritte (genaueres siehe oben bzw in der Anleitung
apt-get install heimdall-flash heimdall-flash-frontend
apt-get install adb android-libadb android-tools-adb
# With the device powered off and no cable in device, hold Home + Volume Down + Power.
heimdall print-pit
# With the device powered off and no cable in device, hold Home + Volume Down + Power.
heimdall flash --RECOVERY twrp-x.x.x-x-kccat6.img --no-reboot
adb sideload lineage-x.x-yyyymmdd-nightly-kccat6-signed.zip