Georg Lukas
Georg Lukas
Hi, this is a very interesting issue indeed. Could you please also describe what connection mode APRSdroid is using and which radio with which VOX settings it is connected to?...
You are right, this is an unfortunate effect of the original design of the app. I plan to allow an on-by-default RX only mode and to let the user trigger...
I'd love to, but as Android Auto is implemented currently, this will only give you Messaging, no maps intergration whatsoever. I have implemented Android Auto in [yaxim](https://yaxim.org/blog/2017/01/31/yaxim-0-dot-9-security-easy-xmpp/), which is a...
Can you log the data that you receive with a normal USB serial terminal app? It would help to see what exactly is arriving. In APRSdroid's "Kenwood" mode, it should...
Thanks for the additional info. That indeed looks like a problem in the USB path then. As I don't have an FTM400, it is a bit harder to reconstruct the...
Do you have any way to find out what exact line termination characters the FT1XD is emitting? Internally, I'm using https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html#readLine() to read the individual lines: > A line is...
@ADDICTEDchris have a look at #141 for generic FTM400 support. I-Gate isn't supported yet with any radio.
I've upgraded the USB library in the [latest nightly APK](https://aprsdroid.org/download/builds/APRSdroid-gl-2018-10-21.apk) - could you please test if this solves your problems?
It would be really great to obtain an adb log with timestamps from APRSdroid, something like `adb logcat -v threadtime` started before you begin the session in APRSdroid and running...
The normal logic is to retry connecting every 30 seconds, and the only possible reason I can see for it stopping is when Android runs out of memory. APRSdroid would...