![]() |
2010-03-05
, 14:57
|
Posts: 393 |
Thanked: 67 times |
Joined on Feb 2010
|
#2
|
![]() |
2010-03-05
, 15:02
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#3
|
![]() |
2010-05-27
, 21:48
|
Posts: 89 |
Thanked: 48 times |
Joined on Dec 2009
@ Glasgow
|
#4
|
![]() |
2010-05-27
, 22:03
|
Posts: 203 |
Thanked: 152 times |
Joined on May 2009
@ Austria
|
#5
|
dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:unlocked
![]() |
2010-05-28
, 02:25
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#7
|
See this thread: http://talk.maemo.org/showthread.php?p=595359
#!/bin/bash dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:unlocked x11vnc -timeout 20 -bg -grabkbd -cursor X
#!/bin/bash dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:locked
The Following 3 Users Say Thank You to 9000 For This Useful Post: | ||
![]() |
2010-07-05
, 09:06
|
|
Posts: 271 |
Thanked: 65 times |
Joined on May 2010
@ Poland, Białystok
|
#8
|
chmod u+x vnc
![]() |
2010-07-08
, 20:11
|
Posts: 56 |
Thanked: 31 times |
Joined on Jul 2008
@ Austria
|
#9
|
When i type "vnc" it says "Permission Denied".Code:chmod u+x vnc
When i type"sudo vnc" it prints "sh: vnc: not found"
![]() |
2010-09-10
, 09:16
|
Posts: 81 |
Thanked: 9 times |
Joined on Nov 2007
|
#10
|
So if the N900's screen is off (but the phone is on, in standby) you can SSH to it, but cannot have a working VNC session to it. Does anyone know how to enable the VNC even if the screen is off?
ANSWER
This can be resolved by connecting via SSH and typing
dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:unlocked
The above will turn on the N900 screen, the below will turn the screen off...
dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:locked
Last edited by mail_e36; 2010-09-10 at 15:36.