ADBを使用して開発者オプションメニューから「ポインタ位置」を選択して選択解除できる必要があります。 <コード> Android gingerbread331 ですが、一度私はポインタの場所を選択して選択する方法を理解することができません。
私は焦点を移動するためにShell KeyEvent 'xx'を使ってみましたが、それは問題があり信頼できないようです。私が選択にジャンプするだけの簡単なコマンドセットはありますか?
ADBを使用して開発者オプションメニューから「ポインタ位置」を選択して選択解除できる必要があります。 <コード> Android gingerbread331 ですが、一度私はポインタの場所を選択して選択する方法を理解することができません。
私は焦点を移動するためにShell KeyEvent 'xx'を使ってみましたが、それは問題があり信頼できないようです。私が選択にジャンプするだけの簡単なコマンドセットはありますか?
I need to be able to select and deselect "pointer locations" from the developer options menu using adb. adb shell am start -n com.android.settings/.DevelopmentSettings
, but once I'm there I can't figure out how to select and de-select pointer locations.
I tried just using shell keyevent 'xx' to move the focus, but it seems problematic and unreliable. Is there a simple set of commands that will allow me to just jump to the selection?
ポインタの位置を有効にするには、コマンドは次のとおりです。
<事前> <コード> adb shell settings0<コード> 99887665444331 99887665444332 を無効にします。
<コード> 99887665544333333333333333333333333333333333 の使用方法と前述のコマンドを理解しているもの。
To enable Pointer locations, the command is:
adb shell settings put system pointer_location 1
Change 1
to 0
to disable it.
Enter adb shell settings
to understand its usage and what the aforesaid command is doing.
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有