AntFarm icon indicating copy to clipboard operation
AntFarm copied to clipboard

turn on screen only when necessary

Open XXaorui opened this issue 6 years ago • 1 comments

considering adb shell input keyevent 26 = POWER_KEY, it can be used to control screen for phones without screen lock. furthermore, use input swipe/tap to simulate swipe/password input on lock screen. so, seems like always-on screen requirement can be removed.

add a wrapper onto the hourly operation function, in the code implementation, right?

XXaorui avatar Sep 09 '19 08:09 XXaorui

This means program will lock & unlock screen every 30 seconds, right?

gemfield avatar Sep 16 '19 07:09 gemfield