Reply
Thread Tools
Posts: 255 | Thanked: 109 times | Joined on Dec 2009
#21
Originally Posted by msa View Post
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.
thats exactly how it works!!
does yours not unlock the device?
 
Posts: 141 | Thanked: 41 times | Joined on Apr 2011 @ Ahmedabad, India
#22
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 !
 
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#23
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
and prees create...

now there should be a new icon in the menu to lock Ur screen

now go to desktop > settings > add your shortcut DONE........ !
 

The Following 3 Users Say Thank You to nicholes For This Useful Post:
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#24
Originally Posted by nicholes View Post
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
and prees create...

now there should be a new icon in the menu to lock Ur screen

now go to desktop > settings > add your shortcut DONE........ !

ammm , is it an alternative of queen beecon ?
 
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#25
Originally Posted by eefo View Post
ammm , is it an alternative of queen beecon ?
easy to use as compare to queen beecon but not so powerful
 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#26
Originally Posted by nicholes View Post
easy to use as compare to queen beecon but not so powerful
agreed !
it is really easy .
well can you help me making a bluetooth shortcut and a wifi ?
i mean i need the command :$
 
qosmio's Avatar
Posts: 532 | Thanked: 949 times | Joined on Apr 2010 @ Uk for 6months then Thailand
#27
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
__________________
http://q0smio.deviantart.com

http://s1031.photobucket.com/albums/y372/q0smio/

N900 x 2 Overclocked at 900 Mhz.
Samsung Galaxy S 2
iPhone 4 (Jailbroken)
 

The Following User Says Thank You to qosmio For This Useful Post:
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#28
Originally Posted by qosmio View Post
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
really thanks for you effort , but isn't it possible to switch on and off with one shortcut ?
 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#29
and yeah btw , what if one wants to get rid of the shortcuts ?
 
qosmio's Avatar
Posts: 532 | Thanked: 949 times | Joined on Apr 2010 @ Uk for 6months then Thailand
#30
Originally Posted by eefo View Post
really thanks for you effort , but isn't it possible to switch on and off with one shortcut ?
Ok... Download " Bluezwitch" easy no code needed. little bluetooth icon on all screens if you want. all it does is turn your bluetooth on and off.... Job done

regards Qosmio
__________________
http://q0smio.deviantart.com

http://s1031.photobucket.com/albums/y372/q0smio/

N900 x 2 Overclocked at 900 Mhz.
Samsung Galaxy S 2
iPhone 4 (Jailbroken)
 

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


 
Forum Jump


All times are GMT. The time now is 10:56.