Hi Argonold,

Apart from running *adb usb* on your computer,
also check the *init.rc* on your device

Comment-out any line which sets *adb.tcp.port*.
This is to initialise in *adbd* over usb in init.rc properly.

service adbd /sbin/adbd
    disabled
*#setprop service.adb.tcp.port 5555 *

Reboot your device and test adb.

regards
CVS

-- 
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

Reply via email to