01-28-2011 02:36 AM
Hi,
I'm developing my application for Blackberry OS 5.0,
I need to add a custom status bar, where i need to display the Battery status, signal , time and the Network type (Wifi and Mobile Network provider name).
Which is the method, that will give me this information.
Please help
01-28-2011 04:36 AM
battery:
network:
http://www.blackberry.com/developers/docs/6.0.0api
wifi:
http://www.blackberry.com/developers/docs/6.0.0api
01-28-2011 05:53 AM
Hey Simon,
Thanks for the details.
I tried with this on the simulator
WLANAPInfo obj = WLANInfo.getAPInfo();
System.out.println("Network Type" + WLANInfo.getAPInfo().getProfileName());
However i get a null value for obj
May be it will work on the actual device.
Currently on the simulator i see something like "1xev" , how do i get this value
02-07-2011 05:54 AM
Please help.....![]()