Battery, WiFi and Cellular levels

How does one poll the following in the Corona SDK (all of which normally appear in the status bar)?:

  • current battery level (as a percentage)
  • WiFi signal strength
  • Cellular network signal strength

I remember these all being available via FlashLite on Japanese handsets and am hoping to obtain these values on iOS devices.

Thx! [import]uid: 72317 topic_id: 15264 reply_id: 315264[/import]

I don’t think you get get those numbers through Corona yet but you can definitely get them through Objective-C and the standard frameworks.

However that does involve Xcode and Objective-C, although there are some very helpful demo projects for accessing those numbers in the help system.

Worth a look if your thinking of creating an app around those variables.
[import]uid: 33866 topic_id: 15264 reply_id: 56425[/import]