Sujet : Re: Do you use ADB (or ScreenCopy) with Android & Windows?
De : this (at) *nospam* ddress.is.invalid (Frank Slootweg)
Groupes : comp.mobile.androidDate : 09. May 2025, 15:21:57
Autres entêtes
Organisation : NOYB
Message-ID : <vvla2s.pj4.1@ID-201911.user.individual.net>
References : 1 2 3 4 5 6
User-Agent : tin/1.6.2-20030910 ("Pabbay") (UNIX) (CYGWIN_NT-10.0-WOW/2.8.0(0.309/5/3) (i686)) Hamster/2.0.2.2
Andy Burns <
usenet@andyburns.uk> wrote:
Frank Slootweg wrote:
Arlen' could just use 'netstat' and see for
himself. Or am I missing something?
Not every port that shows up with netsh also shows with netstat, e.g.
C:\Users\AndyC:\Users\Andy>netsh interface ipv4 show excludedportrange
protocol=tcp | find /i "50060"
50060 50159
C:\Users\Andy>netstat -an | find ":50060"
[nothing]
But is (adb port) 5037 in the excluded port range? On my system,
netstat diplays for example port 5354, which is somewhat close.