Git Product home page Git Product logo

Comments (5)

ZacharieALES avatar ZacharieALES commented on August 23, 2024 1

I had the same problem and fixed it like that (be aware that it removes some safety checks provided by the standard script):

1 - Connect to the rM through ssh
ssh [email protected]

2 - Make a backup of the current xochitl file (in case something goes wrong)
cp /usr/bin/xochitl /usr/bin/xochitl_official_backup

3 - Download the latest patch
wget https://github.com/ddvk/remarkable-hacks/raw/master/patches/22048/patch_03

4 - Apply the patch
bspatch /usr/bin/xochitl xochitl.patched /home/root/patch_03

5 - Stop some services and cleanup before starting the patched version:
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?"

6 - To make it permanent, replace /usr/bin/xochitl by xochitl.patched
Ctrl + z
bg
cp /home/root/xochitl.patched /usr/bin/xochitl

from remarkable-hacks.

Rage997 avatar Rage997 commented on August 23, 2024

Thanks for the reply

After the last line in step 5, I get:
root@remarkable:~# QT_LOGGING_RULES=*=false ./xochitl.patched || echo "It crashed?" Segmentation fault It crashed?

from remarkable-hacks.

ZacharieALES avatar ZacharieALES commented on August 23, 2024

Is your current rM version 2.2.048?

from remarkable-hacks.

Rage997 avatar Rage997 commented on August 23, 2024

My remarkable version: 2.0.2.0. I guess I should update it?

from remarkable-hacks.

Rage997 avatar Rage997 commented on August 23, 2024

I confirm: after updating to version 2.2.048 everything works like charm

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.