Lineage

Aus Vosp.info
Wechseln zu:Navigation, Suche

Allgemein

linux:heimdall die windows:odin Alternative

Odin

  • Auto Reboot : unchecked
  • Re-Partition: checked
  • PIT : i9100-LOS-16.0-Emulated-Storage.pit
  • PDA : i9100-LOS-16.0-Emulated-Storage-TWRP-3.3.1-1.tar.md5

heimdall

heimdall flash --repartition --pit file.pit --KERNEL boot.img --RECOVERY twrp-3.3.1-0-i9100.img --no-reboot

Installation von LineageOS auf enchilada (Oneplus 6)

  • Einstellungen > Über das Telefon > 7 * Buildnummer
  • Einstellungen > System > Entwickleroptionen
    • OEM-Entsperrung
    • USB-Debugging
adb reboot bootloader
# => DEVICE STATE - locked
fastboot devices
fastboot oem unlock
# wird wohl jetzt alles gewiped .. und warten
  • Einstellungen > Über das Telefon > 7 * Buildnummer
  • Einstellungen > System > Entwickleroptionen
    • OEM-Entsperrung <= sollte nicht mehr auftauchen
    • USB-Debugging
adb reboot bootloader
# => DEVICE STATE - unlocked
fastboot devices
fastboot flash boot lineage-18.1-20210720-recovery-enchilada.img
  • ausmachen
  • Volume Down + Power
    • On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.

adb sideload copy-partitions-20210323_1922.zip

  • smartphone:
    • yes wegen der signierung
    • zurück zum hauptmenu
      • Now reboot to recovery by tapping “Advanced”, then “Reboot to recovery”.
    • Factory Reset
    • Format data / factory reset
      • Format data
    • zurück zum hauptmenu
    • On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.
adb sideload lineage-18.1-20210720-nightly-enchilada-signed.zip


Fehler

fastboot oem unlock FAILED (remote: 'Flashing Unlock is not allowed

  • Einstellungen > System > Entwickleroptionen
    • OEM-Entsperrung

Installation von LineageOS auf jfltexx (Samsung Galaxy S4 (GT-I9505))

siehe auch allgemein unten

sha256sum lineage-16.0-20191012-recovery-jfltexx.img | grep 86f78f25e1aad1cb24b84f493ae77a4b497403b010737a34a6cabbdd354ee5c0
sha256sum lineage-16.0-20191012-nightly-jfltexx-signed.zip | grep 619bffb74c825e0776b42124eda52b4fb760b615261f1a9098d974ef759e4390
# 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 lineage-16.0-20191012-recovery-jfltexx.img --no-reboot
# Batterie raus, direkt neustart mit Home + Volume Up + Power. (falls er ins original system bootet, alles noch mal von vorne)
## Now tap Factory Reset, then Wipe data / factory reset and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one).
## Now tap Wipe System and continue with the formatting process.
## Return to the main menu.
## Sideload the LineageOS .zip package:
## On the device, select “Apply Update”, then “Apply from ADB” to begin sideload.
adb sideload lineage-16.0-20191012-nightly-jfltexx-signed.zip

Installation von LineageOS auf kccat6

Gerät war nicht gerootet und twrp war nicht installiert

siehe auch allgemein oben

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

Installation von LineageOS auf i9100

Variante lineage-16.0

hat einmal funktioniert, danach mußte weiteres getan werden, siehe Upgrade from Samsung stock ROM to Build #14 and higher using ODIN 3.07


# With the device powered off and no cable in device, hold Home + Volume Down + Power.
heimdall flash --RECOVERY i9100-LOS-16.0-Emulated-Storage-TWRP-3.3.1-1.img --no-reboot
# kabel, akku raus und neustarten, unbedingt mit folgendem
# With the device powered off and no cable in device, hold Home + Volume Up + Power.
# Wipe > Advanced Wipe > Cache, System, Data > Swipe to wipe
adb push lineage-16.0-20190707-UNOFFICIAL-i9100.zip  /tmp/
# und über install einmal installieren
# beim neustarten nicht automatisch neustarten auswählen und nicht zusätzlich twrp installation auswählen sonst geht er in die endlosschleife!!


# wenn es fehler gibt beim installieren, evt. siehe unten 
# heimdall flash --repartition --pit I9100_1.5GB-System_6GB-Data_512MB-Preload_by-the.gangster.pit --KERNEL lineage-16.0-20190113-UNOFFICIAL-i9100/boot.img --RECOVERY twrp-3.3.1-0-i9100.img --no-reboot
# vorher ausführen

Variante lineage-14 microG

zum teil Fehlermeldung: MTP Host .... 
  • folgendes analog zu oben
heimdall flash --repartition --pit I9100_1.5GB-System_6GB-Data_512MB-Preload_by-the.gangster.pit --KERNEL lineage-16.0-20190113-UNOFFICIAL-i9100/boot.img --RECOVERY twrp-3.3.1-0-i9100.img --no-reboot
adb push lanchon-repit-20170115-system\=1G-data\=same-sdcard\=max-preload\=min+wipe-i9100.zip /tmp/
# install
adb push lineage-14.1-20190316-microG-i9100.zip  /tmp/
# install

Zusatz