07-14-2010 07:46 AM
Hi all,
How can we test that the the device is using 3G?
How can we know that the device is using 3G?
How can we use feature of 3G in bold?
If 3g is on, is that means that device is accessing 3g?
Plz reply anwer to my question? If any
Thanks
Ekansh
07-15-2010 03:31 AM
Hi all,
Any suggestion for the above.
Thanks
Ekansh
07-15-2010 03:35 AM
you can check the radioservice flag to include
if the display shows 3g, it means the device is connected in 3g but the network does not allow a connection to the RIM NOC. 3G means it is connected to the RIM NOC (BIS/BES)
07-30-2010 02:25 AM
Hi,
Is there any way to detect whether the device supports 3G or not.
Thanks
Ekansh
07-30-2010 04:21 AM
Any help.
07-30-2010 05:44 AM
use RadioInfo and RadioStatusListener
07-30-2010 05:53 AM
hi,
Thanks.
I saw the API.
But i didn't any method to detect whether the device supportd 3G or not.
Or the device has 3G features or not.
Thanks
Ekansh
07-30-2010 09:07 AM
hi Simon,
I did this get whether the device is using 3G or not.
if(RadioInfo.getNetworkType() == RadioInfo.NETWORK_UMTS)
{
//using 3G
}
How to get the that 3G is available in device.
Thanks
Ekansh
07-30-2010 09:10 AM
you have a listener to get notified if the device switches into 3G, and you have a method that tells you if the device IS in 3g. this should be sufficient for all usecases.
i don't think there is an API for 3G availability as this is a network feature, not a device one. you can put a 2g-only SIM into a 9700, for example.
07-30-2010 09:23 AM
Hi Simon,
Thanks. I got your point.
3G also depends on the devices,
That device may not have 3G hardware such as Curve.
Thanks
Ekansh