Tuesday, August 19, 2008

Diablo Maemo SDK installation issue solution

In Ubuntu hardy:

Host kernel mmap_min addr value is incompatible with the QEMU version used in scratchbox.

Quick help:

$ sudo su
$ nano /etc/sysctl.conf
edit line which begins 'vm.mmap_min_addr' (search it with CTRL-W) to
'vm.mmap_min_addr = 4096'
CTRL-X for save & quit
$ sysctl -p

VDSO problem with scratchbox in Ubuntu Hardy?

Quick help:

$ sudo su
$ nano /etc/sysctl.conf

Add line 'vm.vdso_enabled = 0' to the end of file.
Press ctrl-x to exit and save.

Then run 'sysctl -p' (while remaining as root)

Sunday, August 17, 2008

Developing Qt Applications on Maemo

Kate Alhola's and Antonio Aloisio's presentation on Akademy 2008 about how to develop Qt Application on Maemo.


Developing Maemo Qt Applications from Karoliina Salminen on Vimeo.