tizen

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

Tizen IDE crashes all the time

匿名 (未验证) 提交于 2019-12-03 09:06:55
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Tizen IDE crashes all the time when I want to start example project. I'm running Tizen IDE 1.0.0b2 under Ubuntu 12.04. Currently it gives me following ouput. It seems that the problem is here: err:wineboot:ProcessRunKeys Error running cmd L"C:\windows\system32\winemenubuilder.exe -a -r" (2) Though, I've no idea why IDE try to access windows libraries. Output form IDE: JVM terminated. Exit code=1 /usr/bin/java -Dfile.encoding=UTF-8 -Dosgi.requiredJavaVersion=1.6 -XX:+AggressiveOpts -XX:PermSize=128M -XX:MaxPermSize=256M -XX:MaxNewSize=128M

How do I deploy a Tizen application to the Tizen emulator?

匿名 (未验证) 提交于 2019-12-03 08:52:47
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I see Tizen has the Smart Development Bridge (sdb, similar to adb for Android), but it doesn't have an 'install' command as the Android Debug Bridge has on Android. Can someone give me the steps to deploy/execute a Tizen application on the Tizen emulator? I want to be able to do this outside of the Tizen development environment (these steps are required by QA). 回答1: For web applications (widgets: sdb push app . wgt / tmp / Application . wgt sdb shell wrt - installer - i / tmp / Application . wgt For widgets using Command Line

Retrieving Data from GEAR S3 Heart Rate Monitor (HRM) to Mobile or Server

我只是一个虾纸丫 提交于 2019-12-02 10:48:14
I have used the Tizen sample Heart Rate Monitor code for Samsung Gear S3 from https://developer.tizen.org/ko/community/tip-tech/accessing-heart-rate-monitor-hrm-sensor-data-native-applications?langredirect=1 I want to develop Android or Tizen for Retrieving Data from the Heart Rate Monitor which is in S3 Gear. I found the sample code from https://developer.tizen.org/ko/development/guides/web-application/sensors/human-activity-monitor?langredirect=1#retrieve How can I integrate this. Pls share your ideas. Thanks a lot. With Samsung Accessory SDK , you can develop an app in Android which can

Not getting proper logs in Samsung Tizen TV emulator

余生颓废 提交于 2019-12-02 05:51:11
I am using tizen IDE 2.4.0_Rev5 for development and running my apps on the Tizen TV emulator. The problem I am facing is that many of logs which have been put in the javascript file( using console.log('xyz') ) do not appear in the console while running the app or even if I launch the debugger, however some logs do come. For instance, I took the sample App for AV Player from here: https://github.com/Samsung/TizenTVApps/tree/master/TVDemoAvPlayer When I run the app, I and press play button, I get only the following logs: js/main.js (218) :Buffering Complete, Can play now! js/main.js (66)

cross origin request in web application

旧街凉风 提交于 2019-12-01 12:31:11
In my application for Tizen system, I make a cross origin AJAX request, it works well in Tizen's browser, but when I package it as web application, the cross origin request can't work. I've tested it both on emulator and real device. I also use the webkit inspector record the network log, the screenshot is as following: Could any expert tell me why? The following is my code: var url = "";//this is assigned a domain which supports cross domain access according to HTML5 specification. var client = new XMLHttpRequest(); client.open("GET", url, true); client.setRequestHeader("Accept-Language", 'en

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