ADB Commands
Basic ADB Commands
# List connected devices
adb devices -l
# Run shell
adb shell
## Run "su" to elevate to root within the box
# List connected devices
adb devices -l
# Run shell
adb shell
## Run "su" to elevate to root within the box