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/

263 questions
19
votes
5 answers

Which programming languages are available for developing native apps in tizen OS?

Which programming languages are available for developing native apps in tizen OS?
user3134167
  • 275
  • 1
  • 2
  • 10
11
votes
1 answer

How to use Callback function to get language in Tizen?

I want to write a native application in c to get the value of language in Tizen. The compiled c code must be run on the Tizen phone and I need to get the Value of language. The callback function i got from Tizen source is int…
Ajay Soman
  • 1,551
  • 4
  • 18
  • 37
10
votes
4 answers

Connecting to Tizen TV via the Tizen IDE or sdb

I assume Samsung forums devoted to Tizen would the the first place to resolve this issue but after reading through them it seems that nobody has succeeded with this and the support has not provided any valuable information either so I'll just hope…
Rudolfs Bundulis
  • 11,058
  • 2
  • 27
  • 56
9
votes
1 answer

How to use Callback function to get the value of region variable in Tizen?

I want to write a native application in c to get the value of region in Tizen. The compiled c code must be run on the Tizen phone and I need to get the Value of language region. The callback function i got from Tizen source is int…
Ajay Soman
  • 1,551
  • 4
  • 18
  • 37
9
votes
1 answer

How to use Callback function to get Orientation in Tizen?

I want to write a native application in c to get the value of orientation in Tizen. The compiled c code must be run on the Tizen phone and I need to get the Value of orientation. The callback function i got from Tizen source is int…
Ajay Soman
  • 1,551
  • 4
  • 18
  • 37
8
votes
2 answers

Emulator for Tizen Studio requires old libpng12-0

I am about to install the Tizen Studio, and I also need the Emulators for Wear and Device. But unfortunately it requires libpng12-0 , whereas I have installed libpng16-16 already.. How can I tell Tizen Installer, it already has the last recent…
Ralf Wickum
  • 1,300
  • 5
  • 34
  • 66
6
votes
1 answer

Tizen app not installing on device

I'm trying to install a simple app (built from samples) on Samsung Tizen Z2 device using Tizen Studio 1.0.1 on both MacOS,Win7 and getting error 23: Signature verification failed. My device shows properly in Connection Explorer. Also generated the…
Jeet
  • 916
  • 1
  • 8
  • 19
5
votes
6 answers

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

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…
Jimmy Collins
  • 3,292
  • 5
  • 36
  • 57
4
votes
0 answers

Saving files is not enabled in hosted mode. Please inspect using chrome://inspect

Testing Samsung TV, and am trying to save the data as HAR in Tizen web developr tool, however, receiving an error message when trying. What may I need to change in the settings (?) to enable saving files? Saving files is not enabled in hosted mode.…
4
votes
1 answer

Native Tizen remove naviframe item

I have a Tizen wear application that consists of 3 views and each one of the views is pushed to the naviframe. The three views are: Genlist_A > Progressbar > Genlist_B The layout of the views are shown by the arrows. When as user touches a…
Jonathan
  • 525
  • 1
  • 8
  • 26
4
votes
1 answer

Image manipulation tools for tizen

I have just started working on Tizen. I want to know is there any built in support or library for image manipulating like contrast,color,crop etc to develop native application in Tizen.
Nikhil
  • 2,817
  • 6
  • 30
  • 57
3
votes
1 answer

What is Tizen's native language?

What is Tizen's native language ? All samples are in C, but if I select from the Project menu into Tizen Studio's menu with New -> Class I can only to create a C++ class file. Why is that so? What language do you use to create your Tizen…
MisterX_Dev
  • 409
  • 2
  • 7
  • 16
3
votes
1 answer

Sign application package with cerificate profile in tizen studio

How to sign application package with certificate profile in Tizen studio?This doc only shows how to create Certificate profile but not how to sign the app package. I want to run the BasicUI app on Tizen emulator and sign the application package is…
3
votes
2 answers

System Log Dump on Tizen OS

I am working for a project on Samsung Gear Fit2 which has Samsung's Tizen OS. I want to get system log dump to debug my application. How can I do that?
3
votes
3 answers

Tizen Studio - Gear S3 - SIGNATURE_VERIFICATION_FAILED

I'm trying to run simple template native application on Gear S3. I have created certificate according to Working with the Certificate Profile. My Gear S3 is connected via wifi and showed correctly in Connection explorer. I'm still getting error…
1
2 3
17 18