Tizen Galaxy Active 2 - Sign and build with Visual Studio 2017

244 Views Asked by At

I am trying to push an app I built with .net in visual studio 2017 (Windows 10) to my galaxy active watch.

No matter what I do, it says built with default certificates.

output

I set up my Samsung certificate with Certificate Manager Cert

In VS, I connected my credentials also (Tools > Options > Tizen) tools

And I have the proper extension from Package Manager installed Package Manager

I rebuilt the project and also tried form the CLI with no success. I am getting this error (from CMD) CLI and this one (from VS)

VS error

What did I miss?

2

There are 2 best solutions below

0
On BEST ANSWER

Solution was to delete any certificates made via the Tizen Certificate Manager. Make a new certificate and pick "Samsung", not "Tizen".

tizen and samsung certs

Then to jump back into Visual Studio 2017 (it didn't sign with the right certificates on 2019 for me). Next, click on the "Tools" menu and click "Options".

vs settings

Here, I selected "Direct Registration", then I manually added the author, distributor certificates and passwords... and now I can debug apps with a physical device and no problems.

vs settings tizen

0
On

check "Sign the .TPK file using the following option"

screenshot: options/tizen - checkbox:
screenshot: options/tizen - checkbox

it worked for me