I need to screen mirror my android phone to Ubuntu PC. Is there any tool or package available in Ubuntu to do this?
Asked
Active
Viewed 6.0k times
14
-
what version of ubuntu – cmak.fr Sep 15 '19 at 05:08
-
ubuntu 16.04 LTS – Arun Kumar Sep 16 '19 at 02:35
-
try following this article : https://www.osradar.com/how-to-cast-android-screen-in-ubuntu-18-04/ – Narayan Shrestha Jul 22 '21 at 10:24
2 Answers
19
There are several solutions
Here are the two bests to me
Best but harder: scrcpy (Screen mirror and device control via USB and TCP/IP): This application provides display and control of Android devices connected on USB (or over TCP/IP)
- The Android device requires at least API 21 (Android 5.0).
- Make sure you enabled adb debugging on your device(s). On some devices, you also need to enable an additional option to control it using keyboard and mouse.
- Install scrcpy from snap or from github
snap install scrcpy
- Configure
- Connect
A good article document on how to do this.
Quick & Easy: Airdroid on Android device & a browser on Linux PC
- Install AirDroid app on Android device
- Connect a Linux Pc browser to device
- Use (from Linux PC) the Airdroid Screenshot feature
Feature is available with free use and without any account to online service.

Pablo Bianchi
- 15,657

cmak.fr
- 8,696
-
7who said scrcpy is hard it's the easiest, just need two commands to get started. – Deepak Kumar Jul 21 '20 at 15:47
-
3I just installed it with
apt install scrcpy
and it worked without any configuration after enabling debugging mode. – sahinakkaya Apr 23 '21 at 16:19 -
Both sound good, but my screen is broken and so I can't enable adb debugging etc. – user643722 Nov 03 '21 at 11:42
-
1I got stuck on
scrcpy
, it's really hard and impossible for rooted devices. HoweverAirDroid
is really nice, and I make it run in 10 minutes. – Siwei Nov 13 '21 at 02:17
-4
Install Chromium web browser. Oon the far top right corner tap the vertical row of 3 dots and look for Cast. If the two devices are on the same wifi and compatible you'll be able to select the PC.

karel
- 114,770