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"
有帮助吗?

解决方案 2

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

其他提示

I had the same symptoms and realized from the post above that it did not have a GROUP="plugdev" at the end contrarily to what is suggested in the android developers guide. Removing the GROUP entry made it work for Ubuntu 10.04 with Nexus S

I just ran into this problem and was confounded until I realized that I hadn't yet turned on USB debugging on the phone.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top