-
Notifications
You must be signed in to change notification settings - Fork 225
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
load_script Exception: need Gadget to attach on jailed Android #48
Comments
It means you need to run
|
I made smoke test and |
I am already running frida sever in my device but still facing this issue. What can be the fix for it? |
It may be that frida and frida-server version do not match |
Here is a more useful comment: download frida gadgets from https://github.com/frida/frida/releases untar, rename file to gadget-android-arm64.so put the file under the path |
Oh, I copied it and it worked right away. |
I am stuck with with the following command. There is no response since last 30 minutes . how to resolve this? |
Were you able to solve the problem? |
frida.NotSupportedError: command failed: 99 |
Funny enough, taking my device off power saving mode fixed the issue. |
it worked , great man |
I tried to connect my rooted phone but get this error:
[!]load_script Exception: need Gadget to attach on jailed Android; its default location is: C:\Users\XXX\AppData\Local\Microsoft\Windows\INetCache\frida\gadget-android-arm64.so
What should I do?
The text was updated successfully, but these errors were encountered: