How to control your Android Screen with Linux using scrcpy tool.
Scrcpy an open-source screen mirroring application that allows control of an Android device from a Windows, macOS, or Linux desktop computer.
Scrcpy application provides display and control of Android devices connected to USB or Wifi
Just Make sure you enable adb debugging on an android devices.
-----Links & commands----
Using USB:--------
sudo apt update
sudo apt install snapd
sudo snap install scrcpy
scrcpy
Using Wifi:--------
sudo apt-get install android-tools-adb
or if it doesn't work
sudo apt-get install adb
adb tcpip 5555
adb connect Android_IP_Address:5555
replace Android_IP_Address with your device IP address
scrcpy
thanks for watching see you next time.