-
Notifications
You must be signed in to change notification settings - Fork 125
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
Android 15, unable to perform state transition #336
Comments
It's frida bug. If the ROM is equipped with a Google Play System Update version before August 2024, the workaround in the link below can be applied. However, if the ROM is equipped after August 2024, the workaround may cannot be applied, and this is something that Frida developers need to fix. |
I found the issue and I've tested an "hardcoded" version of frida. Basically at https://github.com/frida/frida-java-bridge/blob/main/lib/android.js#L3929 frida looks for the address of ExceptionClear but the address found is wrong. Setting the correct address of ExceptionClear (found through diffing 2 libart) Frida works again. |
@matbrik same issue, have you solved it? |
This temporary solution frida/frida#2958 (comment) worked for me on android 15 |
Device Pixel 6 Android 15 beta AP31.240617.015 rooted with Magisk
I get the same error using a frida-server
How can I debug this? I cannot match the line numbers in the stacktrace with a relevant code in the source files
The text was updated successfully, but these errors were encountered: