Multiple minor fixes - #3
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 notifications@github.com 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 notifications@github.com wrote:
François Simond |
|
|
||
| public void analyzeSu() { | ||
| isRooted = detectValidSuBinaryInPath(); | ||
| isSuperuserAppInstalled = isSuperUserApkinstalled(); |
| android:targetSdkVersion="15" /> | ||
|
|
||
| android:targetSdkVersion="17" /> | ||
| <uses-permission android:name="android.permission.ACCESS_SUPERUSER" /> |
There was a problem hiding this comment.
| <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