[Android-tools-devel] Bug#802469: android-tools-adb: adb client cannot setup server to listen on tcp transport via -a option

Kan-Ru Chen koster at debian.org
Tue Oct 20 10:27:02 UTC 2015


Package: android-tools-adb
Version: 4.2.2+git20130529-5.1
Severity: normal

Dear Maintainer,

The patch in bug #694176 changed the default server transport to use
local socket but it also removes the ability to use tcp transport.
The -a option doesn't work because although it sets gListenAll to 1,
the server is fork/exec'ed which doesn't inherit the variable.

This breaks other tools that expect to connect to the adb server via
tcp socket at localhost. I found this issue when I wanted to use
Firefox WebIDE with android-tools-adb.

  Kanru

-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages android-tools-adb depends on:
ii  libc6        2.19-18+deb8u1
ii  libssl1.0.0  1.0.1k-3+deb8u1
ii  zlib1g       1:1.2.8.dfsg-2+b1

android-tools-adb recommends no packages.

android-tools-adb suggests no packages.

-- no debconf information



More information about the Android-tools-devel mailing list