[01:51:26] *** Quits: Horwitz (~mich1@p200300ec9f041600022268fffe64e7c4.dip0.t-ipconnect.de) (Ping timeout: 240 seconds) [02:04:30] *** Joins: Horwitz (~mich1@p200300ec9f291b00022268fffe64e7c4.dip0.t-ipconnect.de) [02:04:30] *** ChanServ sets mode: +o Horwitz [03:02:58] *** Quits: Peetz1r (~Peetz0r@revspace/participant/peetz0r) (Quit: Synapse eet m'n ram op, als ik Weechat sluit kan ik het 1GB extra voeren) [03:35:08] *** Joins: Peetz1r (~Peetz0r@revspace/participant/peetz0r) [03:37:31] *** Quits: Peetz1r (~Peetz0r@revspace/participant/peetz0r) (Client Quit) [06:49:27] hi peterm6881, just remove/comment out line 93 in navit/maptool/itembin.c currently i only know that this fixes it, but i havent checked this one in, as i dont know it this has side effekts like incrised file size on the resulting binfile [06:52:03] Xogium: yes its only 13 on IRC but also 162 People inside the synced Discord room [07:02:09] * Xogium blinks [07:02:21] how fun, I didn't know there was discord :D [07:03:43] we've added it here: https://wiki.navit-project.org/index.php/Contacts#Discord [07:04:33] that's nice [07:07:31] can I use maptool with my 24 threads here for converting protobuff into bin ? [07:07:57] I'm not sure because maptool's help is a bit rough for the threads option [07:08:13] yes you can, but threading isn't used for the whole process [07:09:08] and, does navit supports shapefiles directly ? Code seems to imply that it might, but I was not sure [07:09:39] because otherwise we have to convert from shapefiles to pbf and then from pbf to binfile x.x [07:13:19] navit has builtin shapefiles support (via the shapefiles map driver) but you need a mapping file as far as i remember [07:14:05] mapping file ? Sorry if that sounds dumb, I'm really really not used to navit [07:14:59] more or less a mapping between the ids inside the shapefiles and the types navit uses, because the ids or the shapefiles can change between shapefiles [07:17:13] I see [07:17:41] and we have to keep this mapping in sync with navit and the shapefile, I assume, ie: not a one time thing [07:19:09] do you have some doc on something like this ? [07:21:27] at best it would be a one time thing per software which creates the shapefiles [07:21:57] oh [07:22:16] we don't create the shapefiles, we have theme from a seller company [07:22:24] *have them [07:22:36] exactly [07:23:50] so, they do provide that mapping, or we would need to ask them to do it ? [07:28:04] that would be prossible, but its also possible that they are using some sort of standard, but i dont know shapefiles enough [07:46:24] jkoan: thanks a ton [09:04:35] *** Quits: kazer (~kazer@ec2-54-70-178-135.us-west-2.compute.amazonaws.com) (*.net *.split) [09:06:35] *** Joins: kazer (~kazer@ec2-54-70-178-135.us-west-2.compute.amazonaws.com) [09:06:35] *** tepper.freenode.net sets mode: +o kazer [09:10:05] *** Quits: Navit (~Navit@ec2-34-214-224-248.us-west-2.compute.amazonaws.com) (Remote host closed the connection) [09:10:18] *** Joins: Navit (~Navit@ec2-34-214-224-248.us-west-2.compute.amazonaws.com) [09:10:18] *** ChanServ sets mode: +v Navit [12:26:00] *** Joins: peterm6881 (~peter@91.40.93.209.dyn.plus.net) [12:43:28] *** Quits: peterm6881 (~peter@91.40.93.209.dyn.plus.net) (Quit: Leaving) [14:14:25] *** Joins: peterm6881 (~peter@91.40.93.209.dyn.plus.net) [14:54:36] *** Quits: peterm6881 (~peter@91.40.93.209.dyn.plus.net) (Ping timeout: 240 seconds) [16:21:00] *** Joins: peterm6881 (~peter@91.40.93.209.dyn.plus.net) [16:21:51] *** Quits: peterm6881 (~peter@91.40.93.209.dyn.plus.net) (Client Quit) [20:10:32] *** Quits: NavitLogger (~NavitLogg@pizarro.uberspace.de) (Will I dream?) [20:16:12] *** Joins: NavitLogger (~NavitLogg@pizarro.uberspace.de) [20:18:47] *** Quits: jkoan (~jkoan@pizarro.uberspace.de) (Ping timeout: 264 seconds) [20:24:08] *** Server sets mode: +nrtz [20:28:59] *** Joins: NavitLogger (~NavitLogg@pizarro.uberspace.de) [20:28:59] *** Server sets mode: +nrtz [21:26:17] *** Joins: Deknos (~deknos@unaffiliated/menace) [22:39:34] *** Joins: mvglasow (~mvglasow@78-61-158-97.static.zebra.lt) [22:40:37] hi all, after merging master into my branch, building navit and trying to install it, I get INSTALL_FAILED_UID_CHANGED [22:41:09] should mention, OS is Android... have there been any changes to Android identifiers? [22:51:57] Android 10 is a bit more verbose on this one: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Package org.navitproject.navit tried to change user null [22:52:04] any ideas? [22:55:45] I see AndroidManifest.xml has an attribute android:sharedUserId="org.navitproject.navit", is that a recent addition? If I remove that attribute, I can upgrade the app again [23:16:26] git blame tells me the commit intended to make updates possible again... just not with the version I was using, no idea which is the correct one [23:17:53] in any case, back up app data, move /sdcard/Android/data/org.navitproject.navit away, delete and reinstall, restore app data, move /sdcard/Android/data/ back (UID will be set automatically), and everything works again... should anyone run into the same issues