-
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 App. Have you connected the device with Frida 16.1.4 #41
Comments
also encounter this issue, need the solution |
@vinilnarayan @y0sua Are you both using palera1n jb? |
hi @hongsolo9 am using a windows 10 machine with a pixel 4 and i'm getting the same error message. When running fridump in verbose mode i'm getting this message: DEBUG:unable to connect to remote frida-server: closed |
To resolve the issue use App name instead of package name.
Then use the following command
|
Open fridump.py then change session = frida.get_usb_device().attach(APP_NAME) to device = frida.get_usb_device()
pid = device.spawn(APP_NAME)
session = device.attach(pid) |
Hi,
I have installed Frida version 16.1.4 in my mac. The same version has been installed in my iOS device.
When I run fridump script getting the below error.
Can't connect to App. Have you connected the device? DEBUG:unable to communicate with remote frida-server; please ensure that major versions match and that the remote Frida has the feature you are trying to use
The text was updated successfully, but these errors were encountered: