There is a thing which is called miracast, it can mirror the display of the Android phone to another monitor, but my screen doesn't have this function, am I possible to do it in Ubuntu?
There is a thing which is called miracast, it can mirror the display of the Android phone to another monitor, but my screen doesn't have this function, am I possible to do it in Ubuntu?
Scrcpy
Scrcpy is an open source alternative that sounds promising, but I get across this bug. I didn't want to use TeamViewer, LogMeIn or AirDroid.This alternative also let you remotely use the phone from Ubuntu.
sudo apt install adb
.brew install scrcpy
(yes, brew) orapt install scrcpy
.adb devices
. Maybe you need to move to PTP and a little more.When you get the message the Allow USB debugging? The computer's RSA key fingerprint is: [a fingerprint] is possible to check it with following command (the public key might be in
~/.android
or~/snap/scrcpy/current/.android/
):Also,
scrcpy --help
:The project is very active, keep track of releases and update often.
If you like GUIs, try guiscrcpy (source), a scrcpy front-end written in Python
pip3 install --upgrade guiscrcpy --user
. Maybe some day will be the open source alternative to Microsoft's Your Phone.Screen Stream over HTTP
A nice open source alternative, also on F-Droid.
LiveScreen
Easy and no sign up crap. Just install it and on the app switch screen sharing on:
Then on your browser (hopefully Firefox) pointing to your mobile's IP:
Furthermore
You can use Teamviewer (sign-up needed)
you will get a secure connection between them and are able to control the screen and phone fully.
I was able to do it easily with Ashot. It's an open source project, programmed in Java, so you just download and run (assuming you have Android Studio already set up).
When you extract the folder, run
java -jar AShot-1.1.jar
. It will ask you for the Android SDK. Browse to it, and select your path (something like/home/yourUserName/Android/Sdk/
). It should connect automatically and display the Android screen that is connected via USB. If you get an error in connection, copy theadb
executable fromplatform-tools/
totools/
and try again.To copy:
It has a slight delay, so it's not good for streaming video, but good enough for presentations.
There is a Google Cast app for your Android phone you need to download.
Google Cast Extension for Chrome is discontinued because of remotedesktop.google.com.
Screen Stream is another app that can do this. You install the app on your Android device, and then connect to it through wifi (or optionally 3G) from your PC using a normal webbrowser.
Internally, the app captures the screen and sends it as a MJPEG stream to the browser. It is not super-fast, so unsuitable for video, but it works well enough for showing other stuff.
The app is open source and available from F-droid and the normal Google Play Store