Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Arno Welzel Newsgroups: comp.mobile.android,alt.comp.os.windows-10,alt.comp.networking.connectivity Subject: Re: What is using Android adb port 55555 and/or 5555 on Windows Date: Sun, 21 Jul 2024 13:39:04 +0200 Lines: 30 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net gpXjMnH2sYce/lhgZ9276w227+wSxDoTndVY1IBQv/ese5j232 Cancel-Lock: sha1:/NbCc7JxFlaxoprN3F5rZK7Xccs= sha256:p2N90EKf/Acjv+r2ikp4NQD7x1BkZmCnhGA0q2kyxlA= Content-Language: de-DE In-Reply-To: Xref: csiph.com comp.mobile.android:142912 alt.comp.os.windows-10:177802 alt.comp.networking.connectivity:112 Andrew, 2024-07-19 16:14: > I never fully understood networking - as I never had much problems. > However... this happens: > > Background: > 1. I boot up the PC & I use adb every day, all day, while I'm at home. > 2. My phone is always connected by USB or Wi-Fi over adb on Windows 10. > 3. Mostly I use adb to mirror Android onto Windows when I'm at my desk. Depending in your Windows version, you may use netstat in an administrative Windows console: netstat -anb This will show all open ports and the name of the process which opened it. The options used: a - all ports, including the ones which are listening for incoming connections n - do not try to resolve names for IP addresses b - show the name of the process which opened the port -- Arno Welzel https://arnowelzel.de