Languages

Menu
Sites
Language
Unable to run applications on gear 2 device

MAC OSX 10.10.5,    TIZEN SDK 2.3.1

 

Error code: FATAL_ERROR
Error message: 
Command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/TestTizenAdv.wgt"
Management: Installation or uninstallation is not working temporarily.

 

thanks

Responses

6 Replies
Palitsyna

Hello,

have you installed Tizen Extension SDK for Wearable? If not, download it from the below link. You need to install this one and generate your certificate through it.

http://developer.samsung.com/technical-doc/view.do?v=T000000248

YONG LEI

Hello,

I installed Tizen Extension SDK for Wearable.   and installed my certificate.  But the error is still there, and the same

 

daniel kim

Hi,

Gear 2 support Tizen 2.2 yet.. so you need to change required_version like as below to run your wgt on Tizen SDK 2.3.1 for Gear 2.

   config.xml

      <tizen:application id="IAKVCePJrz.W2" package="IAKVCePJrz" required_version="2.2"/>

Regards

YONG LEI

it's work ,   but console print  'It is disabled for security reasons in run mode.'

daniel kim

Hi,

If you see console logs, you need to run it by debugging mode. That's the meaing :)

Regards

Palitsyna

Hello,

It's OK in run mode.

If you need to see your logs, run your application in Debug mode: in project Explorer right click on your project -> Debug as -> Tizen web Application