-
Notifications
You must be signed in to change notification settings - Fork 29
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
open crash in ios6.x #2
Comments
Any chance this get's fixed ? Using Open in terminal on iOS 6.x and always keep Springboard to crash. |
iOS 6.0bete in itouch4 |
Yes, this does not work on iOS 6.0+, yes I will get around to fixing it. |
please fix it. |
@conradev Any idea what's causing the crash? |
Hi, I was playing around a bit in order to find a fix for this problem. It seems the problem is with the libdisplaystack. A possible workaround is to use the SBUIController Object instead of the libdisplaystack. The Tweak.xm should look like this (tested on iOS 6.1.2, iPhone 4S):
But there is one downside to using SBUIController: It only launches the application when the device is opened on the homescreen. For me this is enough, so I won't dig further into this. But I thought it might be useful for anybody who is willing to and/or as a first bug fix version for the people waiting for the "open" command. ;) Best regards, |
@regcs please send me one copy of your "open" to weiyoubin@gmail.com, i need this "open" command on iOS6. |
open crash in ios6.x
The text was updated successfully, but these errors were encountered: