20 Apr 2008

Detect Windows Mobile Version

Si vous voulez savoir quelle version de Adaptation Kit Update (AKU) vous disposez dans votre device Windows Mobile, jetez un oeil sur ce lien.

If you want to know which version of known Adaptation Kit Update (AKU) releases you have in your device, check out this link.

Pour voir l'AKU de votre device, vous pouvez :
Aller dans le menu : Start / Settings / System Tab / About
Dans une application C#, appeler la méthode OSVersion.Version
Utilisez la clé de registre : HKLM\SYSTEM\Versions\Aku

To see the AKU of your device, you can :
type : Start / Settings / System Tab / About
Using a C# application, the
OSVersion.Version method returns build information.
Using the Registry : HKLM\SYSTEM\Versions\Aku

No comments: