ADB

Aus robopagex.com
Version vom 30. März 2022, 16:09 Uhr von Geist (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ '''$ adb devices''' '''$ adb root''' '''$ adb devices -l''' (list devices, product/model) '''$ adb shell''' (terminal) '''$ adb help''' '''$ adb reboot b…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
$ adb devices
$ adb root
$ adb devices -l (list devices, product/model)
$ adb shell (terminal)
$ adb help
$ adb reboot bootloader 
$ adb reboot recovery 
$ adb push [LOCAL] /[DEVICE]/ 
$ adb push -p [LOCAL] /[DEVICE]/ 
Most Complete ADB Cheat Sheet