Gear Watchface Maker help - Samsung Gear S2

hi guys
thanks to walther first up for the whole sdb business, lucky enough to just click on the run on device button and then its on my watch
my issue is that i really like the weather app (i know lame)
but the issue is that there isnt a weather app option
then i noticed the schedule link is only to the calender but not to the agenda like appearance you can choose as a widget
wanting to know if anyone knows a work around for these type of things
namely, how would i push the weather detail to the text box
and/or the app id ( under action, action detail custom) for the calender widget
and thus how do i even find app ids
sorry it might be stupid but i got one arm (post OT) and bored and wanting to learn ...
thanks

I'm wondering about adding weather and calendar info to the watch screen with gear watch designer as well. I was thinking if you could create a dummy text box and then import the project into the full sdk it might be doable. Anyone know if this is possible?

I would like to create an action that leads me directly to settings > communication > bluetooth option like a shortcut from the watch face. It would be great if watch designer has some place to code small scripts like query data from apps and present the info as complications! Like get weather data from weather app or even query the web through Gear manager app to get data and present.

APP ID
Does anyone know´s what i have to wirte there for open an app like Task2s or another?

envieme said:
I would like to create an action that leads me directly to settings > communication > bluetooth option like a shortcut from the watch face. It would be great if watch designer has some place to code small scripts like query data from apps and present the info as complications! Like get weather data from weather app or even query the web through Gear manager app to get data and present.
Click to expand...
Click to collapse
I ask this too...
"I would like to create an action that leads me directly to settings > communication > bluetooth option like a shortcut from the watch face"
Is possibile to do with the Samsung GEar S2 Watchface Maker?
Thanks
GS
ITALY

dahod83 said:
Does anyone know´s what i have to wirte there for open an app like Task2s or another?
Click to expand...
Click to collapse
App ID for Task2S is "IqiNB2jKne.TaskS2". Tried it on a watch face button and it worked.

fredson001 said:
App ID for Task2S is "IqiNB2jKne.TaskS2". Tried it on a watch face button and it worked.
Click to expand...
Click to collapse
how does one find the app id for a non samsung app?

messing around with animations...
can anyone share how to add a condition for an animation?
for example i want a pinwheel sequence to rotate when there is a notification. the samsung tutorial tells you that it can be done but doesn't show the steps to set the condition. step 3 in Add Animations: "Smart components let you associate additional actions with objects. You can specify actions based on conditions."
http://developer.samsung.com/gear/gear-watch-dev

mr neutron said:
how does one find the app id for a non samsung app?
Click to expand...
Click to collapse
Look in this directory on your phone:
data\data\com.samsung.android.gearoplugin\files\hmBackup\SM-R720\SM-R720
Looks like the App Icon name is also the app ID.

dahod83 said:
Does anyone know´s what i have to wirte there for open an app like Task2s or another?
Click to expand...
Click to collapse
I made a watchFace with a taskS2 shortcut. You just need to ask the app ID to the developper and enter it in GWD.
For TaskS2, (Thanks to tipztv) the App ID he give me is : IqiNB2jKne.TaskS2

Hi GUys
Real simple question and I wish i knew the answer... How do I Import a watchface my friend has created for me using the gear watchface maker?
He has sent me the .tpk file but how do I get this installed on my gear s2?
With my howarewe watch i could simply send the wtachface through watchmaker pro app but dont know how to do this for the gear s2?
Your help would be greatly appreciated!!!!
Many thanks

Can anyone help me with Samsung Pay ID.
I looked in data\data\com.samsung.android.gearoplugin\files\hm Backup\SM-R720\SM-R720 and tried to use com.samsung-pay-app in GWD but it did not work on the watch.

Related

Apps and Clocks .wgt files

Free Apps and Clocks for those non-samsung phones without Samsung Apps.
Just install with sdb.exe from SDK as below.
- open a cmd box
- go to the directory where the sdb.exe tool is located
- make sure the wgt file is in this directory too
- type command: sdb install xxxxxx.wgt
Rolex clock with Day, Date, Seconds and Battery
Credit goes to klwinkel, Breach, mattdb and gearfaces.com for this work.
Showing weekdays is my own work.
Enjoy!
P.S: I put the Package ID on filename in case you need to uninstall it.
Johnnynho said:
Credit goes to klwinkel, Breach, mattdb and gearfaces.com for this work.
Showing weekdays is my own work.
Enjoy!
Click to expand...
Click to collapse
Glad to be of some assistance. Great work.
Breach said:
Glad to be of some assistance. Great work.
Click to expand...
Click to collapse
thanks so much for these however when selecting the faces on the watch it's not showing a preview of the face, only a plain circle of a watch , it still works but cant see what is what. when selecing a face. I myself had this problem as well and it will show the same in the emulator select settings and go to change the watch face and it will show what I mean I never fixed my problem yet why the image isn't showing.
ex-28 said:
thanks so much for these however when selecting the faces on the watch it's not showing a preview of the face, only a plain circle of a watch , it still works but cant see what is what. when selecing a face. I myself had this problem as well and it will show the same in the emulator select settings and go to change the watch face and it will show what I mean I never fixed my problem yet why the image isn't showing.
Click to expand...
Click to collapse
I just downloaded this one, the config.xml points to <icon src="icon.png"/> & the icon is stock. So, you will see the icon.png attached below instead of a custom icon image.
Did you upload a custom icon to yours? If so, you should see something like this in the config.xml...
Breach said:
I just downloaded this one, the config.xml points to <icon src="icon.png"/> & the icon is stock. So, you will see the icon.png attached below instead of a custom icon image.
Did you upload a custom icon to yours? If so, you should see something like this in the config.xml...
Click to expand...
Click to collapse
ok so is there a way to see the actual clock image instead of that stock image when selecting a new face ? as once we get a few in there were not able to tell which clock is which when we change faces on the watch itself .
exit , ok I see your attachments , but when I select the rolex watch im not seeing a preview of it on my watch , i only see the basic watch in my attached pic
ex-28 said:
ok so is there a way to see the actual clock image instead of that stock image when selecting a new face ? as once we get a few in there were not able to tell which clock is which when we change faces on the watch itself .
exit , ok I see your attachments , but when I select the rolex watch im not seeing a preview of it on my watch , i only see the basic watch in my attached pic
Click to expand...
Click to collapse
Because the rolex watch does not contain a custom icon. He would have to make a custom icon and add it in the config.xml (if that is what he chose to do)
Breach said:
Because the rolex watch does not contain a custom icon. He would have to make a custom icon and add it in the config.xml (if that is what he chose to do)
Click to expand...
Click to collapse
ok understand now , thank you !
ex-28 said:
thanks so much for these however when selecting the faces on the watch it's not showing a preview of the face, only a plain circle of a watch , it still works but cant see what is what. when selecing a face. I myself had this problem as well and it will show the same in the emulator select settings and go to change the watch face and it will show what I mean I never fixed my problem yet why the image isn't showing.
Click to expand...
Click to collapse
Already changed the icon and re-attached in the 2nd post.
I changed the icon on the first Calendar App. Just forgot to do in the clock
Johnnynho said:
Already changed the icon and re-attached in the 2nd post.
I changed the icon on the first Calendar App. Just forgot to do in the clock
Click to expand...
Click to collapse
great and thanks so much as well as the package id
ex-28 said:
great and thanks so much as well as the package id
Click to expand...
Click to collapse
I agree. Adding the package id to the file name of the compressed file is a great idea.
Super Hero
Credit goes to Samsung, klwinkel, Breach, mattdb and gearfaces.com
Another UPDATE 05-01-2014 @4:00pm.
My son made me change alot with the watch graphics this round.
Use the center of watch to select faces.
Still working on hands selection, an alarm, and toggles. I'm very new to this. Thanks for all the help!
WOW 1st post
4th rev.
The package ID "upBUNbh9zh" (no change)
Just added the Patek Philippe clock to the second post.
It is a fun to have those marvelous watchs on our wrist
Johnnynho said:
Just added the Patek Philippe clock to the second post.
It is a fun to have those marvelous watchs on our wrist
Click to expand...
Click to collapse
never mind....i just needed to refresh the page.... THANK YOU GOOD SIR
Another CK gold watch at 2nd post!
Attached are my Favorites and sorry for not sharing
This watch face has been removed due to a DMCA takedown request from Richemont International Limited. Do not re-post. - XDA Admins
Johnnynho said:
Another CK gold watch at 2nd post!
Attached are my Favorites and sorry for not sharing
Click to expand...
Click to collapse
You need to change the hands of the clocks.. All the same hands doesnt seem right...
Sent from my SM-G900F using XDA Premium 4 mobile app
Jeshter2000 said:
You need to change the hands of the clocks.. All the same hands doesnt seem right...
Sent from my SM-G900F using XDA Premium 4 mobile app
Click to expand...
Click to collapse
agreed, the thumbnail on the gear for the square rolex has some nice hands but only loads with boring basic hands
Analog Digital
Here is my basic analog digital that I posted in the other thread so we can get them all in one place.
If you post one its good if you add an image. Its easy to get an screen capture using the emulator in the SDK.
To start an emulator you select the button on the left in the connection explorer window. Then create a new one if you dont have one in the pop up. Name it and select all the defaults for now. Once it is created hit the button that looks like the play button. Now you can test your apps with out your phone. Select the emulator in the connection explorer and then right click on your project name and select run as. Then in the emulator you can right click on the clock and save screen shot.
Mattman
Watch Styler is in the Samsung App store.
mattdb said:
Watch Styler is in the Samsung App store.
Click to expand...
Click to collapse
Which app store? And is it compatible with the gear 2 now?
Sent from my SM-G900T using XDA Premium 4 mobile app

Wearable Widgets for Gear 2

Wearable Widgets (beta) for Gear 2 is just out on the Samsung store. You can now use any mobile widget to show up on Gear 2 screen. The feature is really great and you can also control the widget from gear 2 like pass touch inputs to phone.
I have enabled zooper widget and use it to show time and weather and call tasker objects.
It is a bliss on Gear 2
Check it out.
You can join the google+ community by clicking on going to below link
<code>https://plus.google.com/communities/108657993737859186952 </code>
This app is made by Udell Enterprises Inc
Awesome
This is a GREAT app!
Awesome app! One of the most useful apps available. Thanks!
SUPER ! ..Can I just add one widget?
Awesome. I installed it immediately. Off course for Tasker. I use Launch-X widget in which i create the shortcuts. But i find it to slow, especially when the phone is off.
I also used it to display my tasks, so i could read and fill in the items into another task app. Of the first section it was perfect. But when the screen of the watch is off and turned on again, the widget is reset for the first items. Not to the last scrolled position.
You can add only one widget per device..
I use zooper to add only my functions as a single widget.. Calendar, time , date , battery life and tasker icons
dansafe said:
SUPER ! ..Can I just add one widget?
Click to expand...
Click to collapse
I can not open the widget on my watch anymore. It is saying "Unable to connect. Do you have Wearable Widgets on your phone?"
Already rebooted my watch AND my phone. Still the same.
gdanonym said:
I can not open the widget on my watch anymore. It is saying "Unable to connect. Do you have Wearable Widgets on your phone?"
Already rebooted my watch AND my phone. Still the same.
Click to expand...
Click to collapse
Uninstall then reinstall from Gear Manager.
Here's mine so far
Works great. Will you be able to add the ability to have more than one widget per device? It would be nice to be able to scroll through at least 4 or 5 of them. Thanks for the hard work.
fcjr77 said:
Works great. Will you be able to add the ability to have more than one widget per device? It would be nice to be able to scroll through at least 4 or 5 of them. Thanks for the hard work.
Click to expand...
Click to collapse
If you read the first post, you'd know the dev of this app isn't the OP. To answer your question though, the dev left this on G+
"Clarification for Gear 1 & 2 owners: Currently, the Wearable Widgets app has two editions, both with a significant limitation:*
• The one available through Google Play (including this beta group) does not support Gear 1 & 2 devices.
• The one you can download through Samsung's app store (including via the Gear Manager app) only supports a single widget at a time.
The reasons for this are complicated, but are generally due to a number of restrictions that Samsung has put in place. We are working to develop a solution to both of these issues, and will release it as soon as we can - but for now, this is how things stand, I'm afraid.
Thank you for your understanding, and your patience."
djbrotherson said:
Uninstall then reinstall from Gear Manager.
Here's mine so far
Click to expand...
Click to collapse
djbrotherson, would you mind identifying that widget in the photo? Actually looks useful.
RiverCity.45 said:
djbrotherson, would you mind identifying that widget in the photo? Actually looks useful.
Click to expand...
Click to collapse
Using HD Widgets from the Play Store
https://play.google.com/store/apps/details?id=cloudtv.hdwidgets
My settings are 4 x 3 widget, Big Bar. Readjusted to the smallest size to accommodate the Gear 2 screen
Super psyched for this .. been looking for a way to use zooper. Thanks a million homes
Any way to set this as default for lift arm gesture?
Cool app shame can't select the s5 weather widget with time etc. But cool app
Tapped on my Omega driven G900F
jewnersey said:
Super psyched for this .. been looking for a way to use zooper. Thanks a million homes
Any way to set this as default for lift arm gesture?
Click to expand...
Click to collapse
Just change the setting for what is shown on wake to last app / screen.
That means I need to go to the wearable widgets app continually before I am 'done' doing whatever I'm doing
The developer has indicated they are working on the ability to make this a watch face. I am looking forward to that update.
dazkeirle said:
Just change the setting for what is shown on wake to last app / screen.
Click to expand...
Click to collapse
This just rocked my world... I don't know why I didn't think of that. Duh. Thank you.
Thank You
That's great, Thank You.
As I've been using it - I actually don't mind having it not be the main watchface. What I've done instead is make it accessible from one of the 9 shortcuts from the Multi-Watch "swipe-up" launcher panel. That way I can still have the customizable watchfaces of multi-watch, but when I want I can launch an info panel widget that has time, date, watch battery level, currently connected wifi SSID, current weather w/ 5-day forecast AND my next 3 calendar appointments. Using a customized Zooper widget for this. I've made a request to Zooper to allow adding Google tasks list items and the phone's volume state to a widget.

Found a watchface with many customizable functions

Hey guys I would like to share an interesting watchface I found on the store a few days ago. So basically the only reason I got the gear S2 was to make my life easier by not having to reach in to my pockets for my phone. But the reality is that you still have to swipe, select and go through various menus just to get to the app you want to use on the gear S2. The watchface is called Customizable Watch with alarm, stopwatch, timer and torch by a developer called Hoseob Lee. The title is pretty much self explanatory and you can access all these functions just from the watch face, so you dont have to swipe and touch more buttons. And the best part is that you can customize the interface and the look of the watchface. It may take some time to get used to but I think its one of the easiest and useful watchfaces on the store once you get used to it.
Where did you find it? I can´t find it anywhere.....
fogerty4evr said:
Where did you find it? I can´t find it anywhere.....
Click to expand...
Click to collapse
Search Customizable Watch in the gear store and its an app by a developer named Hoseob Lee. It has 5 star rating
I downloaded one yesterday for free. Animated Matrix Watch. Interesting face an got built-in very brightness flashlight and funny battery indicator.
Face is very customizable and animation is smooth.

How do I find an APP-ID?

Hi! Im trying to find the app id for the application launcher, i tried "com.samsung.app-selector" but when i use that it just makes the screen black, so how do i find the app id's on the S3?
If anyone knows the app-id for the application 'overview' i would be very happy!
Thank you!
hto005 said:
Hi! Im trying to find the app id for the application launcher, i tried "com.samsung.app-selector" but when i use that it just makes the screen black, so how do i find the app id's on the S3?
If anyone knows the app-id for the application 'overview' i would be very happy!
Thank you!
Click to expand...
Click to collapse
Do you mean the application list(aka app drawer) that comes up if you press home button when you are in home? Well, if so, the thing is you can't jump into that screen using an app-id because not a standalone application, it is a part of com.samsung.w-home, which is the main app that shows notifications, widgets, watchface and app drawer.
For how to find app-id's, shell into the watch and run
Code:
pkginfo --listapp
which will show all the app ids and a bunch of information about the apps on the watch. You can also use
Code:
launch_app {app_id}
to test app id.
If you are planing to use these app ids on a commercial watchface, do mind that app id's can change between firmware versions or the app might not be installed on the device, in that case your watchface will probably fail the review process.
BTW com.samsung.app-selector is an app that pops up when you try to open some file but there are more than 1 apps that can open that file. Like when you click on an url in android and if you have both the chrome and the default browser is installed it will popup and ask you which one do you wanna choose to open that url, this is the tizen version of that thing, nothing to do with app drawer.
10urshin said:
Do you mean the application list(aka app drawer) that comes up if you press home button when you are in home? Well, if so, the thing is you can't jump into that screen using an app-id because not a standalone application, it is a part of com.samsung.w-home, which is the main app that shows notifications, widgets, watchface and app drawer.
For how to find app-id's, shell into the watch and run
Code:
pkginfo --listapp
which will show all the app ids and a bunch of information about the apps on the watch. You can also use
Code:
launch_app {app_id}
to test app id.
If you are planing to use these app ids on a commercial watchface, do mind that app id's can change between firmware versions or the app might not be installed on the device, in that case your watchface will probably fail the review process.
BTW com.samsung.app-selector is an app that pops up when you try to open some file but there are more than 1 apps that can open that file. Like when you click on an url in android and if you have both the chrome and the default browser is installed it will popup and ask you which one do you wanna choose to open that url, this is the tizen version of that thing, nothing to do with app drawer.
Click to expand...
Click to collapse
Thank you so much for a understandable answer!
If someone knows the app I'd for Golfwith's Smart Caddie and MayMyRun I would be forever grateful.
Cheers

Editing preloaded watchface

Hi I would like to ask if it's possible to edit "this" (image in attachment) preloaded watchface. This one is my favorite but unfortunately there is no possibility to set it up to show date. Any ideas or similar watchfaces? Thanks
This was my favorite as well and i also missed the date, so i created my own watch face (picture attached)
Called G-Dashboard in Galaxy Apps store (hope its available in your country)
Thank you very much for your reply, but unfortunately it's not available in my country. Could you send me apk? Thank you
Mirejcz said:
Thank you very much for your reply, but unfortunately it's not available in my country. Could you send me apk? Thank you
Click to expand...
Click to collapse
i can send you a tpk, but i don't know how to install it on s3 ... is it even possible?
kabangena said:
i can send you a tpk, but i don't know how to install it on s3 ... is it even possible?
Click to expand...
Click to collapse
Í hope so, because you download watchfaces through your mobile phone.
Please see attached, let me know if it worked for you
kabangena said:
Please see attached, let me know if it worked for you
Click to expand...
Click to collapse
Its not working:/ maybe you can tell me in which app you create this watchface and I will open this file through this app and resave it.
You will need to use Gear Watch Designer http://developer.samsung.com/gear/design/watch-designer
Attached project file that you can open in GDW and then edit/install on your watch
kabangena said:
You will need to use Gear Watch Designer http://developer.samsung.com/gear/design/watch-designer
Attached project file that you can open in GDW and then edit/install on your watch
Click to expand...
Click to collapse
Thank you so much. As soon as I will arrive at home I will try it and give you info.
kabangena said:
You will need to use Gear Watch Designer http://developer.samsung.com/gear/design/watch-designer
Attached project file that you can open in GDW and then edit/install on your watch
Click to expand...
Click to collapse
Oh, now i found out, that on your watchface the weather is missing. :/
Yes, unfortunately weather is impossible to implement in GWD
At this point,what is the most powerful way to design watch faces?
Like get active second hand on AOD and weather?
klau1 said:
At this point,what is the most powerful way to design watch faces?
Like get active second hand on AOD and weather?
Click to expand...
Click to collapse
WatchMaker app you can made ALL (alsmost) you want. You can decide what is displayed in active or AOD.
In latest Gear s3 (Tizen 2.3.2.3) firmware update you can add date into Dashboard watchface
hi there,
I'm very interested to have the watch face that you have edited. Need to add DAY into the face. i've tried to do it on GWD unfortunately the tsk file on the thread was damaged. Can you send me a new one. Thanks
Suan
Gear Dashboard can it be edited?
Mirejcz said:
Hi I would like to ask if it's possible to edit "this" (image in attachment) preloaded watchface. This one is my favorite but unfortunately there is no possibility to set it up to show date. Any ideas or similar watchfaces? Thanks
Click to expand...
Click to collapse
I agree, this is a great watch face. Can the alternate time be set for Seoul Korea?, the date be added and an altimeter added too?
Not tested yet...
But maybe GWD 1.4 Beta have Weather support... lok at changelog...
http://www.tizenexperts.com/2017/06/gear-watch-designer-now-updated-version-1-4-beta/
Best Regards
kabangena said:
This was my favorite as well and i also missed the date, so i created my own watch face (picture attached)
Called G-Dashboard in Galaxy Apps store (hope its available in your country)
Click to expand...
Click to collapse
Excuse me for basilar question: why don't could available in all country this watchface ?
Thank you in advance.
Mirejcz said:
Hi I would like to ask if it's possible to edit "this" (image in attachment) preloaded watchface. This one is my favorite but unfortunately there is no possibility to set it up to show date. Any ideas or similar watchfaces? Thanks
Click to expand...
Click to collapse
I know I'm replying to a 5 year old post but I just figured out how to change the widgets on the stock watch faces directly on the phone, without an app and am I sharing it in case anyone lands here from a search.
1) press on the watchface until the watchface switcher appears.
2) swipe to the face you want to edit and tap customize.
3) swipe left or right until the widget you want to change is highlighted, turn the bexel to change the widget, on the Gear Dashboard watchface there are many options available including weather and date.

Categories

Resources