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).
Unfortunately I have tried RadioInfo.getNumberOfPacketsReceived() and RadioInfo.getNumberOfPacketsSent() and they also include Wi-Fi usage, at least when routing through BlackBerry Infrastructure.
Fermin
Have you tried using RadioInfo.getNumberOfPacketsSent()
and RadioInfo.getNumberOfPacketsReceived()
to monitor data usage?
来源:https://stackoverflow.com/questions/722146/blackberry-data-usage