Questions tagged [tizen-native-app]

Tizen is an open and flexible operating system built from the ground up to address the needs of all stakeholders of the mobile and connected device ecosystem, including device manufacturers, mobile operators, application developers and independent software vendors (ISVs).

Tizen is developed by a community of developers, under open source governance, and is open to all members who wish to participate.

The Tizen operating system comes in multiple profiles to serve different industry requirements. The current Tizen profiles are Tizen IVI (in-vehicle infotainment), Tizen Mobile, Tizen TV, and Tizen Wearable. In addition to that, as of Tizen 3.0, all profiles are built on top of a common, shared infrastructure called Tizen Common.

With Tizen, a device manufacturer can begin with one of these profiles and modify it to serve their own needs, or use the Tizen Common base to develop a new profile to meet the memory, processing and power requirements of any device and quickly bring it to market.

Mobile operators can work with device partners to customize the operating system and user experience to meet the needs of specific customer segments or demographics.

For application developers and ISVs, Tizen offers the power of native application development with the flexibility of unparalleled HTML5 support. Tizen also offers the potential for application developers to extend their reach to new “smart devices” running Tizen, including wearables, consumer electronics (TVs, gaming consoles, DVRs, etc.), cars and appliances.

The Tizen project resides within the Linux Foundation and is governed by a Technical Steering Group. The Technical Steering Group is the primary decision-making body for the open source project, with a focus on platform development and delivery, along with the formation of working groups to support device verticals.

The Tizen Association has been formed to guide the industry role of Tizen, including gathering of requirements, identification and facilitation of service models, and overall industry marketing and education.


Learn More

To learn more about Tizen, we invite you to read these whitepapers, and then get involved!


Source: https://www.tizen.org/about

Tizen Developers Page: https://developer.tizen.org/

280 questions
0
votes
1 answer

How do I keep SAP connection alive always between Android app (Consumer) and Gear app (Provider)?

We have an Android app that detects sleep tracking (can be running up to 12 and more hours) from various sensors and we would like to add the Tizen Gear Series to it. We use many ways to interact with each (BLE, Server-to-Server, etc.) What I've…
Gilad Eshkoli
  • 1,253
  • 11
  • 27
0
votes
1 answer

Tizen Native App Webview privileges

On the online guide, the following privileges are listed as necessary to place Webview in my application, however, app crashes due to privilege error when I run it outside the emulator. Same thing happened to me before with one of my applications…
0
votes
1 answer

java.io.IOExecption in tizen studio

while running BasicUI app as native app in Tizen emulator, it shows the error java.io.IOExecption.My java jdk version is 8.
lupin
  • 173
  • 5
  • 19
0
votes
1 answer

Emulator on tizen studio is not working

when Launching Emulator in Tizen studio for mobile V3.0 emulator screen shows The Emulator is still running.only the display has been switched off message or black screen.Also when launching BasicUI native app on the emulator it shows error…
lupin
  • 173
  • 5
  • 19
0
votes
1 answer

HTTP Post JSON Object Using Tizen Native

I'm trying to post data in JSON Format using HTTP Post in Tizen wearable native, but there is no sample from their website. There is a code snippet for http request HTTP Post Request but not specifying how to include a JSON Object. Can anyone let me…
0
votes
1 answer

Native Tizen Wearable 3.0 Calling Webservice

We are developing an Tizen 3.0 native wearable application. We need to call an REST webservice to upload some data. I cant find any good guides or documentation howto do it? As far as we come you will need to use the external Curl lib to be able to…
Daws
  • 1
  • 1
0
votes
1 answer

Tizen post HTTP web service

I'm trying to post HTTP in Tizen wearable native, but there is no sample project from their website; there is a code snippet but I don't know how to use the code. On Android the code 'volley' is easier to use and has more resources than…
0
votes
1 answer

Tizen wearable: Can you get sensors data in ambient mode?

Sorry. I'm new to tizen. Can't find answer at official tizen forum. Wan't to develop specific watchface for tizen watches. Can you get sensors data in ambient mode?
0
votes
1 answer

How to get screen state through SDB command?

I need to develop an Java API for my tool to get screen state of tizen device. Is there any sdb shell command to get screen state of tizen device? We can get android device screen status through adb command like "adb.exe shell dumpsys activity |…
yeasir007
  • 2,110
  • 2
  • 28
  • 43
0
votes
0 answers

Tizen: How to measure noise level?

I would like to get a decibel level output from the built-in microphone of the Samsung Gear S3 and use it in my App. I want to measure the noise level in the device's environment. (Is it loud at the place, the watch is worn at?) How is this…
Nayangar
  • 139
  • 10
0
votes
0 answers

Tizen Native Wearable Cannot Launch Application

I am trying to deploy my Tizen Wearable 2.3.2 native app onto a Samsung Gear S3 connected over WiFi. I am running Tizen Studio 1.2 on Ubuntu 16.04 LTS. I have previously successfully ran my app multiple times on the emulator and on the same watch,…
rytse
  • 133
  • 1
  • 10
0
votes
1 answer

Tizen Emulator UDP Connection

currently I am the only guy in my team, who knows the C++ language. Therefore I got charged with the task to create a native tizen service for our already existing (wearable) web app. The main purpose of the service is to receive UDP message, which…
0
votes
1 answer

Tizen is unable to record audio in real time

I follow the audio i/o tutorial to build a real-time audio recording app. However, the callback is called very infrequently for recording the whole sound. For example, when I start the recording for 5 second, the callback actually only gives a…
Yu-Chih
  • 345
  • 4
  • 13
0
votes
1 answer

Samsung Companion App: Do we need Samsung Gear App on Phone?

I am new to Tizen development. I am developing companion apps for Samsung gear watch(provider) and Android phone(Consumer). I have few questions regarding it Does my app need Samsung gear app to be installed on phone? If yes, is there a way to find…
0
votes
1 answer

Gear s3 Native Sample "UI -> (circle)Sensors" is White Screen

I developed using Gear S3. I have received the sensor values of the gear S3. So I run Sensors sample, whitch shows the sensor value and information of sensors in the Native. The virtual machine has confirmed that it works smoothly. But Running on…