You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
ScrCpy has a parameter of "--tcpip" that will start to use Wifi to mirror while started via USB, so that you won't need to set the IP yourself.
Steps:
Connected device via USB
I use the parameters of .../scrcpy-noconsole.vbs -S --always-on-top --stay-awake --tcpip on this:
strCommand = "cmd /c scrcpy.exe"
For Each Arg In WScript.Arguments
strCommand = strCommand & " """ & replace(Arg, """", """""""""") & """"
Next
CreateObject("Wscript.Shell").Run strCommand, 0, false
You can now disconnect from USB and it continues to mirror, via Wifi.
Describe alternatives you've considered
None
Additional context
Nothing
**Does it include any third-part software? (example VirtualHere
Yes, The name of the software is:
[ V] No
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
ScrCpy has a parameter of "--tcpip" that will start to use Wifi to mirror while started via USB, so that you won't need to set the IP yourself.
Steps:
.../scrcpy-noconsole.vbs -S --always-on-top --stay-awake --tcpip
on this:Describe alternatives you've considered
None
Additional context
Nothing
**Does it include any third-part software? (example VirtualHere
The text was updated successfully, but these errors were encountered: