? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? adb調(diào)試基本命令
時(shí)間:2018.4.26
1.adb root? 以root權(quán)限運(yùn)行
2.adb remount? 重新掛載
3.adb shell reboot? ? 重新啟動(dòng)機(jī)器
4.adb shell
5.cat proc/interrupts?? 查看中斷信息
6.adb shell push 文件名+路徑從電腦上傳送文件到手機(jī)
7.adb shell pull 文件名+路徑?? 從手機(jī)傳送文件到電腦
8.adb shell sync?? 將手機(jī)上文件的更新同步到緩存區(qū)
9.adb shell logcat > .txt??? 將打印信息輸出到.txt文件
10.logcat –c 清除logcat信息緩存
11.adb shell
12.adb shell dmesg > .txt? 查看打印信息
13.reboot loader 通過串口輸出或adb shell方式進(jìn)入loader燒錄模式
14.cat? /proc/version? 查看內(nèi)核版本盼忌,編譯時(shí)間
15.cat? /d/gpio?查看系統(tǒng)gpio的名稱,對應(yīng)狀態(tài)
16.cat? /sys/dvfs*?? 查看系統(tǒng)arm,cpu,ddr,logic,電壓,頻率
17.cat? /d/clk/clk_summary 查看系統(tǒng)各模塊clock
18.cat? /d/brightness/? 查看系統(tǒng)背光值
19.echo 102 > brightbess 寫入系統(tǒng)背光值
20.logcat –c 清除
21.df 查看系統(tǒng)當(dāng)前各分區(qū)使用率拳昌,空間剩余量
22.mount 查看系統(tǒng)當(dāng)前掛載關(guān)系
23.am startcom.adups.fota/.GoogelOtaClient?? 根據(jù)包類名啟動(dòng)一個(gè)apk
24.pm clear com.adups.fota? 清除對應(yīng)apk的緩存信息
25.am start –a android.intent.action.DEVICETEST?? 啟動(dòng)APK的一個(gè)action
26.am? start? –a
27.android.media.action.VIDEO_CAMERA 啟動(dòng)相機(jī)
28.reboot –p 關(guān)機(jī) (poweroff)
----------持續(xù)更新中