maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   :( help (https://talk.maemo.org/showthread.php?t=81495)

AlieNWarE 2012-01-10 18:05

:( help
 
i try every thing the vnc is not working can someone help me :o

sixwheeledbeast 2012-01-10 18:15

Re: :( help
 
If you expand on that someone else may be able to help?

AlieNWarE 2012-01-10 19:28

Re: :( help
 
do you know how to work with the vnc?

michaaa62 2012-01-10 20:45

Re: :( help
 
The usual caveeats about network settings to connect the devices.
1.To export the N900 to your other device, you need x11vnc. Start it from the menu, it will start and close to run in the background. Connect to IP_OF_N900:5800 from your vnc viewer on your PC.
2. To get the screen of your PC, a VNC server has to run on the PC. You need a vnc viewer like PresenceVNC or vncviewer must be installed on the N900. Connect to IP_OF_PC:5800 .

AlieNWarE 2012-01-10 21:12

Re: :( help
 
no i can connect can you ofer somthing else

michaaa62 2012-01-11 06:57

Re: :( help
 
Yes, sir, i could offer plenty of help!
But to what question?

sixwheeledbeast 2012-01-11 10:54

Re: :( help
 
System OS?
Which applications are you using both ends would be good too?

AlieNWarE 2012-01-12 01:00

Re: :( help
 
how to connect my nokia to pc, with the vnc wiewer, i try with WIN SCP it connect but with vnc isent how do it

michaaa62 2012-01-12 07:13

Re: :( help
 
You need to run a server on the maschine, where you want to share the desktop. And you need to have client software on the N900 to actually connect to the PC.
Both shouldt share the same subnet to get the basic s working properly before you might want to extend this for worlwide usage. There might be no firewall tweaks necessary once the server runs on your PC, but you could for testing purposes stop the firewall.

1.To export the N900 to your other device, you need x11vnc application on the N900 installed. Start it from the menu, it will start and close to run in the background. Connect to IP_OF_N900:5800 from your vnc viewer on your PC. After you terminate the connection x11vnc will shut down without any notice and you have to start it again for the next connection.

2. To get the screen of your PC, a VNC server has to run on the PC. Some widely used vnc server applications are: TightVNC, RealVNC or UltraVNC. You need a vnc viewer like PresenceVNC or vncviewer to be installed on the N900. Connect to IP_OF_PC:5800 .

sixwheeledbeast 2012-01-12 11:39

Re: :( help
 
As above really.
On PC I use TightVNC on the computer with PresenceVNC on the phone.
Windows firewall maybe blocking the service.

If your using the service remotely i.e. via 3G or on a different network.
You will need to port forward 5800 to your machine. You'll also need to know the external IP and/or setup a DDNS service.

IIRC I had a problem using a password longer than 8 characters.
Try without a password first, then secure it when you know it works.

miroslav_s 2012-01-12 11:58

Re: :( help
 
Hi Michaaa62,
I want to ask you something.I use x11vnc on my n900 and RealVNC on my comp. Every time I press the x11vnc icon in the n900 menu I establish connection between n900 and RelVNC but WITHOUT RealVNC asking me for the password and the connection only last for one entry so to say. If I close the RealVNC window on my PC and after a sec I want to make the connection again I have to relaunch the x11vnc from my n900 all over again. But, if I start x11vnc from my X term. And type
Sudo gainroot
X11vnc –forever –usepw
Now the realVNC asks me for the password before establishing connection and I can even close/open RealVNC as many times as I want without the need to enter the x11vnc command again. BUT, the x term window has to be open in the background on my n900, cause as soon as I close it the next time I start RealVNC it cannot establish connection. So my question is: Is there a way to do the same thing as with the connection between two PC that are both using RealVNC where I do not have to enter same command every time I want to establish connection between them? What I mean for example: I am sitting on PC1 and want to enter desktop on PC2. The only thing that is needed from PC 2 is to be on the internet and I can make the entry (of course I had to open portforwarding and so). Is there a way to do the same thing with the n900 or not.For example: leaving the phone at home, connected to your network. Then from another PC from another town you want to check if there are sms or missed phonecalls on n900. So you use RealVNC to connect to your phone. I know I can do that by starting the command x11vnc before I leave home but if for some reason x11vnc is shut off there is no way that I can reconnect to the phone from distance, right?
I hope you understood my question.
Thanks in advance and best regards
Mika



Quote:

Originally Posted by michaaa62 (Post 1149304)
You need to run a server on the maschine, where you want to share the desktop. And you need to have client software on the N900 to actually connect to the PC.
Both shouldt share the same subnet to get the basic s working properly before you might want to extend this for worlwide usage. There might be no firewall tweaks necessary once the server runs on your PC, but you could for testing purposes stop the firewall.

1.To export the N900 to your other device, you need x11vnc application on the N900 installed. Start it from the menu, it will start and close to run in the background. Connect to IP_OF_N900:5800 from your vnc viewer on your PC. After you terminate the connection x11vnc will shut down without any notice and you have to start it again for the next connection.

2. To get the screen of your PC, a VNC server has to run on the PC. Some widely used vnc server applications are: TightVNC, RealVNC or UltraVNC. You need a vnc viewer like PresenceVNC or vncviewer to be installed on the N900. Connect to IP_OF_PC:5800 .


michaaa62 2012-01-12 13:20

Re: :( help
 
Did you try to start it 'backgrounded'
Code:

x11vnc -forever -usepw &
You could start it via ssh anytime you need it or even tunnel the traffic through ssh
Code:

ssh -t -L 5900:localhost:5900 far-host 'x11vnc -localhost -display :0'

HELLASISGREECE 2012-01-12 13:23

Re: :( help
 
oh damn...!

I thought this thread was a Beatles sing-along...

zifis 2012-01-12 14:06

Re: :( help
 
Quote:

Originally Posted by HELLASISGREECE (Post 1149478)
oh damn...!

I thought this thread was a Beatles sing-along...

LMFAO

you owe me the cup of coffe that just sprung through my nose!

miroslav_s 2012-01-12 15:09

Re: :( help
 
Thanks Michaaa62!!!!
it did work
x11vnc -forever -usepw &

Thanks again!

Best regards


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

vBulletin® Version 3.8.8