toltec-dev / toltec

Community-maintained repository of free software for the reMarkable tablet.
https://toltec-dev.org
MIT License
717 stars 60 forks source link

Bump Version of ReTerm to Latest #865

Open Willmac16 opened 3 months ago

Willmac16 commented 3 months ago
Eeems commented 3 months ago

What OS version did you test on? The testing branch is in the middle of adding 3.3.2 support, so I'll need to verify that it works on 3.3.2 against toltec testing before I merge. I'm also holding off on merging anything until the stable merge is done for ease of testing the stable merge stuff.

Willmac16 commented 3 months ago

What OS version did you test on? The testing branch is in the middle of adding 3.3.2 support, so I'll need to verify that it works on 3.3.2 against toltec testing before I merge. I'm also holding off on merging anything until the stable merge is done for ease of testing the stable merge stuff.

This was on 3.3.2.1666 against testing

Eeems commented 3 months ago

Alright, this will also need to be tested again 2.15. I'll try to take some time after I get the stable merge accross the finish line to validate on both my devices.

Willmac16 commented 3 months ago

Alright, this will also need to be tested again 2.15. I'll try to take some time after I get the stable merge accross the finish line to validate on both my devices.

Although, you can't actually use ReTerm on 2.0 or the rM1 because neither have support for the folio keyboard. So maybe changing the supported device/firmware string would be more apt.

Eeems commented 3 months ago

Although, you can't actually use ReTerm on 2.0 or the rM1 because neither have support for the folio keyboard. So maybe changing the supported device/firmware string would be more apt.

You can connect an external keyboard, or pipe evdev input through to the device via various methods on the rM1, which is why I added ReTerm with both rM1 and rM2 support.

Willmac16 commented 3 months ago

Oh cool!

Eeems commented 3 months ago

fb

When attempting to run this on a rM2 running 2.15.1.1189

Eeems commented 3 months ago

Same error on the rM1

Willmac16 commented 3 months ago

Is it worth it to figure out/do you know why the changes break 2.0 support?

Also, it looks like you made changes to the package file inside the ReTerm repo, do those need to be propagated into this instance of the package file.

Eeems commented 3 months ago

Is it worth it to figure out/do you know why the changes break 2.0 support?

It looks to be an intentional change to have the application stop if no keyboard is detected.

Also, it looks like you made changes to the package file inside the ReTerm repo, do those need to be propagated into this instance of the package file.

They may be worth including. I haven't looked at what the changes were.