adb devices 查看已连接设备
adb shell cat /data/misc/wifi/*.conf 查看手机wifi密码
adb shell screencap -p /sdcard/sc.png 截图
adb shell screenrecord /sdcard/filename.mp4 录屏
adb pull /sdcard/filename.mp4 将文件导出到电脑
adb push ~/filename.mp4 /sdcard/ 推送电脑的文件到手机
adb reboot recovery/bootloader
adb shell ps 查看进程
adb shell top 实时资源占用情况
adb shell monkey -p <packagename> -v 500
adb shell wm size 480X1024 设置分辨率 reset恢复
adb shell cat /proc/cpuinfo cpu信息
adb shell ifconfig ip地址
adb shell wm size 屏幕分辨率
adb shell getprop ro.product.model 查看型号
adb shell input text hello 在焦点处输入文本
adb shell am force-stop <packagename> 强制停止应用
adb shell pm list packages 显示所有应用
无线连接,同wifi,adb tcpip 5555设置监听端口,adb connect <device-ip-address> 设备ip