Page 1 of 1

System Shortcut Features equiv in zeppOS watchface?

Posted: 27 Jan 2023, 02:35
by CyclingAsia
Good morning,

I'm currently in the process of porting my watch face from GTS 2 mini to GTS 4 mini. One feature I could not find in zeppOS is the Shortcut Features component. In the GTS 2 mini watch face, this allowed me to launch the new workout app when clicking on my "steps" widget and the timer app when clicking on the time.

The nearest thing I've found is the IMG_CLICK widget, but this widget uses the hmUI.data_type enum which doesn't include timer nor new workout.

Does anyone know if it is possible to launch apps that are not included in the hmUI.data_type enum?

I'll also note that I'm using zeus to create the watch face, and not the online editor. Once done, the code will be on github.

Thanks in advance.

Re: System Shortcut Features equiv in zeppOS watchface?

Posted: 27 Jan 2023, 08:49
by CyclingAsia
Replying to myself...

I was able to launch the timer app by using hmUI.data_type.COUNT_DOWN, but I could not find an enum that would launch the new workout app. Any help would be appreciated

Re: System Shortcut Features equiv in zeppOS watchface?

Posted: 28 Jan 2023, 17:25
by SashaCX75
For training, I only know

Code: Select all

hmApp.startApp({ appid: 1, url: 'SportListScreen', native: true })
Not sure if this is what the van needs

Re: System Shortcut Features equiv in zeppOS watchface?

Posted: 28 Jan 2023, 17:26
by SashaCX75
Here is a list of all the parameters related to training

SportAutoRecogScreen
SportCategoryListScreen
SportEditScreen
SportListScreen
SportPickerScreen
SportRecordListScreen
SportScreen
SportSettingAssistantScreen
SportSettingAutoLapScreen
SportSettingAutoPauseScreen
SportSettingBackScreen
SportSettingCadenceAssistantScreen
SportSettingDialogScreen
SportSettingGoalScreen
SportSettingMaxHrZoneScreen
SportSettingMoreScreen
SportSettingReminderModeScreen
SportSettingReminderScreen
SportSettingReserveHrZoneScreen
SportSettingSwimPoolLengthScreen
SportSettingVirtualPacerScreen
SportStatusScreen

Re: System Shortcut Features equiv in zeppOS watchface?

Posted: 29 Jan 2023, 08:58
by CyclingAsia
Thanks for that. I'll give it a go and see if I can get it to work with my watch face.

Re: System Shortcut Features equiv in zeppOS watchface?

Posted: 30 Jan 2023, 09:38
by CyclingAsia
Thanks a lot for the info. I was able to launch the sports selection list screen from my watchface. May I ask where you found the list of parameters? Is there documentation published by zepp/amazfit that isn't included in docs.zepp.com?

thanks in advance.

Re: System Shortcut Features equiv in zeppOS watchface?

Posted: 30 Jan 2023, 16:40
by SashaCX75
On various forums dedicated to Amazfit watches. I did not see such information in the official documentation.

Re: System Shortcut Features equiv in zeppOS watchface?

Posted: 05 Jan 2024, 01:00
by toolsrme
Does anyone know if there is a URL for UVI, AQI, or Calories?

Re: System Shortcut Features equiv in zeppOS watchface?

Posted: 05 Jan 2024, 19:12
by SashaCX75
@toolsrme there are no such shortcuts (URLs)

Re: System Shortcut Features equiv in zeppOS watchface?

Posted: 19 Jun 2024, 07:15
by andrewr01
Is there a URL for the altimeter screen rather than the Barometer screen like this:
hmApp.startApp({url: 'BaroAltimeterScreen', native: true });