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/


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'

enabling debug: gconftool-2 -t bool -s '/apps/osso/phonehome/log_debug' true

______________________

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"
_________________________

notes valgrind:
http://maemo.org/development/documentation/how-tos/3-x/Maemo_debugging_guide.html
export G_SLICE="always-malloc"  
run-standalone.sh valgrind --leak-check=full ./dsk_mgr -n 2>log

