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
3
votes
5 answers

Black screen when executing test app on Tizen Emulator

I'm starting to work with Tizen and I'm following its tutorials. When I test my apps, they only get with a black screen when I open them on the emulator, and I don't know why is that. Would someone know what can cause this, and how to solve it? I'm…
Hime
  • 369
  • 3
  • 15
3
votes
2 answers

Why is the motion event not triggered?

I have a problem while trying to get the accelerometer data using the HTML 5 interface. I declare this handler event: window.addEventListener("devicemotion",getMontionData,true); to get the data provided by the accelerometer sensor. On the other…
3
votes
5 answers

Tizen-sdk-for-wearable-setup Installation issue because of JAVA HOME

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…
3
votes
1 answer

Bad exit status from /var/tmp/rpm-tmp.b1DgAt (%build)

I am trying to compile Tizen source code. The compilation tools uses the rpm build environment. While compiling specific package I'm getting an rpm build issue "Bad exit status from /var/tmp/rpm-tmp.b1DgAt (%build)" Here is my build log Building CXX…
prince
  • 1,129
  • 1
  • 15
  • 38
3
votes
2 answers

Is Tizen with angularJs works in web apps

I am trying to build a web app in tizen environment, I found that tizen is using jQuery mobile for ui design. I want to know that can i use tizen with angularJs for my web app (App should run in tizen emulator). If yes, can anyone have good…
ARV
  • 395
  • 2
  • 6
  • 19
3
votes
3 answers

Tizen WEB applications are not working in version 2.2

I'm new to Tizen and started development by setting the SDK version as 2.2 in a 64-bit Windows 7 machine. I created a new WEB app and while trying to run it (on emulator and a real device) nothing is happening after the installation. I tried several…
Midhu
  • 1,647
  • 2
  • 18
  • 29
3
votes
6 answers

Tizen SDK: Can't find variable: tizen

I'm trying to create a web-application using Tizen SDK. When I launch the app everything is fine but when I press a "Back" button on emulator nothing happens and I see a message: 55435/js/main.js:9:ReferenceError: Can't find variable: tizen I…
franza
  • 2,297
  • 25
  • 39
3
votes
2 answers

C++ Exception Handling on Tizen

Can anyone explain the exception handling in Tizen? In FAQ i found: Q: Can I use C++ try-catch exception handling? A: No, C++ try-catch exception handling is not supported in Tizen. But in my experiments c++ try catch is working fine when testing…
bikram990
  • 1,085
  • 1
  • 14
  • 36
3
votes
2 answers

Facebook access for Tizen platform (using JS)

For my application on Tizen I need to make Facebook integration(be able to login and post to the wall some statuses). But I couldn't use FacebookJS SDK because i need to set up domain URL. Unfortunately for Tizen I don't have any URLs, because it's…
3
votes
5 answers

creating files in tizen

I am trying to create new file in tizen. My code is var dir; var newDir = dir.createDirectory("vij"); But Its getting Error like TypeError: 'undefined' is not an object (evaluating 'dir.createDirectory') I have tried the same example which is…
my name is xyz
  • 329
  • 3
  • 7
  • 17
3
votes
2 answers

Best way to display high-speed data from a telnet interface on a web view?

I'd like to display data coming off a telnet interface on a web view. I have a daemon running which reads CAN bus data and produces about 500 lines of ~40 characters per second onto a telnet port. It's a few messages running at 100 Hz and most…
Tim Trampedach
  • 201
  • 2
  • 6
2
votes
1 answer

How can i run JavaFX 2.0 in Tizen mobile/tablet Linux, which Java or JavaFX i have to install?

In my Fedora box i have JavaFX 2.0 working. But how can i now deploy my JavaFX or JavaSE application to Tizen mobile/tablet linux? Which Java/JavaFX vm i have to install?
user285594
2
votes
1 answer

differences between tizen and Limo

I was just wondering if Tizen and LiMo are same things. Both are supported by samsung, but tizen is new version of meego and LiMo has been there since 2006. Is samsung merging these platforms and if yes, how does that work?
Yogi
  • 1,035
  • 2
  • 13
  • 39
2
votes
0 answers

Launching AppStore from Samsung Tizen TV App

I'm trying to implement a button in Javascript based Tizen TV application. Upon clicking the button it should open App Store page of another application. I'm referring to these…
Hari HKH
  • 61
  • 1
  • 6
2
votes
0 answers

How to install ACL on Samsung tizen smart tv for running android apps?

Does anyone know how to install this [ https://androzentpkstore.blogspot.com/2019/01/original-acl-for-tizen.html ] (ACL for tizen) on Samsung Tizen smart tv ? I tried uploading the tpk app on the tv by using these instructions […
kostas m
  • 55
  • 1
  • 1
  • 10