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

Watch Face can't be installed on the Galaxy Watch 4 from the Android app #9

Closed
VladimirWrites opened this issue Sep 1, 2021 · 2 comments · Fixed by #10
Closed

Watch Face can't be installed on the Galaxy Watch 4 from the Android app #9

VladimirWrites opened this issue Sep 1, 2021 · 2 comments · Fixed by #10
Assignees
Labels
bug Something isn't working

Comments

@VladimirWrites
Copy link
Owner

The reason for this is probably that Wear OS devices are not relying on the Wear OS app.

@VladimirWrites VladimirWrites added the bug Something isn't working label Sep 1, 2021
@VladimirWrites VladimirWrites self-assigned this Sep 1, 2021
@netizen-ais
Copy link

AFAIK sideloading to the watch from the phone app is now a deprecated feature, you can go to the app listing in the phone's Play Store, and install to the watch from it (source)

@VladimirWrites
Copy link
Owner Author

VladimirWrites commented Sep 1, 2021

@netizen-ais I am not sideloading it, I am just opening a PlayStore app on a watch using RemoteIntent.startRemoteActivity.
But before doing that I was just checking if the Wear OS app is installed on a phone. Since Samsung phones use their own app (afaik), I will just need to expand that check.

https://github.com/VladimirWrites/AnalogWatchFace/blob/master/app/src/main/java/com/vlad1m1r/watchface/MainActivity.kt

I am still keeping the Android app on the store because I am getting most of my downloads through it, and I am worried that removing it would impact the number of downloads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants