Skip to content

Commit

Permalink
Merge branch 'master' of github.com:scottyab/rootbeer
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthcopter committed Jun 30, 2015
2 parents b476d88 + 317f85d commit 12b238f
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 9 deletions.
84 changes: 84 additions & 0 deletions art/root_beer_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions rootbeerlib/jni/toolChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@
#define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__);

const char *paths[8] = {
"/sbin/su",
"/system/bin/su",
"/system/xbin/su",
"/data/local/xbin/su",
"/data/local/bin/su",
"/system/sd/xbin/su",
"/system/bin/failsafe/su",
"/data/local/su"

"/data/local/",
"/data/local/bin/",
"/data/local/xbin/",
"/sbin/",
"/system/bin/",
"/system/bin/.ext/",
"/system/bin/failsafe/",
"/system/sd/xbin/",
"/system/usr/we-need-root/",
"/system/xbin/"
};


Expand Down

0 comments on commit 12b238f

Please sign in to comment.