search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Adb Commands
28 adb entries
Limited to 100 results
adb Archive
Adb Command: Check Adb Server Status
adb start-server adb Operations
Adb Command: Copy File From Device
adb pull <path/to/device_file_or_directory> <path/to/local_destination_directory> adb Operations
Adb Command: Copy File To Device
adb push <path/to/local_file_or_directory> <path/to/device_destination_directory> adb Operations
Adb Command: Devices
adb devices adb Operations
Adb Command: Install
adb install -r <path/to/file>.apk adb Operations
Adb Command: Install Apk
adb install -r <path/to/file>.apk adb Operations
Adb Command: Install App
adb install -r <path/to/file>.apk adb Operations
Adb Command: Kill Adb Server
adb kill-server adb Operations
Adb Command: Kill Server
adb kill-server adb Operations
Adb Command: List Connected Devices
adb devices adb Operations
Adb Command: List Devices
adb devices adb Operations
Adb Command: Pull
adb pull <path/to/device_file_or_directory> <path/to/local_destination_directory> adb Operations
Adb Command: Pull File
adb pull <path/to/device_file_or_directory> <path/to/local_destination_directory> adb Operations
Adb Command: Pull File From Device
adb pull <path/to/device_file_or_directory> <path/to/local_destination_directory> adb Operations
Adb Command: Push
adb push <path/to/local_file_or_directory> <path/to/device_destination_directory> adb Operations
Adb Command: Push Android Application
adb install -r <path/to/file>.apk adb Operations
Adb Command: Push File
adb push <path/to/local_file_or_directory> <path/to/device_destination_directory> adb Operations
Adb Command: Push File To Device
adb push <path/to/local_file_or_directory> <path/to/device_destination_directory> adb Operations
Adb Command: Select Device
adb -s <device_ID> <shell> adb Operations
Adb Command: Shell
adb shell adb Operations
Adb Command: Specify Device
adb -s <device_ID> <shell> adb Operations
Adb Command: Specify Device Command
adb -s <device_ID> <shell> adb Operations
Adb Command: Specify Device For Command
adb -s <device_ID> <shell> adb Archive
Adb Command: Start Adb Server
adb start-server adb Archive
Adb Command: Start Remote Shell
adb shell adb Archive
Adb Command: Start Server
adb start-server adb Archive
Adb Command: Start Shell Session
adb shell adb Operations
Adb Command: Terminate Adb Server
adb kill-server