androidlinuxeclipsenexus-s

Connecting Nexus S to Eclipse under Linux


Trying to get my Nexus S recognized under Ubuntu Linux but DDMS is just showing ?????????? for the device. If I do 'adb devices' it says no permissions. I've updated my /etc/udev/rules.d/51-android.rules to include the output from lsusb but to no avaial. Anyone know how to get this thing recognized?

This is my udev config:

# Bus 002 Device 003: ID 22b8:41db Motorola PCS Motorola Droid (USB Debug)
SUBSYSTEMS=="usb", SYSFS{idVendor}=="22b8", MODE=="0666"

# Bus 002 Device 003: ID 18d1:4e22 Google Inc.   << nexus s
SUBSYSTEMS=="usb", SYSFS{idVendor}=="18d1", MODE=="0666"

Solution

  • Nevermind - had to restart the udev service. It's working fine now.