Using the RIM APIs. is there an accurate way of collecting the amount of data coming in and out of a service provider (Not including WiFi/Bluetooth data).

link|improve this question

76% accept rate
feedback

2 Answers

Have you tried using RadioInfo.getNumberOfPacketsSent() and RadioInfo.getNumberOfPacketsReceived() to monitor data usage?

link|improve this answer
feedback

Unfortunately I have tried RadioInfo.getNumberOfPacketsReceived() and RadioInfo.getNumberOfPacketsSent() and they also include Wi-Fi usage, at least when routing through BlackBerry Infrastructure.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.