Lineage

Aus Vosp.info
Wechseln zu:Navigation, Suche

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.