For some reason the ownership of the Assistant (Siri) files gets b0rked on install thru their Cydia repo.
Here's how to "fix" it.
-
Make sure to Reboot after installing the package from Cydia (it only requires Respring)
-
If you are jailbroken via evasion7, make sure to reinstall Mobile Substrate after Reboot
-
Open Mobile Terminal
-
Gitcha root on for the session (su, then enter yer password)
-
Run the following lines to apply proper ownership:
chown -v root:wheel /System/Library/LaunchDaemons/com.apple.assistant.analyzer.plist chown -v root:wheel /System/Library/LaunchDaemons/com.apple.assistant_service.plist chown -v root:wheel /System/Library/LaunchDaemons/com.apple.assistantd.plist chown -Rv root:wheel /System/Library/Assistant/
-
Probably a good idea to add in a Respring here
-
Enjoy your working dictation. Only that component works for me so far— I still get Voice Command trying to pull up Siri in the normal fashion, and no Siri menu within Settings as far as I can tell.
In an attempt to resolve main Siri crashing issues, tried adding the following:
...Main Siri still crashes (had to hook into SpringBoard thru Activator action)