I'm trying to find which ports are being used by a given process ID (PID) on a non-rooted GoogleTV (Honeycomb 3.2) device.
Unfortunately, since this is a non-rooted device all the usual tricks don't work:
netstat -naplsof- accessing
/proc/pid/fd Android SDK/proc/net/tcpgives port and UID to be matched inps, though,the same UID appears more than once and I can't get a real match.
Is there any way to solve this?