-
Notifications
You must be signed in to change notification settings - Fork 0
ADB Controls
Caspian-Explorer edited this page Feb 25, 2026
·
1 revision
Interact with connected devices from the Connected Devices panel.
The panel shows all devices detected by ADB:
- Emulators — shown with a VM icon
- Physical devices — shown with a phone icon
- Offline/unauthorized — shown with warning icons
The list refreshes automatically every 3 seconds.
- Right-click a device → Install APK
- Select an
.apkfile from the file picker - The APK is installed with
-rflag (replace existing)
Or via command: Caspian: Install APK
- Right-click a device → Take Screenshot
- Choose where to save the PNG file
- Uses
adb shell screencap+adb pull
- Right-click a device → Record Screen
- Recording starts immediately
- Click Stop Recording when done
- Choose where to save the MP4 file
Note: Android limits recordings to 3 minutes by default.
- Right-click a device → Open ADB Shell
- Opens an integrated terminal with
adb -s <serial> shell - Full shell access to the device
When multiple devices are connected, commands that don't originate from a right-click will prompt you to pick a device. If only one device is connected, it's used automatically.