-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --tcpip option to automate TCP/IP (wireless) connections #2827
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f801d8b - Browse repository at this point
Copy the full SHA f801d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d4aa8 - Browse repository at this point
Copy the full SHA e3d4aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e6f86 - Browse repository at this point
Copy the full SHA e6e6f86View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfce224 - Browse repository at this point
Copy the full SHA bfce224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf6fd2 - Browse repository at this point
Copy the full SHA 3bf6fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b52f87a - Browse repository at this point
Copy the full SHA b52f87aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e6317 - Browse repository at this point
Copy the full SHA b7e6317View commit details -
Configuration menu - View commit details
-
Copy full SHA for f609b40 - Browse repository at this point
Copy the full SHA f609b40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8543d84 - Browse repository at this point
Copy the full SHA 8543d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 800ba33 - Browse repository at this point
Copy the full SHA 800ba33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b310f8 - Browse repository at this point
Copy the full SHA 3b310f8View commit details -
Expose an option to automatically configure and reconnect the device over TCP/IP, to simplify wireless connection without using adb explicitly. There are two variants: - If a destination address is provided, then scrcpy connects to this address before starting. The device must listen on the given TCP port (default is 5555). - If no destination address is provided, then scrcpy attempts to find the IP address of the current device (typically connected over USB), enables TCP/IP mode, then connects to this address before starting. PR #2827 <#2827>
Configuration menu - View commit details
-
Copy full SHA for 19858e6 - Browse repository at this point
Copy the full SHA 19858e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6caeb - Browse repository at this point
Copy the full SHA 1a6caebView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.