如何强制手机屏幕保持亮着

如何强制手机屏幕保持亮着

我在设备上刷入了适用于手机的 Ubuntu,并希望在拍摄设备的照片或视频时显示屏保持亮着。我该怎么做?

答案1

或者,在设备上的终端应用程序中发出命令:-

stop powerd

或者从连接到设备的计算机,安装 Android 工具后,问题:-

adb shell stop powerd

答案2

还有另一种方法,来自: https://wiki.ubuntu.com/Touch/Testing

# Run this in another terminal window and leave it running to
# make sure display stays on for the tests:
adb shell powerd-cli display on bright

相关内容