(Guide) Editing Root Explorer to work with Perma-Temp Root!
First off: This is a Paid app so I will not Post the App its self, This is just a Guide to make Root Explorer Work with our Perma-Temp Root so you never Lose Root Access via Root Explorer!
You need to know how to use smali & able to resign apk's, I wont be covering a how-to for those steps..
Step 1.).. De-compile Root Explorer using smali
Step 2.).. Open the File CommandShell.smali located at > \smali\com\speedsoftware\rootexplorer\CommandShell .smali
Step 3.).. Find the Strings
Code:
const-string v8, "/system/xbin/su"
const-string v7, "/system/bin/su"
const-string v6, "/data/bin/su"
Step 4.).. We now change those string to match these
Code:
const-string v8, "/sbin/su"
const-string v7, "/vendor/bin/su"
const-string v6, "/system/bin/su"
Step 5.).. baksmali it & resign the apk
Step 6.).. Unistall the current version of Root Explorer
Step 7.).. Now we can install via adb install or off the sdcard
That's it.. Hope that helps everyone with Root Explorer!
~Eugene
Image Hosting Provided by http://i.imgur.com
TMO SGS2 & Nexus S
Eugene373's github
T-Mobile US
Follow me on Twitter.
http://twitter.com/#!/Eugene373
Like my Work, Buy Me a RedBull by clicking on my Can
Just Remember, Only you can Stop XDA Forest Fires!

|