3

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

My OnePlus One shows "USB Debugging" in the notifications but the device can't be found.

Anyone tips?

Trevi Awater
  • 2,387
  • 2
  • 31
  • 53
user3844405
  • 31
  • 1
  • 2

3 Answers3

4

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

  1. Control Panel
  2. Devices Manager
  3. Find your android device (it should be there)
  4. Right click on the device -> Properties -> Driver
  5. Update Driver
  6. Browse my computer for driver software
  7. Let me pick from a list o devices
  8. Select certificate -> Next -> Close

OR

  1. Control Panel
  2. Devices Manager
  3. Find your android device (it should be there)
  4. Right click on the device -> Properties -> Driver
  5. Update Driver
  6. Browse my computer for driver software
  7. Select driver
  8. Find Android SDK -> USB DRiver
  9. Load your driver from there

Hope this helps, Cheers

MSA
  • 2,502
  • 2
  • 22
  • 35
  • 1
    The OPO can not be found in the device manager I also reinstalled the google drivers. In the explorer my OPO is existing. – user3844405 Oct 31 '14 at 08:35
2

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

After the driver patch

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

Eclipse device manager

Trevi Awater
  • 2,387
  • 2
  • 31
  • 53
1

Edit android_winusb.inf located at <sdk>\extras\google\usb_driver\.

Add the following lines under 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).

BiscuitBaker
  • 1,421
  • 3
  • 23
  • 37