![]() |
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 |
All times are GMT. The time now is 06:49. |
vBulletin® Version 3.8.8