mirror of
https://github.com/mb1986/rm-hacks.git
synced 2025-09-05 19:29:22 +00:00
Page:
Installation
Pages
Bookmarks 0.0.10
Bookmarks 0.0.8
Bookmarks 0.0.9
Comparison Chart with ddvk hacks and 2.X
Document Level Settings 0.0.10
Document Level Settings 0.0.8
Document Level Settings 0.0.9
Feature of the day
Features Overview 0.0.10
Features Overview 0.0.8
Features Overview 0.0.9
Gestures 0.0.10
Gestures 0.0.8
Gestures 0.0.9
Home
Install rm‐hacks using iPhone
Installation
Pen Button Actions 0.0.8
QuickTools 0.0.10
QuickTools 0.0.9
QuickTools Vertical Use Case
Settings Configuration 0.0.10
Settings Configuration 0.0.8
Settings Configuration 0.0.9
Split Document 0.0.10
Split Document Terminology (temporary)
Strokes 0.0.10
Strokes 0.0.8
Strokes 0.0.9
Stylus Button Actions 0.0.10
Stylus Button Actions 0.0.9
To Sleep 0.0.10
Toolbar 0.0.10
Toolbar 0.0.9
rM Hacks Documentation 0.0.10
rM Hacks Documentation 0.0.8
rM Hacks Documentation 0.0.9
rM Hacks Documentation PDF 0.0.10
Clone
2
Installation
knox-dawson edited this page 2024-06-04 16:35:41 -04:00
Installation
Note
The instructions below walk through steps to connect to the tablet via ssh (to run the installation command).
See also SSH Access (https://remarkable.guide/guide/access/ssh.html) for more information.
Also see installation instructions in the rM Hacks README.
To install rm-hacks, you have to connect to your reMarkable tablet from a computer. You can use either USB or Wi-Fi to connect, but connect now before proceeding. To connect to Wi-Fi, make sure that you aren't in Flight mode in the Settings, and make sure the Wi-Fi settings shows Connected
Get IP address and rM password
- From the main settings screen, press the Help > About button
- Then press Copyrights and licenses
- Then scroll all the way down to find your password and IP address:
- If you are connected to both USB and Wi-Fi, you may see 2 IP addresses listed. If so, you can use either one.
Connecting to reMarkable from a Windows computer
- From the Windows menu, type
CMD
to open a Command Prompt - Type
ssh root@your_ip_address
and hit Enter. When prompted, carefully type your rM password, which will not appear as you type it, and then press Enter. If you are successful, your screen should look like this: - Type in the following and hit enter:
sh -c "$(wget https://raw.githubusercontent.com/mb1986/rm-hacks/main/install.sh -O-)"
- Your screen should look like this:
- If you ever want to use a stylus with a button, reply
Y
to install 'ddvk/remarkable-stylus'. This is what happens next: - rm-hacks optionally displays a clock, but you need to set the timezone. If you need to change the timezone or set it the first time, you will get a list of all the valid responses:
Find the one closest to you and type it in as you see it in the list and hit Enter. The reMarkable will restart and rm-hacks is installed!
Connecting to reMarkable from a Mac
(Coming soon)