Myridium

Results 63 comments of Myridium

``` { "ssh": { "address": "rm", "auth_method": "key", "timeout": 2 }, "orientation": "auto", "pen_size": 15, "pen_color": "red", "pen_trail": 200, "background_color": "white", "hide_pen_on_press": true } ``` "I could not connect to...

> Just to confirm: if you put the IP of the remarkable in the `address` configuration (and in your ssh config), does it work? How is `remarkable` associated with the...

Thanks all for your work. I rely on this application.

Link to relevant Discord message where @tyra314 uploaded the WIP resource pack: https://discord.com/channels/817760575714099210/817769296683991070/829339897131302932

> This was probably caused by #81, where I forgot to add the binary to the release. Try running the steps in https://github.com/rien/reStream#remarkable again, and this will probably be fixed....

I'm also having problems. Syncing seems to be stuck. One item says it's downloading even though it's not present on the server. A couple of others are uploading changes but...

I ran this on the reMarkable: ``` systemctl stop sync systemctl start sync ``` This caused the uploading documents to complete. But that one downloading document is stuck again. (Again,...

Yeah, looks like it is crashing. Device says "Syncing complete" and then `systemctl status sync` says: ``` [[0;1;31m●[[0m sync.service - reMarkable Document Sync Loaded: loaded (/lib/systemd/system/sync.service; enabled; vendor preset: enabled)...

> i mean on the device mount the other partition which has the previous version and use the old `sync` binary. > > mmcblk2p2 or mmcblk2p3 depending on which is...

Thanks so much for your help @ddvk . Also, there are two extra partitions, (`p2` and `p3` are present but not mounted). maybe it keeps two old versions. I did...