intarstudents.lv

Pile of Stuff

Disable iOS Voice Control

Some days ago, I got annoyed with that, everyone couldn’t pick up my iPhone and start messing with Voice Control. And because I never use (or will use) this feature, I took journey to turn it off, ones and for all.

Google gave me some hints about daemons running in background, responsible for Voice Control interactions. With that knowledge in my head, I started moving them into backup folder:

Disable iOS Voice Control
1
2
3
4
5
oolongtea:~ root# mkdir ~/backup/
oolongtea:~ root# cd /System/Library/LaunchDaemons/
oolongtea:/System/Library/LaunchDaemons root# mv com.apple.scrod.plist ~/backup/
oolongtea:/System/Library/LaunchDaemons root# mv com.apple.VoiceOverTouch.plist ~/backup/
oolongtea:/System/Library/LaunchDaemons root# mv com.apple.voiced.plist ~/backup/

And after quick restart, no one could open Voice Control, because it crashed before any harm could be done. Excellent!