![]() |
Quick Screen Lock Widget / Shortcut?
Is there any quick screen lock app or script i can use on desktop? current process has to many clicks for one hand/quick use
|
Re: quick screen lock app/shourtcat?
press the power button twice
|
Re: quick screen lock app/shourtcat?
a ha! thanks :) you wouldn't know if there is a shortcut to unlock screen without slide would you?
|
Re: quick screen lock app/shourtcat?
Quote:
Hehe probably a request for someone to make a quick app, doesnt sound very taxing? But as far as i'm aware the current options are
|
Re: quick screen lock app/shourtcat?
Just for record, blocking the device (keyboard and device) from an app is not a problem. But the current ways to do that should be sufficient for everyone I think :)
|
Re: quick screen lock app/shourtcat?
Also, is there a way to put widgets on the lock screen? Would be major useful? Is the lock screen code open source or is it closed source?
|
Re: quick screen lock app/shourtcat?
Quote:
Now if the slide2unlock screen would just show some more information like upcomming tasks, etc. |
Re: quick screen lock app/shourtcat?
Quote:
|
Re: quick screen lock app/shourtcat?
I don't understand all the request for a screen lock app. Why are people so lazy that they can't even use a switch which is already there for specific reason :confused:
|
Re: quick screen lock app/shourtcat?
I find the 'flick-lock' slide on the end of the device pretty handy. Prior to finding that, I was having problems with locking/unlocking. Definitely for one-handed stuff.
|
Re: Quick Screen Lock Widget / Shortcut?
what about the lock-switch on the side?
when the device is active and you slide the lock-switch, the device locks. but when its locked and you slide the switch, what happens? i assumed it would unlock if you hold the switch down for a second or two. thats how it works on my jet. push lock-button to lock, and hold pushed when locked to unlock. |
Re: Quick Screen Lock Widget / Shortcut?
Hi all,
is there any possibility to lock the N900 with code, than the shortcut in the power menu? thanks for help. alex |
Re: quick screen lock app/shourtcat?
Quote:
|
Re: quick screen lock app/shourtcat?
Ditto, happened to me yesterday and got in a lot of trouble for ignoring her majesty's call. Sheesh :)
Quote:
|
Re: Quick Screen Lock Widget / Shortcut?
there's a script/app that "hacks" the screen and forces it to lock *only* when someone is calling. this might be useful for those of you who accidentally touch it while taking it out of your phone.
as for the OP's request I also second that. I'm looking for an app or script that will lock the n900 when i close the keyboard. and please don't tell me its not useful, it's all about preference - isn't that what differentiates the n900 from other phones? the ability to tweak and customize as "I" see fit. How ironic that the n900 should be the phone to have an "I" in front of it's name. |
Re: Quick Screen Lock Widget / Shortcut?
Quote:
/oxpo |
Re: Quick Screen Lock Widget / Shortcut?
Quote:
|
Re: Quick Screen Lock Widget / Shortcut?
Quote:
you can use dbus-scripts to automatically lock the screen when closing the keyboard. for example, the script to lock the screen (/home/user/lock_screen.sh): Code:
#!/bin/bash /home/user/lock_screen.sh * * org.freedesktop.Hal.Device Condition ButtonPressed cover Sadly, you can not use the slide button anymore (on the right side of your device) to unlock the screen while keyboard is closed, as both (the keyboard and the slide button) emit the same dbus signals. But pushing the power button and slide2unlock still works. nicolai |
Re: Quick Screen Lock Widget / Shortcut?
@nicolai - what do i do with that code? i dont know what d-bus is...do i need an app or do i run that in DCE widget or....
thanks |
Re: Quick Screen Lock Widget / Shortcut?
There is an applications called dbus-scripts. A tool to automatically
run some scripts on some dbus-events. Here is another thread.http://talk.maemo.org/showthread.php?t=48132 and a wiki page http://wiki.maemo.org/DbusScripts Beware, it is from extras-devel. There is also a gui programm dbus-script-settings (which doesnt work for me!). Look at the wiki page, this should make clear how to use the script from my previous post. nicolai |
Re: Quick Screen Lock Widget / Shortcut?
Quote:
does yours not unlock the device? |
Re: Quick Screen Lock Widget / Shortcut?
Hi,
I have set "Autolock" after 5 mins (from Systems->Device Lock option) After 5 mins, when its locked, i would like to have an unlock slide app where we can slide the unlock bar and then enter password to activate the phone. Also, wanted to know if this lock password can be combined with "Lock Screen and keys" option that comes up when we press the power button. Thanks ! |
Re: Quick Screen Lock Widget / Shortcut?
here is a way to create a shortcut on your desktop to lock the screen (or in the menu)
go to app manager and install scm (shortcut maker)(thanks to tiboric) its name is scm yes "scm" only don't confused now open shortcut maker(you have just installed) tap to CMD and give a name to your shortcut (don't check box "run in xterm") and put this in command box (better to copy the code and paste it) Code:
/usr/bin/dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:locked now there should be a new icon in the menu to lock Ur screen now go to desktop > settings > add your shortcut DONE........ ! |
Re: Quick Screen Lock Widget / Shortcut?
Quote:
ammm , is it an alternative of queen beecon ? |
Re: Quick Screen Lock Widget / Shortcut?
Quote:
|
Re: Quick Screen Lock Widget / Shortcut?
Quote:
it is really easy . well can you help me making a bluetooth shortcut and a wifi ? i mean i need the command :$ |
Re: Quick Screen Lock Widget / Shortcut?
bluetooth on
dbus-send --system --type=method_call --dest=org.bluez $(dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.ListAdapters | awk -F "\"" '/at/ {print $2}') org.bluez.Adapter.SetProperty string:Powered variant:boolean:true | echo "" bluetooth off dbus-send --system --type=method_call --dest=org.bluez $(dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.ListAdapters | awk -F "\"" '/at/ {print $2}') org.bluez.Adapter.SetProperty string:Powered variant:boolean:false | echo "" hope that helps ? regards Qosmio |
Re: Quick Screen Lock Widget / Shortcut?
Quote:
|
Re: Quick Screen Lock Widget / Shortcut?
and yeah btw , what if one wants to get rid of the shortcuts ?
|
Re: Quick Screen Lock Widget / Shortcut?
Quote:
regards Qosmio |
Re: Quick Screen Lock Widget / Shortcut?
I have an invisible lock widget with QBW.
Find the desktop command exection wiki page and then paste the lock script into a new beecon (new beecon > add cmd) then just change it to look however you want. One tap and it locks, easy. |
Re: Quick Screen Lock Widget / Shortcut?
Quote:
|
Re: Quick Screen Lock Widget / Shortcut?
1 Attachment(s)
Quote:
|
Re: Quick Screen Lock Widget / Shortcut?
Quote:
---------- I have made proximity sensor lock the screen. you need shortcutd to do this turn proximity on, select custom shell cmd, put the below code in custom shell cmd Code:
/usr/bin/dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:locked |
Re: Quick Screen Lock Widget / Shortcut?
Quote:
|
Re: Quick Screen Lock Widget / Shortcut?
will this work on N9? (sorry if this shouldnt be here. cant see any thread like this on N9 forums)
|
Re: Quick Screen Lock Widget / Shortcut?
Quote:
|
Re: Quick Screen Lock Widget / Shortcut?
Quote:
|
All times are GMT. The time now is 06:54. |
vBulletin® Version 3.8.8