ADB Commands
#Windows
C:\Users\<username>\AppData\Local\Android\sdk\platform-tools\adb.exe
#MacOS
/Users/<username>/Library/Android/sdk/platform-tools/adbConnection
adb devicesadb tcpip 5555Several devices
Port Tunneling
Packet Manager
Install/Uninstall
adb install [option] <path>
adb uninstall [options] <PACKAGE>
Packages
adb shell pm list packages [options] <FILTER-STR>
adb shell pm path <PACKAGE>
adb shell pm clear <PACKAGE>
File Manager
adb pull <remote> [local]
adb push <local> <remote>
Screencapture/Screenrecord
adb shell screencap <filename>
adb shell screenrecord [options] <filename>
Shell
adb shell
adb shell <CMD>
pm
Processes
System
Logs
Logcat
adb logcat [option] [filter-specs]
adb logcat -b <Buffer>
dumpsys
adb shell dumpsys [options]
Backup
Last updated

