codexctl icon indicating copy to clipboard operation
codexctl copied to clipboard

Automated update managment for the ReMarkable tablet

Results 47 codexctl issues
Sort by recently updated
recently updated
newest added

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...

enhancement
rewrite

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...

enhancement
rewrite

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...

rewrite

Instead of requiring the user to pass the --rm1 flag, it would be preferable to auto-detect the device where possible.

enhancement
rewrite

Cannot roll back from beta version 3.8.2.1961 Error Updating

question

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...

enhancement

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...

enhancement