Re: What is using Android adb port 55555 and/or 5555 on Windows
Andy Burns <[email protected]> Sun, 21 Jul 2024 14:44:01 +0100
| Newsgroups | comp.mobile.android,alt.comp.os.windows-10,alt.comp.networking.connectivity |
|---|---|
| Message-ID | <[email protected]> |
Andrew wrote: > 2. netstat -anb | findstr 5555 > 3. Which reported: > TCP 127.0.0.1:55555 0.0.0.0:0 LISTENING Using findstr is not useful when using netstat -nb because the name of executable is not on the same line of output as the port number you're matching.