Lineage: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „== Installation von LineageOS auf kccat6 == * https://wiki.lineageos.org/devices/kccat6/install * https://download.lineageos.org/kccat6 Grundsätzlich funkt…“)
 
(Installation von LineageOS auf kccat6)
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
== Installation von LineageOS auf kccat6 ==  
 
== Installation von LineageOS auf kccat6 ==  
 +
 +
Gerät war nicht gerootet und twrp war nicht installiert
  
 
* https://wiki.lineageos.org/devices/kccat6/install
 
* https://wiki.lineageos.org/devices/kccat6/install
 
* https://download.lineageos.org/kccat6
 
* 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
 
Grundsätzlich funktioniert die Anleitung, es gibt nur paar Punkte auf die mensch achten muss
Zeile 11: Zeile 14:
  
  
# Preparing for installation
+
 
## Download and install the Heimdall suite:
+
Grundsätzlich folgende Schritte (genaueres siehe oben bzw in der Anleitung
 
<source lang=bash>
 
<source lang=bash>
 
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
 +
heimdall print-pit
 +
heimdall flash --RECOVERY twrp-x.x.x-x-kccat6.img --no-reboot
 +
adb sideload lineage-x.x-yyyymmdd-nightly-kccat6-signed.zip
 
</source>
 
</source>
## Power off the device and connect the USB adapter to the computer (but not to the device, yet).
 
## Boot into download mode:
 
** With the device powered off, hold Volume Down + Home + Power. In order to exit download mode and reboot, hold  Volume Down + Power for about 7 seconds.
 
** Accept the disclaimer, then insert the USB cable into the device.
 
## On the computer, open a command prompt window, and type: heimdall print-pit
 
## If the device reboots, Heimdall is installed and working properly.
 

Version vom 10. Oktober 2019, 18:22 Uhr

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
heimdall print-pit
heimdall flash --RECOVERY twrp-x.x.x-x-kccat6.img --no-reboot
adb sideload lineage-x.x-yyyymmdd-nightly-kccat6-signed.zip