Jayy001 / codexctl

Automated update managment for the ReMarkable tablet
GNU General Public License v3.0
101 stars 13 forks source link

Missing update engine client scipt #93

Closed owainiorwerth closed 1 month ago

owainiorwerth commented 1 month ago

Hello, I'm trying to downgrade from v3.12.4.4 to v3.11.2.5 but hitting this error. It looks like a script that it's dependent on is missing?

root@reMarkable:~# ./codexctl install 3.11.2.5 The version firmware file you specified could not be found, attempting to download (3.11.2.5) Warning for 3.11.2.5: This version changes the update mechanism, which codexctl currently does not support. If you install this version, you will not be able to downgrade using codexctl. [==================================================] Available versions to update to are: {'reMarkable2': ('3.11.2.5', '3.11.2.5_reMarkable2-qLFGoqPtPL.signed')} The device will update to the latest one. Starting fake updater at 0.0.0.0:8080 Enabling update service Traceback (most recent call last): File "/tmp/onefile_1503_1721752963_294811/codexctl.py", line 12, in <module> File "/tmp/onefile_1503_1721752963_294811/codexctl/__init__.py", line 787, in main File "/tmp/onefile_1503_1721752963_294811/codexctl/__init__.py", line 455, in do_install File "/tmp/onefile_1503_1721752963_294811/subprocess.py", line 1026, in __init__ File "/tmp/onefile_1503_1721752963_294811/subprocess.py", line 1950, in _execute_child FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/update_engine_client'

Eeems commented 1 month ago

This duplicates #71 Please make sure to read the warning in the readme about what versions are supported.

owainiorwerth commented 1 month ago

ooopsie - totally missed the big bold paragraph! thank you