我(尝试)使用Microsoft Research的{{3}}。
可穿戴设备(Moto360)已正确设置为蓝牙调试,键盘的安装过程按预期完成:
$ adb devices
List of devices attached
4df11bb241805f93 device
localhost:4444 device
$ adb -e install com.microsoft.research.analogkeyboard-Signed.apk
50 KB/s (5322694 bytes in 103.401s)
pkg: /data/local/tmp/com.microsoft.research.analogkeyboard-Signed.apk
Success
$ adb -e shell ime enable com.microsoft.research.analogkeyboard/.KeyboardService
Input method com.microsoft.research.analogkeyboard/.KeyboardService: now enabled
$ adb -e shell ime set com.microsoft.research.analogkeyboard/.KeyboardService
Input method com.microsoft.research.analogkeyboard/.KeyboardService selected
之后,模拟键盘应用程序显示在手表上已安装的应用程序列表中,打开后,工作正常。
挑战是让它取代语音命令。这可能吗?
答案 0 :(得分:0)
不可以拦截或更改Android Wear中使用的语音输入机制。