-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple minor fixes #3
base: master
Are you sure you want to change the base?
Conversation
Added Permission line for Koush's Open Source Superuser.
Conflicts: AndroidManifest.xml
Hey hello Morlok8k, thanks very much for those changes I'll review them I'm sad the app cannot work anymore for it's main purpose on 4.3 and I On Wed, Aug 7, 2013 at 3:06 AM, Morlok8k [email protected] wrote:
François Simond |
Yes, you should put a nice big warning on the app saying it doesn't work on 4.3. I actually made these changes months ago, but forgot to submit a pull request. maybe with some research, people can find a way to securely protect root. 4.3 is really new. |
Yep. I studied the question right away but the security model is really On some other devices, it might be possible to keep root thanks to the fact On Wed, Aug 7, 2013 at 3:23 AM, Morlok8k [email protected] wrote:
François Simond |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8wui
@@ -118,7 +118,16 @@ private void ensureAttributeUtilsAvailability() { | |||
|
|||
public void analyzeSu() { | |||
isRooted = detectValidSuBinaryInPath(); | |||
isSuperuserAppInstalled = isSuperUserApkinstalled(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
√
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I
android:targetSdkVersion="15" /> | ||
|
||
android:targetSdkVersion="17" /> | ||
<uses-permission android:name="android.permission.ACCESS_SUPERUSER" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<uses-permission android:name="android.permission.ACCESS_SUPERUSER" /> | |
<uses-permission android:name="android.permission.ACCESS_- SUPERUSER" |
Yes, its not 4.3 compatible, but it still fixes a bunch of little issues i've noticed