How to screen mirror android phone to Ubuntu PC?

44,707

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


Share:
44,707

Related videos on Youtube

Arun Kumar
Author by

Arun Kumar

Updated on September 18, 2022

Comments

  • Arun Kumar
    Arun Kumar over 1 year

    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
    cmak.fr over 4 years
    There are some prerequisites & thats not what asked
  • Deepak Kumar
    Deepak Kumar almost 4 years
    who said scrcpy is hard it's the easiest, just need two commands to get started.
  • Asocia
    Asocia about 3 years
    I just installed it with apt install scrcpy and it worked without any configuration after enabling debugging mode.
  • user643722
    user643722 over 2 years
    Both sound good, but my screen is broken and so I can't enable adb debugging etc.
  • Siwei
    Siwei over 2 years
    I got stuck on scrcpy, it's really hard and impossible for rooted devices. However AirDroid is really nice, and I make it run in 10 minutes.