Earlier quoted context omitted.
Interesting. My dad wears his on the back of the arm (posterior) not the inside (medial) - and when I asked him he pointed to the official instructions which do actually have it there https://www.freestyle.abbott/content/dam/adc/freestyle/count... It must be a different kind of device.
Always follow the manufacturer’s instructions. Most CGMs are going on the back of the upper arm but some were put on the lower back, or other places. The manufacturer develops the CGM with a very specific placement in mind and they make sure to tell you very clearly.
SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)
21–30 of 30 posts
Re: SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)
#22Earlier quoted context omitted.
I've used Xdrip before, and it's device support is not that great either. I'm not arguing against the idea. I'm being realistic about what devs and users can do about this situation. If you're lucky enough to find something that works, I'm not knocking that.
"Kimi decompile this proprietary APK and find the communication channels used to communicate with this model GCM. Let me know what software you need to to install to achieve this " The world is your oyster if you have some self motivation.
The issue isn't anyone's ability to reverse engineer a glucose meter nor their "self motivation" to do so.
The issue is how outdated the expectations of some devs can be. The typical consumer will never use these apps because the whole topic is washed up. Software maintenance is a much steeper hill to climb than it used to be. Throwing an LLM at that just makes it more Sisyphean than it already was.
You can have fun, but this isn't helping anyone else defend their privacy. That angle is starting to become as embarrassing as the advice to save the planet by riding a bike.
Re: SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)
#23Hello Hacker News, I’m sharing a small app I built: *SugarTrack*. I know it’s the age of AI, but I still think there’s value in taking the time to solve simple, practical problems—especially when those problems affect people who aren’t technical. I built SugarTrack because I was tired of managing blood sugar readings using paper forms and notebooks for someone close to me. We were taking photos of readings, keeping E…
Re: SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)
#24Hello Hacker News, I’m sharing a small app I built: *SugarTrack*. I know it’s the age of AI, but I still think there’s value in taking the time to solve simple, practical problems—especially when those problems affect people who aren’t technical. I built SugarTrack because I was tired of managing blood sugar readings using paper forms and notebooks for someone close to me. We were taking photos of readings, keeping E…
Re: SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)
#25Earlier quoted context omitted.
Always follow the manufacturer’s instructions. Most CGMs are going on the back of the upper arm but some were put on the lower back, or other places. The manufacturer develops the CGM with a very specific placement in mind and they make sure to tell you very clearly.
My parents dog has diabetes and since they failed to draw blood from his ear he got the freestyle libre 2. The vet just put it near his shoulder. I'm not sure how accurate this is...
Re: SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)
#26Earlier quoted context omitted.
Always follow the manufacturer’s instructions. Most CGMs are going on the back of the upper arm but some were put on the lower back, or other places. The manufacturer develops the CGM with a very specific placement in mind and they make sure to tell you very clearly.
My parents dog has diabetes and since they failed to draw blood from his ear he got the freestyle libre 2. The vet just put it near his shoulder. I'm not sure how accurate this is...
Re: SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)
#27Worth noting, if they are covered by the person's insurance, it may be worth looking into using a CGM (Continuous glucose monitor) and the self-hostable application Nightscout[0]. CGMs use the interstitial fluid in (usually, although people also use other spots) inside side of the upper arm to measure blood sugar. As long as they are placed in the right spot (i.e. in a fattier area instead of directly on top of muscl…
Re: SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)
#28Earlier quoted context omitted.
> It's extremely unlikely that owners of these meters would be able to use any other app. I've been using Xdrip+ for 2 years now with the Dexcom CGM instead of their proprietary app. Works great and gives me the ability to export my data or sync it with a self hosted database if I so please. Why would I trust a corporation with my private health data when they have continuously shown that they will sell it or lose it…
You might want to consider using a self-hosted database to store your data. Telemetry Blocklist (free) can help prevent any apps from phoning home, but it's not specific to this use case. If you're concerned about data security, you might want to explore other options for storing your health data offline.
Re: SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)
#29Earlier quoted context omitted.
"Kimi decompile this proprietary APK and find the communication channels used to communicate with this model GCM. Let me know what software you need to to install to achieve this " The world is your oyster if you have some self motivation.
This is your honest recommendation? You might want to re-read how this thread started. The issue isn't anyone's ability to reverse engineer a glucose meter nor their "self motivation" to do so. The issue is how outdated the expectations of some devs can be. The typical consumer will never use these apps because the whole topic is washed up. Software maintenance is a much steeper hill to climb than it used to be. Thro…
Re: SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)
#30Earlier quoted context omitted.
For those who don’t have a meter that can export readings.
Which ones? The most humble meters come free in a kit, since you're really buying the test strips, and they all have onboard memory and an optional app. It's extremely unlikely the owners of those meters would even be able to use any other app. There's no standard for the device data sent over bluetooth to the app. There's no USB port. Beyond 90 days of data (many meters have 99), A1C is preferred. Reverse engineerin…
My motivation wasn't really to replace existing apps. I built it because this is the workflow I actually needed.
For example, my mother is 70 and isn't comfortable using apps. Someone else usually has to help her take the reading, and I need to keep track of the data for her. I wanted something where whoever is helping can simply open her phone, enter the reading, and have everything relevant in one place — readings, meals/photos, medication, notes and A1C.
There are definitely more sophisticated solutions out there, but they aren't always practical or available for everyone. In some places, CGMs and connected meters aren't covered by insurance, aren't readily available, or simply aren't realistic to use.
So SugarTrack is deliberately boring: no Bluetooth, no USB, no account, no cloud, no subscription. Just a simple log that stays on the phone.
It solves my particular problem, and I figured there are probably other people with a similar situation.