Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

An example application for retrieving both static and dynamic properties of a Windows Phone device. The methods demonstrated by 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.

License

microsoft/phone-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phone Info

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.

Fixed features view on Nokia Lumia 930 (Windows Phone 8.1 version)  Dynamic features view on Nokia Lumia 930 (Windows Phone 8.1 version)  Camera features view Nokia Lumia 930 (Windows Phone 8.1 version)  Sensor features view on Nokia Lumia 930 (Windows Phone 8.1 version)

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

Feature Version 2.0 (WP 8.1) Version 1.2 (WP 8.0)
General information about the phone
Device name X
Manufacturer X X
Hardware version X X
Firmware version X X
Operator X
Battery and power
Battery status information availability X X
Power source (is connected to charger) X
Remaining battery charge X
Power saving mode enabled X
Camera
Back camera availability X X
Front camera availability X X
Back camera flash availability X X
Front camera flash availability X X
Back camera auto focus availability X
Back camera photo resolutions X
Front camera photo resolutions X
Back camera video resolutions X
Front camera video resolutions X
Memory
App (current) memory usage X X
App memory usage limit X X
App memory peak X
Device total memory X
Screen and display
Screen resolution X X
Raw DPI for width and height (Possible, but dropped from interface) X
Display size X
Sensor availability
Accelerometer X X
Compass X X
Gyro X X
Inclinometer X X
Motion API X
Orientation X X
Proximity (NFC) X X
SensorCore: Activity monitor API X
SensorCore: Place monitor API X
SensorCore: Step counter API X
SensorCore: Track point monitor API X
Other harware properties
Processor core count X
SD card present X X
Vibra availability X X
FM radio availability X
Theme
Theme (dark/light) X X
Theme accent color X X

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

  • 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.
  • Version 1.0: The initial release.

About

An example application for retrieving both static and dynamic properties of a Windows Phone device. The methods demonstrated by 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.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages