ADB over beagle android

Hi,

Could anyone please tell me how to use ADB over Beagleboard-xM, I have ported android but unable to port ADB over USB. Please, suggest some techniques. I have tried to do the following:

In my Ubuntu 10.04 created a file
: /etc/udev/rules.d/51-android.rules
Contents of the File:
SUBSYSTEM==“usb”, SYSFS{idVendor}==“18d1”, MODE="0666"

Then did:

<b>chmod a+r /etc/udev/rules.d/51-android.rules
</b>

Again when I run the command adb devices: no list of device attached was displayed.

Please help asap.

Thanks

Hello Varun,

Why you have created this rule? If it was suggested somewhere to do like
this? If yes please post the link address.