Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No voice support in rockpoold #39

Open
rufferson opened this issue May 24, 2016 · 3 comments
Open

No voice support in rockpoold #39

rufferson opened this issue May 24, 2016 · 3 comments

Comments

@rufferson
Copy link
Contributor

rufferson commented May 24, 2016

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
Copy link
Contributor Author

rufferson commented May 24, 2016

see this post for parsed hex string above

@machinekoder
Copy link

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.

@rufferson
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants