Archive for July, 2014

Android auf Motorola Milestone 2

Monday, July 21st, 2014

Unlängst habe ich Android auf einem Motorola Milestone 2 Mobiltelefon auf ein CanogenMod 9 aktualisiert, um es als Testgerät für QT-Entwicklung verwenden zu können. Das hat schlussendlich auch geklappt, aber ich habe ein paar kleinere Probleme damit gehabt, daher eine kleine Anleitung, wie es klappt: Diese Installationsanleitung für CM9 befolgen. Wenn man cm5.zip flasht kommt […]

Reading the version number of a .NET assembly in plain C

Tuesday, July 15th, 2014

I recently was assigned the task to write an Autoupdater application for Windows Mobile 6.5. Now my idea was to read the version resource from the application and determine its version and depending on the version propose an update to it or not. Now we all know that this is easy using the GetFileVersionInfo API. […]