How to turn on the screen remotely #88
Unanswered
danielpaulus
asked this question in
Q&A
Replies: 2 comments 5 replies
-
./go-ios launch com.apple.springboard Is a bit less hacky, as it basically launches springboard only :-D |
Beta Was this translation helpful? Give feedback.
0 replies
-
@danielpaulus I see you hacked Quicktimeplayer by mocking the binary to serial port. Is it possible to do same by mocking it with keyboard binary, cheating ios device as wired keyboard connected and mocking keyboard commands |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@petemyron posted this as an issue:
Awesome library--thanks for making this!
I'm messing with some iPhones remotely and can't quite complete some WebDriverAgent initialization until the screen is on. I played with this a bit and found that I can turn the screen on with go-ios launch com.apple.Preferences (edit: or com.apple.Home, etc.). I hope that helps others. I'd prefer that the behavior be closer to the power button being pressed instead of launching something.
Assume pairing is complete, can you think of a better way to force the screen to come on with this library? It feels like a hack.
Beta Was this translation helpful? Give feedback.
All reactions