[01:47:44] *** Quits: Horwitz (~mich1@p200300ec9f3a5e00022268fffe64e7c4.dip0.t-ipconnect.de) (Ping timeout: 240 seconds) [02:00:41] *** Joins: Horwitz (~mich1@p200300ec9f025300022268fffe64e7c4.dip0.t-ipconnect.de) [02:00:42] *** ChanServ sets mode: +o Horwitz [10:01:04] *** Quits: mvglasow (~mvglasow@78-61-158-97.static.zebra.lt) (Ping timeout: 240 seconds) [10:14:06] *** Joins: mvglasow (~mvglasow@78-61-158-97.static.zebra.lt) [11:43:32] ilovekiruna I think I have found it: it all has to do with scoped storage in Android 10+ (SDK 29+) [11:45:02] basically, apps can no longer access shared storage via regular filesystem paths, the only way is through Storage Access Framework... which is really bad news for portability [11:46:00] as a result, access to /mnt/sdcard (or whatever) will be denied [11:47:11] though the app's own external storage dir (e.g. /sdcard/Android/data/org.navitproject.navit) remains accessible [11:48:02] exceptions apply to apps targeting previous SDKs (no higher than 28), which will work as usual [11:48:17] however, Navit targets 29, hence we're out of luck [11:48:57] (see issue #907 and PR #890 for further reading) [11:51:22] so the workaround would be to move the contents of /sdacrd/navit to /sdcard/Android/data/org.navitproject.navit (or maybe in the files/ dir underneath) [11:52:53] only issue is that we cannot set this dir at the moment, as the "Set map location" menu item opens up a file browser in /mnt (parent of sdcard), we might need to change that to point to app-external storage by default [18:06:09] update: some adb shell surgery got Navit up and running again [18:06:47] adb shell into the device (or open a local shell) and acquire root (su) [18:07:24] then move the contents of $SDCARD/navit into $SDCARD/Android/data/org.navitproject.navit/files [18:08:46] then vim $SDCARD/Android/data/org.navitproject.navit/shared_prefs/NavitPrefs.xml and change the path reference there (doesn't work through the Navit GUI afaik) [18:09:10] (replace $SDCARD with the actual path to your shared storage) [19:22:28] *** Quits: mvglasow (~mvglasow@78-61-158-97.static.zebra.lt) (Ping timeout: 260 seconds) [19:35:06] *** Joins: mvglasow (~mvglasow@78-61-158-97.static.zebra.lt) [20:33:18] *** Quits: mvglasow (~mvglasow@78-61-158-97.static.zebra.lt) (Quit: Leaving) [20:36:05] @jkoan which formats would you consider to replace the binary format? [20:36:47] Sth along the lines of spatiaLite?