Skip to main content

ADB Commands

Basic ADB Commands

# List connected devices
adb devices -l

# Run shell
adb shell
## Run "su" to elevate to root within the box