Languages

Menu
Sites
Language
Gear Neo 2 and SDK 2.4

Hello,

can I develop an app for the Gear Neo 2 using the SDK 2.4.

I would like to advertise Bluetooth beacons and it seems it is possible only from SDK 2.4.

Thanks,

Alessandro

Responses

11 Replies
colin Rao

Hi, I don't find such possible to develop wearable app on SDK 2.4. 

daniel kim

Hi,

Pleaes use Wearable SDK 1.0.0 for Gear 2 Neo as this device support tizen 2.2 yet.

And Tizen SDK 2.4 includes mobile version only. so you need to wait a little more about wearable version( actually Gear S2 supports tizen 2.3 yet).

Regards

Alessandro Montanari

This means that I cannot use sdk 2.3.1 either on the Gear 2 Neo, right?

Thanks

daniel kim

Hi,

As far as I know you can run it on Gear 2 neo after you change required_version of config.xml. but  api of 2.3.1 may not be supported in this case.

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

Regards

Alessandro Montanari

Thanks Danie.

If I set required_version="2.2" the app starts fine but if I set required_version="2.3.1" it doesn't.

This is the error I get:

Error code: FATAL_ERROR

Error message: 

Command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/Test2.wgt"

Management: Installation or uninstallation is not working temporarily.

AVSukhov

Hello,

This is correct behavior.

"required_version" - defines Tizen Web API version required for running the Web application

Gear 2 Neo supported Web APi version 2.2

If you specify version higher than 2.2 verification fail and app cannot be installed

Also "required_version" must be float value, so use "2.3" instead "2.3.1".

AVSukhov

I agree with Daniel,

To launch the application on Gear 2 Neo you need change required_version in config. But API available in the 2.3.1 will not be supported.

Vikram

Hi,

You can develop app basic on wearable-2.3.1. Using Tizen2.3.1 sdk and from IDE to see some sample for wearable-2.3.1 such as Advanced, Basic, UI and so on.

This samples is useful to you develop wearable app beginning.

AVSukhov

Hello,

No. There is a minimum because the Gear Neo 2 works on Tizen 2.2, and you cannot use feature from 2.4

Seoghyun Kang

Hello,

 

Now Tizen 2.4 SDK is supporting only the mobile profile. 

So if you use the Tizen 2.4 SDK, you cannot create the wearable application.

 

Please refer it.

 

Palitsyna

Hello,

 

Tizen 2.4 SDK doesn't support Wearable projects now, but you can use Tizen 2.3.1 SDK to develop applications for wearable devices. 

 

Hope the wearable version will be released soo.