xUbuntu adb 안드로이드 연결
Bit/Linux / 2013. 4. 6. 20:14
안드로이드 휴대폰 연결시 아래와 같은 문제점 발생
$ sudo adb devices
List of devices attached
???????????? no permissions
vi /etc/udev/rules/d/51-android.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", SYMLINK+="android_adb", MODE="0666"
저장후
restart udev
adb kill-server
adb devices
자세한 내용및 USB Vendor IDs 는 아래 사이트 참조