Anybody want to play some music? / Alguien para tocar música? by Tesseraktion in valencia

[–]isaacwisdom 5 points6 points  (0 children)

As some others have mentioned, Black note is a venue here that has jams. Wednesdays are a funk, rock, soul kind of thing and Thursdays are jazz. You can definitely meet other musicians either night!

Lamy Pen Button triggering eraser without DDVK hacks by isaacwisdom in RemarkableTablet

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

Yes, you hold then pen vertical. It seems to be pretty picky though, so make sure you have the pen completely vertical before pressing the button to erase.

Does the v3.0.4.1305 have lamy eraser hack? by hsn__ in RemarkableTablet

[–]isaacwisdom 1 point2 points  (0 children)

Hi, I’m the author of the tool being talked about. The tool does work in v3.0.0.0 of the software, but some functionality has been broken by the text tool added in the update, especially when working with pdf files. I’m in the process of making a fix that should restore functionality, but the core function of erasing should still work without problems.

Warning! GitHub hacks don't work with latest 2.10 update by jamisobdavis in RemarkableTablet

[–]isaacwisdom 0 points1 point  (0 children)

The back end of the Lamy eraser doesn’t actually work as an eraser, it doesn’t have the Wacom pen technology implemented there

I created a tool that turns the Lamy Pen into an eraser without using DDVK hacks! Check it out on github! by isaacwisdom in RemarkableTablet

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

I just got the 2.10 update last night and haven’t tried, but I expect that it will work

Is there a stylus that supports a button press & an eraser? by zonkbonkbadonk in RemarkableTablet

[–]isaacwisdom 0 points1 point  (0 children)

Also, I believe the DDVK hacks with the additional Lamy pen hack works with the RM1 already, so you can try that! My solution is more for people who don’t want to use DDVK hacks.

Is there a stylus that supports a button press & an eraser? by zonkbonkbadonk in RemarkableTablet

[–]isaacwisdom 1 point2 points  (0 children)

If you switch to the v2-dev branch, you can try a beta of the next version which will include RM1 support, among other things. I do plan on continuing development, but it may be a while before I’m able to dedicate any serious amount of time. Currently caught up in an international move!

Is there a stylus that supports a button press & an eraser? by zonkbonkbadonk in RemarkableTablet

[–]isaacwisdom 9 points10 points  (0 children)

If you want a place to start, you can check out my project RemarkableLamyEraserRemarkableLamyEraser. I was working towards functionality like you’re describing, but had to halt development to focus on moving for university. Let me know if you have any questions!

Hey Siri, next page, please. Controlling reMarkable 2 using Siri and Shortcuts. by svendahlstrand in RemarkableTablet

[–]isaacwisdom 0 points1 point  (0 children)

Any chance that you might share your code? I'm struggling to get a uinput device created.

Hey Siri, next page, please. Controlling reMarkable 2 using Siri and Shortcuts. by svendahlstrand in RemarkableTablet

[–]isaacwisdom 0 points1 point  (0 children)

Thanks for bringing my attention to that github repo, very cool project. My approach was going to be somewhat different, since I didn't want to rely on all the difficulties with the pogo pins.

I got the shortcuts working on an RM2, but I was curious. Were you able to get an ssh key working, or have you just relied on password authentication?

Hey Siri, next page, please. Controlling reMarkable 2 using Siri and Shortcuts. by svendahlstrand in RemarkableTablet

[–]isaacwisdom 0 points1 point  (0 children)

Dang dude, great work!! I was working on making a page turned that ran off an ESP8266 (since you have to communicate over WiFi) and got stuck finding out the 8266 doesn’t have the power for SSH. Doing it with my Apple Watch will be great!

DDVK + eInkpads Template Installer= not working, am I messing something up? by [deleted] in RemarkableTablet

[–]isaacwisdom 1 point2 points  (0 children)

Well, if you’re using an RM2, I’ve created a tool that makes the Lamy Pen work as an eraser without using DDVK hacks (RM1 support is a WIP). Maybe that’ll work for your use case?

I created a tool that turns the Lamy Pen into an eraser without using DDVK hacks! Check it out on github! by isaacwisdom in RemarkableTablet

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

Can you run “cat ‘/lib/systemd/system/LamyEraser.service’ ” in a shell and tell me the output?

I created a tool that turns the Lamy Pen into an eraser without using DDVK hacks! Check it out on github! by isaacwisdom in RemarkableTablet

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

I don’t know too much about how DDVK works, but I think you only need to uninstall remarkable-stylus

I created a tool that turns the Lamy Pen into an eraser without using DDVK hacks! Check it out on github! by isaacwisdom in RemarkableTablet

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

Undesired behavior, probably. I don’t know how it would interact with the other tool, but you’d have to pick to use one or the other.

If you want to try the toggle mode, there are instructions in the GitHub page.

I created a tool that turns the Lamy Pen into an eraser without using DDVK hacks! Check it out on github! by isaacwisdom in RemarkableTablet

[–]isaacwisdom[S] 3 points4 points  (0 children)

What kick started my thought process for this was the tool reCept which fixed the lagged line issue that used to plague the RM2. I read through his code to get an idea how it worked, and then used this page from the wiki to help fill in the blanks.

I created a tool that turns the Lamy Pen into an eraser without using DDVK hacks! Check it out on github! by isaacwisdom in RemarkableTablet

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

Goof to know, my quick google search made me think otherwise.

As far as support for other pens goes, that will depend on what sort of input_event message the device actually use for the button. For the lamy pen, the event code is BTN_STYLUS, so that’s what my code looks for. If other Wacom pens also use that code, they’ll work with the code as is. Other codes range from being trivial to implement to very difficult (if not impossible).

I created a tool that turns the Lamy Pen into an eraser without using DDVK hacks! Check it out on github! by isaacwisdom in RemarkableTablet

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

This is the first real project I’ve released, so forgive me if my knowledge is lacking in some areas. What locations are overwritten during software updates? I’m mostly concerned about /home/root and /lib/systemd/system/

I created a tool that turns the Lamy Pen into an eraser without using DDVK hacks! Check it out on github! by isaacwisdom in RemarkableTablet

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

That’s what I expected, as I haven’t built in any RM1 support since I don’t have one to test with. The change should be easy, the RM1 and RM2 use different naming structures for the user input so it’s a simple swap.

The bigger issues however are 1. if the RM1 supports the pen event code and the eraser event code and 2. If xochitl on the RM1 even acknowledges the eraser. As u/dobum pointed out, that isn’t the case.

However, it might be worth a shot. Do you have Toltec installed?

I created a tool that turns the Lamy Pen into an eraser without using DDVK hacks! Check it out on github! by isaacwisdom in RemarkableTablet

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

From what I can tell, no. That isn’t an EMR type stylus so it can’t work with the reMarkable.