-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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 get feature set: no devices/emulators found....... Please help #359
Comments
Hi, @mouazvd Do you enable adb debug in your phone? Thanks. |
@npes87184 yes, i enabled adb debug but the android on my phone is 4.0.3 |
Yes.
https://github.com/Genymobile/scrcpy#requirements See #98. |
@rom1v Thanks man, i tried a new android with Android 6, he still show me the same message what is the solution ? |
Well I have the same issue. Android 7.0 adb enabled everything is fine except the application |
|
Ok I figure out sorry. I change my cable and it works. |
@mesabuca what cable do you use? I did everything as instructed and still getting the same error. I'm using usb c to usb c connection instead of usb a. is that a problem? |
Hi, This is just to point that for me, it was the package |
INFO: scrcpy 1.12.1 https://github.com/Genymobile/scrcpy |
Hi, |
adb kill-server #start clean plug your device connect via TCP export the path to currently used adb or use the same path to adb when you connected to the device, in the previous step run scrpy |
Hi bois. I received this error as well. INFO: scrcpy 1.17 https://github.com/Genymobile/scrcpy and I can see my two beloved android phones: INFO: scrcpy 1.17 https://github.com/Genymobile/scrcpy Downloads\scrcpy-win64-v1.17>adb devices How can I run two emulators at the same time |
You might have enabled Developer Options!! But you haven't enabled the USB debugging option. So just go inside the Developer Options and enable it. Your scrcpy.exe will start working. |
He literally said he already checked and made sure it was enabled😂 |
If someone still having this error over WiFi - "adb: error: failed to get feature set: no devices/emulators found" What you need to do is to set the environment variable ADB to the path of real adb binary from your installation. Connect USB first and run the following commands:
Disconnect USB now and run the following command:
Note that back-quotes are used here: $ ADB=/path/to/sdk/adb scrcpy |
adb: error: failed to get feature set: no devices/emulators found |
I had this issue and here's how I fixed it (Android 10) Connect the USB cable and from your android device slide down the Notification Bar and select USB for file transfer (USB Debugging must be enabled) -> keep pressing until you see the USB setting-> here in the "USB Controlled by" sub-menu select "connected devices" & in the "Use USB for" -> Transferring files / Android Auto. This should resolve the problem with the USB connection. Make sure you have installed the USB driver for your android device |
I had the same issue, and I fixed it simply by changing the cable. Some cables are for charging only, you have to use a cable capable of transferring data. |
INFO: scrcpy 1.18 https://github.com/Genymobile/scrcpy how can i fix this? |
@zackiru #833 |
I solved this "no devices/emulators found" issue on my device (LG K51S) by changing the USB option from |
you have to enable the USB debugging then that will solve the problem |
Just want to confirm this works on windows. It looks like file transfer mode ironically doesn't invoke USB debugging from the connected workstation, but charging mode does. As soon as I changed to charging mode, I got the expected RSA fingerprint prompt on my android 8.0 device |
Here is the tried and tested solution. |
thanks |
i have the same issue. |
Which scrcpy version? What is the result of |
I had a similar problem with strcpy on linux mint xfce. Everything worked when I enabled USB_DEBUGGING in my Android phone in developer mode |
Wht is the result of |
how did you change your cable? |
Can you show how you had done that? |
I used the latest version of linux mint xfce on my old satellite laptop.
I installed scrcpy through command sudo apt install
I connected my oppo A15 through USB cable and selected in my android phone
the option "USB TRANSFER FILE".
I launched a shell and typed:
scrcpy
I got a error message
Looking at various forum I learned that in the android phone the option
USB_DEVELOPER should be turned on.
So I turned on on my phone and connected again to my laptop through USB
cable.
I launched a shell and typed:
scrcpy
This time the screen of my android phone was replicated on PC screen
correctly without error messages.
That's all.
…On Tue 17 May 2022, 22:14 mshahrin, ***@***.***> wrote:
Can you show how you had done that?
—
Reply to this email directly, view it on GitHub
<#359 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZBVC5KPYFYZKW6YPHMVHFDVKP43VANCNFSM4GG4UXVQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
When I try to mirror my android phone it says
adb: error: failed to get feature set: no devices/emulators found
ERROR: "adb push" returned with value 1
Press any key to continue...
Please help me :'(
The text was updated successfully, but these errors were encountered: