Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6927247
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:01:38+00:00 2026-05-27T11:01:38+00:00

How can I find the OS name and os version which is installed in

  • 0

How can I find the OS name and os version which is installed in a phone that uses windows phone os.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T11:01:39+00:00Added an answer on May 27, 2026 at 11:01 am

    you can try these links

    http://msdn.microsoft.com/en-us/library/ff941122%28v=VS.92%29.aspx

    http://msdn.microsoft.com/en-us/library/microsoft.phone.info.deviceextendedproperties%28v=VS.92%29.aspx

    you can try this

       public MainPage()
       {
                InitializeComponent();
                GetDeviceInfo();    
       }    
       public void GetDeviceInfo()
       {
                long ApplicationMemoryUsage = DeviceStatus.ApplicationCurrentMemoryUsage;
                long PeakMemoryUsage = DeviceStatus.ApplicationPeakMemoryUsage;
                string FirmwareVersion = DeviceStatus.DeviceFirmwareVersion;
                string HardwareVersion = DeviceStatus.DeviceHardwareVersion;
                string Manufacturer = DeviceStatus.DeviceManufacturer;
                string DeviceName = DeviceStatus.DeviceName;
                long TotalMemory = DeviceStatus.DeviceTotalMemory;
                string OSVersion = Environment.OSVersion.Version.ToString(); ;
                PowerSource powerSource = DeviceStatus.PowerSource;
                AddToList("Memory Usage :" + ApplicationMemoryUsage);
                AddToList("Peak Memory Usage :" + PeakMemoryUsage);
                AddToList("Firmware Version :" + FirmwareVersion);
                AddToList("Hardware Version :" + HardwareVersion);
                AddToList("Manufacturer :" + Manufacturer);
                AddToList("Total Memory :" + TotalMemory);
                AddToList("Power Source:" + powerSource.ToString());
                AddToList("Operating System: Windows Phone " + OSVersion.ToString());
    
       }    
       public void AddToList(string Property)
       {
                lstboxDeviceInfo.Items.Add(Property);
       }
    

    take a look at here for more info

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app which uses btouch'd bindings for WEPopover. You can find the
How can I find out the name of the fields in a PDF file
I'm trying to find documentation on how I can override a property name in
How can I receive a string value, find an Entity with the same name
'app name' specifies a minimum os of version 4.3, which is too high to
Created BroadcastReceiver which displays application name and version number on install/ uninstall of any
The short version of this question is: How can I take data that only
maps = (maps.filter(name__icontains=search_terms) | maps.filter(description__icontains=search_terms)) I can't find the meaning of these filter arguments.
I can find tutorials about mapping textures to polygons specifying vertices etc. but nothing
I can find lots of information on how Long Polling works (For example, this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.