Skip to content

Conversation

@radj
Copy link

@radj radj commented Oct 7, 2015

Details:
The new firmware.sh version will retry gssc process until it doesn't return a string in both stderr and stdout that contains (null). Since Introspy hooks into all processes, Introspy is injected into gssc, it doesn't find a bundle ID and thus prints (null) in the logs and causing firmware.sh to keep retrying forever using battery and blocking firmware.sh's completion.

Fixed this by getting the process name instead if the bundle ID is not found. I understand this is a problem in firmware.sh also and will occur with other tweaks that print (null) into the logs and that should be fixed, too.

radj added 2 commits October 7, 2015 15:06
Details:
The new firmware.sh version will retry `gssc` process until it doesn't return a string in both stderr and stdout that contains `(null)`. Since Introspy hooks into all processes, Introspy is injected into `gssc`, it doesn't find a bundle ID and thus prints `(null)` in the logs and causing firmware.sh to keep retrying forever using battery and blocking firmware.sh's completion.

Fixed this by getting the process name instead if the bundle ID is not found. I understand this is a problem in firmware.sh also and will occur with other tweaks that print `(null)` into the logs and that should be fixed, too.
@radj
Copy link
Author

radj commented Feb 29, 2016

This pull request now includes the filter plist to make it work in iOS 9.

@radj radj changed the title Fix /usr/libexec/cydia/firmware.sh not finishing Fix /usr/libexec/cydia/firmware.sh not finishing and iOS 9 compat Feb 29, 2016
@radj radj mentioned this pull request Feb 29, 2016
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

Successfully merging this pull request may close these issues.

1 participant