How to install Speech to text in Google Glass?

橙三吉。 提交于 2019-12-01 11:18:22

To use the standard android speech recognition you have to install/deploy the com.google.android.voicesearch apk package (the version of Voicesearch.apk must be the one that came with the Android 4.0 or later, it did not work with the older version of the Voicesearch.apks)

Just install it by using adb install < apk-file >

Then you should be able to use the voice recognition feature of android on your glass device.

Updated : After Google Glass is Updated to XE9 you dont have to install the Voice Apk. The default one works fine. To uninstall the Voice Search Use the following command

adb uninstall com.google.android.voicesearch
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!