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

Sending maps over Bluetooth using Native Tizen

I am currently working on an application for a Samsung Gear S2 Watch that is utilizing Native Tizen Maps. I send coordinates to the Gear S2 from a Android application and mark the coordinates on the map. This works perfectly fine with one…
Jonathan
  • 545
  • 1
  • 8
  • 27
0
votes
3 answers

How can I generate registration certification for gear s2?

When I tried to generate the registration certification, I made the author certification, but when I submitted the project it has been rejected because of a certification issue. Does anyone know how can I complete the registration successfully? And…
0
votes
1 answer

Tizen bluetooth low energy invalid parameter error setting signed integer

I'm trying to set an int value to a characteristic in Tyzen framework and I have as a return value 'parameter invalid'. I've followed this…
0
votes
2 answers

Can Tizen Watch app receive push without a smart phone?

I am wondering if a wi-fi enabled Tizen smartwatch can receive push notifications directly from server without a smart phone in the middle?
birdcage
  • 2,638
  • 4
  • 35
  • 58
0
votes
3 answers

Tizen Telephony API

I'm trying to develop a service app which should listen to a change in the network name and then emit some kind of event to the some front end app. Since I have no access to a physical device (wearable - for my particular case) I was wondering if…
y0n1
  • 166
  • 1
  • 9
0
votes
1 answer

How to run an app on Tizen easily?

In order to run a tizen application on a real device whether it be in the debug or release mode, do I necessarily have to register on Samsung's website? And also do I have to generate a certificate? I don't want it to be complicated, I just to be…
Alan Coromano
  • 24,958
  • 53
  • 135
  • 205
0
votes
3 answers

Unable to run a hello world app in Tizen

I'm unable to run a simple native application "hello world" in tizen 2.4 rev2 due to an error shown in the screenshot. I'm trying to run it on a real device which is setup for development -- Developer Options are visible and Debug via USD is…
Alan Coromano
  • 24,958
  • 53
  • 135
  • 205
0
votes
2 answers

How to create surface to display videos in Tizen native apps?

I am trying to develop a tizen native app for wearables that displays the video stored in the gear. I don't know how to define the display handle using Evas. Does anybody has any idea how to do it?
jk.11
  • 1
  • 2
0
votes
1 answer

Tizen Docs give C headers but not Lib names?

Trying to implement some Unity3D C# plugin code but am finding the Tizen docs to be rather lacking. I need to know what Lib names are used for specific headers. Such as the message box api:…
zezba9000
  • 3,247
  • 1
  • 29
  • 51
0
votes
1 answer

How to select keyboard in Tizen/HTML5 for Wearables

I have two system wide keyboards pre-installed on my Tizen Wearable device, the first one is a stock Samsumg's keyboard, the second one - Custom. The first one is a user's default selected in Settings. I don't want to change the system's default,…
Oleg Gryb
  • 5,122
  • 1
  • 28
  • 40
0
votes
1 answer

Building Tizen Native Project and Packaging by CLI

I use Command Line Interface (Tizen SDK 2.3) to build and create tpk packages for my tizen native project. It may sound strange but I had a serious problem while building and packing. Suddenly all of my data were wiped out. I thought that it might…
0
votes
3 answers

What library to include for std::vector in Tizen?

I want to use an std::vector for an app that I'm creating with Tizen and I can't find the right library to include to make my std::vector be recognized... I have a syntax error... Is there an equivalent to std::vector specific to Tizen? I searched…
Yaoming
  • 79
  • 1
  • 6
0
votes
1 answer

How to create a tableview in Tizen Native App

I'm new to Tizen and im trying to create a tableview with tizen native app. I found we need FUi.h, FApp.h files which is not available in my Tizen IDE (2.3.0). Can anyone help me.
Anusha Sajeendran
  • 181
  • 1
  • 3
  • 17
0
votes
2 answers

How to add edit text in native Tizen app?

I try to understand the GUI creation in native Tizen app. Now I can add label and button. But I cannot find any solution how to add text edit (android TextEdit). The button I add by below code: ad->button = elm_button_add(ad->box1); …
LunaVulpo
  • 3,043
  • 5
  • 30
  • 58
0
votes
1 answer

Tizen - Overlap app UI over lock screen

I'm currently building a native app on Tizen latest SDK and it needs to be programmed in C language. In my app I need to build a kind of "alarm clock" that will go off in a certain time and if the device is asleep my app will need to woke it up. I…
Kamila Brito
  • 198
  • 8