Scott Alexander-Bown

Results 87 comments of Scott Alexander-Bown

I think when we added this check initially we thought either `ro.debuggable=1` or `ro.secure=0` counts as an indication of root (side note all the checks should be thought of as...

We have removed the Selinux method in 0.1.1 given it's not accessible on later versions of Android and is not "truly" an isRooted indicator. Thanks for flagging this issue.

@Yukooo Hey, whats the beneifits of extending `android.support.design.widget.TextInputEditText`? (i'm not against the idea, just keen to understand).

This looks like a stale issue closing. Please reopen if still an issue on 0.1.1

Sorry for the slow reply. This is working as expected but we should include a FAQ note about emlators to confirm this. > Emulators are usually rooted so I think...

Thanks for the question, to confirm I understand you want a no-native check flavour because the file size of the native libraries adds too much to your .apk? Unless I'm...

hmmm, I wonder if it's due to us dropped support for `armeabi`? and I wonder if you'll have the same issue if you release a new version without native libs....

Good idea. There isn't anything at the moment. Partly why we allow added/allow the individual root checks to be called is that callers could build up a matrix of which...

> weird problem with dexguard Hey @kmno can you share any details on the issue?

@MahmoudElFerekh @kmno I believe the best course of action is to contact DexGuard support for assistance. They can see the code of rootbeer where as we don't have DexGuard licence...