Hello UDOOers, I have some problems with HDMI and I'm looking for a temporary solution. My idea is to install Teamviewer on UDOO and control it from my PC. I'm pretty new on Linux, someone cal help me ? Thanks Poldo
I don't have my UDOO with me right now so i can't try to install the software but this could help: http://askubuntu.com/questions/136810/how-to-install-teamviewer
Actually, Teamviewer will almost certainly not work, as they build their linux-packages only for 32bit and 64bit, but not for arm-architectures. However, VNC http://en.wikipedia.org/wiki/Vnc and http://www.udoo.org/ProjectsAndTutorials/vnc-server-with-udoo/?portfolioID=1394 might be worth looking into... there are clients available for every system... and the setup of the server is described in the link above.
Hi, has anybody solved this? I am trying to use my quad to control my network from outside and while VNC in not an option (I am already using it now inside my network, but I need access from anywhere like LogMeIn or TeamViewer do). Is there an option to connect to the UDOO from anywhere in the world without knowing an ip address? Hamachi?
Did you try the installlation method for TeamViewer on Raspberry Pi (also arm based)? I did not as I do not need TeamViewer but you could give it a try. Google for one of the many results.
I tried. Downloaded a .deb file from here https://www.teamviewer.com/it/download/linux/ and "sudo apt install "ed the file. It wrote a lot of stuff about missing things. I have no idea if this can be fixed or not.
Ok, I tried dpkg to install the downloaded .deb file dpkg -i ./*.deb (only one .deb file was present so *.deb just saved me some typing) dpkg showed me some errors on stuff that was missing, most of the missing dependencies were related to libqt5... stuff I tried a sudo apt-get install libqt5gui5 (picked up a random one) and got another bunch of errors with the suggestion to Try 'apt-get -f install' with no packages (or specify a solution). And `sudo apt-get -f install` completed successfully showing the TeamViewer Licence agreement. After that TeamViewer was in the internet menu! And it started fine: And this is a view from my Mac: Done!
Next of using TeamViewer (thanks for posting the solution), ngrok also seems to work https://www.udoo.org/forum/threads/remote-desktop-from-different-network.8498/