How to screen mirror android phone to Ubuntu PC? [duplicate]

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


Solution 1:

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