Search code examples
windows-phone-7power-managementtelemetry

Get WP7 battery telemetry data?


I'm looking for a way to get the current battery telemetry under Windows Phone 7. The closest part of the framework looks like Microsoft.Phone.Info.DeviceExtendedProperties.GetValue() but it seems you can only query the device info (model, serial) and the current memory consumption.

Is battery data inaccessible under this iteration of WP7 SDK, or am I just missing something?


Solution

  • There is no API at the moment for this.