21 Jul 2014 (Mon)

10:03:28 # Life Trying android wear SDK using my LG G watch. I didn't have the permissions to access the usb device, and I had to update the udev rules. It wasn't clear what the right way was, and existing Android devices look like audio or camera, not really consistent.

$ adb devices 
????????????	no permissions
# vi /etc/udev/rules.d/51-local-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1",ATTR{idProduct}=="d002", MODE="0666"
# /etc/init.d/udev restart 
$ adb devices 
xxxxxxxxxxxxxxxxxx unauthorized
             
Junichi Uekawa

$Id: dancer-diary.el,v 1.94 2009/10/21 14:02:48 dancer Exp $