Jean-Luc Barrière

Results 409 comments of Jean-Luc Barrière

I added a patch over libosmscout to quiet debug output. So to enable full debug of osmscout you have to add the following line 81 in MapView.qml (folder controls_509 ou...

I have no idea how to build an apk for GrapheneOS. The package should contains all binaries and qml modules too. Edit: Is a Android package you are using ?...

I uploaded the APK 1.8.5 with debug level: https://github.com/janbar/osmin/releases/download/1.8.5/osmin-arm64-v8a-DEBUG-signed.apk

I checked the logcat, and all debug messages are dropped for a signed build. So we have to build a debug build without signature. In the repository you will find...

I uploaded the debug APK: https://github.com/janbar/osmin/releases/download/1.8.6/osmin-arm64-FOR_DEBUG_ONLY.apk The relase is 1.8.6 without patch to quiet osmscout debug messages. To instal it you will have to uninstall first the installed APK which...

Hi @hrdl-github , I released the latest android app with a debug logging option. Apk is available at "https://github.com/janbar/osmin/releases/download/1.9.6/osmin-arm64-v8a-with-debug-option-signed.apk". To enable debug logging you have to: - click the burger...

I will release osmin with a recent libosmscout soon. Before I have to complete all checks. Also I wait feedback from Karry about this issue.

I never tested the app on Android 14. I guess it could be the root cause. To be tested with the emulator ...

Well, on this OS (Android 14) the system process named "vold" kills the app !!! ``` 2023-10-28 21:14:43.589 9204-9252/io.github.janbar.osmin D/EGL_emulation: app_time_stats: avg=220.94ms min=7.23ms max=963.89ms count=5 2023-10-28 21:14:44.590 144-187/? W/vold: Found...

For instance the app works perfectly on Android 12. Some changes in the new OS Android 14 breaks the app. The root cause can be a new required permissions or...