Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
Patrick Pedersen edited this page May 30, 2019 · 11 revisions

Welcome to the reHackable scripts wiki!

Overview

The reHackable scripts repository provides a set of bash scripts primarily aimed to increase productivity for Linux and OSX enthusiasts that own a reMarkable tablet.

The repository provides a broad range of scripts, ranging from simple patchers meant to fix obnoxious little flaws, all the way to push and pull scripts that can transfer documents from- and to the reMarkable from the bash command line.

Host scripts

Host scripts are meant to be executed on the host device and will frequently require a connection the device either locally via USB, or wirelessly via SSH.

Troubleshooting

The WiFi switch in the settings menu is unresponsive!

This issue is likely a result of a premature script end. To fix this, simply unblock the wireless device using rfkill.

$ ssh [email protected]
reMarkable
╺━┓┏━╸┏━┓┏━┓   ┏━╸┏━┓┏━┓╻ ╻╻╺┳╸┏━┓┏━┓
┏━┛┣╸ ┣┳┛┃ ┃   ┃╺┓┣┳┛┣━┫┃┏┛┃ ┃ ┣━┫┗━┓
┗━╸┗━╸╹┗╸┗━┛   ┗━┛╹┗╸╹ ╹┗┛ ╹ ╹ ╹ ╹┗━┛
remarkable: ~/ rfkill unblock 0

Then restart xochitl, or simply reboot the device

remarkable: ~/ systemctl restart xochitl
Clone this wiki locally