-
Notifications
You must be signed in to change notification settings - Fork 140
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
Can't connect to certain apps #30
Comments
Was there any spaces in the package name? Enclose with " " if there is. |
Hi I think this might be because the frida.get_usb_device().attach("com.xxx.yyyy") does not work in the first try. For me I would get the error: device not found or Can't connect to App. Have you connected the device? when it failed in the try statement of fridump.py. I modified "fridump.py" from line 69 to 79 as below:
Hope it helps you! |
this does the trick! well thought!! |
My fridump is connected to the device for sure, because the command
python fridump.py -U -s keystore
works.
however any other processes, especially the ones that start with com.xxx.yyy don't work
is there any reason?
thank you.
The text was updated successfully, but these errors were encountered: