ddvk / remarkable-update

force a full factory reset / re-update / upgrade
MIT License
172 stars 18 forks source link

Help im stuck trying to update my Remarkable 2 according to https://github.com/ddvk/remarkable-update #39

Open SpookyScrabby opened 10 months ago

SpookyScrabby commented 10 months ago

I have done everything on this page. is there any way to force update without using python.

This is error on the device. 20240116_193118

So i referred to this (https://github.com/ddvk/remarkable-update#usage) -Step 3 is where i get stuck i cannot find that (file/folder/conf) I cannot find the ./updates ANYWHERE?

I then approach Via the CLI and nothing works for me. image

Step 2 looks like 20240116_201123

Then im stuck here! 20240116_201210

I'm very new to this and I have spent two days looking around at constant threads i cant get the automatic update to return back after reverted back to original according to:
sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)" _ purge

Nothing works for me. I would really appreciate some insight.

RedTartan04 commented 10 months ago

Try this https://github.com/Jayy001/codexctl

SpookyScrabby commented 10 months ago

So I downloaded the Zip file opened it. When I opened it a command window came up with command and immediately closes command window. This is what shows i had to record a video and slow it down to show you. Screenshot_20240117_181822_Gallery

Then i continue with the commands Tapped into the remarkable like this: Building from source git clone https://github.com/Jayy001/codexctl.git cd codexctl pip install requests loguru

This error Shows... Screenshot_20240117_181114_Gallery

Am I doing it wrong or missing something?

SpookyScrabby commented 10 months ago

What do you advise next?

RedTartan04 commented 10 months ago

oh dear :) I'm afraid a little familiarity with command line is required here :)

The zip contains an executable which you start after opening a shell/CLI. When you run it with ./codexctl --help you get a list of things you can do with it. See section "Usage" for examples but instead of python codexctl.py you just write ./codexctl

The second way "run from source" is not needed. You'll need software development tools like git and python. The error you get is because you don't have git.

(and to take a screenshot in Windows, I think it's the Print key? ;-) Or use Greenshot)