After successful root of device. Now, I need to make device always in wake state i.e. always visibility of UI and no black screen or any daydream screens. To do so I think I\'ve
If you want to increase screen timeout via adb shell command follow below steps:
Steps
$ adb devices
$ adb shell settings put system screen_off_timeout 60000
Note
60000 = 1 minute