From b7f69c4f7e07def36e39ba559cbaa3b91d593fd9 Mon Sep 17 00:00:00 2001 From: knox-dawson <154367947+knox-dawson@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:14:50 -0400 Subject: [PATCH] 0.0.10 released --- Installation-0.0.9.md | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Installation-0.0.9.md diff --git a/Installation-0.0.9.md b/Installation-0.0.9.md new file mode 100644 index 0000000..1b5914a --- /dev/null +++ b/Installation-0.0.9.md @@ -0,0 +1,47 @@ +# [rM Hacks Documentation](rM-Hacks-Documentation-0.0.9) 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) (https://remarkable.guide/guide/access/ssh.html) for more information. +> +> Also see installation instructions in the [rM Hacks README](https://github.com/mb1986/rm-hacks/blob/main/README.md). + +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 + +![image](https://github.com/mb1986/rm-hacks/assets/4382563/c6a2ddfa-52f4-4283-a39e-0a7eafbbfbda) +![image](https://github.com/mb1986/rm-hacks/assets/4382563/ec10983c-303b-4305-9cdb-3872fbf492e7) + +## Get IP address and rM password + +- From the main settings screen, press the **Help > About** button + ![image](https://github.com/mb1986/rm-hacks/assets/4382563/e72145bd-e0d3-4454-a210-1f74b1c614b3) +- Then press **Copyrights and licenses** + ![image](https://github.com/mb1986/rm-hacks/assets/4382563/2dd41672-4249-4de2-93b9-e396023da9ae) +- Then scroll all the way down to find your password and IP address: + ![image](https://github.com/mb1986/rm-hacks/assets/4382563/6ae03b67-0529-4ee3-9d28-66ccc3ed0bc2) + - 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 + ![image](https://github.com/mb1986/rm-hacks/assets/4382563/4edbde51-54f9-4fd0-b750-048f5f4ab472) +- 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: + ![image](https://github.com/mb1986/rm-hacks/assets/4382563/073b42eb-5a01-4ac3-9a97-0da63f9126dd) +- 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: +![image](https://github.com/mb1986/rm-hacks/assets/4382563/22bba133-dc1b-4ef1-860a-7d569cc74c61) +- If you ever want to use a stylus with a button, reply ```Y``` to install **'ddvk/remarkable-stylus'**. This is what happens next: +![image](https://github.com/mb1986/rm-hacks/assets/4382563/ba3bea50-2a21-4ce6-a622-ad8072cddeed) +- 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: +![image](https://github.com/mb1986/rm-hacks/assets/4382563/1655ded9-3d01-416b-a3ed-0efae5d299af) +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! +![image](https://github.com/mb1986/rm-hacks/assets/4382563/58322b59-c037-42ec-8788-026d9765b126) + +## Connecting to reMarkable from a Mac + +(Coming soon) +