Lineage: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
Zeile 10: Zeile 10:
 
* nach dem Installieren von lineagos, nicht das angebotene twrp mit installieren!
 
* nach dem Installieren von lineagos, nicht das angebotene twrp mit installieren!
  
 
Preparing for installation
 
# 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).
 
# 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.
 
 
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, 18:07 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!
apt-get install heimdall-flash heimdall-flash-frontend
apt-get install adb  android-libadb android-tools-adb