Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nexus 10 - not visible to adb on Windows 7 or Linux

Tags:

android

usb

adb doesn't recognize my Nexus 10 on Windows 7. Here's what I've done:

  1. Installed the SDK and USB driver from Google. Windows 7 sees the tablet as an 'Android ADB Interface.'
  2. Put the tablet in developer mode by clicking on 'About tablet' and clicking the build number seven times
  3. Put the tablet in Camera (PTP) mode by going to Storage > USB Computer Connection.
  4. Started and restarted the tablet, my computer, and the adb server repeatedly.

None of this helps. When I run 'adb devices,' it gives me an empty list. What else can I do?

Thanks.

like image 562
MatthewScarpino Avatar asked Nov 18 '12 06:11

MatthewScarpino


People also ask

Why is adb not showing my device?

Also, make sure that your USB debugging mode is enable by going to Settings -> Developer Options -> then checking USB debugging. After all this, your device in the Device Manager should not have a yellow exclamation point next to it. When you run adb devices your device should show up.

How do I enable adb interface?

On your android device, go to Settings. Scroll down the screen and tap About or About phone. Tap the Build number seven times to make Developer options available. Make sure the toggle at the top is set to On, then turn on the toggle next to USB debugging to enable it.


2 Answers

I had the same problem on Windows 7.

First make sure the Nexus 10 developer mode and USB debugging is on ( if you dont see developer options, tap on About Settings -> Tablet -> Build Number a several time and it should activate developer mode)

Check if your ADB driver is in good shape by going into the Device Manager. If not un-install the ADB device manager and re-install it by pointing Windows to Android SDK location (It should pick up the driver automatically).

Once it is installed and still it does not work. Go into Settings-> Storage -> USB Computer Connection and select PTP option. Reconnect tablet to the USB.

Hope it helps!.

like image 103
Ramp Avatar answered Sep 22 '22 14:09

Ramp


I had some problems with this as well. I was on win 8.

  1. Install the SDK and USB driver from Google. USB driver is available in 'Android SDK Manager' in eclipse.
  2. Put the tablet in developer mode by clicking on 'About tablet' and clicking the build number seven times (crazy)
  3. Open Windows Device Manager and right click 'Android ADB Interface'
  4. Click Properties
  5. Driver Tab
  6. Update Driver
  7. Select 'Browse my computer for driver software' Select the 'sdk' folder under the location you installed your sdk in step 1 (e.g. D:\Dev\Software\adt-bundle-windows-x86_64-20130219\sdk)

Not sure why windows didn't auto-detect it but it didn't. Could have been because google doesn't actually 'install' the driver into windows or perhaps it was because I had the HTC USB drivers installed because of my old phone.

like image 31
Lance Johnson Avatar answered Sep 25 '22 14:09

Lance Johnson