-
Notifications
You must be signed in to change notification settings - Fork 0
Maemo
Kristing edited this page Sep 13, 2010
·
14 revisions
Xephyr :1 -screen 800x480x16 -dpi 96 -ac &
/scratchbox/login
export DISPLAY=:1
dbus-uuidgen
/usr/bin/af-sb-init.sh start
af-sb-init.sh stop
sb-conf killall
af-sb-init.sh start
./runrun-standalone.sh python2.5 main.py
echo deb http://repository.maemo.org/extras/ diablo free non-free >> /etc/apt/sources.list
apt-get update
apt-get install python2.5-gtk2 python2.5-gstreamervill man köra kartkomponenten behövs xml och hildon också
apt-get install python2.5-xml python2.5-hildonTo share files between the host computer and scratchbox use this folder (replace $user with your username):
/scratchbox/users/$user/home/$user/In file /scratchbox/users/<username>/targets/DIABLO_ARMEL.configchange the row to:
SBOX_CPUTRANSPARENCY_METHOD=/scratchbox/devkits/cputransp/bin/qemu-arm-eabi-sb2cd /scratchbox/users/$user/home/$user/First time download all code:
git clone git@github.com:Loffe/errors-included.gitSecond time download (and merge) updates:
git pullAlways:
# hack on code
git commit -am "no comment"
git push