View Single Post
Posts: 136 | Thanked: 263 times | Joined on Nov 2012 @ Germany
#1
There's one thing I don't get. Why can't I lock the device manually when automatic locking is disabled?? (two question marks emphasizing my cluelessness)

To work around this I modified /usr/share/jolla-settings/pages/devicelock/devicelock.qml and added a timeout of 24 hours:
Code:
MenuItem {
    //% "1 day"
    text: qsTrId("1 Tag")
    visible: deviceLockSettings.maximumAutomaticLocking === -1
                || deviceLockSettings.maximumAutomaticLocking >= 1440
    onClicked: lockingCombobox.setAutomaticLocking(1440)
}
Code:
} else if (value === 1440) {
    return 6
but what? In 2.1.1.12 the device gets locked after around 3 hours automatically instead of one day.

So I don't see a chance to lock my device just manually. I have to set automatic locking to "not in use" and change it to "no delay" when i have to lock it. Strange.

But besides that I got quite convinced of th UI concept after two weeks of asking myself "why is there no real home screen (as in fremantle), which is launcher, switcher and events view in one"? In fact I'm already really happy with my Jolla C. Using it feels very smart to me.
__________________
OpenSSH Status Widget (N900)
Start / stop / kill / restart / autostart server - View server status - View server and client connections - Switch wifi pm automatically

Simpler Brightness Applet (N900) - A variation of the Simple Brightness Applet
Short tap to toggle "keep backlight on" - Long tap to open display settings
 

The Following User Says Thank You to rasmarc For This Useful Post: