HydraLab icon indicating copy to clipboard operation
HydraLab copied to clipboard

Disable the lockscreen pragmatically thru ADB or HydraLabClient

Open hydraxman opened this issue 2 years ago • 0 comments
trafficstars

Possible solutions: https://stackoverflow.com/questions/27687951/android-manipulate-screen-lock-settings-via-adb https://stackoverflow.com/questions/22142940/set-lockscreen-to-none-programmatically https://forum.xda-developers.com/t/no-root-required-completely-disable-and-enable-your-lock-screen.3739257/ https://forum.xda-developers.com/t/disable-swipe-up-lockscreen.4032599/ https://forum.xda-developers.com/t/screen-lock-disable.3460054/

Or:

This can be done easier with locksettings command:

adb shell locksettings set-disabled true

Or we leverage UI automation to do this.

hydraxman avatar Jan 11 '23 02:01 hydraxman