--- Log opened Wed May 01 00:00:19 2013 01:07 #navit: < Navit> The following compiles failed: http://download.navit-project.org/logs/navit/wince_arm/svn/navit-svn-5463.failed 02:23 -!- cp15` [gvmzje@p57B1D5E0.dip0.t-ipconnect.de] has joined #navit 02:23 -!- cp15 [hngcht@p57BA6E7C.dip0.t-ipconnect.de] has quit [Disconnected by services] 02:23 -!- cp15` is now known as cp15 02:23 -!- mode/#navit [+o cp15] by ChanServ 03:02 -!- noradtux [~noradtux@g231171253.adsl.alicedsl.de] has quit [Ping timeout: 246 seconds] 03:07 -!- noradtux [~noradtux@g224054243.adsl.alicedsl.de] has joined #navit 04:54 -!- ScriptFanix [vincent@Hanaman.riquer.fr] has quit [Ping timeout: 264 seconds] 07:16 -!- tanago [~tanago@vlan-132-2-172.comnet.bg] has joined #navit 07:44 -!- udovdh [~udovdh@pindarots.xs4all.nl] has joined #navit 07:58 -!- _rd [~rd@p57B4838F.dip0.t-ipconnect.de] has joined #navit 08:33 -!- _rd [~rd@p57B4838F.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 08:44 -!- _rd [~rd@p57B4838F.dip0.t-ipconnect.de] has joined #navit 08:59 -!- tanago [~tanago@vlan-132-2-172.comnet.bg] has quit [Quit: Nettalk6 - www.ntalk.de] 09:19 -!- drlizau [~liz@billiau.net] has joined #navit 09:46 -!- kazer_ [~kazer@110.43.195.77.rev.sfr.net] has joined #navit 09:49 -!- KaZeR [~kazer@211.43.195.77.rev.sfr.net] has quit [Ping timeout: 276 seconds] 10:15 -!- tanago [~tanago@vlan-132-2-172.comnet.bg] has joined #navit 10:35 -!- _rd [~rd@p57B4838F.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 10:46 -!- tanago [~tanago@vlan-132-2-172.comnet.bg] has quit [Quit: Nettalk6 - www.ntalk.de] 10:50 -!- tanago [~tanago@vlan-132-2-172.comnet.bg] has joined #navit 12:06 -!- woglinde [~henning@g229046059.adsl.alicedsl.de] has joined #navit 12:28 -!- drlizau [~liz@billiau.net] has quit [Remote host closed the connection] 13:34 -!- _rd [~rd@p57B4838F.dip0.t-ipconnect.de] has joined #navit 13:47 #navit: < _rd> I would like to switch off GPS when the accel indicates that the n900 is not moving anymore. Can anybody point me to the navit code where I could add such a feature? 13:48 #navit: < _rd> I am able to build navit for the n900 and have code for getting the movement information from the accel. 14:14 #navit: < woglinde> rd hm let me remeber what vehicle we use 14:14 #navit: < woglinde> for n900 14:15 #navit: < woglinde> but you could call it via vehicle.c/vehicle.h api 14:15 #navit: < _rd> 14:15 #navit: < woglinde> look under the navit dir 14:15 #navit: < woglinde> ah right 14:15 #navit: < woglinde> vehicle api should provide some functions to disable gps 14:15 #navit: < woglinde> hm no 14:15 #navit: < woglinde> to disable the vehicle 14:16 #navit: < woglinde> disabling gps is n900 internal 14:18 -!- ScriptFanix [vincent@Hanaman.riquer.fr] has joined #navit 14:18 #navit: < _rd> so do you think calling vehicle_maemo_destroy() and later vehicle_maemo_open() is the right thing todo? 14:19 #navit: < woglinde> yes 14:19 #navit: < woglinde> hm no 14:20 #navit: < woglinde> vehicle api should have generic functions 14:20 #navit: < woglinde> another approach would be to disable it via config 14:20 #navit: < woglinde> but thats same level of complexity 14:25 #navit: < _rd> Should the generic functions be defined in vehicle.h? If yes not sure which one you are refering to. 14:25 #navit: < woglinde> hm I thought there were some 14:26 #navit: < woglinde> new and destroy 14:26 #navit: < _rd> do you mean the function pointers in struct vehicle_methods? 14:30 #navit: < _rd> I found vehicle_new() and vehicle_destroy() 14:31 #navit: < woglinde> yes 14:31 #navit: < woglinde> but maybe disable the vehicle is enough too 14:31 #navit: < woglinde> and than disable gps 14:31 #navit: < woglinde> via n900 commands 14:31 #navit: < woglinde> dbus or something 14:32 #navit: < woglinde> yes 14:32 #navit: < _rd> interesting thought. 14:32 #navit: < woglinde> you could do it via dbus 14:32 #navit: < _rd> that would certainly simplify things 14:32 #navit: < woglinde> you get access to vehicle config 14:32 #navit: < woglinde> and than can disable it 14:32 #navit: < woglinde> or enable it 14:32 #navit: < woglinde> in python it should be very easy 14:33 #navit: < woglinde> how do you get the accel stuff? 14:38 #navit: < _rd> Has both a C and python interface: http://wiki.maemo.org/N900_accelerometer 14:38 #navit: < woglinde> :) 14:39 #navit: < woglinde> and maybee just disabling the gps could e enough 14:40 #navit: < woglinde> so navit has the last position and is not involved at all 14:48 #navit: < _rd> Hmm....I think as long as navit has registered its callback functions to the gobject LOCATION_TYPE_GPS_DEVICE, I cannot disable gps. 14:49 #navit: < woglinde> okay 14:49 #navit: < woglinde> does it give that up when you disable the maemo vehicle? 14:49 #navit: < _rd> I have not yet found the dbus command for that 14:50 #navit: < _rd> looking here: http://wiki.navit-project.org/index.php/Dbus 14:55 #navit: < _rd> unrelated to that topic, when building on x86 I get a 14:56 #navit: < _rd> /usr/bin/xgettext: /home/rd/SW.nobackup/navit-clean-build/po/navit_shipped.glade:2:1: XML or text declaration not at start of entity 14:56 #navit: < _rd> after doing an svn update 14:56 #navit: < _rd> Is that a known issue or do I have a misconfiguration somewhere? 15:08 #navit: < woglinde> disable glade 15:20 #navit: < _rd> There might be a way to disalbe gps in n900, not through dbus but through gconf :-) 15:23 #navit: < woglinde> ieehks 15:27 #navit: < _rd> do you mean disable gtk? I do not see an option for glade when running cmake -i 15:27 #navit: < _rd> Or is there another way to disable glade? 15:27 #navit: < woglinde> hm 15:28 #navit: < woglinde> oh I only used autotools 15:28 #navit: < woglinde> hm no 15:28 #navit: < woglinde> I used cmake too 15:28 #navit: < woglinde> but it not hit glades stuff 15:28 #navit: < woglinde> for now just remove the file 15:32 -!- udovdh [~udovdh@pindarots.xs4all.nl] has quit [Ping timeout: 252 seconds] 17:20 -!- tanago [~tanago@vlan-132-2-172.comnet.bg] has quit [Quit: Nettalk6 - www.ntalk.de] 17:51 -!- Netsplit *.net <-> *.split quits: technomancy, gringo, ColdFyre 17:52 -!- Netsplit over, joins: ColdFyre, technomancy 17:53 -!- gringo [~gringo@h195202184107.med.cm.kabsi.at] has joined #navit 17:53 -!- gringo [~gringo@h195202184107.med.cm.kabsi.at] has quit [Changing host] 17:53 -!- gringo [~gringo@unaffiliated/gringo] has joined #navit 18:04 -!- ventyl [~ventyl@ip-88-212-35-8.antik.sk] has quit [Ping timeout: 252 seconds] 18:08 -!- Netsplit *.net <-> *.split quits: gringo 18:12 -!- gringo [~gringo@h195202184107.med.cm.kabsi.at] has joined #navit 18:13 -!- gringo [~gringo@h195202184107.med.cm.kabsi.at] has quit [Changing host] 18:13 -!- gringo [~gringo@unaffiliated/gringo] has joined #navit 19:28 #navit: < _rd> I saw that there have been a lot of changes with respect to street search. I built current svn for the n900 and street search is not working at all (0 hits). 19:28 #navit: < _rd> Is street search known to be broken? 19:29 #navit: < _rd> I did not use it frequently in the past, thus I do not know, when it broke. 19:29 #navit: < woglinde> you need newer map 19:29 #navit: < woglinde> s 19:36 #navit: < _rd> I calculated the map with the maptool from svn. 19:36 #navit: < _rd> I use the parameter --dedupe-ways, nothing more. 19:36 #navit: < woglinde> that should work than 19:40 #navit: < _rd> Hmm...not everything is broken, in some towns navit finds streets. 19:41 #navit: < _rd> It seems that many towns have duplicated entries 19:41 #navit: < _rd> for one entry street search works, for the other not (?) 19:47 #navit: < _rd> Hmmm....even there, when I select a street and a house number, navit takes the right house number as target, but street and even town are something completely different. Street & house number search seems to be completely broken. 19:48 -!- noradtux_ [~noradtux@g225246201.adsl.alicedsl.de] has joined #navit 19:49 -!- noradtux [~noradtux@g224054243.adsl.alicedsl.de] has quit [Ping timeout: 252 seconds] 19:49 -!- noradtux_ is now known as noradtux 19:57 -!- _rd [~rd@p57B4838F.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 20:19 -!- drlizau [~liz@billiau.net] has joined #navit 20:50 -!- drlizau [~liz@billiau.net] has quit [Remote host closed the connection] 21:20 -!- tanago [~tanago@vlan-132-2-172.comnet.bg] has joined #navit 21:31 -!- woglinde [~henning@g229046059.adsl.alicedsl.de] has quit [Read error: Operation timed out] 22:16 #navit: < Navit> sleske * r5464 /trunk/navit/po/af.po.in /trunk/navit/po/ar.po.in /trunk/navit/po/ast.po.in /trunk/navit/po/bg.po.in /trunk/navit/po/ca.po.in /trunk/navit/po/cs.po.in /trunk/navit/po/da.po.in /trunk/navit/po/de.po.in /trunk/navit/po/de_CH.po.in /trunk/navit/po/el.po.in /trunk/navit/po/en_AU.po.in /trunk/navit/po/en_GB.po.in /trunk/navit/po/eo.po.in /trunk/navit/po/es.po.in /trunk/navit/po/et.po.in /trunk/navit/po/eu.po.in /trunk/navit/p 22:16 #navit: < Navit> .po.in /trunk/navit/po/fr_CH.po.in /trunk/navit/po/gl.po.in /trunk/navit/po/he.po.in /trunk/navit/po/hr.po.in /trunk/navit/po/hu.po.in /trunk/navit/po/id.po.in /trunk/navit/po/it.po.in /trunk/navit/po/ja.po.in /trunk/navit/po/jv.po.in /trunk/navit/po/kk.po.in /trunk/navit/po/lt.po.in /trunk/navit/po/lv.po.in /trunk/navit/po/mk.po.in /trunk/navit/po/nb.po.in /trunk/navit/po/nds.po.in /trunk/navit/po/nl.po.in /trunk/navit/po/nn.po.in /tr 22:16 #navit: < Navit> navit/po/pt_BR.po.in /trunk/navit/po/ro.po.in /trunk/navit/po/ru.po.in /trunk/navit/po/sk.po.in /trunk/navit/po/sl.po.in /trunk/navit/po/sr.po.in /trunk/navit/po/sv.po.in /trunk/navit/po/ta.po.in /trunk/navit/po/te.po.in /trunk/navit/po/th.po.in /trunk/navit/po/tr.po.in /trunk/navit/po/uk.po.in /trunk/navit/po/ur.po.in /trunk/navit/po/vi.po.in /trunk/navit/po/zh_CN.po.in /trunk/navit/po/zh_HK.po.in: Fix:i18n:Update .po.in files http:// 22:16 #navit: < Navit> evision=5464 22:16 #navit: < Navit> sleske * r5465 /trunk/navit/navit/vehicle/demo/vehicle_demo.c: Fix:vehicle_demo:Do not log spurious warning for attribute 'name'. http://navit.svn.sourceforge.net/viewvc/navit?view=revision&revision=5465 22:17 #navit: < Navit> sleske * r5466 /trunk/navit/navit/vehicle.c: Fix:core:Set default name for vehicle if no name is specified in navit.xml. http://navit.svn.sourceforge.net/viewvc/navit?view=revision&revision=5466 22:18 #navit: < Navit> sleske * r5467 /trunk/navit/navit/vehicle.c /trunk/navit/po/CMakeLists.txt /trunk/navit/po/af.po.in /trunk/navit/po/ar.po.in /trunk/navit/po/ast.po.in /trunk/navit/po/bg.po.in /trunk/navit/po/ca.po.in /trunk/navit/po/cs.po.in /trunk/navit/po/da.po.in /trunk/navit/po/de.po.in /trunk/navit/po/de_CH.po.in /trunk/navit/po/el.po.in /trunk/navit/po/en_AU.po.in /trunk/navit/po/en_GB.po.in /trunk/navit/po/eo.po.in /trunk/navit/po/es.po.in /tru 22:18 #navit: < Navit> avit/po/fi.po.in /trunk/navit/po/fo.po.in /trunk/navit/po/fr.po.in /trunk/navit/po/fr_CH.po.in /trunk/navit/po/gl.po.in /trunk/navit/po/he.po.in /trunk/navit/po/hr.po.in /trunk/navit/po/hu.po.in /trunk/navit/po/id.po.in /trunk/navit/po/it.po.in /trunk/navit/po/ja.po.in /trunk/navit/po/jv.po.in /trunk/navit/po/kk.po.in /trunk/navit/po/lt.po.in /trunk/navit/po/lv.po.in /trunk/navit/po/mk.po.in /trunk/navit/po/nb.po.in /trunk/navit/po/nds 22:18 #navit: < Navit> in /trunk/navit/po/pl.po.in /trunk/navit/po/pt.po.in /trunk/navit/po/pt_BR.po.in /trunk/navit/po/ro.po.in /trunk/navit/po/ru.po.in /trunk/navit/po/sk.po.in /trunk/navit/po/sl.po.in /trunk/navit/po/sr.po.in /trunk/navit/po/sv.po.in /trunk/navit/po/ta.po.in /trunk/navit/po/te.po.in /trunk/navit/po/th.po.in /trunk/navit/po/tr.po.in /trunk/navit/po/uk.po.in /trunk/navit/po/ur.po.in /trunk/navit/po/vi.po.in /trunk/navit/po/zh_CN.po.in /trun 22:18 #navit: < Navit> e for vehicle. http://navit.svn.sourceforge.net/viewvc/navit?view=revision&revision=5467 22:18 -!- technomancy [~user@ec2-54-244-178-65.us-west-2.compute.amazonaws.com] has left #navit ["ERC Version 5.3 (IRC client for Emacs)"] 23:48 -!- tanago [~tanago@vlan-132-2-172.comnet.bg] has quit [Quit: Nettalk6 - www.ntalk.de] --- Log closed Thu May 02 00:00:19 2013