Coder Social home page Coder Social logo

Cannot work with magisk about tsu HOT 8 CLOSED

cswl avatar cswl commented on August 19, 2024
Cannot work with magisk

from tsu.

Comments (8)

wzhy90 avatar wzhy90 commented on August 19, 2024 1

@urain39 Add this text in the exec line
PATH=$PATH
then become like this
exec ..........LD_LIBRARY_PATH=..... PATH=$PATH .........

from tsu.

C4droid avatar C4droid commented on August 19, 2024

in magisk 13.3 ,tsu still not work

from tsu.

urain39 avatar urain39 commented on August 19, 2024

See this PR: #6

from tsu.

wzhy90 avatar wzhy90 commented on August 19, 2024

@urain39 Still has wrong PATH.

$ tsu
bash-4.4# echo $PATH
/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
bash-4.4#

from tsu.

C4droid avatar C4droid commented on August 19, 2024

I would say it's a termux issue, because "su" itself works fine.
And it definitely works with the "su" from termux not any other probably in path (dircetly called with "/data/data/com.termux/files/usr/bin/su".
But "tsu" searches for "su" only in two hardcoded paths ("/system/xbin/su" and "/su/bin/su") instead using its own su, which searches in "/system/xbin/su", "/system/bin/su", "/su/bin/su", "/sbin/su" and "/magisk/.core/bin/su".

from tsu.

Jolanrensen avatar Jolanrensen commented on August 19, 2024

When manually adding /sbin/su to tsu I still get the CANNOT LINK EXECUTABLE error in termux...

from tsu.

cswl avatar cswl commented on August 19, 2024

810c596 has been merged.
/magisk/.core/bin/su should be in search path now

from tsu.

cswl avatar cswl commented on August 19, 2024

Also 717b902

Once the package is available in termux repos.. Im gonna close this

from tsu.

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.