-
Notifications
You must be signed in to change notification settings - Fork 25
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 not execute APPS with DiOS #7
Comments
Please attach the device syslog and the crash report for SpringBoard as well. The worker output just tells us that SpringBoard crashed... |
Just recognized your iPad is on iOS 8.1 - the latest version of DiOS requires 8.4 and would crash otherwise. Please use an older version of the SpringBoard tweak which is compatible with 8.1. |
Ok,i'll try it . |
@tyyts1234 issue resolved? |
i am a little busy recently ,but i 'll still try it .if any results,i 'll report it soon. |
Can it run in IOS 9.0 or the higher version? |
@tyyts1234: iOS 9 is not yet supported - there is already an issue for that (#8). Can this issue be closed then? |
i have successfully installed apps through DiOS,but when i click execute button ,errors came out .And my iPad went into the safe mode,the syslog :
ERROR:worker:Executing job failed: ('Connection aborted.', BadStatusLine("''",))
ERROR:worker:traceback: Traceback (most recent call last):
File "worker.py", line 61, in run
job.execute()
File "/Users/zhen/Desktop/DiOS/Worker/job.py", line 377, in execute
self._execute_app(pilot, bundleId, runId, executionStrategy)
File "/Users/zhen/Desktop/DiOS/Worker/job.py", line 321, in _execute_app
pilot.run_auto_execution(bundleId, taskInfo=taskInfo)
File "/Users/zhen/Desktop/DiOS/Worker/pilot.py", line 111, in run_auto_execution
r = requests.post("%s/execute/%s" % (self.baseUrl, bundleId), data=json.dumps(data))
File "/Library/Python/2.7/site-packages/requests/api.py", line 108, in post
return request('post', url, data=data, json=json, *_kwargs)
File "/Library/Python/2.7/site-packages/requests/api.py", line 50, in request
response = session.request(method=method, url=url, *_kwargs)
File "/Library/Python/2.7/site-packages/requests/sessions.py", line 464, in request
resp = self.send(prep, *_send_kwargs)
File "/Library/Python/2.7/site-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, *_kwargs)
File "/Library/Python/2.7/site-packages/requests/adapters.py", line 415, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', BadStatusLine("''",))
ERROR:worker:Device loop will be stopped now.
my iPad was 8.1.
What's the problems??
The text was updated successfully, but these errors were encountered: