-
Notifications
You must be signed in to change notification settings - Fork 141
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? #21
Comments
try:
if USB:
session = frida.get_usb_device().attach(APP_NAME) Source: https://github.com/Nightbringer21/fridump/blob/master/fridump.py#L71 |
Can you provide a bit more information regarding the app that you are trying to attach to? Primarily, does the app have any spaces in the name. If yes, you might need to enclose it within quotes. Second, I can see that frida-trace is not able to connect to the application as well. Are you sure that frida-server is running on the device? |
Yes, the actual app name is a single word, e.g., "AppName". Also, I was using Windows 10 on a laptop, but I tried from a MacBook instead, and I no longer had the issue. Feel free to close this. |
I know it's a bit old issue, but I found a workaround for windows here frida/frida-python#88 Just put |
@Nightbringer21 if an app name has two spaces in it does it matter. Like "App Test Name"? I'm getting fridump: error: unrecognized arguments: Test Name” it's like it doesn't like the second space? |
I was getting the same error using a lightning cable. I switched to a classic USB cable and it ran fine. |
iPhone: iPhone 6s Plus
Model: A1634
iOS: 11.2.6
Electra: 1.3.2
See also: frida/frida-python#144, frida/frida-core#163
The text was updated successfully, but these errors were encountered: