11-28-2012 03:28 AM
Hi,
My application needs to check the if device in airplane mode or not. I can't get any way to do so.
Thanks in advance.
11-28-2012 03:40 AM
Hi
You can check this
http://supportforums.blackberry.com/t5/Java-Develo
11-28-2012 06:01 AM
Since in airplane mode all connections should be off,
We can check individually about various connections :
So check wireless connections using class TransportInfo (getAvailableTransports() method)
http://www.blackberry.com/developers/docs/7.0.0api
check bluetooth status using class BluetoothSerialPort (getSerialPortInfo() method)
http://www.blackberry.com/developers/docs/5.0.0api
check radio service using class RadioInfo
http://www.blackberry.com/developers/docs/6.0.0api
Similarly also check for NFC and PushService
and collectively we can find the status of all connections and in case of any connection present we can deduce that the device is not in AirPlane mode and define the connection type available.
Apart from this, if you are exclusively programming for BlackBerry API 7.1.0 , you can check class Profiles
http://www.blackberry.com/developers/docs/7.1.0api