An app that mirrors the client area of Windows windows to an Android device. It utilizes USB for communication and establishes TCP connections through localhost:63200.
- Download "pc.exe" to your PC.
- Install "Mirror PC to Android" on your Android device.
- Connect your Android device to the PC via USB.
- Run
adb forward tcp:63200 tcp:63200
. - Launch "Mirror PC to Android" on your Android device.
- Run "pc.exe" on your PC.
- Input the process ID and select the window.
- Enter the screen refresh interval.
Please note the following:
- Ensure that adb is available for use with the Android device.
- Make sure there are no overlapping windows on the window to be mirrored.
- Consider USB communication speed and Android CPU processing speed when selecting window size and refresh interval.