-
Notifications
You must be signed in to change notification settings - Fork 443
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
Root detection not working on android 14 #221
Comments
@pravinlondhe, Yes I also have this issue. The root detection doesn't work from Android 14 emulator onwards (Also tested on Android 15 Emulator). |
Thanks both for flagging this. Just so I'm clear what your are reporting. The only reason Android 13 emulator was flagging as rooted was the
@NityaSantosh26 What path in the su binary that you're seeing is not detected? I'm unclear if this is a file you've added for test purposes or something that's part of the emulator |
Thanks for your reply @scottyab. |
I'm seeing When I test the Default Android System image (i.e not the recommended Google one) emulator I'm setting test keys flagged and so rooted check fails. I'm not sure of the best solution here, potentially it's a clarification about the expected root check result of the emulator for the default system image vs google system images? |
Yeah. But how about checkForBinary? |
Root detection not working on android 14 emulator google API's system image while on android 13 emulator google API's system image it is working.
The text was updated successfully, but these errors were encountered: