Home

Awesome

reSnap version

reMarkable screenshots over ssh.

rm1 rm2 rm3

a demo of reSnap

Prequisites

Usage

  1. Connect your reMarkable via USB
  2. Run
./reSnap.sh

Options

Environment Variables

RESNAP_DISPLAY, RESNAP_COLOR_CORRECTION and RESNAP_BYTE_CORRECTION are boolean parameters. Everything other than true is interpreted as false!

Recommended for better performance

It is recommended to install lz4 on both your computer and the reMarkable tablet.

Installing Programs on your reMarkable

Manually

Copy the provided binary lz4.arm.static to your reMarkable and make it executable. The binary is version 1.9.2.

scp lz4.arm.static root@$REMARKABLE_IP:/home/root/lz4
ssh root@$REMARKABLE_IP 'chmod +x /home/root/lz4'

Using Toltec

This is only recommended for versions up to 2.15.1.1189 at the time of writing. You might brick your reMarkable otherwise! Check for the warning here.

Please use Toltec to install lz4 on your reMarkable.

Packages:

Note: before installing the packages, run

opkg update
opkg upgrade

once and then install the packages via

opkg install <pkg>

Remember to run toltecctl reenable on your reMarkable tablet after each software update.

Disclaimer

The majority of the code is copied from reStream. Be sure to check them out!