Jake

Results 43 comments of Jake
trafficstars

Now I deleted the app data and added everything back manually in the app. Looking further into it, pulling `/data/data/com.github.premnirmal.tickerwidget/databases` and opening the SQLite `quotes-db` shows all symbols in the...

Findings after another debugging session: The Android Room based database contains only quotes, the order in there does not matter, it is never changed. Sometimes not even removal of tickers...

@premnirmal Thank you for taking the time to respond and all your work! Maybe save a mapping from `AppWidgetManager` IDs to the internal pref name/ID in the default shared prefs?...

This thread is interesting: https://forums.opensuse.org/showthread.php/540104-Tweaking-include-path Fixing the include is easy, only change it to `libfprint-2/fprint.h`. But that just reveals more serious issues... Apparently the project is not maintained since 2016...

Hi Kami, this is already possible, without modifications. Just run ble-serial mutiple times, I have described how this works for Linux in https://github.com/Jakeler/ble-serial/discussions/52#discussioncomment-1782799. On Windows it is only slightly different....

Of course you can have >2, the other discussion was also about several devices, I was just using 2 as example. Only limiting factor is the bluetooth baseband layer, which...

Strange packet reordering issue, when receiving writes AND offering reads/notify: ![grafik](https://user-images.githubusercontent.com/13378765/177018434-fce39102-d359-4d02-b659-523a12e0e71f.png) ![grafik](https://user-images.githubusercontent.com/13378765/177018471-8e643f4f-f46e-4ca5-9c5b-23c360a17f3d.png) Needs more investigation before release.

Yes, you can use Realterm. Note that the baud rate setting there does not matter, I briefly mentioned this in the readme, the virtual port ignores the parameters and runs...

Interesting question. The thing is that the Bluetooth architecture has different roles for devices. Usually the peripheral device provides a server and constantly sends out advertisements, then other devices can...

Ok, I see, making the PC a server should work too. Problem is that the BLE lib (bleak) which I use is only a client implementation, so I can't easily...