[maemo-developers] Problem with Home plugin

2006-12-18 Thread Vladislav Vasiliev
Hello All, Could you please help me with the issue I have with Maemo? When I update my omweather home plugin package https://garage.maemo.org/projects/omweather/ on Nokia 770 I have to reboot the device because plugin isn't unloaded from the memory. Switching plugin off doesn't help. The same

Re: [maemo-developers] osso_socket doesn't work under scratchbox

2006-08-28 Thread Vladislav Vasiliev
Skip My environment: Maemo 2.0 i386 rootstrap, af-sb-init.sh started. I'm using /usr/share/doc/osso-ic-dev/examples/osso-socket.c example. Compile it: gcc osso-socket.c -o osso-socket `pkg-config --cflags --libs osso-ic glib-2.0` -DDBUS_API_SUBJECT_TO_CHANGE and run: run-standalone.sh

[maemo-developers] osso_socket doesn't work under scratchbox

2006-08-27 Thread Vladislav Vasiliev
I already posted message about this issue some time ago: http://maemo.org/pipermail/maemo-developers/2006-July/004752.html Unfortunately I didn't get any answers on that post. This time I'm trying to provide more details: My environment: Maemo 2.0 i386 rootstrap, af-sb-init.sh started. I'm using

[maemo-developers] osso-connectivity and PC_SDK

2006-07-18 Thread Vladislav Vasiliev
Hello All. I tried to use function osso_socket on PC_SDK and have received a problem. I take standard example for osso-ic-dev in /usr/share/doc/osso-ic-dev/examples Compile it: gcc osso-socket.c -o osso-socket `pkg-config --cflags --libs osso-ic glib-2.0` -DDBUS_API_SUBJECT_TO_CHANGE and run: