Results 440 comments of mendhak

F-Droid [pull request has been merged](https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11236). I'm planning on waiting for this app to become available on F-Droid storefront, then I want to modify the code and just send people...

OK it's on F-Droid now: https://f-droid.org/en/packages/com.mendhak.gpslogger/ Closing this issue

Hello, I've explained some of those functions here: https://gpslogger.app/#whatdothevarioussettingsmeanaccuracyretryintervalforaccuracyetc

Hi what you'll want to do is record a debug log: https://gpslogger.app/#troubleshooting Then recreate the problem. Then, look at the log to see what the problem is, it might be...

Sorry late reply. So, I saw the logs. The main error with redacted information is javax.net.ssl.SSLPeerUnverifiedException: Hostname domain.name.yes not verified: ...... 20:02:18 INFO CustomUrlJob.onRun:62 - HTTP Request - https://domain.name.yes/nextcloud/xxxxxxxxxxxxxxxx 20:02:18...

Nice, that's good to hear. OK will close the issue.

Hi it has to do with the android 10 permission changes. You'll need to allow the location to be read all the time. This can be done in the system...

OK that does sound like Android 11 changes, the bit about it logging sporadically in the background... See : https://developer.android.com/about/versions/oreo/background-location-limits Can you point me at the other app that you...

Specifically I use the location manager instead of fused location provider. > Location updates are provided to background apps only a few times each hour.

I had a look at their APK, and yeah it's a Wakelock. Sadly this might become the only way in the future... it seems that LocationManager is being nerfed over...