adb调试基本命令
时间:2018.4.26
1.adb root 以root权限运行
2.adb remount 重新挂载
3.adb shell reboot 重新启动机器
4.adb shell
5.cat proc/interrupts 查看中断信息
6.adb shell push 文件名+路径从电脑上传送文件到手机
7.adb shell pull 文件名+路径 从手机传送文件到电脑
8.adb shell sync 将手机上文件的更新同步到缓存区
9.adb shell logcat > .txt 将打印信息输出到.txt文件
10.logcat –c 清除logcat信息缓存
11.adb shell
12.adb shell dmesg > .txt 查看打印信息
13.reboot loader 通过串口输出或adb shell方式进入loader烧录模式
14.cat /proc/version 查看内核版本,编译时间
15.cat /d/gpio 查看系统gpio的名称,对应状态
16.cat /sys/dvfs* 查看系统arm,cpu,ddr,logic,电压,频率
17.cat /d/clk/clk_summary 查看系统各模块clock
18.cat /d/brightness/ 查看系统背光值
19.echo 102 > brightbess 写入系统背光值
20.logcat –c 清除
21.df 查看系统当前各分区使用率,空间剩余量
22.mount 查看系统当前挂载关系
23.am startcom.adups.fota/.GoogelOtaClient 根据包类名启动一个apk
24.pm clear com.adups.fota 清除对应apk的缓存信息
25.am start –a android.intent.action.DEVICETEST 启动APK的一个action
26.am start –a
27.android.media.action.VIDEO_CAMERA 启动相机
28.reboot –p 关机 (poweroff)
----------持续更新中
网友评论