> Hi,
> I've a mini MID device and I am trying to use it for development/
> debugging purpose. But after all the setting steps( see below) . I am
> still not able to get device listed when I issue 'adb devices'
> command.
> 2. I have changed the following file on my computer .
> /etc/udev/rules.d/51-android.rules and added the following line.
> SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", ATTR{idProduct}=="0001",
> SYMLINK+="android_adb", MODE="0666", OWNER="MYNAME"
>
>
If you run the adb server as root, does it still not find the device? If
it works as root, then that is a permission problem.
Shachar
--
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
http://www.lingnu.com
Have you tried using only "ps" on the device shell? It's quite funny
but this invocation returns a proper list of processes (on mine
gingerbread emulator) while "ps -aux" returns an empty list.
When talking about the "cannot bind" error, for me it happened only
when adbd was already running on target so the port was already bound.
Hope it helps at least a bit.
Also when starting adb server on host machine it doesn't always find
devices immediately. Have you tried calling 'adb devices" again when
it is already running?
Best Regards,
Artur
2011/4/5 argongold <argon...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "android-platform" group.
> To post to this group, send email to android-...@googlegroups.com.
> To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
>
>
--