android phone not returning results
|
11-15-2013, 03:07 AM
Post: #11
|
|||
|
|||
RE: android phone not returning results
I have this working on Android 4.2.2. Yes, you need tcpdump on your phone. If you type "tcpdump" at your phone's shell without any path qualifiers, it should run. I found a tcpdump binary that works on Android somewhere on the Internet (a bit scary, but whatever).
I usually get the error that you guys are reporting when I don't have the Network Interface set correctly. The default one probably won't work for your phone. Run "netcfg" on your phone to see which interfaces your phone uses. Try one that says UP. |
|||
11-15-2013, 04:00 AM
Post: #12
|
|||
|
|||
RE: android phone not returning results
Also, and if I remember right it didn't even compile without this change,
return autodetectedNetworkInterface.isEmpty() ? null : autodetectedNetworkInterface; in ProcessManager.java should be changed to return autodetectedNetworkInterface.length() <= 0 ? null : autodetectedNetworkInterface; |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)