Post not yet marked as solved
Post marked as unsolved with 9 replies, 1,976 views
I am using ifadders to get the total amount of data used by an iphone . The counters return the total number of bytes used up ( sent & received ) perfectly . But my question is that the unsigned int data type of the counters ( max. value 4,294,967,295 ) can return the data till 4GB after which the counter overflows and so , I wanted to know if there is a way to get the counters to continuously give the data usage instead of any manual work around. And how can the ifi_obytes and ifi_ibytes can be resetted to zero without the device needed to restart ?