[Face] Watch Face Collection

king0r

Senior Member
Oct 28, 2015
50
2
28
Will the compass and the weather forecast also work on a moto 360 watch?? What will I have to do in order to get it working on the watch?
 

sording

New member
Dec 24, 2016
1
0
0
Is it possible to make a aquaracer (i cant post links) but you can find it on plus google round watches and then aquaracer (a post from Arthur r)
with the features of the Wonder Tag Heuer, i like the watch but olso the feature..... if this is possible iam a happy guy.......
 
Last edited:

vTeritron

New member
Jan 7, 2019
3
0
0
Please help me!!! Or give me a link where I can find a solution or people who knows how it works!

I developed a Android/GoogleWear watchface in Android Studio. Basically I modified the given one in android studio with this very ugly dog.

It works perfect in the round and square emulator and perfect on my real smartwatch, Ticwatch E, via USB.

Now I want to deploy it in the Google PlayStore.

First I read that nowadays (WearOS 2.0) no longer an additional phone app is required, just the wear app (watchface). Therefor I generated a signed apk out of it and put it on playstore. But this app was neither compatibel with any of my phones (of course it is only for the smartwatch), but also not compatible for my smartwatch. So I expected that the build is somehow not correct.

The I go the way to have an additional phone app. I open a new project with a wear and a phone part/module. Then I build the signed wear apk and then the signed phone apk from that android studio project. I uploaded both into the same playstore app, assuming on phones the phone apk is used and on the smartphone the smartphone apk. Now the app is possible to install from playstore at the phone and I can open it. Somewhere it is said, that once the phone app is installed at a smartphone, the watchface will be synced to the smartwatch. But this does not happen. The watchface is even not visible in the google wear app!

Must the wear app but inserted into the phone app too? I have read also some people saying this, but why Android Studio is not doing this by default?

Pleace can I get a hint, how this puzzle will work together. Please!
 

+0-

Member
Jan 27, 2019
11
4
0
Bologna
Pleace can I get a hint, how this puzzle will work together. Please!
Hi your project has to have 2 modules one for Wear and another one for Mobile(phone/tablet). The Mobile module could be empty without the main activity. Then you need to upload 2 bundle to the same project on google play.

When you install app to you phone you will see notification on your Wear OS 2.* with Play Store link. If you have the Wear OS 1.* the watch face will be installed automatically.