In Manjaro, to display the phone screen to the laptop/computer screen, we can use scrcpy. this method can be done either with a usb cable or wifi. but in this post I will talk about mirroring over wifi because I think this method is more flexible in placing the phone.
First, install scrcpy from appcenter.
Then, open your terminal and type:
adb tcpip 5555
A notification will appear on your phone asking for permission to debug usb. Click allow.
adb connect androidIP:5555
( Replace androidIP with your android IP )
You can find your android IP in Settings > About > Status.
scrcpy
Then your phone screen will appear on your desktop.



Post a Comment