rockpool icon indicating copy to clipboard operation
rockpool copied to clipboard

No voice support in rockpoold

Open rufferson opened this issue 8 years ago • 3 comments

While attempting to use voice commands it logs [W] WatchConnection::readyRead:205 - Have message for unhandled endpoint 11000 "010000000001080001011d00312e327263310000000000000000000000000000803e00000032044001"

that means voice endpoint implementation is missing 11000 = 0x2af8 $ grep endpoint libpebble2/protocol/voice.py # Voice endpoint attribute (key-value pair) endpoint = 0x2af8 endpoint = 0x2af8

rufferson avatar May 24 '16 19:05 rufferson

see this post for parsed hex string above

rufferson avatar May 24 '16 22:05 rufferson

Is this related to voice apps not working with the Pebble and Rockpool? It looks like the phone app has to do the actual voice recognition.

machinekoder avatar Jun 01 '16 15:06 machinekoder

yes, from what i see phone is responsible for recognition, watchapp is just receiving results of it and needs to interpret it whichever way it likes - either in jskit or directly in the watch.

rufferson avatar Jun 01 '16 16:06 rufferson