Adb: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→scrcpy) |
|||
| Zeile 17: | Zeile 17: | ||
*apt install adb | *apt install adb | ||
==scrcpy== | ==scrcpy== | ||
| − | *sudo apt install ffmpeg libsdl2-2.0-0 adb wget | + | *sudo apt install ffmpeg libsdl2-2.0-0 adb wget gcc git pkg-config meson ninja-build libsdl2-dev libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev libswresample-dev libusb-1.0-0 libusb-1.0-0-dev |
| − | |||
| − | |||
| − | |||
| − | |||
*git clone https://github.com/Genymobile/scrcpy | *git clone https://github.com/Genymobile/scrcpy | ||
*cd scrcpy | *cd scrcpy | ||
*./install_release.sh | *./install_release.sh | ||
| + | ====Quelle=== | ||
| + | *https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md | ||
=Adb Modi= | =Adb Modi= | ||
*[[adb tcpip]] | *[[adb tcpip]] | ||
*[[adb usb]] | *[[adb usb]] | ||
Version vom 15. August 2024, 08:11 Uhr
Android Debug Bridge
- Kommunikation vom PC zum Smartphone über WLAN oder USB
- Voraussetzung Smartphone muss im Entwicklermodus laufen.
- Wie man dort hingelangt ist bei jedem Smartphone ein wenig verschieden
- Normalerweise geht man über die Buildnummer und drückt mehrmals drauf.
- USB Debug muss aktiviert
- Debugging über WLAN muss aktiv sein.
- Problem: wenn man vergisst ihn wieder auszuschalten.
Beispiel Android One
Installation unter Debian/Kali/Ubuntu/
adb
- apt install adb
scrcpy
- sudo apt install ffmpeg libsdl2-2.0-0 adb wget gcc git pkg-config meson ninja-build libsdl2-dev libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev libswresample-dev libusb-1.0-0 libusb-1.0-0-dev
- git clone https://github.com/Genymobile/scrcpy
- cd scrcpy
- ./install_release.sh