Monday, June 21, 2010

AKU Version In Windows Mobile Build Tree

Sometimes we may not know what is the AKU Version and would like to see that.
Where to see?
bldver.h contains OS version, Build Version.

Location: WM6530\PUBLIC\COMMON\SDK\INC\
One sample data:
#define CE_MAJOR_VER 0x0005
#define CE_MINOR_VER 0x0002 // Minor version is in hundredths

#define CE_BUILD_VER 23096
#define CE_BUILD_SYSVER 4134

this OS Kernel is CE5.02 , AKU Version is 23096

No comments:

Post a Comment