Hi folks!

I have a dream of changing the gps-device at runtime. For car navigation the internal gps should be used with this configuration (/etc/frameworkd.conf):

[ogpsd]
device = GTA02Device
channel = SerialChannel
path = /dev/ttySAC1

If the gps is used for outdoor purposes like osm-mapping, an external gps should be used with this configuration:

[ogpsd]
device = NMEADevice
channel = SerialChannel
path = /dev/rfcomm0

The only way I know to activate new configuration parameters at runtime, is to restart the frameworkd. But this fails on my machine with the following error message (happening in stop-phase):

2009.09.17 17:21:08.331 root                 INFO     Installprefix is /usr
2009.09.17 17:21:08.516 root INFO Etc directory is /etc/freesmartphone 2009.09.17 17:21:10.393 frameworkd.controller ERROR dbus bus name org.freesmartphone.frameworkd already claimed. Exiting.


How can I avoid that or is there any other way for refreshing frameworkd parameters?

Thanks in advance,
Timo

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to