3

I am very new to Tizen development. I was trying to run a web application (default BasicUI) in tizen watch gear s3. But getting the following error:

Installing the package... > Fail Unexpected error occurred at the below step. Installing the package... Please try again later. enter image description here

Though I when I tried the native app default template and it was okay. I am getting this problem only for web application.

Here I have also given the screenshot from the console.

enter image description here

I am using version 3 and my operation system is windwos 10. Tried both certificate Tizen and samsung.

J. Nawaz
  • 131
  • 2
  • 6

2 Answers2

3

If you run app in Emulator, then IDE generated certificate will work. But you are running app in real Gear which has user binary, that's why you need to get author certificate from Samsung. Follow this document.

Also make sure that your development machine and Gear time is synchronized.

Also these threads may help you.

Iqbal hossain
  • 1,778
  • 3
  • 17
  • 24
  • I checked the certificate, it is done accordingly. Also, I tried it in emulator too. There I get this error notification: extra package installation is failed. cert must be installed MANUALLY! – J. Nawaz Jul 03 '17 at 12:52
  • 1
    Please add screen shots – Iqbal hossain Jul 03 '17 at 15:35
  • Here is the screenshot of what I am getting. https://drive.google.com/file/d/0B6r4TOn584vSc29GZUNNTnpIOTA/view?usp=sharing – J. Nawaz Jul 06 '17 at 23:49
  • 2
    I will suggest you to delete all the file in /tizen-studio-data/keystore except author folder. Also delete files of author folder....then create certificate again – Iqbal hossain Jul 11 '17 at 08:31
1

Just because your Gear S3 is on Tizen version 2.3.2 ?

Look at : Gear info -> About device -> Tizen version

But I don't understand why the native wearable app 3.0 works in my Gear S3 (2.3.2).

GJer
  • 85
  • 1
  • 10