Forum / General Discussions / NoMachine Android version
Tagged: Android
- This topic has 3 replies, 4 voices, and was last updated 11 years ago by
Tor.
-
AuthorPosts
-
October 17, 2014 at 07:59 #5001
jonfil0130ParticipantHi,
May I ask if there’s an Android version of NoMachine already? Does anyone successfully tried it? Thanks
October 17, 2014 at 08:01 #5007
BritgirlKeymasterNoMachine for Android tablets is available. (both from our website and Playstore) https://www.nomachine.com/download
Also check out the tutorial: https://www.nomachine.com/getting-started-with-nomachine-for-android
November 24, 2014 at 10:01 #5548
enrico.bozzoParticipantHello, the android version seems to be missing the option to open a new session in “floating window” or “new virtual desktop” mode.
Is this option going to be included in the next version?
Unfortunately, it seems that i can only access my remote computer when the “new virtual desktop” mode is used (I tested this by installing the new machine client on my linux desktop and in the linux version the two options can be selected just before opening the session).
Therefore, I’m currently unable to use the android version to access my remote computer.
Thank you in advance.
Best regards.
November 24, 2014 at 10:49 #5558
TorParticipantHi Enrico.
A rootless application requires a windowing system handling the application’s window geometry, visibility, etc. (i.e. operations that you normally do by using the window frame on a desktop OS). This kind of window management is not offered by Android so running an application in rootless mode is not allowed.
When you run a custom session it automatically creates a virtual desktop, which explains why you don’t see two different options in the custom session configuration.
In order to run a custom application on mobile you have a couple of options.
· Run the application by using the ‘-geometry’ option, for example
/path/to/application -geometry wxh+0+0where “w” and “h” are width and height of the screen of your Android device, and “+0+0” means that the origin of the window must be the origin of the display. The application will cover all the available area.
· Run a script executing a window manager and your application, for example
#!/bin/sh /usr/bin/metacity & /path/to/applicationReplace “metacity” with the window manager you prefer. You can use the window manager to maximize the application’s window like you do on desktop.
-
AuthorPosts
This topic was marked as solved, you can't post.
