Skip to content
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

iOS: Starting apps fails if the device is locked #85

Open
zner0L opened this issue Jun 6, 2023 · 1 comment
Open

iOS: Starting apps fails if the device is locked #85

zner0L opened this issue Jun 6, 2023 · 1 comment

Comments

@zner0L
Copy link
Contributor

zner0L commented Jun 6, 2023

We should note somewhere that the device needs to be unlocked in order to start an app. This is true for the frida method to start apps as well as the open method, which fails with:

Couldn't open application: <bundle id>. Reason: 3, device locked

This caused the example script to fail for me sometimes, because the device would go into standby while it was running. We should also recommend to turn that off (or do it ourselves?).

@zner0L zner0L changed the title iOS: Starting apps fails of the device is locked iOS: Starting apps fails if the device is locked Jun 6, 2023
@baltpeter
Copy link
Member

The settings I use disable auto-lock: tweaselORG/meta#4 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants