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 帮助
相关推荐
程序员陆业聪7 小时前
AI编码提效实战:Skill、Rule与上下文工程
android
程序员陆业聪8 小时前
AI驱动需求梳理与Spec编写:让PRD自动变成技术方案
android
李艺为10 小时前
Android Studio使用switch匹配资源id时报需要常量表达式解决办法
android
YaBingSec12 小时前
玄机靶场-2024ccb初赛sc05 WP
android·运维·网络·笔记·安全·ssh
常利兵12 小时前
解锁Android嵌入式照片选择器,让你的App体验丝滑起飞
android
峥嵘life12 小时前
Android 切换用户后无法获取 MAC 地址分析解决
android·python·macos
JJay.12 小时前
Android BLE 为什么连上了却收不到数据
android
歪楼小能手12 小时前
Android16在开机向导最后添加一个声明界面
android·java·平板
夏沫琅琊12 小时前
Android联系人导入导出
android·kotlin
zh_xuan12 小时前
把Android Library 上传到github并在工程中引用该远程仓库
android·github·远程仓库