Using the RIM API Is there an exact way to collect the amount of data coming in and out of the service provider (not including WiFi / Bluetooth data).
Unfortunately, I tried RadioInfo.getNumberOfPacketsReceived () and RadioInfo.getNumberOfPacketsSent (), and they also include using Wi-Fi, at least when routing through BlackBerry Infrastructure.
Have you tried using RadioInfo.getNumberOfPacketsSent() and RadioInfo.getNumberOfPacketsReceived() to monitor data usage?
RadioInfo.getNumberOfPacketsSent()
RadioInfo.getNumberOfPacketsReceived()