Search code examples
installationwatchtizen

Gear S2 - Failed install native app error [83] [73]


I am trying to develop my first application for my Samsung Gear S2. I created the native project BasicUI, when I try to run the app on the emulator it works fine, but when it comes to my watch the process fails at the installation, and it says:

Cannot install application. Unknown Error [83]

Does anyone have an idea of what's happening ?

I already activated the option "Unknown sources" for my watch with the Gear app on my phone.

Thank you.


Solution

  • I finally got it. I hadn't installed the Certificate Extension.

    This link helped me a lot: http://developer.samsung.com/gear/develop/getting-certificates/create

    Here is the main steps anyway :

    First install Certificate Extension if you haven't yet, close Tizen IDE, open Tizen Update Manager, and install Certificate Extension which you will find in Extras section. Then, you have to get the DUID of your watch (Device Unique IDentifier). Open again Tizen IDE, connect your watch to your computer, and right click on your device in the Connection Explorer section, Properties, copy the DUID. Click on this icon in the toolbar: icon and create a new certificate. You should past your DUID in step 4.

    Once it is done, you may have to upload the certificate to your device: right click on your device in Connection Explorer and Permit to install applications. That's it. You can now upload your apps to the Gear.

    Hope it'll help.