Questions tagged [tizen]

Tizen is an open source, standards-based software platform supported by several device manufacturers for multiple device categories (smartphones, watches, TVs, etc.). Samsung is the main contributor and user of Tizen platform.

Tizen is a free and open source mobile operating system. It is developed by the alliance of Linux Foundation, LiMo Foundation, Intel, Samsung and Sprint Nextel. It supports the ARM and x86 platforms. The Tizen source code is available for download as it is a open source project.

The Tizen platform supports two different application types: the Web application and the native application. The Tizen platform also allows you to develop a hybrid application package where Web and native applications are packaged together to make more powerful applications. The Tizen platform ensures that all Tizen applications have consistent look and feel, regardless of whether you use the Web or native framework to create them.

Versions

Developer

Devices

Applications

Tizen Programming Books

Chat Rooms

References

Frequently Asked Questions

What is Tizen?

Tizen is a complete cross-device, cross-architecture, open source software platform, including an operating system and a compelling user experience. It is intended to deliver a comprehensive HTML5 implementation and toolkit so as to help developers maximize code re-use across multiple operating systems and devices while also taking advantage of native device and platform capabilities.

How is Tizen Association different from Tizen Project under Linux Foundation?

The Tizen Association and the Tizen Project, under Linux Foundation, are complementary to each other.

The industry- and market-facing aspects of Tizen are driven by Tizen Association, while the engineering of the Tizen software platform is taking place within the Tizen open source project hosted by Linux Foundation. Linux Foundation runs the Tizen Project, with focus on platform development and delivery.

How can I take part in Tizen Association?

Tizen Association consists of a Board of Directors with twelve seats. In addition, the Tizen Association will be launching a partner program that will enable added stakeholders and interested parties to provide feedback and take part in market development activities associated with Tizen Platform. More information on how to engage with Tizen Association can be found Here.

Who leads architectural and technical decisions in Tizen Project?

There is a Technical Steering Group (TSG) that leads the Tizen Project governance. The TSG is chaired by Intel and Samsung, as the two primary platform contributors. There are additional working groups within the Tizen Project which will be comprised of representatives from Intel, Samsung and other interested organisations.

Where can I get more information?

For more information on Tizen Association can be found at www.tizenassociation.org. To participate in, or learn more about the Tizen Project visit www.tizen.org

Is Tizen targeted beyond mobile devices?

Yes, Tizen, is an open source, standards-based, cross-architecture software platform for multiple categories including smartphones, wearables, tablets, TVs, netbooks and automotive infotainment.

How is Tizen technically differentiated from Android, iOS and other leading device platforms?

Unlike other device platforms, the primary application development environment for Tizen is focused exclusively on HTML5, allowing developers to create web applications that are portable across all major mobile platforms. Unlike iOS and Windows Phone, Tizen is an open source platform.

1399 questions
4
votes
1 answer

Playing Audio File with notification in Tizen

In a Tizen application I want to play an audio file when notification is posted and I have written below code. function postNotification() { try { var iconPath=tizen.application.getCurrentApplication().appInfo.iconPath; var…
Mostafa Imran
  • 659
  • 2
  • 9
  • 28
4
votes
3 answers

Eclipse crash, ieframe.dll

I am using Tizen IDE for wearable and after choosing new empty workspace it crashes, any ideas? I have up-to-date Internet Explorer. # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at…
JKS
  • 339
  • 1
  • 12
4
votes
1 answer

Tizen Push notifications in emulator

I'm currently developing a small Tizen web application in the emulator as I don't have a developer device. For this application I need to use push messaging. I requested access to the push service and that request was approved. After that I tried to…
Wouter
  • 41
  • 3
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,857
  • 9
  • 34
  • 58
4
votes
4 answers

Manually build Tizen apps and deploy

I'm following instructions found on this site to manually build my Tizen project: https://wiki.tizen.org/wiki/Manually_installing_apps But when I try installing it I get this error: "## wrt-installer: EKknEHu6Xk installation has failed -…
broody
  • 697
  • 1
  • 6
  • 17
4
votes
2 answers

How to build tizen source?

I have downloaded all the sources of tizen OS from their web site. It consists of about 1040 projects. Now I want to build the whole projects. In their website they mentioned that we have to use gbs (git build system) to build the sources. As they…
jithin
  • 637
  • 2
  • 14
  • 26
4
votes
2 answers

How to set calendar alarm in tizen

I am able to set an event in my calender. My code is var ev = new tizen.CalendarEvent ({ description : document.getElementById('des').value, summary : document.getElementById('summ').value, startDate : new…
V I J E S H
  • 7,464
  • 10
  • 29
  • 37
4
votes
2 answers

When using EFL for an embedded UI, should we use Elementary or Edje?

We are starting with an embedded development using the Enlightenment Foundation Libraries. We are developing a "full" screen application, so a window manager is not required and our Linux system will eventually run Tizen OS. The question is, EFL…
user626201
  • 1,623
  • 3
  • 19
  • 36
3
votes
2 answers

Tizen Mobile & IPad Linux - Does it allow GCC and Java?

https://www.tizen.org/ Tizen Mobile & IPad Linux very exciting. Its allowing GCC. But does it run Dalvik JVM or OpenJDK? Will then it will be compatible with 32-bit or 64-bit compilers? Or we need to convert our source to be re-compiled using ARM…
IBM
  • 97
  • 1
  • 6
3
votes
0 answers

How to avoid duplication of url call to video-stream in Samsung Tizen?

My Smart-TV client on Samsung Tizen always calls a video-stream url twice. I just pass the url for hls-stream, like it's shown in the documentation here webapis.avplay.open('yourMediaURI'); In Charles I see the url always calls twice. Does exist…
3
votes
1 answer

C passing structure to a callback function (Tizen)

I'm writing an app for Tizen (smart watches). Can't pass a structure to a callback. My typedef: typedef struct _Health { ...; const char *data; } health_s; Declaring a structure and initializing it: health_s health = { ..., .data =…
OlegMalakhov
  • 53
  • 1
  • 6
3
votes
0 answers

Is it possible to connect a samsung watch with the PWA application by bluetooth?

Is it possible to connect a samsung watch with the PWA application by bluetooth? If it's possible: How can I get the data from my watch and use it in my PWA app?
3
votes
2 answers

install Tizen studio 3.7 on Ubuntu 19.10 or 20.04?

I am stuck on this warning while installing Tizen studio via package manager as it requires a preriquisite: sudo apt-get install libwebkitgtk-1.0-0 running this command finds nothing. Following askubuntu forum I downloaded bunch of webkitgtk…
Rifat
  • 1,700
  • 3
  • 20
  • 51
3
votes
1 answer

Power On/Off API in Samsung Tizen TV

Is it possible to programmatically to turn the TV On/Off via the Web (or other) APIs from within Tizen? (Can't find any reference to this in docs)
Boris
  • 3,163
  • 5
  • 37
  • 46
3
votes
2 answers

Tizen development in Visual Studio stuck with "Initializing Debugger" dialog

I I started a new TizenWearableApp in VS 2019, started the Tizen-Emulator and hit run. The output from Tizen shows the successful build and that the app is signed with Default Certificates. After that, the last printed line is the full path to the…
MortnMX
  • 61
  • 1
  • 6