Windows Mobile 6 ROM & Build (OpenNETCF.Envronment2 class)

Last post 10-07-2008 4:42 by horsegun. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 10-04-2008 2:02

    Windows Mobile 6 ROM & Build (OpenNETCF.Envronment2 class)

    Hello

     I am trying to get system information from my Mobile 6 HTC TYTN.

    From the OpenNETCF.Envronment2 class the OSVersion property gives me back 5.2.1437 which is fine. But I am looking for the Build, my device displays 17944.0.3.1 but the OSVersion.Version.Build/Major/Minor/Revision don't match. Should I be looking somewhere else in the framework or do I need to perform some conversion on these numbers to match whats displayed on my device?

     Also is there a property on the framework which returns the ROM version?

     Many thanks

    Filed under:
  • 10-06-2008 8:55 In reply to

    • neil
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-30-2007
    • North Wales
    • Posts 1,152

    Re: Windows Mobile 6 ROM & Build (OpenNETCF.Envronment2 class)

    OpenNETCF.Environment2.OSVersion returns the kernel version, but what you want is the AKU build and version. There's no way (that I know of) to get the AKU build number programmatically, but you can get the AKU version (.0.3.1 in your example) via the registry (Key: HKLM\System\Versions Value: Aku).


  • 10-07-2008 4:42 In reply to

    Re: Windows Mobile 6 ROM & Build (OpenNETCF.Envronment2 class)

    Neil, thanks very much.

Page 1 of 1 (3 items)