Table of Contents

Scrcpy

https://github.com/Genymobile/scrcpy

This application provides display and control of Android devices connected on USB (or over TCP/IP). It does not require any root access. It works on GNU/Linux, Windows and macOS.

For windows: https://github.com/Genymobile/scrcpy/releases/download/v1.16/scrcpy-win64-v1.16.zip

How to use:

 scrcpy 

Installation on Ubuntu

Install from apt. All dependencies including adb will be installed.

 sudo apt install scrcpy 

Connection via wifi

 adb tcpip 5555 
 adb connect DEVICE_IP:5555 
 scrcpy