On Tue, Jan 27, 2009 at 6:56 AM, Graeme <[email protected]> wrote:
>
> Hi Faber
>
> Well trying again after this post, i did have some sucess On fedora
> 10.
And I have had success under CentOS 5! Ladies and Gentlemen, I give you a
working 50-android.rules file:
SYSFS{idVendor}=="0bb4", SYSFS{idProduct}=="0c02",
SYMLINK+="android_adb"
> I am using /etc/udev/rules.d/50-android.rules file :
>
> SUBSYSTEM=="usb",ATTR{idVendor}=="0bb4",ATTR{idProduct}
> =="0c01",MODE="0666",
> SYMLINK+="android_adb",OWNER="graeme",GROUP="graeme"
You can drop the OWNER, MODE and GROUP parts because they don't work. If
they did, you wouldn't have to run adb as root. :-) If you manually change
the MODE or the OWNER/GROUP to the settings in the udevrule, you don't have
to run adb as root.
I'll let y'all know when I figure that one out.
--
Faber Fedor
Cloud Computing New Jersey
http://cloudcomputingnj.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---