Android Real-time screen casting software, this application provides USB(or over TCP/IP) connected Android device display and control. It does not require any root access.

Software is open source, C++/Qt:

Gitee.com/Barryda/QtS…

Github.com/barry-ran/Q…

 

run

Connect to an Android device on your computer, then run the program and click the following buttons in order to connect to the Android device

Wireless connection steps (make sure your phone and computer are on the same LAN) :

  1. Turn on USB debug in developer options on Android phones
  2. Connect your Android phone to your PC via USB
  3. Click refresh device, you will see the updated device number
  4. Click to obtain the device IP address
  5. Click to launch adBD
  6. A wireless connection
  7. Click Refresh device again, and the device starting with an IP address is found. Select this device
  8. Start the service

Note: After the ADBD is started, it is no longer connected to the USB cable, and it is no longer needed when the connection is disconnected, unless the Android ADBD is stopped and needs to be restarted

 

 

———————–

Original author’s blog

Blog.csdn.net/rankun1/art…

QtScrcpy software prototype

Github.com/Genymobile/…