Re: What is using Android adb port 55555 and/or 5555 on Windows
Arno Welzel <[email protected]> Sun, 21 Jul 2024 13:39:04 +0200
| Newsgroups | comp.mobile.android,alt.comp.os.windows-10,alt.comp.networking.connectivity |
|---|---|
| Message-ID | <[email protected]> |
Andrew, 2024-07-19 16:14: > I never fully understood networking - as I never had much problems. > However... this happens: <https://i.postimg.cc/28n8vs1j/adb-port-55555.jpg> > > 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