Start workout on tap

I place a text on my WF and I would like to start a workout if I tap this textfield. I would like to Start the general workout panel to choose the workout (running, swimming nike etc). How do I proceed?

Thanks

I don’t think I understood your explanation.

I have a text on the display and I would like to start on tap the standard workout screen where I can choose which workout I want to start. I can only start Apps on tap.

@ste1600102970

I deleted the Spammer. What they do is post something that sounds somewhat like an answer then later on go back and add a link after it is published so the moderator won’t catch it.

I would like to Start the general workout panel to choose the workout (running, swimming nike etc). How do I proceed?

Create an image or text
Action ) Apply Action > Tap > Open App > App ID
and I believe it is
com.samsung.android.shealthmonitor

You can use this for your own watch faces but it may not be possible on all watches for distribution

You can also user a monochromatic image complication and customize it for a particular work out and it will open such as the steps app as an end user.

to get app ids
adb connect 192.168.xxx.xxx:5555 (your watch IP address & enable debugging)
adb shell
pm list packages

You will get an output list like this
package:com.android.cts.priv.ctsshim
package:com.google.android.ext.services
package:com.android.providers.telephony

The app ID is after package:

or go to playstore and download the Package names app . open it and you will see the apps that are installed on your phone.

Ron

2 Likes