Git Product home page Git Product logo

remarkable-hacks's Introduction

Binary patches for the rM

Those are features that I find useful/wanted for me to have. If someone else would like to try them, they are welcome.

Supported devices and firmware versions

Latest version supported:

  • rm1: 2.15.1.1189
  • rm2: 2.15.1.1189

Disclaimer

The files are offered without any warranty and you will be violating the reMarkable AS EULA by using them. There may be bugs, you may lose data, your device may crash, etc.

The only guarantee is, that there is no ill intended code

I am not affiliated with reMarkable AS in anyway

Demo

Screenshot with bookmarks Screenshot with numpad Screenshot with extended options Screenshot with recent files cheat-sheet showing gestures

Changes

Quick Doc

Note: the reMarkable 2 does not have buttons

Gestures

  • pinch to zoom in/out (has to be enabled first in the Share menu)
  • swipe down in the middle of the screen, to toggle side-menu
  • swipe down from the top edge to close document (existing rM gesture, not a hack)
  • two finger swipe down to switch to previous document
  • two finger swipe up or long press home button for recent files
    • long press on a recent file that was deleted but not synced to restore it
  • swipe up, top menu corner: switch between eraser/pen
  • swipe down, top menu corner: switch between last 2 pens
  • swipe up, top bookmark corner: cycle pen colors
  • swipe left, top middle: undo
  • swipe right, top middle: redo

Bookmarks

  • tap upper right (or left for lefthanders) corner to bookmark a page
  • long press on bookmark to edit its description (also works in bookmark list in side-menu)

Zen Mode

  • Enter/Exit: left & right buttons simultaneously or long press on the "toggle menu" (uppermost)
  • Gestures (swipe gestures work in a small area under the "toggle menu" icon)
    • left button (or right button for lefthanders) or swipe up toggles eraser
    • right button (or left button for lefthanders) or swipe down toggles last tool
    • long press left button (or right button for lefthanders) or swipe left to undo
    • swipe right to redo

Reading Mode

  • Enter: home & right buttons simultaneously or tap M in the side-menu "Document Menu" (bottommost)
  • Exit: left & right buttons simultaneously or open side-menu and long press on the "toggle menu" (uppermost)
  • Gestures:
    • tap left or right side of screen to change pages

Extras

  • email and hwr for scribbles on pdfs
  • extract scribbles from pdfs into new notebook (PDF page overview -> Select pages, tap Move, tap Move Out, tap New Notebook. Note that the scribble "pages" are literally removed from the PDF, but the PDF pages are not - so if you extract page 5, page 6 of your scribbles will now be on page 5 of your PDF. Probably not what you want! Make a backup copy first.)
  • clock (check the Timezones)
  • support for transparent pixels in suspended.png (only when using no lock passcode) and sleeping.png (after reboot)

Installation

Find the ssh password (write it down and keep it safe)

in the newest version:

Settings->Help->Copyright and Licenses (under GPLv3 Compliance)

versions < 2.3:

Settings->About->Copyright->General Information

It is really important to have the password somewhere, in case something goes wrong

Linux

You got this

Windows 10

  • open a command line prompt (Win-R, type cmd, enter)
  • ssh [email protected]
  • type the password
  • paste the automagic line

or

  • install Putty and enter 10.11.99.1 as address and root for username
  • paste the automagic line

macOS

  • open Spotlight (Cmd-Space) type Terminal, enter
  • ssh [email protected]
  • type the password
  • paste the automagic line

Automagic

Make sure the device has Internet connectivity i.e. Wifi is ON and connected

Paste the following and press enter:

sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)" 

to try a different patch:

sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)" _ patch_xxx 

where xxx is the patch number

The app should start, play with it, but press CTRL-C (Hold the Control key and press C) to stop it when done DON'T LEAVE IT JUST RUNNING and follow the instructions after pressing CTRL-C

Should Press 'Y' and then Enter when asked to make it permanent

Notes

patches are cumulative (the last one contains all previous changes and gets updated with bugfixes) a patch can be applied more than once, it's more of a snapshot really, you can go back to a previous version

Installation with oxide, draft or remux

The installation starts an instance of xochitl, but isn't aware of oxide, draft or remux running, which needs xochitl to be started in a different way. Execute this before the installation if you've got oxide or draft running:

systemctl stop tarnish # only if you're using oxide
systemctl stop draft # only if you're using draft
systemctl stop remux # only if you're using remux

And this after the installation:

systemctl stop xochitl
systemctl start tarnish # only if you're using oxide
systemctl start draft # only if you're using draft
systemctl start remux # only if you're using remux

If you forget to do this, you'll have two xochitls, and the screen will be garbled.

Timezones

The time is in UTC. In order to have the right time, the right timezone should be set (which has things like Daylight Saving Time, utc offsets etc).

Check the list of timezones in Timezones
To set a timezone, run this on the device, by setting one that matches your location e.g.
timedatectl set-timezone "Europe/Paris" or
timedatectl set-timezone "America/Denver"

The device doesn't have all possible timezones. If yours is missing from the list, find a linux distro and copy the missing time zone to /usr/share/zoneinfo/ then execute the above command with the new zone.

Extra fonts (e.g. Japanese)

The rootfs doesn't have enough space, so you can do this (copy paste in the rm terminal)

mv /usr/share/fonts/ttf ~/ttf
ln -sf /home/root/ttf /usr/share/fonts/ttf
wget https://github.com/tony/dot-fonts/raw/master/Hanazono/HanaMinA.ttf -O ~/ttf/HanaMinaA.ttf
wget https://github.com/tony/dot-fonts/raw/master/Hanazono/HanaMinB.ttf -O ~/ttf/HanaMinaB.ttf

for japanese: HanaMinA.ttf and HanaMinB.ttf seem ok
put new fonts in /home/root/ttf, do fc-cache and restart xochitl

Making it permanent

You should have typed 'Y' when asked

Uninstall / Removal

sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)" _ purge

or if offline

sh /home/rmhacks/patch.sh purge

Revert in case things go terribly wrong

DON'T DO FACTORY RESET!

(this will regenerate the root password, unless there is no free space on the root partition)
Except when everything is working normally and you want to really remove all your documents.

ssh into your device and execute:

systemctl stop xochitl
rm -fr .cache/remarkable/xochitl/qmlcache/*
cp /home/rmhacks/xochitl.version /usr/bin/xochitl #where version is the current device version
systemctl start xochitl

Troubleshooting

Not enough space

Can happen if you added additional sleep screens or templates to the root partition, also used to be a bug a long time ago.

Remove those.

SSH REMOTE HOST IDENTIFICATION CHANGED, something nasty blah blah

The device regenerates the ssh host keys after every update.

Remove the offending line from ~/.ssh/known_hosts or just delete the whole file.

FAQ

How do you make the patches?

I wrote some tools, I change the code, I patch

Why is this not open source?

I don't own the source, the legality is dubious, not in reMarkable AS's best interest due to various reasons, etc

Can you add this or that feature?

Some things are hard, very time consuming or even impossible for my skill level. I prefer to take a more pragmatic approach and add things that are easy, but from which most users can benefit.

What happens when a new offical version comes out?

You lose the hacks when the device auto updates (If you want to prevent this disable auto updates). When the patches have been ported, you can install them again (bookmarks stay on the device and will reappear)

remarkable-hacks's People

Contributors

admonstrator avatar arnodeceuninck avatar barabazs avatar damian0815 avatar ddvk avatar eeems avatar eeue56 avatar entrixiii avatar ericliou avatar fikovnik avatar halmex avatar kayodelycaon avatar llinfeng avatar shackledtodesk avatar siraben avatar tomasekeli avatar torwag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

remarkable-hacks's Issues

Expand email body size (or show characters remaining)

The email body length seems to be limited to 255 characters. I don't have hopes that can easily be expanded, but if it's possible that would be great.

Alternatively it would be helpful to display the number of remaining characters while typing the email body.

Feature request: Color selection for Highlighter

On paper, I often use a gray highlighter for shadow/shading.

It would be awesome to have that on remarkable as well. It looks great on the device, but as soon as I open the document on another device with color, it is awful.

This would really make my day.

Back to home screen via a gesture or another ico

Can we add a gesture or button to go back to home screen? Maybe it could be an additional item on the menu button (where we disable swipes exists for example).

I realize this is minor since we do have the home button, but it would be cool to not have to rely on buttons at all. Thanks for this great project.

Reading mode - page turns backwards?

Hi, two questions re: reading mode:

  1. When I tap the screen, it appears that page turns are backwards. If I tap the left side of screen, it advances to next page, and when I tap the right side of screen it goes to prior page. Am I doing something wrong? Perhaps this is because I'm a lefty, and have the UI in left-handed mode?

  2. Besides the obvious answer of "for reading", can you explain functions (or restrictions) of reading mode?

Thanks again for this incredible hack!

files in root home directory

First of all,

thankyou for these awesome tools! I really enjoy using them!
I have one question tough:
In my remarkable home directory (/home/root) appeared some files which I don't know if they belong there:

-rw-r--r--    1 root     root         39305 Mar  4 07:34 patch_01
-rw-r--r--    1 root     root         43121 Apr  7 16:09 patch_02
-rwxr-xr-x    1 root     root       4157340 Apr  7 16:09 xochitl
-rwxr-xr-x    1 root     root       4153248 Mar  4 07:34 xochitl.2106
-rwxr-xr-x    1 root     root       4157340 Apr  7 16:09 xochitl.2113

Installed the patches using
sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)" and hitting Ctrl+C
Is the homedirectory really the path where the binaries belong to?

Thanks again! Great work!

Eraser toggle on Lamy button press

I got a Lamy pen, which is compatible with reMarkable tips and works really well.
The pen has a handy button which would be useful as an eraser toggle, but unfortunately the remarkable ignores its events.
In /dev/input/event0 you get:

  • type: 1 code: 331 value: 1 on button down
  • type: 1 code: 331 value: 0 on button up

Would it be possible to patch the event loop so that these events are properly handled?

For me this solution would be even superior to the new Marker with eraser since I would be able to use the precision of the marker tip to erase...

Patch 5 crashing

Even after clearing the QML cache, running the patch causes a crash.

root@remarkable:~# sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)" 
Connecting to raw.githubusercontent.com (151.101.0.133:443)
wget: note: TLS certificate validation not implemented
-                    100% |******************************************************************************|  3001  0:00:00 ETA
Disk space seems to be enough.
Version 2.1.1.3 - patch_05
Connecting to github.com (13.250.177.223:443)
wget: note: TLS certificate validation not implemented
Connecting to raw.githubusercontent.com (151.101.0.133:443)
patch_05             100% |******************************************************************************| 50549  0:00:00 ETA
Cleaning up...
Trying to start the patched version...
You can play around, press CTRL-C when done.
12:01.113                          evdevtouch: Using device discovery
12:01.121                          evdevtouch: Adding device at "/dev/input/event1"
12:01.129                          evdevtouch: Using device /dev/input/event1
12:01.166                          evdevtouch: /dev/input/event1: Protocol type B  (multi), filtered=no
12:01.167                          evdevtouch: /dev/input/event1: min X: 0 max X: 767
12:01.167                          evdevtouch: /dev/input/event1: min Y: 0 max Y: 1023
12:01.167                          evdevtouch: /dev/input/event1: min pressure: 0 max pressure: 0
12:01.167                          evdevtouch: /dev/input/event1: device name: cyttsp5_mt
sh: line 125:   302 Segmentation fault      (core dumped) QT_LOGGING_RULES=*=false ./xochitl.patched
It crashed?
Cleaning up...

Suggestions regarding bookmarks

Two suggestions regarding bookmarks:

  • show bookmarks also when showing recent files with long press of middle button (or offer other button option)
  • I realised I could name bookmarks by a long press in the upper right corner - how cool! Suggestion: if the document has a table of contents default the bookmark name to the current TOC title. Don't know if that's easy to do but I'd enjoy the idea of just bookmarking a page and have a good chance to have a fitting bookmark title automatically :-). Pages without a TOC-entry could even default to the last known TOC-entry + something added like "+5" meaning "five pages after". Thus " Indroduction+2" would mean page three of the introduction.

Just dreaming :-) ... Thanks for maybe considering what's feasible ...

Question: is it possible to distinguish different pens?

I've been wondering whether it's possible to distinguish different pens from the software side (do pens have a kind of uuid or pen-type-id they transmit?).

Thus it would be awesome to e.g. automatically switch the pen type -- when grabbing a Staedler e.g. automagically using the pencil, for the Lamy a pen and the original RM pen a ballpoint.

That would be totally awesome for paper people, I think ;-) ...

Once again: thanks for your awesome patches - it's like Christmas and Birthday at the same time :-) ...

Left handed mode, writing/erasing toggle button on right side

Hi,
Thanks for those amazing features.
I noticed that in left handed mode the button for switching between writing and erasing in zen mode stays the same. I think it would be a bit more convenient to have the button, when using the left handed mode on the right side.
Thanks!

How to use pen button?

Hello,

I just got a Lamy pen with a button. I installed the last patch (22048/patch_03). I see in the option that I can chose between "Toggle Erase/Pen" or "Hold to erase". However, in both modes pressing the button does not seem to do anything work.

Am I doing something wrong?

Bookmarks stay disabled in Zen mode even if activated manually

Zen mode deactivates Bookmarks creation, but the toggle is (fortunately) still visible in the Share menu.
However it's not working. I used bookmarks a lot and always have Zen mode enabled, so it would be really cool to keep the toggle functional even in Zen

Feature request - Optional pen colours

I wondered if it would be possible to use actual colours for the pens, highlighters etc. in a similar way to how the Sony DPT-RP1 does. The colours obviously show in grayscale on the reMarkable when you're using them, but show true on the output document when viewed on computer/smartphone etc. It would be great to have colourful notes!

stuck in M mode with disabled swipe

First of all: thanks so much for your work. You are transforming the rM into what it ought to be!

Reporting from 2.1.1.3, patch 5_1-10:

In M mode, with menu toggled off, there is no minimised icon to restore the menu. The only way to toggle back the menu is with swipe down. If swipes are disabled, there is no way to get the menu back -- or at least I could not find any :-( (I have tried to hold the left and right buttons pressed for some time but it does not help. Restart restores the menu.)

I admit this might count as a user error, but I thought I should report it anyway.

Bookmark location for lefties

As a lefty, when I am writing toward the top of the page, I constantly find that the edge of my hand is toggling bookmarks off and on, and often, opening the edit bookmark function. The latter obviously interrupts my writing, as I need to close the edit bookmark menu before continuing. And I end up removing and adding bookmarks by accident.

Without the hack installed, I have a similar problem with the close document button, which rM put in the same place.

Is there any way to relocate the bookmark location for lefties? Perhaps just to the left of the menu toggle in the upper right corner? Or maybe relocating for everyone, if there are righties who are having a similar issue?

Thanks so much for a great hack!

Close Recent Files list with second long-press on middle button

Once the Recent Files list is brought up with the middle button long-press, I can't find a way to close the list without selecting a file. I've done this a couple of times while intending to do a long-press for Undo. Could you add a way to close the recent file list, perhaps either by tapping outside the list, or a second long-press, or both?

Thanks for your work to make the rM so much better!

Feature request: Disable bookmark corner

I love the hacks here!

One thing I wish for:
I am left handed and keep triggering the bookmarks page, and I do not actually use this particular feature.

It would be great if I could move/disable the corner button.

Menu icons overlay

Hello,
not sure if I am trialling it wrong but have tried different patches. When I test it out, the menu loads as normal, with then the remarkable-hacks menu over the top of it, making there be effectively two menus that interfere with one another. All the features seem to work fine, but because two menus appear to load, it often ends up reverting to the remarkable menu option.

If this doesn't make sense, I can upload photos to display what I mean.

Many thanks

Recent-files popup does not respect landscape mode

The recent-files popup does not respect landscape mode: it comes out turned 90 degrees, as if the device were in portrait mode. (It is still fully functional and super useful. Thanks a lot for implementing it.)

Feature request: paste to different page

Currently a big limitation of reMarkable xochitl application is that it is not possible to paste to a different page. Would it befeasible to implement this?

Thanks a lot in advance for your great contributions!

Bookmarks not updating

Firstly thank you for your work with this and the excellent tools.

I bookmarked & labelled some pages in a notebook and then added some new pages to the notebook. The existing bookmarks still referred to the original page numbers rather than updating to account for the new pages.

The notebook is in portrait mode.
In the "known issues" I see that "bookmark position stays the same in landscape mode" which implies that it isn't usually an issue in portrait mode.

Should this be working? If so I'll try running the latest version (the current one was installed a few weeks ago once the 2.1 update came through and I could use SSH.

Otherwise, is there an easy way to change the pages bookmarks refer to without deleting the old ones and adding new ones?

Thank you!

Tried to get latest patch, but ran into a segmentation fault

Got a seg fault when trying to get latest patch. Any ideas?

root@remarkable:~# sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)"
Connecting to raw.githubusercontent.com (151.101.192.133:443)
Disk space seems to be enough
Version 2.1.1.3
Connecting to github.com (140.82.112.3:443)
wget: note: TLS certificate validation not implemented
Connecting to raw.githubusercontent.com (151.101.192.133:443)
patch_02 100% |**************************************************************************************************************************************| 43121 0:00:00 ETA
cleaning up
Trying to start the patched version
You can play around, press CTRL-C when done
sh: line 125: 402 Segmentation fault (core dumped) ./xochitl.patched > /dev/null 2>&1
It crashed?
cleaning up

PDF handling

At the moment only the writing layers of a pdf page will be moved/translated in your current patch 05.8

Allows use of "Undo" button in Zen mode

Zen mode is a fantastic improvement and what the RM has been missing for a long time. Thank you for that and all your amazing patches!

I was wondering if it might be possible to add a feature to zen mode to allow a quick undo, or several quick undos. Perhaps a double press of the left button could cause an undo and a single slightly longer press toggle the writing implement.

What do you think?

Feature request: simple shapes (circles/rectangles)

How hard do you think adding simple shapes would be? Like drawing circles / rectangles.

Possible workarounds:

  • Overlaying a semi-transparent shape which could be moved/resized, so that one may draw the shape by following the overlay.
  • Creating a page with standard shapes (circle / square / ...). Then the user can copy/paste/resize these shapes at will in another layer.

(Thanks for the great work so far, this project is invaluable.)

mv: write error: No space left on device

This warning pops out for me when trying to make it permanent, then the tablet crashed and reverted me back to 1.8. I believe it is due to the limited space available in /usr, and how previous installed binary patches take up spaces.

Remember eraser type for documents

When I switch documents, the eraser type (e.g. selection erase) is reverted to the default eraser. Having the eraser type persisted would save having to set it manually each time.

Feature request: remember last orientation in new notebook

It is wonderful that last used pen is remembered for new notebooks. Thanks so much for that. I hope I do not appear ungrateful by suggesting that also the orientation (portrait/landscape) could be remembered for new notebooks.

(I feel a bit ashamed by entering four tickets in a row like this, as if I were unsatisfied. On the contrary, I am absolutely marvelled by the fact that the rM is now moving forward, thanks to your work! (while the official rM development team seems to be stuck. I have turned off auto-update, because your patches are more important than official increments.)

Add comma to first page of keyboard

Having just sent a document as email I realized that I missed the comma "," on the first page of the keyboard (in my case: German) and had to switch to page 2 several times to insert it.
As I noticed that the various keyboard layouts consist of varying numbers of "keys" I wonder if you could sneak in a comma button onto the first page.

Feature Request - Eraser footprint

One of the things that I find difficult about the rM eraser is that there's no indication, visually while erasing, of the footprint of what will be erased. Is there any chance you could add something like Photoshop's visual indicator of eraser footprint, as shown in this video?

https://youtu.be/NpKOcPIK2oY?t=30

Perhaps the refresh rate of the e-ink screen makes this unworkable, but I figured I'd ask. Thanks so much for considering this addition to an already fantastic hack!

The temporary page indicator is missing while toolbar hidden

The temporary page indicator is shown for 5 seconds after page changed in original Remarkable software (as in a picture below).
It's completely disabled with remarkable-hacks.
I don't mind having it disabled while toolbar enabled (there is page indicator "x of y"). However it would be really useful while the toolbar is hidden.

Could you please put it back while toolbar is hidden? If it's not possible to differentiate the state it would be better to have it there as in original Remarkable software.

image

Version 2.2

Hello,

Version 2.2 has just been installed on my remarkable. The hack does not yet seem supported with it. Can I do anything to make it work? (e.g., downgrade my remarkable version or something else)

Bookmarks doesnt seem to do anything

I click on the bookmark, icon goes black, but nothing else happens, not sure if this is how its intended to work. Im on 2113, just installed latestpatch.

Bookmark bug

Hi. Can U please fix this? If I bookmark a page like the third one with a “C”, and then insert another page in front of it, my bookmark “C” will stay on the third page, which is now “E”. And so I loose my bookmark for the page “C”

image

image

image

image

Landscape mode has no room for bookmark submenu

In landscape mode, the menu is too short to hold all the items. In particular, the bookmarks submenu is absent. Personally I would rather sacrifice the eye button, but of course I do realise that different users have different needs.

Battery and wifi symbols

thanks for your ncie hack! I just noticed that somehow the symbols for battery lifetime and wifi connectivity are gone.
Is it possible you removed them on accident?

The backup /home/rmhacks/xochitl.2020 is not the original file (was it replaced/ deleted?), cowardly aborting...

By following the instructions on the readme, I ran the following line on the RM

sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)"

Here's my ouput

remarkable: ~/ sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)" 
Connecting to raw.githubusercontent.com (151.101.112.133:443)
wget: note: TLS certificate validation not implemented
-                    100% |*******************************************************************************************|  3508  0:00:00 ETA
Disk space seems to be enough.
Version 2.0.2.0
Connecting to github.com (140.82.118.3:443)
wget: note: TLS certificate validation not implemented
Connecting to raw.githubusercontent.com (151.101.112.133:443)
patch_224            100% |*******************************************************************************************| 39533  0:00:00 ETA
The backup /home/rmhacks/xochitl.2020 is not the original file (was it replaced/ deleted?), cowardly aborting...

Can't figure out what it is and how to fix it

wget issue

Hi when I tried to patch version 2113 I got the following wget error:

Disk space seems to be enough.
Version 2.1.1.3 - patch_2113
Connecting to github.com (140.82.118.3:443)
wget: note: TLS certificate validation not implemented
wget: server returned error: HTTP/1.1 404 Not Found

I tried to wget the patch.sh and the patch binary manually there seems to be no issue. But I would like to use Automagic for safety reason because I am not very literate on Linux commands yet.

Please help. Thanks

Feature request: re-zero page numbers

In a lot of pdf ebooks, there will be a cover, introduction, etc, then the page numbers will start 10-20 pages into the book. This results in reMarkable's page number and the book's page numbers not lining up, making "go to page" hard to use. It would be nice if there was some way to tell it "this page is zero", and then all the pages before it would be negative.

Feature request - power saving book reading mode

I just stumbled upon your hacks this week and love them! Great work.

I'm wondering if it's possible to make better use of the key feature of eink: not needing power to display anything.

Idea: add a power saving book reading (not annotating) mode:

  • turn wifi off
  • rm displays page, but goes to sleep mode (disable the used overlay png or use a totally transparent one)
  • when pressing the left or right of the button rm wakes up, turns the page and goes to sleep again
  • middle button could come back to regular mode

(if it's not possible to detect which button woke up from sleep, a double press could do: first one to wake up, second for page turn)

I'm wondering if this could result in any significant power savings, so - just for reading - the rm could actually last for days ...

(as for the regular reading mode: I'd like to be able to disable the "tapping" feature to turn pages -- I prefer the buttons, and even disabled swipes ...)

Thanks again for the great work!

Custom Installer

You have created a lot of wonderful tweaks, but I use the bookmarks, recent documents, and I enjoy the show first page in thumbnails. Can you separate the tweaks so they each have their own installer or make an installer that allows me to pick which tweaks are installed onto my device?

Something like:

Install bug fixes? [y/N]
Install Zen Mode? [y/N]
Install Bookmarks? [y/N]
Install $LAYER-SWITCHER? [y/N]
Move "Go to Page" to toolbar? [y/N]
Resize toolbar icons? [y/N]
Make thumbnails show first page? [y/N]

And so forth for all of the different tweaks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.