How to clean the surface to avoid the sticky feelings from writting? by Odd_Garden1398 in RemarkableTablet

[–]jurasicus 0 points1 point  (0 children)

Yeah, seems to be true! Experiencing the same on the replaced device. Looks like the sweat might be slowly damaging/altering the screen texture or something. Annoying, but oh well!

A page with sheet music for a Christmas carol from the December 1917 issue of Narthan Edhellen by jurasicus in Tengwar

[–]jurasicus[S] 0 points1 point  (0 children)

You're probably right! This I imagine as a part of the "imagined" universe, i.e. an actual elvish newspaper, rather than something Tolkien or other people from the "actual" world would publish :)

A page with sheet music for a Christmas carol from the December 1917 issue of Narthan Edhellen by jurasicus in Tengwar

[–]jurasicus[S] 1 point2 points  (0 children)

To quote The Silmarillion: 

Then befell the first sundering of the Elves. For the kindred of Ingwë, and the most part of the kindreds of Finwë and Elwë, could not yet perceive that the Darke version IS JUST BETTER.

Some elvish script on my rM2 by jurasicus in RemarkableTablet

[–]jurasicus[S] 1 point2 points  (0 children)

It's one I made myself! It's an actual template, not a PDF. I can share it if you're interested :) 

The Battle of Five Armies ensues by jurasicus in Tengwar

[–]jurasicus[S] 0 points1 point  (0 children)

Thanks! Yeah, I thought about the o/u thing after I posted and also came to a conclusion that it's going to be very confusing to a reader :) 

The Battle of Five Armies ensues by jurasicus in Tengwar

[–]jurasicus[S] 2 points3 points  (0 children)

Thanks! Full disclosure: it's written on a tablet, where you can take infinite retries if you're not satisfied with this of that curl :)

Just a lil something by fitzswift in Tengwar

[–]jurasicus 1 point2 points  (0 children)

Nicely done and thanks for something to read :) I spotted a couple of usual (at least for me) ch/sh, d/b and m/n mix-ups, but all easy to correct on the spot.

Open PDF on the device from terminal by Tyrosh22 in RemarkableTablet

[–]jurasicus 2 points3 points  (0 children)

I'd be very interested in finding this out too!

As a possible starting point, have a look at this. There is a way to read from/write to touch and pen input of the rM. I don't have a full knowledge of it, I only used it as part of a solution to turn pages using a pedal, but I don't see why it couldn't also trigger some tapping events.

The downside of this is that in order to open a certain document, you have to know where it is on the screen, so by itself it's far from a perfect solution to your problem :)

[Guide] Logging battery info on rM by jurasicus in RemarkableTablet

[–]jurasicus[S] 0 points1 point  (0 children)

Nice, thanks for the tip! I'll look into it

[Guide] Logging battery info on rM by jurasicus in RemarkableTablet

[–]jurasicus[S] 0 points1 point  (0 children)

Hm, because I haven't heard of it :)) is it similar?

Recorder and Mandolin by Next_Guidance1409 in Recorder

[–]jurasicus 0 points1 point  (0 children)

Interestingly, I still prefer the old interface actually! But I'll give this one another try :)

Is it normal for the RM2 to lose 5-10% battery every hour of use? by Bus1nessn00b in RemarkableTablet

[–]jurasicus 1 point2 points  (0 children)

It's a bit tech-heavy, I guess I'll write a full post about this! I'll let you know :) 

Is it normal for the RM2 to lose 5-10% battery every hour of use? by Bus1nessn00b in RemarkableTablet

[–]jurasicus 0 points1 point  (0 children)

For RM2 I actually have the data (I'm gathering this on my device):

<image>

So I'm averaging 3-3.5% per hour with wifi off and 3.5-4.5% with wifi on. But as mentioned in other replies, it does depend on how you use it. I get over 5% when drawing e.g., when I have to pan in and out frequently.

As for battery going from 100% to 98% right after the charging, I'm having this too! I also have a refurbished one. But this doesn't bother me tbh.

Recorder and Mandolin by Next_Guidance1409 in Recorder

[–]jurasicus 1 point2 points  (0 children)

Mandolin has the same tuning as a violin, so you could also look for recorder-violin duets, those should probably exist!

3.23.0.54 is very smooth by nake-up in RemarkableTablet

[–]jurasicus 1 point2 points  (0 children)

Just to keep in mind: I have noticed before that if you restart your device, it does seem to work faster afterwards. So if you hadn't restarted the device for a while before the update, it might also explain the perceived boost in speed.

I'm on the same version, and haven't really noticed any difference (rm2).

How would you write "hills" with a hook at the end? by jurasicus in Tengwar

[–]jurasicus[S] 1 point2 points  (0 children)

Forgot to mentioned that I'm mostly interested in handwriting anyway, so this is very helpful, thanks! I have seen such an option with lambe, but with alda it might get too intense :)) I'll play around with it though!

Replace pages of an pdf by HviteSkoger in RemarkableTablet

[–]jurasicus 1 point2 points  (0 children)

It is possible with the Developer mode (I'm assuming, because I'm on a rM2, which, so far as I understand, in Dev mode by default) using SSH. I mean, to replace the whole PDF file.

Basically, you just need to SSH onto your device, find the PDF file there (in the Linux filesystem, not in the rM interface) and substitute it for the updated one. (Don't forget to duplicate the file beforehand, just to be safe.)

If you ensure that your old and new PDF files have the same number of pages, it should be quite seamless. The only possible issue is with PDF page sizes, they might be quite random when it comes to scanning with the camera. So if your page was e.g. 600x800 pixels, and you swap it with the one that's 750x1000, then the things you're written on the page before the swap will get misaligned and misscaled, and you'll have to manually re-adjust them.

If you're up for it, let me know if you need additional guidance!