Open GoogleCodeExporter opened 9 years ago
I am seeing this error as well. Looks like a permission issue . I noticed that
the tcp capture thread is not creating the pcap fila at all. I saw a similar
behavior for jobpoll.txt file as well. To get around that problem I updated the
code to store the jobs in memory rather than a file.
Original comment by vikasshe...@gmail.com
on 25 Apr 2012 at 11:01
Similar issue. I have attached error log. I don't know whether it is a problem
with the source code or rooting the phone. I haven't been able to install
tcpdump into its right location /system/xbin though I have been able to install
it at /data/local. Source code issue was with import cachemanager.java class. I
created a cachemanager class file from copying code from the internet.
Original comment by grahamga...@gmail.com
on 30 Jul 2013 at 5:46
Attachments:
I got pcap file to work by copying topdump to /system/bin. I also downloaded ok
zip. But I am not getting a results.har file or data back. Remember to chimed
777 tcpump first.
Original comment by grahamga...@gmail.com
on 30 Jul 2013 at 9:24
ensure your device is rooted correctly and that you set permissions.
adb shell chmod 06755 /system
adb shell chmod 06755 /system/xbin/su
adb shell chmod 06755 /system/xbin/tcpdump
this fixed the zip issue for me.
Original comment by Server.D...@gmail.com
on 18 Nov 2013 at 12:29
Original issue reported on code.google.com by
umarumarumarumar
on 19 Apr 2012 at 2:51