Quick Circle Watchfaces - G4 Themes and Apps

Quick Circle Watchfaces
Quick Circle Watchfaces is an Android app which allows you to easily change the watchfaces of the LG G4 Quick Circle Case.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The app itself doesn't contain any watchface but the default one. You have to download watchfaces.
https://qcthemer.net/theme-gallery
http://forum.xda-developers.com/lg-g3/themes-apps/quick-circle-watches-t2906614
Some of available watchfaces from QCThemer.net:
Source
The source is available under github under Apache 2 license.
https://github.com/yoavst/quickwatchfaces

How are you making your watchfaces?

ingoljosh said:
How are you making your watchfaces?
Click to expand...
Click to collapse
It is a regular widget with special category (0x200).

Looks good. Wondering if you could write a basic tutorial on how to do this? I'd love to make my own watch face

NJ72 said:
Looks good. Wondering if you could write a basic tutorial on how to do this? I'd love to make my own watch face
Click to expand...
Click to collapse
I'm working on support for all the watchfaces for here - https://qcthemer.net/theme-gallery, so maybe it will be easier to make zip in this format.
http://developer.lgmobile.com/MOBIL...pi/Documents/developingaquickcirclewidget.htm

yoavst said:
I'm working on support for all the watchfaces for here - https://qcthemer.net/theme-gallery, so maybe it will be easier to make zip in this format.
http://developer.lgmobile.com/MOBIL...pi/Documents/developingaquickcirclewidget.htm
Click to expand...
Click to collapse
That's awesome, thanks for the heads up. Will see if I can get one put together then

yoavst And it is possible to ask You to do two topics: Moscow (Kremlin chimes) and London (Big Ben)

Do the g3 watch faces work on the g4? Tia
Sent from my LGLS991 using Tapatalk

What's the point without Xposed? Tried everything to change watchface but no mas, anyone know what to do? Tried to replace the LGAlarmclock.apk with one from G3 but no luck ?
Sendt fra min LG-H815 med Tapatalk

LaManchaDK said:
What's the point without Xposed? Tried everything to change watchface but no mas, anyone know what to do? Tried to replace the LGAlarmclock.apk with one from G3 but no luck
Sendt fra min LG-H815 med Tapatalk
Click to expand...
Click to collapse
Actually there is an api to add watchfaces, so no need for xposed.

yoavst said:
Actually there is an api to add watchfaces, so no need for xposed.
Click to expand...
Click to collapse
Hi, yes through Smartworld right? I mean custom watches
Sendt fra min LG-H815 med Tapatalk

LaManchaDK said:
Hi, yes through Smartworld right? I mean custom watches
Sendt fra min LG-H815 med Tapatalk
Click to expand...
Click to collapse
Yes there are custom watchfaces from LG SmartWorld. There is also one custom watchface on Quick Circle Apps.

yoavst said:
Yes there are custom watchfaces from LG SmartWorld. There is also one custom watchface on Quick Circle Apps.
Click to expand...
Click to collapse
I just got a quick circle for my LG G Stylo (boost)
And after installing quick circle apps I got this watch face.
I tried looking up on LG SmartWorld and I can't find any other of these custom watchfaces that you speak of. Any help in locating them?
*edit
NVM i searched quick circle and they all came up... derp
*edit 2
And phone not supported on site or even with installed apk of the lg smartworld app...

@BigBoot93, I've been able to get QCThemer to run on G4 (Analog clock only, and no backward compatibility for G3 & G2, since the xposed module was removed), thanks to LG's post (However, the LG post solution leaks memory - 4mb for a second, I've contacted them with a fix).
According to the license of QCThemer, I can release it commercially. However, I find it unfair, since most of the hard job was done by you (and the watchfaces creators). I would have made a pull request to your git, but instead of using AndroidAnnotations like in your original project, I've moved to Kotlin, which is another JVM language by Jetbrains (with 100% compatibility with existing java libraries, but instead of AndroidAnnotations I was using Kotlin's cool features).
I'm going to release the code as a fork of your git (under a new branch) once I'm finishing tweaking it (I have a working kotlin code with the memory leak, I need to fix it yet). I'm waiting for your decide what to do with this fork. I'll wait for 2 days and if you will not answer I'll release it free here in XDA. If a week passes and I will not get an answer, then I'll accept it as I can follow the MIT license (credit to tldrlegal.com for this):
A short, permissive software license. Basically, you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source. There are many variations of this license in use.
Click to expand...
Click to collapse

Feel free to do whatever you want with it (after all, that's what licenses are for).
Although it would be nice if you make it open source, that's not a must.
Just a small question, will you be able to directly use qcthemer/qcview clocks or do you intend do use a own format?

Can't wait for the release to test it out on the G stylo

BigBoot93 said:
Feel free to do whatever you want with it (after all, that's what licenses are for).
Although it would be nice if you make it open source, that's not a must.
Just a small question, will you be able to directly use qcthemer/qcview clocks or do you intend do use a own format?
Click to expand...
Click to collapse
Directly use them, but with a small addition:
Code:
<clock>
<title>Example Clock</title>
<id>de.bigboot.quickcirclemod.example</id>
<author>Kevin Slaton</author>
<description>A watchface by Kevin Slaton</description>
<dayTextColor>#RRGGBB or #AARRGGBB</dayTextColor>
<dayBackgroundColor>#RRGGBB or #AARRGGBB</dayBackgroundColor>
<hideHourText>true or false</hideHourText>
<replaces>
<file>b2_quickcircle_analog_style02_hour.png</file>
<file>b2_quickcircle_analog_style02_minute.png</file>
<file>b2_quickcircle_analog_style02_second.png</file>
<file>b2_quickcircle_analog_style02_bg.png</file>
</replaces>
</clock>
The addition is of course optional, but it is a nice addition (I still need to think about hideHourText, should the default be false or true?)
Edit:
Also currently, the replaces should follow this order: hour, minute, second, bg. I'll change it soon once I finish make it works.
Edit 2:
I'm also wanna add an option to disable the second tick, for better battery life, what do you think?
Edit 3:
Currently it works with stable memory usage (48MB). Now I need to fix the order support, check if it runs for long time (my Form watchface failed here), and check how is the battery life. I'll upload it to github tomorrow.

The default is to show the hour text.
But keep in mind, that the filenames can be style01 - style03. And a theme may even not provide all files.

I'm working now on a hot-switch for theme so no reboot will be needed. Can someone upload the old LGAlarmClock.apk from G3 so I could take a look at the original files (and maybe include them as resources for complete the themes),
Edit: Hot switch is now supported, no reboot needed. Now I need your help in this situation:
Currently it choose the files based on their order. First file is hour, second is minute, third is second and last is background. However it is a very bad idea, and I want to switch away from it. What are your suggestions? should I switch the format of replaces? or search for minute/hour/second/background inside the name of the replace? Maybe we should drop the compatibility with G3 QCThemer for good.
Edit 2: As I've promised here is the source of the alpha version - https://github.com/yoavst/quickwatchfaces - tested on 2 watchfaces of rolex only, so notify me if any other watchface doesn't work. @BigBoot93, the license it Apache 2 for this code, I heard it is compatible with MIT, if it is not, I'll change it back to MIT.
It will be released officially once it fully works (files order stuff).
Here is the simple redesign I made for the desktop app, what do you think?

Related

[APP] Weather Watchface (Round & Square)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Krona Fusion Watchface
Weather updates, round and square layouts
I created a watch face, originally only with the Moto 360 in mind. I love my 360 and unlike others I'm a huge fan of the light refraction at the chamfer on the glass. This watch face has a halo ring that goes around the chamfer which looks really cool and doubles as a subtle battery status indicator.
Later I added a square layout for a friend and some other color schemes, weather updates ... and decided to push it to the Play Store. My main intention here is to find out about layout and performance issues on other devices (since I don't want to buy all the other watches out there). Any feedback is highly appreciated. Of cause you don't have to pay for the app but can download the APK directly.
DOWNLOAD
APK: KronaFusionWatchface_net.marscity.fusion.apk (totally free - updated to version 1.4)
Play Store: Krona Fusion Watchface (€0.79 / $0.99 - updated to version 2.0, official Watch Face API)
PERMISSIONS
For weather information provided by openweathermap.org the app requires:
• Coarse location, network-based (no GPS) for weather data [approximate location (network-based)]
• Full internet access for weather data request [full network access]
• Enable weather update service upon reboot [run at startup]
FEEDBACK
Here or in the Play Store please. Thanks!
UPDATES
1.4: better support for different screen sizes, layouts, and resolutions.
What's the error?Tell me!
Su82 said:
What's the error?Tell me!
Click to expand...
Click to collapse
It's a Play Services (Wearable.API) Error. This is shown if the API is not connected and the phone/tablet cannot access the communication layer to the Android Wear service.
I attached a debug version. There will be a toast message popping up when you open the app. I should say: "onConnected:null". Can you tell me what it says in your case? What phone / Android version are you using?
Cheers and thanks a lot!
The error also crashes!Phone Xiaomi MI3,the android version 4.4.4
Su82 said:
The error also crashes!Phone Xiaomi MI3,the android version 4.4.4
Click to expand...
Click to collapse
Usually that means that you do not have the Play Services installed - Xiaomi usually does not come with Play Services pre-installed.
Did you install Play Services manually and do you have the latest version that supports Android Wear communication?
This is really impressive, one of the best watchfaces I have seen, thank you very much.
@gulbrillo
nice, but i miss phone and watch battery...
starbase64 said:
@gulbrillo
nice, but i miss phone and watch battery...
Click to expand...
Click to collapse
Thanks.
Like a week after we finished the initial version, Google announced the new official Watch Face API ... and we started from scratch and rewrote the entire wearable App. I just pushed it to the Play Store and we are waiting for bug reports. Once everything is OK with the new API we will start working on features again. Prominent phone and watch battery indicators are on the list. ^^
On Sony Smartwatch 3 in ambient mode it doesn't look very well. Screenshot is OK:
but actually it looks like this:
- barely visible digital time, and just a single digit in the weather part. IMHO it should be near "#fff" to look well on this certain watch.
PS: screenshot and photo taken from the older version.
nwg said:
- barely visible digital time, and just a single digit in the weather part. IMHO it should be near "#fff" to look well on this certain watch.
PS: screenshot and photo taken from the older version.
Click to expand...
Click to collapse
Thanks a lot for the picture. I attached the most recent version. Since we completely rewrote the part where the watch face is drawn (in interactive and in ambient mode) and implemented some ambient mode specific features, it may look quite different now. (maybe worse, hopefully much better?). Could you give it a try and tell us if there is any improvement? (requires Android Wear 5.0.1)
Thanks a lot
gulbrillo said:
Thanks a lot for the picture. (...)
Click to expand...
Click to collapse
My pleasure.
It's much better now:
Could I send you my app to test from time to time? I haven't got any round watch by now.
nwg said:
My pleasure.
It's much better now:
Could I send you my app to test from time to time? I haven't got any round watch by now.
Click to expand...
Click to collapse
Perfect. We really like the new API - seems to work well with all the different power saving techniques by the displays.
Of cause, we have the Moto 360 here for testing. I'll give it a try.
I just saw your LCARS app. Would love to have this on a round watch. ^^
gulbrillo said:
Perfect. We really like the new API - seems to work well with all the different power saving techniques by the displays.
Click to expand...
Click to collapse
To be honest: I don't see any difference between anti-aliasing on and of on Smartwatch 3. Furthermore - changing alfa on mute mode gives me strange effects on bitmap backgrounds. Dunno if it's hardware related (?).
EDIT: just found out that anti-aliasing doesn't affect bitmaps: wonderful post for beginners by Hoi Lam.
gulbrillo said:
I just saw your LCARS app. Would love to have this on a round watch. ^^
Click to expand...
Click to collapse
One of prominent items on my todo list. Unfortunately yesterday Sony published new SW2 firmware and companion app that broke down all the SDK 3.0 based widgets. Hundreds of apps on Google Play! Instead of doing something new, we keep replying to users' complaints, and waiting for Sony to tell us what happened.
nwg said:
One of prominent items on my todo list. Unfortunately yesterday Sony published new SW2 firmware and companion app that broke down all the SDK 3.0 based widgets. Hundreds of apps on Google Play! Instead of doing something new, we keep replying to users' complaints, and waiting for Sony to tell us what happened.
Click to expand...
Click to collapse
That sounds like fun. At least Google announced all along that developers should wait for the official API before developing watch faces. (And of cause everyone was patient. ^^)
gulbrillo said:
That sounds like fun. At least Google announced all along that developers should wait for the official API before developing watch faces. (And of cause everyone was patient. ^^)
Click to expand...
Click to collapse
Google gave devs time to rework their apps. Sony published (without any warning) software incompatible with their own API 3.0. And still no reply from them. One more reason to abandon SW2.

[APP] KOKO for Wear - Screen Timeout - v1.7

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
AFH Link (Indefinitely option removed)
Play Store Link (Indefinitely option included)
Change the default screen timeout! Keep On Keeping On keeps your screen on!
The default screen timeout interval on Android Wear is too short!
Having such a short timeout makes it difficult to perform tasks that require pauses or to demonstrate features for an audience.
Using KOKO (Keep On Keeping On) you can keep your screen on longer!
Choose from many timeout options ranging from 5 seconds to 2 hours. Or keep your screen on indefinitely!
Please allow a few minutes for the app to be installed on the wearable after installing to mobile device.
Please be aware that setting a long screen off time will affect your battery life.
Now use wrist gestures in KOKO to select your screen timeout without touching your watch!!!!
Feel free to message us with requests for timeout intervals if you can't find one that works for you.
Thanks for trying it out and any feedback you may have.
I thought payed apps are allowed here ONLY, if also a free Version is pushed!
Free version coming soon for XDA, sorry for the delay. Created post on mobile and will update when I get to desktop.
Thread re-opened.
Again, sorry for the delay in getting the free version up. But it's there (OP) now. Please leave feedback if you find any issues.
Free one crashes on my G Watch and a friend's Gear Live, we are both running 5.1.1w, I can provide a log later or tomorrow if needed.
Ranomez said:
Free one crashes on my G Watch and a friend's Gear Live, we are both running 5.1.1w, I can provide a log later or tomorrow if needed.
Click to expand...
Click to collapse
Havent received 5.1.1 on my Moto360 yet. I'll check it out on the emulator and see if I can find what's up. Thanks for letting me know.
Ranomez said:
Free one crashes on my G Watch and a friend's Gear Live, we are both running 5.1.1w, I can provide a log later or tomorrow if needed.
Click to expand...
Click to collapse
Alright, I think I fixed it. 5.1.1 required a new library that was previously missing. Please let me know if v1.3 works for you.
registered-user said:
Alright, I think I fixed it. 5.1.1 required a new library that was previously missing. Please let me know if v1.3 works for you.
Click to expand...
Click to collapse
Well it does not FC anymore but it does not seem to do anything.
EDIT: It does in fact work but not the short options, nothing under 30s works.
Ranomez said:
Well it does not FC anymore but it does not seem to do anything.
EDIT: It does in fact work but not the short options, nothing under 30s works.
Click to expand...
Click to collapse
Okie dokie, I'll look into that. They work on the emulator so I may have to wait until I get 5.1.1 on my Moto360 to diagnose it. Maybe the default timeout was increased in 5.1.1?
registered-user said:
Okie dokie, I'll look into that. They work on the emulator so I may have to wait until I get 5.1.1 on my Moto360 to diagnose it. Maybe the default timeout was increased in 5.1.1?
Click to expand...
Click to collapse
I don't really think so because I think that's what it always was for me even on 4.4 and 5.0, I think 30s always the default, that's why I was hoping your app would let me decrease that time.
That is long for default. On my Moto is was like 4 seconds, that's why I made this app. I don't really want the app to force screen off, just keep it on. Maybe it's a build.prop setting? Are you rooted? Running a custom ROM? I'm neither.
EDIT: I see you are indeed rooted by your sig, maybe it's something in your ROM?
registered-user said:
That is long for default. On my Moto is was like 4 seconds, that's why I made this app. I don't really want the app to force screen off, just keep it on. Maybe it's a build.prop setting? Are you rooted? Running a custom ROM? I'm neither.
EDIT: I see you are indeed rooted by your sig, maybe it's something in your ROM?
Click to expand...
Click to collapse
I just have root and a custom kernel, didn't modify anything in the ROM, and I did keep the watch not rooted for a long time and that's just the screen on time I always had by default, I can't see anything in build.prop that I could modify to lower the screen on time, I also used some other apps from Play Store on older android versions to do that but they have not been updated in a long time and thus don't work anymore. I was hoping your app would allow me to do that but I understand if you don't want to give that option, I will learn java in my next year of college so I might try to make my own app to do that afterwards, thank you for your work anyway, it's good to have it for those that want longer screen on time.
I was thinking off how to implement the screen off, how to know when the users not still interacting? Maybe a transparent overlay on the entire screen that listens for touches and after each touch resets a timer that when reaches its end turns off the screen? But this would require the DRAW OVER APPS permission and a Service to add the overlay to WindowManager. If I get some time I'll see if I can slap a demo together.
Promo Codes!!!!
Get them while they're hot!!!
MBEHRZ4M12L75MRLYD0GXXX
0YWBQK4S8HXVM2NGQ6MRYJ4
8EVX0T00LKXXPPZ44Q75R7A
B5B9FAGSZFYNU0FKFLFE215
N06LCZYNXXJ2RX0K72ZAYGZ
UAT3RBQMSZB32KH8YSUSEGG
8GRCE6ZYGWFA2ULFWV3V451
D202K3D9P6WYEEZAJ487252
470VUY7WE4H72SVS79SL9CV
RQFG51X5MN6M1LXJSJ6BN35
XXX4V1PP2CB1PZEVZ9XUW72
STAV52MDEMBD4Q3WRFX6VP5
H7VH9DW14GDTZZ4A7ZRUUSJ
9NXKWZPH8YDZT2AK4SDEKVB
P4TBS2PUQ2ZT5FRDY7E4750
YA14HTT19X2C2MFBVL88M5W
GRKKPEM4H824Z2DNJ1WPS82
NUDFC4AF43HGDBX7BJ1A7L9
RGG26LQMXAMD0UB2VCKJS3V
C83C32X5G4JHJ33TT2WJUAW
Please post which code you use so I can update this list
7 codes remain unused, not which ones though so you may have to try a couple before you find an unused code.
,j????????????
Thanks.... XXX4V1P.... used...
Inviato dal mio SM-N910F utilizzando Tapatalk
Over half the codes remain unclaimed, if you use one please post the first few characters of the code you used so I can update the list, thanks. :highfive:
registered-user said:
Over half the codes remain unclaimed, if you use one please post the first few characters of the code you used so I can update the list, thanks. :highfive:
Click to expand...
Click to collapse
Thanks...
BTW these codes are all coming up used... (I only used 1)
NUDFC4AF43HGDBX7BJ1A7L9
RGG26LQMXAMD0UB2VCKJS3V
C83C32X5G4JHJ33TT2WJUAW
boufa said:
Thanks...
BTW these codes are all coming up used... (I only used 1)
NUDFC4AF43HGDBX7BJ1A7L9
RGG26LQMXAMD0UB2VCKJS3V
C83C32X5G4JHJ33TT2WJUAW
Click to expand...
Click to collapse
Does it work on a iPhone as well?
Can try it tonight.... But happy if others has experiences on forehand...

[watchface] New Tiled Watchface

Hi,
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have created a new watchface focusing on information density and using all screen shapes perfectly.
I'm searching for Beta testers to make sure most devices work fine: Get Tiled Watchface at Google Play.
Thanks!
Count me in! I'm always looking to try something new.
Sent from my XT1254 using Tapatalk
mad3963 said:
Count me in! I'm always looking to try something new.
Click to expand...
Click to collapse
Great, thanks.
astifter said:
Great, thanks.
Click to expand...
Click to collapse
+1
Sent from my A0001 using Tapatalk
astifter said:
Hi,
I have created a new watchface focusing on information density and using all screen shapes perfectly.
I'm searching for Beta testers to make sure most devices work fine: Get Tiled Watchface at Google Play.
Thanks!
Click to expand...
Click to collapse
does this project still exists? because it looks quite interesting. i may be interested in testing
135Shadowsoul said:
does this project still exists? because it looks quite interesting. i may be interested in testing
Click to expand...
Click to collapse
Sure: just search for Tiled Watchface in the Play Store.
astifter said:
Sure: just search for Tiled Watchface in the Play Store.
Click to expand...
Click to collapse
Thanks
may i request 3 (hopefully little) features?
1. Could tiles for time have an optional : between hours and minuts?
2. Could tiles for time have an optional secounds?
3. battery of Watch and Phone?
135Shadowsoul said:
Thanks
may i request 3 (hopefully little) features?
1. Could tiles for time have an optional : between hours and minuts?
2. Could tiles for time have an optional secounds?
3. battery of Watch and Phone?
Click to expand...
Click to collapse
Sorry for the delayed reply and thanks for trying out Tiled Watchface and for your feedback.
In itself the changes are small enough but I have to re-architect a portion of the drag-and-drop layout selection first before being able to implement those changes. Please be patient, I put them into my list and try to make the necessary changes as quickly as possible.
(I develop this in my spare time and it might take some time nevertheless...)
A new version of Tiled Watchface is out with several improvements:
- resizable tiles
- full complication support
- additional tile types.
Check it out on Google Play!
My two cents, is the latest version is just about perfect.
I have five complications running without an issue, asked for a Black, Black, White scheme and they supplied it.
Even though I use the Huawei 2 "Round", this digital watch face is no my favorite.
Wish the digital clock top center tile could be made bigger ? but I changed my Google Play rating to 5 stars.
Configuration tip, you need to configure the watch face from the Android Wear App "some other watch faces install apps on the Phone" this did throw me off for a bit.
A new and all around improved version is out. The main new feature is the the ability to add pre-configured screens and quickly change them on the watch:
Enjoy on Google Play
Just found out about this watch face. It's amazing in its usefulness and simplicity, and should be featured in all those "best Android Wear watchfaces" lists.
However... it crashes each time I try to click on an element to customize it (complication, allow the face to access the calendar, etc). It then defaults to the built-in "Simple" watchface and there's nothing I can do to use Tiled again, I have to uninstall it.
astifter said:
A new and all around improved version is out. The main new feature is the the ability to add pre-configured screens and quickly change them on the watch:
Enjoy on Google Play
Click to expand...
Click to collapse
Hi,
as on the Sony SmartWatch 3 there is no Android Wear 2.0, i cannot use the complication-feature . So I am very sorry to request/ask again for a tile with phone battery. Is there any chance to get this? Maybe with phone and watch battery tiles with a phone/watch symbol? Would be realy great if possible (and not too much work).
Greetings
bdery said:
Just found out about this watch face. It's amazing in its usefulness and simplicity, and should be featured in all those "best Android Wear watchfaces" lists.
However... it crashes each time I try to click on an element to customize it (complication, allow the face to access the calendar, etc). It then defaults to the built-in "Simple" watchface and there's nothing I can do to use Tiled again, I have to uninstall it.
Click to expand...
Click to collapse
I got it to work, by uninstalling everything, reinstalling, going into the watch's app properties before using it and granting it permissions beforehand.
However, am I doing something wrong? I was under the impression that the watchface offered the possibility of multiple screens, a bit like a phone's launcher? This would offer a much quicker and easier way to access frequent apps. Try as I might, I'm only able to display one screen (plus another, dummy screen for ambiant if I want to).
Am I doing something wrong? Or is the app limited to one ambiant and one regular screen?
Also, one idea for future development could be to allow various tiles to have different colours. That would improve the look and readability tremendously.

Made a few watch faces. Do you like them? Do you guys have any requests?

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Great job[emoji106] [emoji106] [emoji106]
But... Sorry... How can I use it?
Inviato dal mio ONEPLUS A3003 utilizzando Tapatalk
carrara750 said:
Great job[emoji106] [emoji106] [emoji106]
But... Sorry... How can I use it?
Inviato dal mio ONEPLUS A3003 utilizzando Tapatalk
Click to expand...
Click to collapse
Look up those names on the Samsung store. I am using an iPhone and there is a Samsung App Store button on the bottom of the Gear Fit2 app
I like the third one on trhe right! Great.
Clarens said:
I like the third one on trhe right! Great.
Click to expand...
Click to collapse
Thanks. Then you may also like the newm one that I made. It's called Native
Loved It
sirmart1n said:
Thanks. Then you may also like the newm one that I made. It's called Native
Click to expand...
Click to collapse
Man seriously loved it specially the Elegant Outlines. Actually all of them are good, even Native. Great Work. I would love to see more from you.
Faces
How it is possible to put the Face in Online to the Samsung Shop ? Anyone knows that ? Thxs Gerhard
that cloud icon is interactive? if is it, hoy do you get the info? i use a self made watchface and i want to add more features.
great designs by the way, the third one is awesome.
Danikin said:
that cloud icon is interactive? if is it, hoy do you get the info? i use a self made watchface and i want to add more features.
great designs by the way, the third one is awesome.
Click to expand...
Click to collapse
Thanks, the cloud is a shortcut for weather widget. All of these watch faces are made in Gear Watch Designer using just the features provided in that program.
nursoeiner said:
How it is possible to put the Face in Online to the Samsung Shop ? Anyone knows that ? Thxs Gerhard
Click to expand...
Click to collapse
Hey, yes, it is possible. You need to make the watch face (for example in GWD) and then upload it on this page: seller.samsungapps.com/
You will need to set up an account fill a lot of stuff and upload the built watchface (.tpk) under binary section.
Since this thread is alive once again, I'll use this opportunity to show you the newer watch faces I made
I also tried to make a watchface. That works quite well so far. However, I do not find the weather widget in GearWatch Designer that was mentioned here. I would like to use that too. Someone a tip for me?
Cyclotron76 said:
I also tried to make a watchface. That works quite well so far. However, I do not find the weather widget in GearWatch Designer that was mentioned here. I would like to use that too. Someone a tip for me?
Click to expand...
Click to collapse
you need to make a button out of something. For example import image and then on then once you select it, click on the button in top right (three horizontal lines below the 'Always-On' button). Select 'Set as button'. Choose if you want it to activate on single or double-tap and the select the action- Weather
Thanks you, I already found that. Works well! The question was if there is something like an animated widget that changes depending on the weather. But that does not seem to be the case, right?
Cyclotron76 said:
Thanks you, I already found that. Works well! The question was if there is something like an animated widget that changes depending on the weather. But that does not seem to be the case, right?
Click to expand...
Click to collapse
That is not possible in GWD. Maybe in future updates.
sirmart1n said:
That is not possible in GWD. Maybe in future updates.
Click to expand...
Click to collapse
OK, THX!
Do you know the parameters / variables for GPS coordinates, speed, altitude etc.? I would like to display them.
I know this list with App IDs, but there must be more.
com.samsung.admin-lbs
com.samsung.alarm-mobile-alert
com.samsung.app-selector
com.samsung.app-version-sync-popup
com.samsung.b2-setup-wizard
com.samsung.bluetooth
com.samsung.bluetooth-testmode
com.samsung.bt-connection-popup
com.samsung.bt-syspopup
com.samsung.call
com.samsung.clock-pixel-heart
com.samsung.clock-summary1
com.samsung.clocksetting
com.samsung.crash-popup
com.samsung.factorymode
com.samsung.fmg-fit
com.samsung.fmm-fit
com.samsung.fota-consumer
com.samsung.fus-smart-popup
com.samsung.idle-clock-digital
com.samsung.idle-clock-emergency-band
com.samsung.idle-clock-ups-band
com.samsung.idle-clock-volt_sparkle
com.samsung.ise-engine-fit
com.samsung.ise-multilingual-fit
com.samsung.lbs-server
com.samsung.logmanager
com.samsung.lowbat-syspopup
com.samsung.lowmem-syspopup
com.samsung.mdm-consumer
com.samsung.message-fit
com.samsung.poweroff-syspopup
com.samsung.remote-sensor-service
com.samsung.rootdetection-syspopup
com.samsung.safetyvolume-syspopup
com.samsung.sdbd-syspopup
com.samsung.setting-location
com.samsung.shealth
com.samsung.stopwatch-band
com.samsung.system-syspopup
com.samsung.timer-band
com.samsung.tsp-trace-test
com.samsung.update-service
com.samsung.vm-popup
com.samsung.w-calendar2-band
com.samsung.w-clock-viewer
com.samsung.w-gallery
com.samsung.w-home
com.samsung.w-input-selector-fit
com.samsung.w-lockscreen
com.samsung.w-lockscreen-setting
com.samsung.w-manager-service
com.samsung.w-music-player-fit
com.samsung.w-text-input-setting
com.samsung.watchface
com.samsung.watchface-step-track-volt
com.samsung.weather-fit
com.samsung.wifi
com.samsung.windicator
com.samsung.wnotification2
com.samsung.wr-email
Cyclotron76 said:
Do you know the parameters / variables for GPS coordinates, speed, altitude etc.? I would like to display them.
Click to expand...
Click to collapse
I just know that you can find speed under the "text" option. I read that there are supposed to be more options for GPS and gyro in the latest GWD update but I have not found out how to use them. Please let me know if you do find something out.
Cyclotron76 said:
I know this list with App IDs, but there must be more.
Click to expand...
Click to collapse
Have you been successful in using some of them? I managed to find a shortcut for the exercise app and apparently the timer app works as well but that's about it.
I believe the list is from the Gear 2. Not all of these are working on the Gear Fit 2. So far I've only used the timer.
If I find something new, I put it in here.
I use these a lot:
Alarm clock: com.samsung.alarm-volt
GPS menu: com.samsung.setting-location
WIFI menu: com.samsung.wifi
(I tried for a long time to find BT menu but no luck )
Stopwatch: com.samsung.stopwatch-band
Just found Brightness menu: com.samsung.clocksetting.brightness
hi people . i create my own watch face but i dont know how to install it in my gear fit 2 . i press in the gear watch designer run in my device but after a minute it go away. how i can install it?

[WatchFace] Commander, Radii, Tactix, Active, Galaxy, Walker, Vision, Achter & GT

Huge thanks to @GreatApo for making custom faces possible by releasing source code.
What's important: if you share this elsewhere please do it using original URL.
Thanks and enjoy.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download​
How do you install these?
fotocreaman said:
How do you install these?
Click to expand...
Click to collapse
https://forum.xda-developers.com/smartwatch/amazfit/tool-huami-amazfit-tool-unlockadvanced-t3739828
Another question (sorry if stupid) is it possible to have the temperature in degrees c instead of f?
fotocreaman said:
Another question (sorry if stupid) is it possible to have the temperature in degrees c instead of f?
Click to expand...
Click to collapse
It is C by default, I am from Poland so my native unit is Celsius
Found it, was buried in settings
Awesome watchface, many thanks for sharing it @ZduneX25
That's what i'm talking about At last someone created very impressive watch face. Something new and very beautiful with weather, date and steps information. If you will do that compitable with Amazfit Verge and with heartrate will be very very great. Can you do, ZduneX25? By the way you are from Poland? You are my neightbour (Baltic States)
---------- Post added at 11:06 PM ---------- Previous post was at 11:04 PM ----------
fotocreaman said:
How do you install these?
Click to expand...
Click to collapse
Most easier way is to use this tool - https://apkinstaller.com/downloads/, very simple just connect watch and push on device (top), then just choose file and install it
Very nice work! I would really want to see the Randii version getting improved! A tip, use GreatFit's center positioning to achieve same text positions on screen on & off.
Also thank you the credits
MoronsHater said:
That's what i'm talking about At last someone created very impressive watch face. Something new and very beautiful with weather, date and steps information. If you will do that compitable with Amazfit Verge and with heartrate will be very very great. Can you do, ZduneX25? By the way you are from Poland? You are my neightbour (Baltic States)
Click to expand...
Click to collapse
I am sorry I do not have Verge and it is really pixel to pixel measured (at least Commander is), it took a lot of time to make it fit while testing so I can tell if I am not being able to test myself then no go.
GreatApo said:
Very nice work! I would really want to see the Randii version getting improved! A tip, use GreatFit's center positioning to achieve same text positions on screen on & off.
Also thank you the credits
Click to expand...
Click to collapse
I thought so when I was starting, but anything I moved on active dial did not move the same on splt, but how did I miss padding for all numbers below 10 I'll fix it
EDIT: I see i removed too many settings including font_ratio, thanks!
ZduneX25 said:
I am sorry I do not have Verge and it is really pixel to pixel measured (at least Commander is), it took a lot of time to make it fit while testing so I can tell if I am not being able to test myself then no go.
Click to expand...
Click to collapse
It's ok, I understand you. Everything is fine. I just thought as author you can create Verge version too, as did GreatApo with his watch face which is cool too until now. I don't know Commander, also shared this watch face is by you, that's why I writing to you Greatings from neightbours, maybe someone else maybe have Verge, I hope :fingers-crossed: Watch face really impressive, sad that is available only for Stratos
Which file needs to be edited to change the arrangement of elements in Verge?
MoronsHater said:
It's ok, I understand you. Everything is fine. I just thought as author you can create Verge version too, as did GreatApo with his watch face which is cool too until now. I don't know Commander, also shared this watch face is by you, that's why I writing to you Greatings from neightbours, maybe someone else maybe have Verge, I hope :fingers-crossed: Watch face really impressive, sad that is available only for Stratos
Click to expand...
Click to collapse
Original source scales images and other stuff to verge's screen that is bigger, scaling might not (and probably will not) fit, that's why i decided no to use this feature. Best Regards.
fedoroffs said:
Which file needs to be edited to change the arrangement of elements in Verge?
Click to expand...
Click to collapse
all, cause i edited pretty much everything
12/12/2019
• am/pm and second hand fix for Radii
• text/numbers alignment fix for Radii in slpt mode
• new slpt mode for Commander, the one you all wanted..
@ZduneX25 Thanks for your work!
Are these watchfaces compatibles with Pace? would be great!
bixirulo said:
@ZduneX25 Thanks for your work!
Are these watchfaces compatibles with Pace? would be great!
Click to expand...
Click to collapse
Of course, install and enjoy
ZduneX25 said:
Original source scales images and other stuff to verge's screen that is bigger, scaling might not (and probably will not) fit, that's why i decided no to use this feature. Best Regards.
Click to expand...
Click to collapse
In fact I tried to install it into my Verge. There is distortion of size, but it just a some millimeters. It's not worst distortion at all. I don't know, you know this site or not https://amazfitwatchfaces.com, but they had (maybe have now too) in past tool which Stratos watch faces converted to Verge watch. Maybe it working only with .wfz I don't remember, but was possible to converted easily for Verge all Stratos watch faces. Just one thing - need to upload Stratos watch face to this site. It working today this method or it working (worked) only with .wfz file I don't know. Good luck in future works :good:
ZduneX25 said:
I thought so when I was starting, but anything I moved on active dial did not move the same on splt, but how did I miss padding for all numbers below 10 I'll fix it
EDIT: I see i removed too many settings including font_ratio, thanks!
Click to expand...
Click to collapse
I would suggest to try making changes only in the array file and the positioning will be automatically taken care.
To keep the numbers at the same position you need to assign the align to center, however, slpt doesn't have a center positioning because strings/numbers are images. To fix that, you can "draw" your text at the center of a box and then move the whole box at the appropriate position. This along with the font ratio are automatically taken into account in the latest GreatFit sources.
Yeah I realized a bit too late, but fixed version is available for few fours now [emoji106]
ZduneX25 said:
Yeah I realized a bit too late, but fixed version is available for few fours now [emoji106]
Click to expand...
Click to collapse
I will test now :victory:

Categories

Resources