remarkable-hacks
remarkable-hacks copied to clipboard
Lamy Button for Erase not working
Hi. I had the DDVK working previously, but with new 2.10.1.332 I reinstalled the patch (sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)") but Lamy button not working.
I've deinstalled (removed) the hack via the instructions, and RM2 appears to have returned to original, mftr functionality (menu returned to original). Reinstalled, and menu updates with all of hack's options, but Lamy button still not working.
Any ideas? Thx
Do you have https://github.com/ddvk/remarkable-stylus installed?
That did it...I thought that was in the package ("master/patch.sh".
In future, does it matter which is installed first?
Thanks
There are two automagic installs required, your first comment only lists installing remarkable-hacks, but not remarkable-stylus. I'm not sure if order matters, but remarkable-stylus requires remarkable-ddvk to be installed for anything to happen, so I would recommend the following:
sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-hacks/master/patch.sh -O-)"
sh -c "$(wget https://raw.githubusercontent.com/ddvk/remarkable-stylus/master/patch.sh -O-)"
I put both these automagic commands into a shell-script stored in the rmhacks-backup directory -- it seems to survive updates and I simply have to call it, and everything gets updated as I want it, without me having to do any copy-pasting and thinking about it ...
Not being a programmer, can you provide some instructions as to how to do that?
It sounds quite efficient.
Thanks,
Eric
From: dstango @.> Sent: Thursday, October 14, 2021 2:30 AM To: ddvk/remarkable-hacks @.> Cc: egombrich @.>; Author @.> Subject: Re: [ddvk/remarkable-hacks] Lamy Button for Erase not working (#366)
I put both these automagic commands into a shell-script stored in the rmhacks-backup directory -- it seems to survive updates and I simply have to call it, and everything gets updated as I want it, without me having to do any copy-pasting and thinking about it ...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ddvk/remarkable-hacks/issues/366#issuecomment-943182080 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AWBR54NP7ROLUGDPVEVF34DUG2PK7ANCNFSM5F6B7OAA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub . https://github.com/notifications/beacon/AWBR54PBMCTQ42C5DS4XDHDUG2PK7A5CNFSM5F6B7OAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHA35CAA.gif
Hi Eric, here are some commands:
cd /home/rmhacks
nano automagic.sh
now type in your shell commands and close the editor
chmod 755 automatic.sh
./automagic.sh
that's it. From thereon you only cd to /home/rmhacks and execute ./automagic.sh whenever a new update arrives.
Hope that helps.
Dirk
close the editor
To close the editor press ctrl and the x key at the same time.