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…“)
 
Zeile 11: Zeile 11:
  
  
# Preparing for installation
+
Preparing for installation
## Download and install the Heimdall suite:
+
# Download and install the Heimdall suite:
 
<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
 
</source>
 
</source>
## Power off the device and connect the USB adapter to the computer (but not to the device, yet).
+
# Power off the device and connect the USB adapter to the computer (but not to the device, yet).
## Boot into download mode:
+
# 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.
 
** 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.
 
** Accept the disclaimer, then insert the USB cable into the device.
## On the computer, open a command prompt window, and type: heimdall print-pit
+
# On the computer, open a command prompt window, and type: heimdall print-pit
## If the device reboots, Heimdall is installed and working properly.
+
# If the device reboots, Heimdall is installed and working properly.
 +
 
 +
Installing a custom recovery using heimdall
 +
# Download a custom recovery - you can download TWRP. Simply download the latest recovery file, named something like twrp-x.x.x-x-kccat6.img.
 +
# Power off the your 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 terminal  in the directory the recovery image is located, and type:
 +
heimdall flash --RECOVERY <recovery_filename>.img --no-reboot
 +
# A blue transfer bar will appear on the device showing the recovery being transferred.
 +
# Unplug the USB cable from your device.
 +
# Manually reboot into recovery:
 +
** With the device powered off, hold Volume Up + Home + Power. When the blue text appears, release the buttons.

Version vom 10. Oktober 2019, 17:58 Uhr

Installation von LineageOS auf 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!


Preparing for installation

  1. Download and install the Heimdall suite:
apt-get install heimdall-flash heimdall-flash-frontend
apt-get install adb  android-libadb android-tools-adb
  1. Power off the device and connect the USB adapter to the computer (but not to the device, yet).
  2. 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.
  1. On the computer, open a command prompt window, and type: heimdall print-pit
  2. If the device reboots, Heimdall is installed and working properly.

Installing a custom recovery using heimdall

  1. Download a custom recovery - you can download TWRP. Simply download the latest recovery file, named something like twrp-x.x.x-x-kccat6.img.
  2. Power off the your device and connect the USB adapter to the computer (but not to the device, yet).
  3. 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.
  1. On the computer, open a terminal in the directory the recovery image is located, and type:
heimdall flash --RECOVERY <recovery_filename>.img --no-reboot
  1. A blue transfer bar will appear on the device showing the recovery being transferred.
  2. Unplug the USB cable from your device.
  3. Manually reboot into recovery:
    • With the device powered off, hold Volume Up + Home + Power. When the blue text appears, release the buttons.