-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
adb: error: failed to read copy response #3241
Comments
Just had it get a little bit further, it successfully connected but then lost connection immediately
|
You should try with another USB cable/port: https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#device-disconnected If this does not fix the problem, might be a bug in the ROM (try with another device to confirm). |
News about it? |
I had the same error on regular ADB, no additional apps. I still don't know why, but it worked fine on a different computer. |
If cable unplug/plug helps — try replacing the cable with another and maybe try another port on computer. Or you can try something completely different to eliminate cable issue — ADB over Wi-Fi https://developer.android.com/tools/adb#connect-to-a-device-over-wi-fi And if you’re using a USB-C hub, sometimes they’re problematic if they don’t have enough power or bandwidth if you run say Hope that helps. |
I had the same error while my colleague's PC did not have the error. |
I think this is not an issue of scrcpy, adb from but even though the adb output show an error, the file sent successfully without corrupt |
after the adb push error, now my devices state switched to offline, hmmm that's weird |
I'm having same issue here. And if I install directly, it fails and the device become offline. |
Just used a cable with better bandwidth and it worked. Originally I had a 100W usb 2.0, but I switched to a 60W 10Gbps cable and it worked. Things like adb shell work, I don't know why only scrcpy doesn't, I thought it would work as far as audio forwarding but not video. |
Environment
Describe the bug
Sometimes scrcpy seems unable to negotiate the connection, and breaks usb debugging in the process. Disconnecting and reconnecting the phone presents the devices in
adb devices
again, but it seems to be random whether runningscrcpy
will cause usb debugging to stop working again.The text was updated successfully, but these errors were encountered: