Loading...
Loading...
Android Debug Bridge (ADB) assistant for inspecting, debugging, and managing Android devices
npx skill4agent add benwaffle/skills adb| Category | Commands |
|---|---|
| Device info | |
| System properties | |
| Package listing | |
| Process info | |
| System services | |
| Settings (read) | |
| Filesystem (read) | |
| Display info | |
| Logs | |
| Screenshots | |
| Pull files | |
| Network | |
| Content queries | |
adb installadb uninstalladb pushadb rebootadb rootadb remountadb shell rmadb shell am force-stopadb shell am killadb shell pm clearadb shell settings putadb shell inputadb shell cmdadb shell setpropadb shell svcadb devicesadb logcat -dadb logcatadb logcat -d -s TAGadb logcat -d *:Eadb shell top -n 1adb -s <serial>adb devicesadb logcat -d *:Eadb logcat -d -s AndroidRuntimeadb shell dumpsys activity activitiesadb shell pm list packages | grep <name>adb shell dumpsys package <pkg>adb shell dumpsys meminfo <pkg>adb shell ps -A | grep <pkg>adb shell getprop ro.build.display.idadb shell dfadb shell dumpsys batteryadb shell dumpsys cpuinfoadb shell top -n 1adb shell screencap /sdcard/screenshot.pngadb pull /sdcard/screenshot.png ./screenshot.png