View Single Post
combatdoc's Avatar
Posts: 204 | Thanked: 29 times | Joined on May 2008
#6
Yea I use a DBUS script very smiliar to that line to unlock my tablet from SSH when its in another room and I need access to the UI via VNC.

Works great. That string above, resets the screen when it locks the tablet. The one below acts just like you hit the switch.

To Lock the tablet
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
To unlock the tablet:
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:unlocked
__________________
Doc, 68W3P, AAS, NREMT-P
Far From Perfect
Mobile Version (Under Dev, Please Comment)
Nokia n810 Diablo
(After many years of Palm and Windows PDAs)
"So Shut Up, Live, Travel, Adventure, Bless, And Don't Be Sorry." - Jack Kerouac

Last edited by combatdoc; 2008-08-01 at 23:40.
 

The Following 3 Users Say Thank You to combatdoc For This Useful Post: