Vysor wireless connection for screencasting

1. Install ABD, download Vysor and environment configuration

  1. Download SDK Platform Tools
    Download Vysor

  2. decompress
    insert image description here

  3. Press the Win key to directly enter "Environment Variables", click "Edit System Environment Variables"
    insert image description here

  4. Press the Win key to directly enter "Environment Variables", click "Edit System Environment Variables", click "Environment Variables"
    insert image description here

  5. Click [New] in the system variable, enter the variable name: adb (custom)
    variable value: D:\Program Files\platform-tools (the path of the adb tool)
    insert image description here
    and then add the adb environment just added in the path.
    Double-click Path, click [New] and enter [%adb%]
    insert image description here

    Open cmd, enter [adb version] and the version number appears, then the configuration is complete.
    of

  6. Possible problems
    Prompt: 'adb' is not recognized as an internal or external command, operable program or batch file
    Solution

netstat -ano|findstr “5037” 
taskkill -f -t -im PID 
adb kill-server;adb start-server 

ok!

2. Wireless connection settings

  1. win+R to open and run, enter cmd and press Enter to enter the cmd console,
    enter the command word adb tcpip 5555 and press Enter
    insert image description here
  2. Enter the command adb connect "device ip:5555"
    insert image description here
  3. After completion, unplug the data cable, open vysor, click Connect Network or Shared Device,
    enter device ip: 5555, and click connect
    5. item

Guess you like

Origin blog.csdn.net/weixin_46032860/article/details/119463871