14

I need to screen mirror my android phone to Ubuntu PC. Is there any tool or package available in Ubuntu to do this?

cmak.fr
  • 8,696
Arun Kumar
  • 171
  • 1
  • 1
  • 6

2 Answers2

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.

airdroid-screenshot


Pablo Bianchi
  • 15,657
cmak.fr
  • 8,696
-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.

IMG:

karel
  • 114,770