ss3025 / droidwall

Automatically exported from code.google.com/p/droidwall
0 stars 0 forks source link

App data usage #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm not sure that this level of granularity is available from iptools, but the 
amount of data that passed thru the firewall for each application would be very 
handy, and would fit in well with the UI.

From the android api, per application data is not separated into wifi and 3G, 
nor are wifi and 3G apis separated into applications. Whilst is should be 
straightforward to poll both apis and figure out what belongs to what, it seems 
that the firewall is the place get the data directly from the os. 

Jake

Original issue reported on code.google.com by jakelewi...@gmail.com on 7 Oct 2010 at 5:22

GoogleCodeExporter commented 8 years ago
Issue 80 has been merged into this issue.

Original comment by rodrigo...@gmail.com on 28 Dec 2010 at 11:20

GoogleCodeExporter commented 8 years ago
good point, I'm using another app for this, when I install it, it shows the old 
traffic usage, so I think it saved in the system somewhere.

Original comment by kdman2...@gmail.com on 22 Feb 2011 at 7:36

GoogleCodeExporter commented 8 years ago
is it getUidRxBytes(int uid) and getUidTxBytes(int uid) ?
http://developer.android.com/reference/android/net/TrafficStats.html

Original comment by kdman2...@gmail.com on 23 Feb 2011 at 12:13

GoogleCodeExporter commented 8 years ago
I also would really like this feature. It would also be an idea to show how 
that data was received (ie via wifi or 3g).

Original comment by huffy7412 on 8 Apr 2011 at 6:38

GoogleCodeExporter commented 8 years ago
LBE security master offers this now, as well as a spiffy daily bar chart.

HTTP://LBEsec.com

And LBE privacy guard v2 

Original comment by fantasti...@live.IE on 10 Nov 2011 at 11:56