CoolStar
CoolStar
not sure about Pangu on iOS 8, but PID 14 is pretty consistent on iOS 7.1.x. I changed it to only pause it on Pangu for iOS 7.1 as that's...
I noticed on every boot on iOS 7.1.2, PID 14 is consistently "launchctl load -D all"
I can change it to check for the PID dynamically rather than hardcoding it to PID 14. Pangu on iOS 7.1.x is quite a mess :/
shelling out to ps would be messy anyways :P I was planning on using on using sysctl.h
@0neday that's not really a fix. That's a workaround.. and a dirty one at that as it can't be distributed
libjailbreak should only be dlopen'd once
Anemone won't be bundled with the Release Candidate, as users can download it from a repo post-install then
For generating DPKG list files: ```bash #!/bin/bash echo -n "Building list for " echo $(basename $(pwd)) find . -not -path "./DEBIAN/*" -not -path "./DEBIAN" > /bootstrap/deb-build/lists/$(basename $(pwd)).list # Find \.\/...
RC will have a new bootstrap which should fix this
Try updating to version 1.0.4 and let me know if that fixes the issue