1

最近,我正在搜索如何更改 Android Wear 的设置,其中一些设置在 settings.db 中。

  1. 亮度

    adb shell settings put system screen_brightness_mode 0
    adb shell settings put system screen_brightness 0
    
  2. 飞行模式

    adb shell settings put global airplane_mode_on 0
    
  3. 剧场模式

    adb shell settings put global theater_mode_on 0
    
  4. 无线上网

    adb shell settings put global wifi_on 0 & adb reboot
    

但是,我在 settings.db 中找不到以下设置

  1. 常亮屏幕
  2. 手腕手势

如果你认识他们,请告诉我!

谢谢,

4

1 回答 1

0

对于我使用的永远在线屏幕:adb shell svc power stayon true
不知道手腕手势,我能找到的只是wake_gesture_enabled。

于 2015-11-04T14:02:40.810 回答