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
-1
votes
2 answers

Get a unique ID for each tizen device

I'm a developing an application for the Tizen wearable devices. I need to have a unique ID for each device to uniquely represent each device. Currently, I'm only able to get the Tizen ID with…
Aldrin Joe Mathew
  • 472
  • 1
  • 4
  • 13
-1
votes
1 answer

Tizen native service crashes occasionally when memory freed

I'm developing a tizen web app and to implement some background actions I'm using a native service along. The service executes fine for some time and after that, it crashes often when some memory allocated with malloc is freed using free. Log cat is…
Aldrin Joe Mathew
  • 472
  • 1
  • 4
  • 13
-1
votes
1 answer

Issue with low energy bluetooth adapter for tizen

I have been able to access the default bluetooth adapter using var adapter = tizen.bluetooth.getDefaultAdapter(); and it works fine as far as now. But when I use var adapter = tizen.bluetooth.getLEAdapter(); for low energy bluetooth adapter I'm not…
Aldrin Joe Mathew
  • 472
  • 1
  • 4
  • 13
-1
votes
1 answer

Tizen Native Application: Sample App with multiple text elements

I am completely new to Tizen development. And I need to develop an Tizen wearable native application which shows 3 text views(1. for current step count, 2. speed, 3. for distance) as soon as I get values from the sensors I need to assign these…
Akshay
  • 833
  • 2
  • 16
  • 34
-1
votes
1 answer

service applications and/or background modes on tizen samsung tvs

I've been digging to see if there is any way to have an application run in the background. Looking to fire a request via a push notif or a persistent websocket connection. Their documentation is pretty horrible, so im hoping you fine people at SO…
jfisk
  • 6,125
  • 20
  • 77
  • 113
-1
votes
2 answers

Sending Gear 2 accelerometer data to phone or computer

I'm able to see the accelerometer data on my gear 2 using what I've found here and now I'm trying to send that data to my phone or computer for real time analysis. this question discusses how to send the data with android wear but I can't find any…
-1
votes
1 answer

How to add or copy and paste a file in Tizen file manager?

I am new at Tizen. How to put my files, which are in my pc, to Tizen file manager, so I can access my custom photos, videos, apps from Tizen emulator.
-1
votes
1 answer

widget_service_trigger_update() return WIDGET_ERROR_PERMISSION_DENIED error

I'm developing native widget application in Tizen. I want to update a widget application from UI application. So, I find widget_service_trigger_update() API to update native widget. But widget_service_trigger_update() return…
msalt.net
  • 106
  • 7
-1
votes
1 answer

Does Tizen OS support AngularJS 2?

Does Tizen OS support AngularJS 2?
Vikas Verma
  • 3,626
  • 6
  • 27
  • 40
-1
votes
1 answer

Which type of Tizen project should I use?

I have studied the Tizen office document for a while, I have a chat app to develop at Tizen platform, the app include follow functions : Normal socket communication ,reading local contact , scaning qr code, record media,using WebRtc library. In…
-1
votes
1 answer

How can I create Hybrid App for gear s (Wearable) watch?

I am developing application for gear s (Wearable) watch. Can I create Hybrid application for gear s (Wearable) watch? I am using "Tizen IDE for wearable" which does not show any project type to create "native or hybrid" project. If it is possible to…
Sandip patil
  • 123
  • 2
  • 14
-1
votes
1 answer

Jquery back button not working when animation is used

I've tried putting background image to my page and i have tried using css class but its not working. the only way its working is through style tag. But when i use it with animation back is not working. here is my code snippet.
Chaitanya
  • 41
  • 10
-1
votes
1 answer

Cant access Tizen store from the UK

I'm starting to develop some Tizen apps but wanted to access the Tizen app store on my Z1 i have in the UK, however the phone says the store isnt available form this country. Any suggestions how i can get access? e.g. root the device, VPN service…
-1
votes
1 answer

samsung gear app communication

I am planning to develop an app for the gear (s) and a samsung galaxy mobile (note 3). I want the user to be able to choose from a list (same like in the gear app of samsung) of all installed apps. The notifications of the selected apps shall get…
sreel
  • 31
  • 7
-1
votes
1 answer

How to hide header and footer in tizen webviewer sample app?

I am building a native c/c++ app of tizen which will only open my website in the webviewer. I am using webviewer sample app for this. I am not able to hide the header and footer which comes with this sample app.
mannuscript
  • 4,711
  • 6
  • 26
  • 25