adb 指令大全

adb 指令

指令 说明
adb devices 查看连接设备
adb shell ps 查看进程
adb shell settings get secure android_id android_id
adb shell getprop ro.product.model 查看设备型号
adb shell dumpsys iphonesubinfo IMEI
adb shell ifconfig IP地址
adb shell netcfg 网络连接状态
adb shell cat /sys/class/net/wlan0/address MAC地址
adb shell cat /proc/cpuinfo CPU信息
adb shell cat /proc/meminfo 内存信息
adb shell cat /system/build.prop 更多硬件与系统属性
adb shell getprop ro.debuggable 查看当前是否是debug模式
adb -s cf27456f shell 连接指定设备(cf27456f 设备名)
adb install test.apk 安装apk
adb uninstall cn.com.test.mobile 指定安装包卸载应用
adb shell pm list packages 查看所有app包名
adb shell pm clear cn.com.test.mobile 清除应用数据与缓存
adb shell screencap -p /sdcard/img.png 截图
adb exec-out screencap -p > img.png 截图
adb shell screenrecord /sdcard/filename.mp4 录屏
adb shell am start -n cn.com.test.mobile/.ui.SplashActivity 启动应用Splash
adb shell dumpsys package 查看包信息Package Information
adb shell dumpsys meminfo 内存使用情况Memory Usage
adb shell am force-stop cn.com.test.mobile 强制停止应用
adb logcat 查看日志
adb logcat -c 清除日志
adb reboot 重启
adb get-serialno 获取序列号
adb bugreport 查看bug 报告
adb shell wm size 查看屏幕分辨率
adb shell wm density 查看屏幕密度
adb shell dumpsys window displays 显示屏参数
adb shell getprop ro.build.version.release 查看系统版本
adb push 从本地复制文件到设备
adb pull 从设备复制文件到本地
adb shell am broadcast options 发送广播
adb shell input keyevent 模拟键盘输入
adb shell dumpsys battery 电池状况
adb help 查看ADB 帮助
相关推荐
艾iYYY3 小时前
string 类的模拟实现
android·服务器·c语言·c++·算法
xyzzklk4 小时前
解决Salesforce无法向外发送邮件
android·java·开发语言·网络·crm·salesforce·客户关系管理
修炼者5 小时前
Gradle三阶段
android
morchalen6 小时前
安卓framework学习6:Contacts 联系人 APP 日志
android
KANGBboy6 小时前
java知识四(面向对象编程)
android·java·开发语言
AD钙奶-lalala10 小时前
Android Studio新建项目默认不使用Compose模版
android·ide·android studio
故渊at12 小时前
第一板块:Android 系统基石与运行原理 | 第二篇:Android 编译、打包与安装机制
android·系统架构·apk·打包·application·dalvik·android编译
故渊at12 小时前
第一板块:Android 系统基石与运行原理 | 第三篇:ART 与 Dalvik 运行时环境原理
android·对象模型·内存布局·运行原理·art·dalvik
私人珍藏库13 小时前
【Android】Wallcraft 3.62.0-最强4 K壁纸软件-解锁高级版
android·智能手机·app·工具·软件·多功能
GesLuck14 小时前
Node-RED企业微信发送—群文件
android·java·企业微信