安卓TP调试打开轨迹球

轨迹球打开方法

在调试Android系统TP的时候,需要看到屏幕的轨迹可以使用如下的命令打开。

adb shell settings put system show_touches 1

adb shell settings put system pointer_location 1

adb shell setprop sys.mouse.presentation 1

adb shell am start --display 1 com.android.settings/.Settings

你可能感兴趣的:(android)