Windows Mobile AKUs
Windows Mobile 5.0 is the operating system used by a huge variety of amazing pieces of hardware, but it's not fixed in stone. Every time a new piece of hardware appears on the market, perhaps with a new screen size or a new keyboard, the operating system needs a little tweak. These tweaks are called "AKUs" or "Adaptation Kit Updates".
Should you care? Most of the time, no, as a developer you don't need to care. As an End User you don't need to care either. Remember: the goal of Windows Mobile is primarily to create a consistant platform that will always run your applications. If you compiled it for Windows Mobile 5, it should run on any Windows Mobile 5 device (and if you have taken the time to make your application is screen-size and orientation aware, chances are that's exactly what will happen).
There are exceptions of course: for example, the release of the Messaging and Security Feature Pack. This was an update that provided some cool new email features. This was included in AKU2, and some device manufacturers / mobility operators provided updates. I've just updated my Palm Treo for example. So, potentially, some hardware out there has MSFP installed, and some doesn't.
In case you need to programmatically determine which device has which AKU installed, there is now a page on the Windows Mobile developer Wiki that lists the various AKU releases, and how to work out which one is running on your hardware.
Comments
- Anonymous
May 19, 2006
Yeah! At last some kind of AKU list! :-) - Anonymous
May 19, 2006
I knew you would appreciate that, Jack! - Anonymous
May 23, 2006
This list is great! However maybe it should be sorted?
I also wonder why the OS version is different on some devices: 5.1.70, 5.1.195, 5.1.1700. - Anonymous
May 23, 2006
It's a Wiki, so feel free to add the same data in another format. I don't think folks are getting the Wiki aspect of the Windows Mobile Developer Site :-)