You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: