I tried T-ui and although it has the lsof
command, it cannot do lsof -i
for example, so I need to go through every single process in Android. My phone is rooted and I wanna know the PID of the process listening to a specific port. Thanks!
EDIT:
Oh yeah, netstat
command also don't allow any option, so if you guys know some terminal with the complete netstat command that would do it.