Escrcpy
Maybe Escrcpy is a better solution https://github.com/viarotel-org/escrcpy
Connect to the phone
- Download and unzip
scrcpy(If your are usingWindows, downloadscrcpy-win64-$version.zip) https://github.com/Genymobile/scrcpy/releases/ - Connect phone to PC via USB cable
- Make sure turn on the USB debugging on your phone
- Open terminal inside the
scrcpyfolder ./adb devices./adb tcpip 5555- Unplug USB cable
- Go to settings search
ipin settings and remember the ip address (Make sure your phone and PC are in the sameLANi.e. connect to same WIFI) ./adb connect 192.168.1.xx:5555./scrcpy.exe- If you want to disconnect, first use
./adb devicesto check the ip address and port. Then./adb disconnect 192.168.1.xx:5555
Usage
- Right Click:
Back - Middle Click:
Home - You can use clipboard across PC and your phone
- Create a desktop shortcut for
scrcpy.exe(Maybe rename it toMy Phone) - If scrcpy doesn’t support audio forwarding for your phone. You can try Bluetooth Audio Receiver
- You can add the
scrcpyfolder path to thePATHenvironmental variable so that you can directly useadbandscrcpycommands in the terminal - https://github.com/Genymobile/scrcpy