Lineage: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
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

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