We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the ability to pass the adb server ip and port so this will also work with adb servers not only on localhost and 5037 Thanks :)
The text was updated successfully, but these errors were encountered:
I tag it as a feature request.
Meanwhile, as a workaround, you can set the ADB env variable to a custom script:
ADB
Here is /usr/local/bin/myadb:
/usr/local/bin/myadb
#!/bin/sh adb -P5038 "$@"
(make it executable)
ADB=/usr/local/bin/myadb scrcpy
(but not very convenient)
Sorry, something went wrong.
Also see #144.
(use ADB_SERVER_SOCKET)
ADB_SERVER_SOCKET
No branches or pull requests
add the ability to pass the adb server ip and port so this will also work with adb servers not only on localhost and 5037
Thanks :)
The text was updated successfully, but these errors were encountered: