codexctl
codexctl copied to clipboard
Automated update managment for the ReMarkable tablet
Device: RM1 version 3.11.2.5 Foolishly auto-updated in response the ReMarkable email about losing support without checking compatibility of the new version. I now need to revert to 2.15 to continue...
It would be interesting to have commands to let you quickly explore the contents of an update image. The couple I could think of would be `cat` and `ls`. This...
You can use the following to only run code if it's on windows: ```python import os if os.name == 'nt': ``` You can then use powershell to check the status...
Just tried to use this using the latest windows release, and everytime I ran the install command, it told me that it could not find the firmware and downloaded it...
Instead of requiring the user to pass the --rm1 flag, it would be preferable to auto-detect the device where possible.
You'll need to disable the update-engine service on the other partition, which is possible by removing the symlink systemd creates. This way you avoid the issue where someone downgrades, forgets...
The current data structure for latest doesn't work properly when there is a stable release for one device, but not the other. Ideally, you would just compare the listed version...