View Single Post
Posts: 22 | Thanked: 2 times | Joined on Aug 2008
#1
Hi,
I`m trying to set the GPS-locationin maemo mapper by hand out of a self written java-application. So far I connected a Nokia N 770 with a Nokia N 810 per WLAN (Ad-hoc) and wrote a tool that listens to the DBUS on the 810 for the Location (lon & lat) and sends them in periodic times to another self made tool on the Nokia 770.

How is it possible now, to make Maemo Mapper on the Nokia 770 think, that the actual position is the one, that I recieve with my tool?

until now, I tried this to change the shown part of the map:

dbus-send --system /com/gnuite/maemo_mapper com.gnuite.maemo_mapper.set_view_center double:15.7382 double:107.7 int32:4 double:0.0

but it doesn`t work. And if it worked, it wouldn`t be the thing I want...


Does someone have an idea, how to make this possible?

Thanks, Riderman