Oneplus One not found in Eclipse device manager

I found several questions where Android devices were not found with Android ADT. I tried a different cable, restarting Eclipse and OnePlus One, installing new drivers, changing the USB port, and other helpful tips.

My OnePlus One shows "USB Debugging" in notifications, but the device could not be found.

Any tips?

+3


source to share


3 answers


I had the same problems with my phone, here are the steps I took and worked for me.

  • Control Panel
  • device Manager
  • Find your Android device (it should be there)
  • Right click on device -> Properties -> Driver
  • Update driver
  • Reviewing my computer for driver software
  • Let me pick from the o devices list
  • Select certificate β†’ Next β†’ Close

OR



  • Control Panel
  • device Manager
  • Find your Android device (it should be there)
  • Right click on device -> Properties -> Driver
  • Update driver
  • Reviewing my computer for driver software
  • Select driver
  • Find Android SDK -> USB Driver
  • Download the driver from there

Hope this helps, Cheers

+4


source


For some reason, Windows was unable to find the correct drivers. The solution for me was to download and run this tool, which installed the correct drivers, as suggested by this Reddit post.

After the driver patch



After clicking the install button, my OnePlus One showed up in Eclipse.

Eclipse device manager

+2


source


Change android_winusb.inf

located in <sdk>\extras\google\usb_driver\

.

Add the following lines below the sections [Google.NTx86]

and [Google.NTamd64]

:

;OnePlus One
%SingleAdbInterface% = USB_Install, USB\VID_05C6&PID_6765
%CompositeAdbInterface% = USB_Install, USB\VID_05C6&PID_6765&MI_01

      

Then install the driver manually (from Device Manager).

+1


source







All Articles