而一般的機器每次下adb reboot以後,
權限通常也就回歸到一般了,這時候就要透過指令設定一些必要的操作。
列出一些好用的指令如下:
adb root // 取得root權限 // 這兩行在當你需要從device將檔案進行讀寫時需要設定 adb remount adb shell mount -o remount,rw rootfs // 將當前的Kernel Log輸出到檔案 adb shell dmesg > kernelLog.txt // 當mBootCompleted=true時,代表已經開機完成進待機畫面了! adb shell dumpsys power|grep "mBootCompleted=true"
沒有留言:
張貼留言