Any chance we can get VoiceCommands.apk working? It's the Nuance voice command module that works over bluetooth.
You can push the VoiceCommands.apk into your apps via the terminal emulator. Put the apk on the root of your sdcard and do this...
- su
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- cp /sdcard/VoiceCommands.apk /system/app/VoiceCommands.apk
- mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
- exit
Worked for me!
Excellent, so I've got it working, but not with Bluetooth. If I press the button on my bluetooth headset it brings up Voice Command, then bluetooth disconnects. All works fine if I don't use the headset. Ideas?