Christiane Ruetten
Christiane Ruetten
> round-trip HX870→GPX→HX870 doesn’t work so well Please correct me if I'm wrong, I am writing this from memory: The device contains two databases, a database of waypoints, and a...
This sounds perfectly reasonable, thanks for taking the time to explain it! What I don't understand, yet, is > I suppose this technically introduces a bug, because route round-trip doesn’t...
Ohai, it is lovely to see some movement around the project. The on-disk firmware encryption is like nothing I have seen before, so I'd confidently say it is not related...
Are you already familiar with Travis' work? https://kk4vcz.com/posts/th-d74-firmware/
I'm happy to take a look at the D75 firmware updater when the first one becomes available. The devices seem very similar, so I don't anticipate bigger changes in the...
I'm wondering which changes you need for py3.10+. I just tested firmware extraction (of 1.10E) and device comm with 3.10 and 3.12, everything seems to run just fine. `setup.py` was...
Thanks for the info! Reading just half of the memory is not intentional – at least not as far as I remember. Have you tried running it with 0x10000? I...
Let me commit a few quick changes that should make the dump behave properly for the HX890. Writing data essentially just writes back what's been dumped without interpreting the data,...
Please have a look at my current dev branch at https://github.com/cr/hx870/tree/dev . I can't test the code with a real device right now, but it *should* produce a 64k config...
I use `pipenv shell` to create an environment in the directory, and then `pip install -e '.[dev]'` to install the dev target as defined in *setup.py*, with the main advantage...