no matter if the session is unlocked or the screen off on my Fairphone 4 LineageOS 22.2.
adb shell settings put secure lockscreen.disabled 1
temporarily does not help just having to swipe to unlock the session.
Could try adb reboot but should try first on an emulator to reduce risks of getting locked out.
```bash
adb shell settings get secure lockscreen.disabled
```
```
0
```
Source: [the Android Stack Exchange answer 246311](https://android.stackexchange.com/a/246311)
no matter if the session is unlocked or the screen off on my Fairphone 4 LineageOS 22.2.
```bash
adb shell settings put secure lockscreen.disabled 1
```
temporarily does not help just having to swipe to unlock the session.
Could try `adb reboot` but should try first on an emulator to reduce risks of getting locked out.
On my Linux Mint 22.1 Cinnamon Framework 13 LineageOS 22.1:
Just clicking on outside of emulator screen power button, just switches the screen off or not without any lock screen.
On my Linux Mint 22.1 Cinnamon Framework 13 LineageOS 22.1:
Just clicking on outside of emulator screen power button, just switches the screen off or not without any lock screen.



adb shell settings put secure lockscreen.disabled 1
adb shell settings get secure lockscreen.disabled
1
still requires the PIN to unlock the screen.
adb reboot
takes quite some time to notice that have to reboot.
```bash
adb shell settings get secure lockscreen.disabled
```
```
0
```
```bash
adb shell settings put secure lockscreen.disabled 1
adb shell settings get secure lockscreen.disabled
```
```
1
```
still requires the PIN to unlock the screen.
```bash
adb reboot
```
takes quite some time to notice that have to reboot.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Related to Benjamin_Loison/Debian/issues/67.
Related to Benjamin_Loison/Voice_assistant/issues/15.
Source: the Android Stack Exchange answer 246311
no matter if the session is unlocked or the screen off on my Fairphone 4 LineageOS 22.2.
temporarily does not help just having to swipe to unlock the session.
Could try
adb rebootbut should try first on an emulator to reduce risks of getting locked out.On my Linux Mint 22.1 Cinnamon Framework 13 LineageOS 22.1:
Just clicking on outside of emulator screen power button, just switches the screen off or not without any lock screen.
Let's define a fake PIN 1234.
Note the locked lock.
still requires the PIN to unlock the screen.
takes quite some time to notice that have to reboot.
Should try with a password as maybe PIN does not encrypt the device for instance.
However, as may need to reboot it is quite pointless to me.
Should try with a password as maybe PIN does not encrypt the device for instance.
However, as may need to reboot it is quite pointless to me.
At reboot it still requires the PIN.
DuckDuckGo and Google search adb unlock the screen.