Lineage OS (Android): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 25: | Zeile 25: | ||
cd Android | cd Android | ||
sudo ./ADB-Install-Linux.sh | sudo ./ADB-Install-Linux.sh | ||
</pre> | |||
=== Kommandos === | |||
<pre> | |||
adb kill-server | |||
adb start-server | |||
</pre> | |||
<pre> | |||
adb devices | |||
</pre> | </pre> | ||
Version vom 19. Juni 2017, 23:33 Uhr
Noch in Bearbeitung
Official Tutorials
http://www.cyanogenmods.org/forums/forum/general-categories/lineage-os-guides/
http://www.cyanogenmods.org/forums/topic/how-to-install-lineage-os-android-phone/
Install ADB
Download
Installation
sudo apt-get install lib32ncurses5 sudo apt-get install lib32stdc++6
unzip Android.zip cd Android sudo ./ADB-Install-Linux.sh
Kommandos
adb kill-server adb start-server
adb devices
Links
http://www.cyanogenmods.org/forums/topic/install-adb-fastboot-linux-mac-os-x/
TWRP
http://www.cyanogenmods.org/forums/topic/install-twrp-recovery-android-using-fastboot/
Handys
Links
http://www.lineageosrom.com/2017/01/galaxy-s4-lineage-os-nougat.html?m=1
http://praxistipps.chip.de/android-recovery-installieren-und-twrp-einrichten-so-gehts_47855
http://www.cyanogenmods.org/forums/topic/update-lineage-os-13-14-1-on-cyanogenmod-13-14-1-rom/
Zurück zu Android