meta data for this page
This is an old revision of the document!
Hello world
Howto build and install graphical application to emulator (code from Nokia). First create a directory for the code. Get the code source. Compile and build .deb package.
mkdir -p MaemoHello cd MaemoHello sb2 -eR apt-get update sb2 apt-get source hello-world-app cd hello-world-app-2.1 export SBOX_REDIRECT_FORCE=/usr/bin/perl sb2 dpkg-buildpackage -rfakeroot -d -b
The .deb package will be created in the MaemoHello directory. Next install the package to emulator.
sb2 -eR dpkg -i hello-world-app_2.1_armel.deb
To run the emulator:
maemo-sdk start gui
The emulator can be stopped with:
maemo-sdk stop gui