Hi zeeshan,

zeeshan wrote:
i am not able to connect my Android device with debuger, it might be
because my driver is not installed yet

i am trying install my Sony Ericsson Xperia 10 driver but it doesn't
work with my device

is anybody know the problem ?

Are you on Linux? Try lsusb and add the appropriate ids to
/etc/udev/rules.d/99-android.rules - such as:

SUBSYSTEM=="usb", ATTRS{idVendor}=="22b8", SYMLINK+="android_adb", MODE="0666"


I've done this for a few phones I've come across.

More detailed instructions in various places, for instance:
http://eddieringle.com/debugging-your-android-application-on-the-g1-or-any-android-device-in-ubuntu-904/

                Best / Jonas

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to