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

Back to all tools
adb

Adb Command: Check Adb Server Status

adb start-server
adb

Adb Command: Copy File From Device

adb pull <path/to/device_file_or_directory> <path/to/local_destination_directory>
adb

Adb Command: Copy File To Device

adb push <path/to/local_file_or_directory> <path/to/device_destination_directory>
adb

Adb Command: Devices

adb devices
adb

Adb Command: Install

adb install -r <path/to/file>.apk
adb

Adb Command: Install Apk

adb install -r <path/to/file>.apk
adb

Adb Command: Install App

adb install -r <path/to/file>.apk
adb

Adb Command: Kill Adb Server

adb kill-server
adb

Adb Command: Kill Server

adb kill-server
adb

Adb Command: List Connected Devices

adb devices
adb

Adb Command: List Devices

adb devices
adb

Adb Command: Pull

adb pull <path/to/device_file_or_directory> <path/to/local_destination_directory>
adb

Adb Command: Pull File

adb pull <path/to/device_file_or_directory> <path/to/local_destination_directory>
adb

Adb Command: Pull File From Device

adb pull <path/to/device_file_or_directory> <path/to/local_destination_directory>
adb

Adb Command: Push

adb push <path/to/local_file_or_directory> <path/to/device_destination_directory>
adb

Adb Command: Push Android Application

adb install -r <path/to/file>.apk
adb

Adb Command: Push File

adb push <path/to/local_file_or_directory> <path/to/device_destination_directory>
adb

Adb Command: Push File To Device

adb push <path/to/local_file_or_directory> <path/to/device_destination_directory>
adb

Adb Command: Select Device

adb -s <device_ID> <shell>
adb

Adb Command: Shell

adb shell
adb

Adb Command: Specify Device

adb -s <device_ID> <shell>
adb

Adb Command: Specify Device Command

adb -s <device_ID> <shell>
adb

Adb Command: Specify Device For Command

adb -s <device_ID> <shell>
adb

Adb Command: Start Adb Server

adb start-server
adb

Adb Command: Start Remote Shell

adb shell
adb

Adb Command: Start Server

adb start-server
adb

Adb Command: Start Shell Session

adb shell
adb

Adb Command: Terminate Adb Server

adb kill-server