this has nothing to do with sayhoo, but i uses this svn for now.
If ever it start to takes shape, a proper garage project will be done.

http://maemo.org/api_refs/4.0/

dbus stuff:
http://stefans.datenbruch.de/nokia770/
http://maemo.org/maemo_training_material/maemo4.x/html/maemo_Platform_Development/index.html
http://maemo.org/maemo_release_documentation/maemo4.1.x/node10.html#SECTION001025200000000000000

gstreamer expl:
https://garage.maemo.org/svn/maemoexamples/tags/maemo_4.1/maemo-examples/example_camera.c
http://gstreamer.freedesktop.org/wiki/FAQ#head-9f14f8ce765b3d24c91660db5f02e3345da98a35

#base64 file transfert in xmlrpc:
http://fr3.php.net/manual/en/ref.xmlrpc.php

Simulating device state change in the sdk:
http://maemo.org/maemo_training_material/maemo4.x/html/maemo_Platform_Development/Chapter_02_LibOSSO.html#IntroductiontoLibOSSO

run-standalone.sh  \
 dbus-send --system --type=signal /com/nokia/mce/signal  \
 com.nokia.mce.signal.sig_device_mode_ind string:'flight'
______________________

svn stuff:

creating a personal branch for the server dir:

http://svnbook.red-bean.com/en/1.1/ch04s07.html

svn copy  https://garage.maemo.org/svn/phonehome/trunk/server   https://garage.maemo.org/svn/phonehome/branches/server-pamadio -m "creating a personnal branch for server dir"

