Phone Info is an example application for retrieving both static and dynamic
properties of a Windows Phone device. The methods implemented in
DeviceProperties class and utilised in this app can be used for adapting your
application to wider range of phone models; If a phone does not support a
certain non-vital feature of your application, you can gracefully adapt by hiding
that feature dynamically. The same applies to optimising your app for different
screen resolutions and display sizes.
Screenshots from Windows Phone 8.1 version running on Nokia Lumia 930.
Version 2.0: Project ported to support Universal apps for Windows (Phone) 8.1. Support added for many new properties, especially related to camera, battery and SensorCore.
Version 1.2: Project name changed from “Hardware Info” to “Phone Info”. New
properties added such as screen and display information. Two new Pivot items
added and the information shown in the views rearranged.
Version 1.1: Refactored the user interface. Characteristics view added.
Phone Info
Phone Info is an example application for retrieving both static and dynamic properties of a Windows Phone device. The methods implemented in
DevicePropertiesclass and utilised in this app can be used for adapting your application to wider range of phone models; If a phone does not support a certain non-vital feature of your application, you can gracefully adapt by hiding that feature dynamically. The same applies to optimising your app for different screen resolutions and display sizes.Screenshots from Windows Phone 8.1 version running on Nokia Lumia 930.
This example application is hosted in GitHub: https://github.com/Microsoft/phone-info
This project consists of two Phone Info application versions. See the respective README files for documentation:
For more information on the subject, visit Lumia Developer’s Library:
Features
License
See the license text file delivered with this project. The license file is also available online at https://github.com/Microsoft/phone-info/blob/master/Licence.txt
Version history