Skip to content

Instantly share code, notes, and snippets.

@Evidlo
Created February 26, 2019 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Evidlo/19587fef2ee285ac61ba6e37fba45a0f to your computer and use it in GitHub Desktop.
Save Evidlo/19587fef2ee285ac61ba6e37fba45a0f to your computer and use it in GitHub Desktop.

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 root@10.11.99.1
reMarkable
╺━┓┏━╸┏━┓┏━┓   ┏━╸┏━┓┏━┓╻ ╻╻╺┳╸┏━┓┏━┓
┏━┛┣╸ ┣┳┛┃ ┃   ┃╺┓┣┳┛┣━┫┃┏┛┃ ┃ ┣━┫┗━┓
┗━╸┗━╸╹┗╸┗━┛   ┗━┛╹┗╸╹ ╹┗┛ ╹ ╹ ╹ ╹┗━┛
remarkable: ~/ rfkill unblock 0

Then restart xochitl, or simply reboot the device

remarkable: ~/ systemctl restart xochitl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment