tizen-wearable-sdk

Tizen samsung wear bluetooth access

喜你入骨 提交于 2019-12-04 18:18:51
I am attempting to access the Bluetooth API in the Samsung wear IDE for the Gear 2. I have successfully added the WIDLPROCXML definitions from the normal IDE to the Wear IDE and can have access on content assist to all the tizen.bluetooth.xx functions. In the Wear IDE on the app.js file below, the console results undefined when calling the bluetooth.address function. I am aware that Tizen intentionally is trying to disallow access to Bluetooth to keep their watch only on the Samsung devices, but being an open platform I would like to make my own application communicate with other Bluetooth

Signature Error in Gear S3 after OS upgrade from Tizen 2.3.2.3 to Tizen 3.0.0.1

霸气de小男生 提交于 2019-12-04 04:50:16
My Gear S3 was running on Tizen 2.3.2.3. Yesterday, I updated it to Tizen 3.0.0.1. Now, when I am trying to install app from Tizen Studio 1.2, it shows following error "The application installation on the device has failed due to a signature error! (error code: -12)" Previously it worked with a certificate I generated with my device's DUID. But, its not working now. I have created new Certificates(both public and partner level), but still its showing same error for both certificate profiles. Can anyone help me? Thanks in advance Please update Tizen Studio version to 2.0 and apply light reset

Is it possible to keep Tizen application alive non stop

人走茶凉 提交于 2019-12-03 19:56:05
问题 recently I’ve started developing for Tizen OS. My application is created only for wearable and only for specific device which is Samsung Gear Sport (Tizen 3.0 on board). Main purpose of this application is to gather complete sensor data over a long period of time. I’m interested in heart rate, and movement sensors in general (gyroscope and accelerometer). Then, this data will be send to cloud server and analysed. Currently I’m considering a WEB application because so far I have found no

Is it possible to install an android app on Tizen OS device? [closed]

泪湿孤枕 提交于 2019-12-01 09:50:58
I have an Android application. I wanted to install it on Tizen OS based device such as Samsung z1 or Samsung watch. I don't know much about Tizen. Could you please explain if an existing Android app could be installed on Tizen OS device? I don't think Open Mobile gives the option to other developers to convert their apk's to tpk's. Have a look here http://pag.polarismobile.com/ which would be soon available for Tizen 2.3. PAG gives option to other developers to convert apk's to tpk's It was already there for tizen 2.2 but since Samsung Z1 the only tizen based smartphone in market is tizen 2.3

Tizen-sdk-for-wearable-setup Installation issue because of JAVA HOME

三世轮回 提交于 2019-12-01 08:24:23
System Configuration: OS - Windows 8 System type - 64-bit Operating System , x64-based processor I have installed java-8 and set JAVA_HOME as C:\Program Files\Java\jdk1.8.0 I am getting error as below image while Tizen-sdk-for-wearable-setup Installation. error - Cannot execute Java even if it was installed. Check environment variable or Java version(over 1.6) please. I tried installing after JDK 7 both 32 bit and 64 bit and setting JAVA_HOME - Program Files path and Program Files (x86) path both also it didn't worked. I have a another system in which the Issue didn't occurred. System

Tizen-sdk-for-wearable-setup Installation issue because of JAVA HOME

北战南征 提交于 2019-12-01 06:51:41
问题 System Configuration: OS - Windows 8 System type - 64-bit Operating System , x64-based processor I have installed java-8 and set JAVA_HOME as C:\Program Files\Java\jdk1.8.0 I am getting error as below image while Tizen-sdk-for-wearable-setup Installation. error - Cannot execute Java even if it was installed. Check environment variable or Java version(over 1.6) please. I tried installing after JDK 7 both 32 bit and 64 bit and setting JAVA_HOME - Program Files path and Program Files (x86) path

Is it possible to install an android app on Tizen OS device? [closed]

醉酒当歌 提交于 2019-12-01 06:28:45
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I have an Android application. I wanted to install it on Tizen OS based device such as Samsung z1 or Samsung watch. I don't know much about Tizen. Could you please explain if an existing Android app could be installed on Tizen OS device? 回答1: I don't think Open Mobile gives the option to other developers to

Not able to connect to Internet via proxy in Tizen emulator

余生长醉 提交于 2019-11-29 17:44:35
When i use ajax code to retrieve a json data, in tizen wearable emulator 2.3.1, I'm getting not able to connect to proxy error. But when I searched, everyone is telling no need to give any specific proxy settings for emulator. If internet works fine in Tizen ide, then it will work in Tizen emulator too. But I'm getting proxy error. Can someone help me solve this proxy error? Update: Where should I change the proxy? Code sample: $.getJSON( "http://api.geonames.org/citiesJSON? north=44.1&south=-9.9&east=-22.4&west=55.2&lang=de&username=demo", function( data ) { $('#divText').html(data.result); }

Not able to connect to Internet via proxy in Tizen emulator

雨燕双飞 提交于 2019-11-28 11:55:54
问题 When i use ajax code to retrieve a json data, in tizen wearable emulator 2.3.1, I'm getting not able to connect to proxy error. But when I searched, everyone is telling no need to give any specific proxy settings for emulator. If internet works fine in Tizen ide, then it will work in Tizen emulator too. But I'm getting proxy error. Can someone help me solve this proxy error? Update: Where should I change the proxy? Code sample: $.getJSON( "http://api.geonames.org/citiesJSON? north=44.1&south=