scrcpy
scrcpy copied to clipboard
Wireless Connection refused
Environment
- OS: [e.g. Debian, Windows, macOS...] Ubuntu
- scrcpy version: [e.g. 1.12.1] 1.14
- installation method: [e.g. manual build, apt, snap, brew, Windows release...] snap
- device model: Samasung A70
- Android version: [e.g. 10] 10
Describe the bug A clear and concise description of what the bug is. Unable to connect over wifi. My phone has USB-C cable, so I tried to connect to my laptop by USB-C to USB-2 Cable as my laptop doesn't have USB-C port. But unfortunately my mobile is not recognized probably due to this USB-C to USB-2 Conversion. So I tried to do wirelessly (without any cable connection) as described in Readme.md
On errors, please provide the output of the console (and adb logcat
if relevant).
$ adb tcpip 5555; adb connect 192.168.0.100:5555
error: no devices/emulators found
unable to connect to 192.168.0.100:5555: Connection refused
Please do not post screenshots of your terminal, just post the content as text instead.
#842
I wrote a script to assist wireless connections.
https://github.com/fusionneur/ethernally
I tested in various scenarios and looks fine. If you find any problem, please open an issue. Thank you
@fusionneur Your script requires the android to be rooted. That's a big additional requirement!
I updated the script to help non-rooted devices as well. Please check it out and let me know of your experience.
I wrote a script to assist wireless connections.
https://github.com/fusionneur/ethernally
I tested in various scenarios and looks fine. If you find any problem, please open an issue. Thank you
You're the best... You're script works.🥲😇
I wrote a script to assist wireless connections.
https://github.com/fusionneur/ethernally
I tested in various scenarios and looks fine. If you find any problem, please open an issue. Thank you
This worked for me also, thank you!!!