ddvk / remarkable2-framebuffer

remarkable2 framebuffer reversing
MIT License
279 stars 22 forks source link

Screensharing in 2.9 doesn't work #71

Closed ddvk closed 1 year ago

ddvk commented 3 years ago

First discussed here, https://github.com/ddvk/remarkable-hacks/issues/344 The updates don't seem to work with rm2fb_client even with the unmodified xochitl binary ...

timower commented 3 years ago

I saw this when looking in ghidra. We hook the update function of the xochitl app, which contains the logic to send the screen update to screensharing.

The server xochitl does have an unhooked version of the update function but there the screen sharing function hasn't been started.

We should probably activate the screen sharing update signal in our hooked update function.

ddvk commented 3 years ago

which one is the rfb update?

robfreundlich commented 2 years ago

We should probably activate the screen sharing update signal in our hooked update function.

Yes, please! There are many toltec packages that I'd like to use, but they all depend on this one. So it's a Hobson's Choice - screen sharing or the toltec packages.

Jayy001 commented 2 years ago

Any update on this?

ddvk commented 1 year ago

marking as fixed