Giter VIP home page Giter VIP logo

resolveractivitytweaks's People

Contributors

f-i-f avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

resolveractivitytweaks's Issues

XprivacyLua Script

i have seen that you developed Xprivacy lua script with Marcel who developed that module. Marcel said to me direct contact fif for new Lua script. one of the code below I give detect su using path System.getenv, i want to hook that code and only return false value. but i not understand class system for this code.

Code is:-

private static boolean searchPathForBinary(String binary) {
String[] paths = System.getenv("PATH").split(":");
for(String path : paths) {
File pathDir = new File(path);
if(pathDir.exists() && pathDir.isDirectory()) {
File[] pathDirFiles = pathDir.listFiles();
if(pathDirFiles != null) {
for (File fileInPath : pathDirFiles) {
if (fileInPath.getName().equals(binary)) {
return true;
}
}
}
}
}
return false;
}
public static boolean isRooted() {
try {
return searchPathForBinary("su");
} catch(Exception e) {
DeviceLog.exception("Rooted check failed", e);
return false;
}
}

Not working on Nokia 7 oreo

Checked and restarted, but it does not work, there is no error log in the xposed installer.
nokia 7 Stock rom C1N-224G-0-00CN-B01
xposed v90.2-beta3(Systemless)
magisk v18.1
screenshot_2019-02-26-21-29-44
screenshot_2019-02-26-21-30-11

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.