4

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?

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
Greg Buehler
  • 3,897
  • 3
  • 32
  • 39
  • the windows-mobile tag is not appropriate for this question. WP7 and WM are two distinctly different architectures. – Greg Buehler Nov 10 '10 at 16:05

1 Answers1

4

There is no API at the moment for this.

Lukasz Madon
  • 14,664
  • 14
  • 64
  • 108