Languages

Menu
Sites
Language
Uninstall Watch / Clock Face : not obvious how to do it

Hi,

I have downloaded / installed the example watch face to my Gear S. I installed it using the Tizen IDE, usb cable etc.

i am unable to see the method for removing / deleting / uninstalling it from my watch.

The watch face is not in my gear manager on my cell phone so no option to uninstall from there. Nor is the watch face in my home screen styler., so no option to uninstall there.

how do I uninstall it?

papaSB

Responses

1 Replies
Palitsyna

Hello,

I've heard about this way, but I don't know, does it work or not:

You can do it by using sdb command: 

$ sdb -e uninstall <AppId>

You can find your app's AppId in config.xml - file. AppId consists of random 10 characters (alphabets and digits). To find AppId, go to config.xml - file, click Source button(on the sections below). On the 3rd row you'll find a string like:

<tizen:application id="yourAppID.yourAppName" package="yourAppId"/>

Hope this will help you.