Hello, I want to confirm this issue with the android-tools source downloaded on the 14th:
|hydrogen ~ # adb start-server * daemon not running. starting it now on port 5037 * * daemon started successfully * hydrogen ~ # adb devices * daemon not running. starting it now on port 5037 * * daemon started successfully * ** daemon still not running error: cannot connect to daemon hydrogen ~ # netstat -a | grep 5037 unix 2 [ ACC ] STREAM LISTENING 30187 /tmp/5037 unix 2 [ ACC ] STREAM LISTENING 28409 /tmp/5037 hydrogen ~ # lsof -la /tmp/5037 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME adb 7531 0 6u unix 0xffff8800bcb0e5c0 0t0 30187 /tmp/5037 adb 7535 0 5u unix 0xffff8801106efc00 0t0 28409 /tmp/5037| Applying the last patch of Hilko worked |hydrogen android # adb start-server * daemon not running. starting it now on port 5037 * * daemon started successfully * hydrogen android # adb devices List of devices attached hydrogen android # netstat -a | grep 5037 unix 2 [ ACC ] STREAM LISTENING 483635 /tmp/5037| I just had to patch this following line manually, don't know why : patching file android-tools-4.2.2+git20130529/core/adb/adb.c Hunk #1 FAILED at 1154. ... Thanks