Adb: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=interaktiv== *adb shell =befehl ausführen= *adb shell ls -l storage/sdcard0/Download/ -rw-rw---- root sdcard_rw 4254181 2016-09-13 15:51 SuperSU-v2.65-…“)
 
Zeile 1: Zeile 1:
=interaktiv==
+
=interaktiv=
 
*adb shell
 
*adb shell
 
=befehl ausführen=
 
=befehl ausführen=

Version vom 4. August 2021, 16:12 Uhr

interaktiv

  • adb shell

befehl ausführen

  • adb shell ls -l storage/sdcard0/Download/
-rw-rw---- root     sdcard_rw  4254181 2016-09-13 15:51 SuperSU-v2.65-20151226141550.zip

adb push

  • adb push SuperSU-v2.65-20151226141550.zip /storage/sdcard0/Download

adb pull

  • adb pull /storage/sdcard0/Download/SuperSU-v2.65-20151226141550.zip .

adb reboot recovery

  • adb reboot recovery