Archive for the ‘Programming’ Category.

MDIdemo: application to show usage of ITC eMDI API

The attached application uses the ITC MDI API and looks similar to Document Capture. Additionally MDIdemo has a background thread sending files using HTML Form Post (as MDIwatch does) and you can save load settings to/from files for later reference.

Continue reading ‘MDIdemo: application to show usage of ITC eMDI API’ »

ITC CN50 sensors: looking for usefull applications

Hello, are any usefull sensors applications out there?

ITC’s new device CN50 supports a G sensor by hardware. It delivers rotation, position, acceleration and magnetic data. But how can this help in commercial applications except for automated screen rotation? I dont know. The most G sensor enabled apps actually developed against HTC sensor are games. A bubble level application will not be that accurate with the form of the housing of the device. See a list of applications (mostly games) here.

Continue reading ‘ITC CN50 sensors: looking for usefull applications’ »

BatteryLog, a tool to log battery usage

We are often asked about estimated battery life time.

As you know, this depends on a lots of settings and the environment. Inspired by Ronalds presentation/session called ‘Thinking green’ at an ITC developer conference and on request of partners I did a small app that will log battery status including device settings (radios activated).

Continue reading ‘BatteryLog, a tool to log battery usage’ »

Toggle keyboard using keyboard hook

This is transfered from my static page:

KeyToggle

Using function keys by pressing numbers. Written for ITC 700 color running windows mobile 2003.

Note: Updated KeyToggle.exe and download cab:
[Download not found]

There was a bug, so the sticky key still produced wm_keydown messages. Fixed version is v2.1.1.0.

With keytoggle you can define a ‘sticky’ key that will change the behaviour of the number keys. As long as the sticky key is ‘active’, number keys from 1 to 0 will produce the function keys F1 to F10. If sticky key is active, the left LED will light in green.

Continue reading ‘Toggle keyboard using keyboard hook’ »