Date: May 22 2022
Summary:
Keywords: #howto #screen #share #foss #android #archive
Not Available
scrcpy
also known as Screen Copy is an open source package that allows one to mirror Android devices to computer screens.
Install scrcpy
Enable USB debugging on Android device
Connect Android device to computer
Make sure to have adb
installed alongside scrcpy
Run scrcpy
Connect the device to the same Wi-Fi as your computer
Get your device IP address (in Settings -> About phone -> Status)
Enable adb over TCP/IP on your device: adb tcpip 5555
Connect to your device: adb connect DEVICE_IP:5555
(replace DEVICE_IP
)
Unplug your device
Run scrcpy
as usual
I recommend using this command: scrcpy --video-bit-rate 20M --max-size 1600
Zelko, Jacob. Scrcpy Screen Copy. https://jacobzelko.com/05232022035841-scrcpy-screen-copy. May 22 2022.