maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Request] Team viewer or any VNC client (https://talk.maemo.org/showthread.php?t=83078)

Dragoss91 2012-03-16 22:22

[Request] Team viewer or any VNC client
 
As N900 has VNC viewer and we are able to remote control a PC with it , why N9 hasn't one ? But what about porting TeamViewer on N9 ? I know it's closed source and we need first the source from its developers , but anyone has tried to bring a VNC viewer on N9 ?

I always wanted to control my PC from any point of this world just like TeamViewer does .

www.rzr.online.fr 2012-03-16 22:32

Re: [Request] Team viewer or any VNC client
 
have a look at :

http://rzr.online.fr/q/vnc


but i suggest rdesktop for better performance :

http://rzr.online.fr/q/rdp

Kozzi 2012-03-16 22:51

Re: [Request] Team viewer or any VNC client
 
Is zooming possible with rdesktop ? what is the gray bar for ?

Dragoss91 2012-03-16 23:09

Re: [Request] Team viewer or any VNC client
 
Quote:

Originally Posted by www.rzr.online.fr (Post 1180461)
have a look at :

http://rzr.online.fr/q/vnc


but i suggest rdesktop for better performance :

http://rzr.online.fr/q/rdp

I've added the rzr repo then I used apt-get install rdesktop but it seems I miss a dependency . I've also tried apt-get install libss11.0.0 but it says "could not find the package" .




Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
rdesktop: Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
E: Broken packages
RM696-07-1_PR_001:~#

cddiede 2012-03-16 23:31

Re: [Request] Team viewer or any VNC client
 
http://talk.maemo.org/showthread.php?t=79866

www.rzr.online.fr 2012-03-17 00:28

Re: [Request] Team viewer or any VNC client
 
let me rebuild rdesktop on newer ssl ....

thank for notifying this issue

Dragoss91 2012-03-17 00:52

Re: [Request] Team viewer or any VNC client
 
Quote:

Originally Posted by www.rzr.online.fr (Post 1180495)
let me rebuild rdesktop on newer ssl ....

thank for notifying this issue

awsome :D , thank you , why did you disable thanks ? :)

when you finish rebuilding maybe someone here could build an ui :)

rcolistete 2012-03-17 16:35

Re: [Request] Team viewer or any VNC client
 
I have tried installing presencevnc (a VNC client) from rzr repository, but I get after setting the rzr's repo and trying "# apt-get install presencevnc" :

"The following packages have unmet dependencies:
presencevnc: Depends: libvncserver0 but it is not going to be installed"

And trying "apt-get install libvncserver0" gives :

"The following packages have unmet dependencies:
libvncserver0: Depends: libgcrypt11 (>= 1.4.2) but 1.2.0-11.1osso5+0m6 is to be installed
Depends: libgnutls26 (>= 2.4.0-0) but it is not going to be installed"

Does anyone know a solution for this problem ?

cddiede 2012-03-19 18:51

Re: [Request] Team viewer or any VNC client
 
Same libvncserver0 error here. Would really REALLY love to have presencevnc working on the N9 as it's was indispensable on the N900.

rcolistete 2012-03-23 18:10

Re: [Request] Team viewer or any VNC client
 
Almost done. I have installed "presencevnc" but when trying to connect :
$ presencevnc vnc://192.168.0.101:5900
I get :
"Failed to initialized GnuTLS: The gcrypt library version is too old.."
about to quit

The problem is libgcrypt11 from Harmattan is old, v1.2.0.

I have downloaded from rzr's repository the files below installed with dpkg :
# dpkg -i libtasn1-3_1.4-1_armel.deb
# apt-get install libgcrypt11
# dpkg -i --force-all libgnutls26_2.4.2-6_armel.deb
# dpkg -i --force-all libvncserver0_0.9.8.2-2_armel.deb
# dpkg -i presencevnc_0.0.0-0~rzr1_armel.deb

So it seems the solution is simple, to avoid the warning/erros messages :
" libgnutls26 depends on libgcrypt11 (>= 1.4.2); however:
Version of libgcrypt11 on system is 1.2.0-11.1osso5+0m6.
libgnutls26 depends on libgpg-error0 (>= 1.10); however:
Version of libgpg-error0 on system is 1.6-1.1+0m6."
we need libgcrypt11 (>= 1.4.2) and, maybe, libgpg-error0 (>= 1.10).

I have downloaded debian armel libgcrypt11 v1.4.5 but I can't install, conflicting with the MeeGo Harmattan version :
# dpkg -i libgcrypt11_1.4.5-2_armel.deb
Aegis rejecting libgcrypt11_1.4.5-2_armel.deb: package 'libgcrypt11' already installed from 'com.nokia.maemo' -- not replacing it from unknown origin
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.

rcolistete 2012-03-23 22:20

Re: [Request] Team viewer or any VNC client
 
One option to have VNC viewer is to install Easy Debian on Nokia N9/N950. See the HarmChom topic and the how-to-install using Inception (instead of open kernel).

As root in debian, install ssvncviewer (my choice over 10 vnc viewers that I tested, it allows typing the password using MeeGo Terminal, has many options including full-screen, etc) :
[root@chroot: /]apt-get install ssvncviewer

To use without a real keyboard (on N950 or external Bluetooth on N9), fitting the remote screen to N9 screen :
[root@chroot: /] ssvncviewer -fullscreen -scale "854x480" <ip>

With a real keyboard (on N950 or external Bluetooth on N9), there are many keyboard shortcuts : arrows, home/end, page up/down to move, etc (see "ssvncviewer --help" for more information). Here in view only mode :
[root@chroot: /] ssvncviewer -fullscreen -viewonly <ip>
or choosing the parameters and options from GUI :
root@chroot: /] ssvnc

rcolistete 2012-03-24 01:20

Re: [Request] Team viewer or any VNC client
 
Edit : the procedure below breaks (red "!" icon appears) about dozen Harmattan softwares (Nokia Store, Nokia Maps, etc) and also some 3rd-party softwares. It is due to replacing libgcrypt11 !

I have had to download the Harmattan libgcrypt11 and install it @ N9 with dpkg.real -i.

As soon as the original libgcrypt11 was installed again, all icons returned to normal and the softwares are working.

===========================================

PresenceVNC running on Nokia N9 ! With Harmattan virtual keyboard, touch scrolling with 2 fingers, etc.

Only issue : PresenceVNC on Nokia N9 is not in full screen.

And I am not sure using libgcrypt11 from debian armel is safe. For the moment, my N9 works, booted ok, etc.

I have downloaded from rzr's repository the files below installed with dpkg, except debian armel libgcrypt11 v1.4.5 :
# dpkg -i libtasn1-3_1.4-1_armel.deb
# dpkg.real -i install libgcrypt11_1.4.5-2_armel.deb
# dpkg -i --force-all libgnutls26_2.4.2-6_armel.deb
# dpkg -i --force-all libvncserver0_0.9.8.2-2_armel.deb
# dpkg -i presencevnc_0.0.0-0~rzr1_armel.deb

rainisto 2012-04-19 07:59

Re: [Request] Team viewer or any VNC client
 
1 Attachment(s)
looks like rzr repos presencevnc has some conflicting depencies that it doesn't need. I compiled package in sb and it seems to install & work without conflicts.

cddiede 2012-04-19 14:33

Re: [Request] Team viewer or any VNC client
 
HOLY CRAP!!! We finally have a great VNC viewer on the N9!!!

This is awesome! Thank you so much!!!


It still needs a .desktop file and an icon so we can launch it from the home screen, but forget that. IT WORKS!!! :D :D :D

cddiede 2012-04-19 14:38

Re: [Request] Team viewer or any VNC client
 
Whoops, my mistake.

Looks like this .deb file does have an icon for the home screen. It just unpacks to /usr/share/applications/hildon as if it was a Maemo package.

Move the /usr/share/applications/hildon/presencevnc.desktop file to /usr/share/applications after installation and the icon will show up just fine on the N9.

Another oddity is that that app (which only appears to work in landscape) disables the swipe UI while in the initial connection dialog screen.

Once a VNC session starts, you can swipe again. And you can always tap on File -> Quit to exit the app as well.

Sniper_swe 2012-04-19 22:52

Re: [Request] Team viewer or any VNC client
 
@Rainisto thanks !

rainisto 2012-04-20 07:14

Re: [Request] Team viewer or any VNC client
 
updated my attachement to have desktop file in right path.

rcolistete 2012-04-20 16:45

Re: [Request] Team viewer or any VNC client
 
Quote:

Originally Posted by rainisto (Post 1194761)
updated my attachement to have desktop file in right path.

Thanks 10^6 times ! I really need to use VNC viewer @ my N900 & N9 everyday.

egc 2012-05-26 23:58

Re: [Request] Team viewer or any VNC client
 
Thank you, thank you, thank you!!
:)

Coffeehn 2012-05-27 01:20

Re: [Request] Team viewer or any VNC client
 
I want to say thank to Rainisto and rcolistete.
On the other hand, please make vitual keyboard on N9 active after remote to computer. N9 don't have physical keyboard like N900 or N950.

Coffeehn 2012-05-27 01:26

Re: [Request] Team viewer or any VNC client
 
Quote:

Originally Posted by rcolistete (Post 1183436)
Edit : the procedure below breaks (red "!" icon appears) about dozen Harmattan softwares (Nokia Store, Nokia Maps, etc) and also some 3rd-party softwares. It is due to replacing libgcrypt11 !

I have had to download the Harmattan libgcrypt11 and install it @ N9 with dpkg.real -i.

As soon as the original libgcrypt11 was installed again, all icons returned to normal and the softwares are working.

===========================================

PresenceVNC running on Nokia N9 ! With Harmattan virtual keyboard, touch scrolling with 2 fingers, etc.

Only issue : PresenceVNC on Nokia N9 is not in full screen.

And I am not sure using libgcrypt11 from debian armel is safe. For the moment, my N9 works, booted ok, etc.

I have downloaded from rzr's repository the files below installed with dpkg, except debian armel libgcrypt11 v1.4.5 :
# dpkg -i libtasn1-3_1.4-1_armel.deb
# dpkg.real -i install libgcrypt11_1.4.5-2_armel.deb
# dpkg -i --force-all libgnutls26_2.4.2-6_armel.deb
# dpkg -i --force-all libvncserver0_0.9.8.2-2_armel.deb
# dpkg -i presencevnc_0.0.0-0~rzr1_armel.deb

Dear rcolistete

I don't know why my virtual keyboard don't work on PresenceVNC after I connect to remote computer.

rainisto 2012-05-27 20:21

Re: [Request] Team viewer or any VNC client
 
because the version which is currently avail is not supporting vkb. I'm currently working on for a version which would support vkb and a bit more N9 optimized UI, I'll let you know when there is a working version avail.

asianremedy 2012-05-27 20:44

Re: [Request] Team viewer or any VNC client
 
The only missing app for me on N9 is any kind of VNC viewer.
rainisto, keep it going please. Thank you in advance.

Dragoss91 2012-05-27 20:56

Re: [Request] Team viewer or any VNC client
 
Quote:

Originally Posted by asianremedy (Post 1213484)
The only missing app for me on N9 is any kind of VNC viewer.
rainisto, keep it going please. Thank you in advance.

Team Viewer on N9 would be a dream that came true . I always wanted to be able to control my home PC over the internet from any place on this world . :)

marmistrz 2014-10-23 16:21

Re: [Request] Team viewer or any VNC client
 
rainisto: not pure-Latin characters can't be input with the vkb, e.g. 'ś', 'ć', 'ä', 'д'

tmi 2015-06-10 02:47

Re: [Request] Team viewer or any VNC client
 
Post #13 has v0.8 of Presence VNC attached but since it has no vkb, it's mostly useless. Could anybody point me to the v0.9 (or later, I'm not sure which version was the last free one)?

tmi 2015-06-11 02:54

Re: [Request] Team viewer or any VNC client
 
Quote:

Originally Posted by tmi (Post 1473128)
...point me to the v0.9

Found it. Still only barely usable. I wonder, if the paid version was any more user friendly. But since the store is gone... meh.

rainisto 2015-06-11 08:52

Re: [Request] Team viewer or any VNC client
 
Quote:

Originally Posted by tmi (Post 1473220)
Found it. Still only barely usable. I wonder, if the paid version was any more user friendly. But since the store is gone... meh.

Well that 0.9 version is the paid version. But as store is gone, then I'm not making any profit for it anymore, so I don't care :)

tmi 2015-06-11 12:13

Re: [Request] Team viewer or any VNC client
 
Quote:

Originally Posted by rainisto (Post 1473237)
Well that 0.9 version is the paid version. But as store is gone, then I'm not making any profit for it anymore, so I don't care :)

My bad, I thought there were 1-2 free versions prior to one or more paid ones.
The About box mentioning "This program is free software" kind of fooled me, too.

And also, thanks! :)

(On a side note, I finally figured how to to dismiss the VKB properly so I take back the words "only barely" from my previous post)

tmi 2015-06-17 10:10

Re: [Request] Team viewer or any VNC client
 
Quote:

Originally Posted by rainisto (Post 1473237)
But as store is gone, then I'm not making any profit for it anymore, so I don't care :)

If I may be so bold...
Since you mentioned you don't care, would you consider putting Presence VNC available in OpenRepos?

In case you're not interested but don't mind, I'm sure somebody else can do it too -even me- and give you the credits. However, Basil will want to see somekind of approval if the uploader is anybody else than you.

If you feel OpenRepos is totally out of the question, no hard feelings.


All times are GMT. The time now is 01:12.

vBulletin® Version 3.8.8