Results 255 comments of Georg Lukas

Good catch! You are probably right regarding 6fab82655ac6511b13f5c9ca8ddf0a479036dd2d. I will investigate and report back soon. No need for a LogCat in the meantime.

"UDP OK" merely means that the UDP packet was sent. There is no guarantees that it gets delivered anywhere, by design of UDP. In fact, APRSdroid will even show "TCP...

Thanks, I need to rework the audio output to implement a send queue instead.

Hi, thanks for the feedback. The packets do start with 0xC0 indeed, as can be seen [in the writePacket() function](https://github.com/ge0rg/aprsdroid/blob/master/src/tncproto/KissProto.scala#L83-L89), however it looks like I actually lack the escaping mechanism...

This looks like an issue in the Android SDK, as the code is a straight-forward [wrapper around Notification.getId()](https://github.com/zo0r/react-native-push-notification/blob/master/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java#L744). I don't yet know if you could do `clearNotification(tag, 0)` or if...

Here's how it looks like when a bunch of backend notifications arrive and we start the app afterwards: Code: ```ts PushNotification.getDeliveredNotifications((notifcations) => { console.log(notifcations); }); ``` Output (re-formatted for clarity):...

Could you provide an alternative API to cancel and modify notifications based on their tag? Maybe internally, you'd need to loop through all existing notifications, check their tag and modify...

Thanks. Kitty Printer lists the BQ05 as a pairable device when I press "Print", but nothing happens after confirming via the "Pair" button. I'm not sure if this is due...

Yes, you need to activate the app mode from the camera menu to make it accessible over BLE. I now tried Chrome 122 on Android 13 with Kitty Printer, and...

I wasn't able to print a 384x1 white image because the app is weird. Here's a print-out of a 58mm x 81mm white stripe (although there is a tiny black...