Git Product home page Git Product logo

Comments (23)

skatsaros avatar skatsaros commented on August 23, 2024 4

ddvk.
It worked. You are amazing!
Do you have a a patreon account? Or paypal to support you? Thanks for the time you spend on this suite of useful tools--it's great!
With huge appreciation from Colorado!
Steve

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024 1

you can do
wget https://github.com/ddvk/remarkable-hacks/raw/master/patches/2113/patch_06
you sure yout got a binary

from remarkable-hacks.

ZacharieALES avatar ZacharieALES commented on August 23, 2024 1

First I just ran ./xochitl.patched and I had 2 sidebars one over the other (yours and the classic one).

Then I followed patch.sh and did these commands and it worked! :

root@reMarkable:~# systemctl stop xochitl
root@reMarkable:~# systemctl stop remarkable-fail
root@reMarkable:~# rm /tmp/*crash*
root@reMarkable:~# rm -fr .cache/remarkable/xochitl/qmlcache/
root@reMarkable:~# QT_LOGGING_RULES=*=false ./xochitl.patched  || echo "It crashed?"

Thank you for your help.

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024

if you had it previously, you can make a copy of xochitl.2113 which should be in the root, download the latest patch and use bspatch to patch it and replace /usr/bin/xochitl (making a backup first)

or you can just boot the old partition and disable the updates
or you can mount the old partition and copy the last patched binary

from remarkable-hacks.

ZacharieALES avatar ZacharieALES commented on August 23, 2024

Thank you for the answer.

I made a backup of the two xochitl files and downloaded the patch in /home/root but now I am not sure how to use the patch. Is it this way? :
bspatch /usr/bin/xochitl /home/root/xochitl.2113 /home/root/patch.sh

Afterwards, I will have to replace /usr/bin/xochitl by /home/root/xochitl.2113?

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024

the patch is: patches/2113/patch_06
bspatch xochitl.2113 xochitl.patched patch_06

then start to test and move .patched

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024

from remarkable-hacks.

skatsaros avatar skatsaros commented on August 23, 2024

Hello ddvk-- I love the tools you created! They made reMarkable incredible.

I accidentally updated to 2.2 and lost your tools. The above thread is beyond my capability. Is there a forthcoming update that is compatible with 2.2, or is there a way to downgrade back to 2.1?

A million thanks to you from Denver, Colorado!

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024

here is somthing easier:

cp /usr/bin/xochitl xochitl.22048
mkdir -p other
mount -v | grep 'on / ' | cut -f1 -d ' '
# will show /dev/mmcblk1p2 or /dev/mmcblk1p3 use the opposite (e.g. if p3 use p2) below

mount /dev/mmcblk1p2 other
cp other/usr/bin/xochitl /usr/bin/xochitl
systemctl restart xochitl

from remarkable-hacks.

basmets avatar basmets commented on August 23, 2024

Hi ddvk.

Thanks so much for creating the hack and for helping everyone with this.
Unfortunately I only discovered the hack now – I already updated to 2.2 and have thus never previously used the hack.

I know it must be super annoying to answer, but do you have any plans on updating to 2.2? :-)

Thanks!

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024

try again with the automagic, the official version has some bugs and was waiting for them to fix them, but anyway here's something

from remarkable-hacks.

basmets avatar basmets commented on August 23, 2024

It worked! Thanks so much. Epic tweaks, very much appreciated :-)

from remarkable-hacks.

Finardi-FS avatar Finardi-FS commented on August 23, 2024

[2.2.0.48 - patch_01]
I've noticed that after pressed eraser button, pen button does not work.
For the rest it seems perfect!
Thanks for all you're doing ♡

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024

sorry about that, fixed in patch_02

from remarkable-hacks.

Tridens92 avatar Tridens92 commented on August 23, 2024

Which version is installed right now using the automagic code on the home page of the hack? I recently upgraded to rM OS 2.2, so reinstalled the hack. My rM is reporting Version 2.2.0.48, with hack version patch05_1...

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024

well, depends on your version, the patches are version specific

from remarkable-hacks.

Tridens92 avatar Tridens92 commented on August 23, 2024

OK, so the automagic code on home page, if I'm running rM OS 2.2.0.48 is automatically going to install the 22048 version of your hack? And even though the above thread says that the eraser problem was fixed in patch_02, it's normal that mine is reporting patch05_1? Sorry, I'm not at all Linux literate, so the only thing I know how to do is SSH in and use your automagic script. Thanks!

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024

correct, if the eraser is working then it s fixed ;). ignore the version in setting (for problem reporting only)

from remarkable-hacks.

Tridens92 avatar Tridens92 commented on August 23, 2024

Perfect! Thanks so much for letting me know, and once again my thanks for this incredible hack!

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024

updated readme, patches ported to 22048

from remarkable-hacks.

cyh002 avatar cyh002 commented on August 23, 2024

here is somthing easier:

cp /usr/bin/xochitl xochitl.22048
mkdir -p other
mount -v | grep 'on / ' | cut -f1 -d ' '
# will show /dev/mmcblk1p2 or /dev/mmcblk1p3 use the opposite (e.g. if p3 use p2) below

mount /dev/mmcblk1p2 other
cp other/usr/bin/xochitl /usr/bin/xochitl
systemctl restart xochitl

Hi. i did this to revert to an earlier version so i could use your hacks. How do i revert back to the latest version?

Also, i would like to thank you for your contributions. :)
I really love what you have implemented and i wouldn't have love my tablet as much as i do, without your hacks.

from remarkable-hacks.

ddvk avatar ddvk commented on August 23, 2024

from remarkable-hacks.

Related Issues (20)

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.