Category Archives: Mobile

Norwegian keyboard on the N950

The N950 is delivered with a keyboard without Norwegian keys, so I decided to map holding the function/arrow key and pressing comma (,), period (.) or asterix (*) to ø, æ and å, respectively. I you are Norwegian and just … Continue reading

Posted in Mobile, N950 | Tagged , , , , | 1 Comment

Handling locked screen event in Qt for Maemo

If you want to pause an application to save battery power when the screen is turned off, you can do this by listening for the locked screen event in Qt for Maemo. However, this is not made easily available through … Continue reading

Posted in C++, Mobile, N900, Programming, Qt | Tagged , , , , , , , , , | Leave a comment

Handling application minimization in Maemo with Qt

When you are developing with Qt on Maemo you might want to minimize or detect minimization of your application to the dashboard. Qt lacks clean functions for these use cases, but thankfully it’s still very easy to accomplish them. Minimizing … Continue reading

Posted in C++, Mobile, N900, Programming, Qt | Tagged , , , , , | Leave a comment

Trafikanten on Maemo

Update: The package was pushed to Extras testing on 2nd of October. It was delayed because Maemo’s package repository would not import the new package due to some trouble with the version numbering. There has been missing a native application … Continue reading

Posted in C++, N900, Programming, Qt | Tagged , , | Leave a comment

Skip the packaging step in Qt Creator 2.0

Qt Creator finally has support for packages, but now it is lacking the support to disable them instead. Continue reading

Posted in Mobile, N900, Programming, Qt | 2 Comments

Connect to your N900 while developing via usb

Sometimes it feels good to be a bit lazy and let your OS do that boring terminal-typing for you whenever you connect a new device. Continue reading

Posted in Mobile, N900, Programming, Qt, Ubuntu | Tagged , , , , | 1 Comment