[...] Ð¡Ñ‚Ð°Ñ‚ÑŒÑ Ð¾ уÑтановке vnc Ñервера на таблетку и клиентов на… - как на windows pc так и на linux box. Ð¡Ñ‚Ð°Ñ‚ÑŒÑ Ð½Ð° английÑком, но - в ней так много картинок, что, думаю, любой обойдётÑÑ Ð±ÐµÐ· перевода. This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License. [...]
Pingback by » Как порулить нокией через VNC Ñервер » Internet Tablet — October 1, 2007 @ 7:54 pm
[...] from the computer in whatever way pleases you. I have written a post about one such way to connect a computer to Nokia N800 using VNC, so probably that will be a good place to get started. Once connected through VNC, the N800 screen [...]
Pingback by Different Ways of Taking Screenshots in Nokia N800 — October 3, 2007 @ 10:17 pm
When the host PC behind firewall or NAT, tightVNC will fail, it is also not easy to configure a VNC server to avoid it. I am using Gooer Remote Desktop Service and it can work in any network environment. I do not need know the IP of host PC, what I need to do is click the host name of my PC, then I can connect to my PC.
Comment by Richard — October 29, 2007 @ 10:19 pm
thanks!!!!!
now i know witch way it works
Comment by Nokius — November 3, 2007 @ 10:28 pm
[...] - Every Flavour Beans [...]
Pingback by x11vnc - Connecting Remotely To Nokia N800 From a Windows/Linux box Using VNC « Linux and Open Source Blog — November 27, 2007 @ 3:16 am
Dear Mr/Mrs,
My device: Nokia N800(OS 2008) which has successfully installed x11vnc_0.9.3-1_armel.deb
I meet two problems here:
1. Applications menu –> Extras –> select the x11vnc application.
Nothing happens here. It seems that it fail to launch this app successfully
2. How run it from the terminal.
Thanks and have a nice day! ^^
My MSN: silonyaya@hotmail.com
Comment by Sam — January 25, 2008 @ 3:17 pm
Hello,
I have modified/ added some scripts in order to print out VNC status and not searching for the IP address.
If I click to X11VNC, I see system message about vnc server port and IP address, or that VNC server is closed.
Here is the guide:
1. sudo gainroot and edit file /usr/bin/x11vnc.sh:
if [ -e /tmp/x11vnc.pid ]
then
killall x11vnc
rm /tmp/x11vnc.pid
echo “VNC server stopped…”
else
/sbin/ifconfig -a |grep addr: |grep -v 127.0.0.1|awk ‘{print “VNC started at ” $2}’ |xargs echo `tail -2 /tmp/x11vnc.log`
echo $$ > /tmp/x11vnc.pid
export LD_PRELOAD=/usr/lib/libosso-ic-preload.so
exec /usr/bin/x11vnc -cursor arrow > /tmp/x11vnc.log 2>&1
fi
exit 0
2. Create /usr/bin/myx11vnc.py file and chmod 755 /usr/bin/myx11vnc.py:
#!/usr/bin/python
import osso
import os
def main():
osso_c = osso.Context(”osso_x11launch”, “0.0.1″, False)
note = osso.SystemNote(osso_c)
storeRes=”…”
child = os.popen( “/usr/bin/x11vnc.sh” )
while 1:
line = child.readline()
if not line:
break
storeRes = storeRes + line
result = note.system_note_dialog(storeRes, type=’notice’)
print result
return
if __name__ == “__main__”:
main()
#End of file
3. edit file
/usr/share/applications/hildon/x11vnc.desktop
so that it will launch your new python script /usr/bin/myx11vnc.py instead of original /usr/bin/x11vnc.sh
bye,
Milos
Comment by Milos — May 12, 2008 @ 12:24 am
good info - will bookmark this page
Comment by PC Repairs Leeds - PC Repairs Pudsey — November 6, 2008 @ 7:22 pm
I can connect to my N800 using VNC but I cannot see the camera screen. It shows a full green box.
Also, I cannot click on the third button of the main screen where Extras menu is located or any buttons I added to Personal Launcher applet.
Let me know if there are solutions.
Thank you.
Comment by Wiz — November 29, 2008 @ 10:17 pm
gabry on March 26, 2009 at 3:52 pm said:
Also, I cannot click on the third button of the main screen where Extras menu is located or any buttons I added to Personal Launcher applet.
I have the same extact problem…everything is working fine, with the exception that I can’t remotely open the third button of the main screen :-(
Comment by gabry — March 26, 2009 @ 3:52 pm
[...] você pode baixar o x11vnc com o vnc viewer e aqui o Ultra vnc. Neste outro site encontrei também um tutorial bem parecido mas com outro programa de vnc. Apesar de estar em [...]
Pingback by Acessar o N800/N810 no PC « N Possibilidades — May 18, 2009 @ 8:10 pm