Results 252 comments of Georg Lukas

I was thinking it might be a race condition in the code, or maybe something related to multi-core CPUs, but I never was able to reproduce the problem. Maybe I...

I'm not sure the audio channel override can be realistically implemented. BTW, having a direct electrical connection between a 5W+ radio transmitter and an Android smartphone will have unexpected side...

Hey Joe, were you able to reproduce the problem with the latest APK from the download page, e.g. with this one: https://aprsdroid.org/download/builds/APRSdroid-gl-2017-05-11.apk

That's really strange behavior. Are you able to provide adb logs from the device from right after starting the tracking service in aprsdroid? https://github.com/ge0rg/aprsdroid/wiki/Reporting-Bugs

Have you tried saving the certificate from the email client right to the internal storage, and to open it from the file manager? This looks like an access permission issue,...

The process is outlined in https://aprsdroid.org/ssl/ 1. you install the tq6 file in TrustedQSL 2. You export the certificate as a .p12 file from TrustedQSL 3. You load the file...

Does that happen before or after the packet is sent from APRSdroid to the TNC? I.e. can you see it as "Bluetooth OK" in the log? If yes, it is...

You could _try_ disabling Doze mode for APRSdroid: http://www.greenbot.com/article/2993199/android/how-to-turn-off-doze-mode-for-specific-apps-in-android-marshmallow.html

APRSdroid is using standard Bluetooth APIs to connect to an SPP socket on a remote device, and unfortunately the error messages are not really useful. In the past, Android's BT...

@karrots there was a major refactoring of APRSdroid components between 1.3 and 1.4, but nothing that would actually change the Bluetooth access. Is the fix reproducible?