Hi,
I'm suffering from a strange problem with adb. On the local laptop adb server uses inet socket to accept connections from the client. Netstat shows it as follows: tcp 0 0 localhost:5037 *:* LISTEN 23081/adb
However I'm also using other machine, which is running debian. adb there uses unix sockets: unix 2 [ ACC ] STREAM LISTENING 61040 8722/adb /tmp/5037
For this reason I'm not able to use a third party python lib which expects inet socket. Does anyone has any clue why adb server opens unix socket? In both cases adb client works correctly. I'm asking only about host side. In both cases I'm connecting to target device over TCP/IP and it's the same physical device. So it doesn't make any difference. Any help is appreciated.
Best Regards, milosz
linaro-android@lists.linaro.org