Languages

Menu
Sites
Language
Unable to launch app on Gear S from Tizen SDK 2.3.1

Hi,

 

I am developing an integrated app for Gear S and Gear S2. I am using Tizen SDK 2.3.1 as it supports development for both Gear S and Gear S2.

 

Now, When I debug my app on Gear S2 using SDK, It runs successfully. But I tried running the same app on Gear S device and got the error repeatedly.

The error was

Error Code: FATAL_ERROR.

Error message:

Command: /usr/bin/pkgcmd -i -q -t wgt -p

"/opt/usr/apps/tmp/UIComponents.wgt"

Management: Installation or uninstallation is not working temporarily

 

I connected Gear S to SDK using USB cable as WiFi debugging for Gear S is not possbile. (developer.tizen.org/forums/sdk-ide/how-connect-sdb-gear-s-over-wifi?tab=active)

 

I am unable to attach error screenshot for the reference.

Also, I was able to run the App on emulator of Gear S using SDK 2.3.1

Does SDK 2.3.1 supports Gear S development or not ?

 

I also has previous version SDK (1.0.0). I am able to run and test the same app in Gear S using SDK 1.0.0

 

Is it in the SDK 2.3.1 specifications, not to support Gear S device ?

 

Edited by: Gaurav Singhal on 04 Nov, 2015
View Selected Answer

Responses

2 Replies
Mark as answer
daniel kim

Hi,

I met same problem before and could resolve it ater I changed required_version as below. so I would suggest you to check config.xml.

        <tizen:application id="fL7xL17th5.W" package="fL7xL17th5" required_version="2.2"/>

Regards

Marco Buettner

I think ur Gear S doesnt runs with Tizen 2.3 ... If u setup required_version 2.3 and ur Firmware is lower than 2.3 than it the installation failed.