I was wondering, is there a tool that I could run on Ubuntu Desktop, and be connected to an Ubuntu Touch device through a remote desktop (or remote display) application, such that mouse clicks are also propagated as taps on the device (and also, copy/paste of text)?
Basically, if Ubuntu Touch used X11, then I could have used vinaigre
or xvnc4viewer
on Ubuntu Desktop as VNC clients, and Vino
as VNC server on the device - however, Ubuntu Touch uses Mir, and I cannot really find any information about remote desktop/display via Mir.
So, is there anything like this out there?
Well, there is a partial solution - in the sense of you can view the screen, but not control it from the mouse. I noticed it by running
phablet-screenshot
in debug mode, which reports that it uses a programmirscreencast
on the phone.There is a bit more about it in https://wiki.ubuntu.com/Touch/ScreenRecording, however, the most convenient command line I found on ... Youtube:
Realtime screencasting from Ubuntu Phone - mirscreencast to computer desktop in real time. - YouTube
Also, there is https://github.com/ycheng/mir-vnc-server - kinda experimental, I managed to get it to compile on
14.04phone and run, and can connect through a VNC client, but I cannot get a realtime update of screen (only the first frame is shown, and no mouse is updated); here are my notes - unfortunately, not totally complete, but gives an idea: