ADB: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
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…“) |
Geist (Diskussion | Beiträge) |
||
Zeile 10: | Zeile 10: | ||
[https://www.automatetheplanet.com/adb-cheat-sheet/ Most Complete ADB Cheat Sheet] | [https://www.automatetheplanet.com/adb-cheat-sheet/ Most Complete ADB Cheat Sheet] | ||
+ | |||
+ | ''Maru Set up with PC'' | ||
+ | '''$ adb root''' | ||
+ | '''$ adb shell''' | ||
+ | '''$ lxc-start -n default''' |
Version vom 5. April 2022, 10:27 Uhr
$ 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 Maru Set up with PC $ adb root $ adb shell $ lxc-start -n default