We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2016-12-12 15:07:49 +0200 |
I just came back from lunch, and when I took the phone out of my pocket it said "Permanently Locked" - but I haven't done anything to lock the phone! What is going on here? How can I get my phone back? Help! :(
2 | No.2 Revision |
I just came back from lunch, and when I took the phone out of my pocket it said "Permanently Locked" - but I haven't done anything to lock the phone! What is going on here? How can I get my phone back? Help! :(
Edit: I can still SSH in, if that's any help?
3 | No.3 Revision |
I just came back from lunch, and when I took the phone out of my pocket it said "Permanently Locked" - but I haven't done anything to lock the phone! What is going on here? How can I get my phone back? Help! :(
Edit: I can still SSH in, if that's any help?
Edit: I was able to fix this by SSH-ing in and editing devicelock_settings.conf
, changing maximum_attempts=9
to maximum_attempts=-1
and rebooting:
devel-su
vi /usr/share/lipstick/devicelock/devicelock_settings.conf
reboot
4 | No.4 Revision |
I just came back from lunch, and when I took the phone out of my pocket it said "Permanently Locked" - but I haven't done anything to lock the phone! What is going on here? How can I get my phone back? Help! :(
Edit: I can still SSH in, if that's any help?
Edit: I was able to fix this by SSH-ing in and editing devicelock_settings.conf
, changing maximum_attempts=9
to maximum_attempts=-1
and rebooting:
$ devel-su
# vi /usr/share/lipstick/devicelock/devicelock_settings.conf
# reboot
5 | No.5 Revision |
I just came back from lunch, and when I took the phone out of my pocket it said "Permanently Locked" - but I haven't done anything to lock the phone! What is going on here? How can I get my phone back? Help! :(
Edit: I can still SSH in, if that's any help?
Edit: I was able to fix this by SSH-ing in and editing devicelock_settings.conf
, changing maximum_attempts=9
to maximum_attempts=-1
and rebooting:
$ devel-su
# vi /usr/share/lipstick/devicelock/devicelock_settings.conf
# reboot
6 | retagged |
I just came back from lunch, and when I took the phone out of my pocket it said "Permanently Locked" - but I haven't done anything to lock the phone! What is going on here? How can I get my phone back? Help! :(
Edit: I can still SSH in, if that's any help?
Edit: I was able to fix this by SSH-ing in and editing devicelock_settings.conf
, changing maximum_attempts=9
to maximum_attempts=-1
and rebooting:
devel-su
vi /usr/share/lipstick/devicelock/devicelock_settings.conf
reboot