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

App not displaying times on Huawei Watch running AndroidWear 2.0 #14

Open
drstuf opened this issue Jun 7, 2017 · 4 comments
Open

App not displaying times on Huawei Watch running AndroidWear 2.0 #14

drstuf opened this issue Jun 7, 2017 · 4 comments

Comments

@drstuf
Copy link

drstuf commented Jun 7, 2017

Hi Aaron,

obviously today isn't a good time to report this issue with all RTPI for the Luas being unavailable but I've tried the app on my watch several times in the past month with no joy. Do I need the app on my phone for the AW2.0 version to work?

Thanks, Stuart

@drstuf
Copy link
Author

drstuf commented Jun 8, 2017

Working fine since I installed the app on my phone

@thecosmicfrog
Copy link
Owner

Hi Stuart,

Apologies for the delay in getting back - very busy week.

Yes, the current implementation of the Wear app is that a request is sent from the wearable app to the mobile app via a GoogleApiClient message, including what action to take:

https://github.com/thecosmicfrog/LuasataGlance/blob/master/wear/src/main/java/org/thecosmicfrog/luasataglance/activity/StopForecastActivity.java#L359-L390

This is then picked up by the mobile via a listener service which does all the HTTP requests to the server:

https://github.com/thecosmicfrog/LuasataGlance/blob/master/mobile/src/main/java/org/thecosmicfrog/luasataglance/service/WearMessageListenerService.java#L95-L216

You've made a good point though - this isn't exactly expected behaviour since the advent of Android Wear 2.0. Let me keep this bug open and I'll see if I can get a chance to look at it.

Apologies for the inconvenience and confusion. Sincerely appreciate the bug report!

All the best,
Aaron

@thecosmicfrog thecosmicfrog reopened this Jun 10, 2017
@drstuf
Copy link
Author

drstuf commented Jun 10, 2017 via email

@thecosmicfrog
Copy link
Owner

Great to hear, Stuart! Always nice to be told that. Be sure to let me know if you run into any other issues - happy to fix them.

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

No branches or pull requests

2 participants