How to enable voice control on your iPad
MAC
Make sure you have afc2add installed from cydia or rock. SSH into your device or use your favorite USB browser.
- Navigate to /System/Library/CoreServices/SpringBoard.app
- Open K48AP.plist in a text editor or a plist editor
- Under the capabilities area add the following key:
<key>voice-control</key>
<true/>
- Reboot your iPad and enjoy Voice Control!
Windows
- For Windows users, you’ll need a software like WINSCP and for Mac you can use Cyberduck.
- Install OpenSSH on your iPad using Cydia. Open up Cydia and search for it. You’ll have to restart your iPad after that.
- Now use the following settings to log into your iPad: IP address of your iPad and user name: root and password: alpine and protocol: SCP
- Navigate to /System/Library/CoreServices/SpringBoard.app
- Open K48AP.plist in a text editor or a plist editor
- Under the capabilities area add the following key:
<key>voice-control</key>
<true/>
- Reboot your iPad and enjoy Voice Control!
Attempt at your own risk