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
0 answers

Replacement for .NET WebView on Tizen TV

Tizen TV platform .NET for Xamarin lacks of WebView class support - due of security reasons or anything else: application fail to start with xamarin webview; tizen decline to create tizen.Net webview (cos its only aviable for wearable and mobile…
Filliny
  • 41
  • 1
  • 5
4
votes
3 answers

Tizen Studio: Unable to install application due to signature error in certificate profile (Error: -12)

I am currently attempting to download an app onto a Samsung smartwatch (Galaxy Watch Active 2019, Tizen v4.0.0.3). I have been following the guide on creating a Native Tizen application and have followed everything step-by-step and can't get Tizen…
4
votes
0 answers

Deep Linking into Netflix on Samsung Tizen Smart TV

I am writing an app for a Samsung Smart TV running Tizen. My app shows a list of curated Netflix titles. When the user clicks, my app should launch the Netflix app and have it start playing that title. According to the documentation, the code should…
timkay
  • 656
  • 9
  • 15
4
votes
1 answer

Missing logs for Tizen application, sdb shows nothing

I am writing a Tizen NUI application and I am testing it on a TV emulator. I've gone through the whole ordeal of creating and installing developer certificates, now my application deploys and runs on the emulator. However, I see no logs. Not in the…
4
votes
2 answers

SDB device unauthorized

Hi So I have recently been developing apps for my Samsung Galaxy smartwatch. Initially when I connected to it, it asked for permission. But a while ago I reset my device (To enable samsung pay). I then precoded to restore a backup. Now when I try to…
jLynx
  • 1,111
  • 3
  • 20
  • 36
4
votes
2 answers

Installing App to Samsung Tizen TV with Partner Level Certificate

I had a problem to install developed app to Samsung TV device. Now I got a solution and i want to share my experience. Problem occurs if you add Partner Level Priviliges like http://developer.samsung.com/privilege/drminfo…
Fatih Çelik
  • 401
  • 7
  • 16
4
votes
3 answers

Can we develop Tizen TV application by using native language?

Can we develop Tizen TV application by using native language ? We have developed Samsung Tizen TV app by using HTML5, javascript and jquery. We have picked a correct language to develop Tizen Application ?
4
votes
2 answers

XmlHttpRequest on Tizen TV exits application

I am currently developping an app for Samsung Tizen and WebOS TVs. For this, I am using Samsung's TOAST and Caph with angular1. The generated .wgt is working fine on browser and TV Simulator, but on real device, the application exits when an…
Kerhael
  • 461
  • 5
  • 15
4
votes
1 answer

How to get Pedometer Step Count data Same as SHealth in Gear s2 (Tizen 2.3.2)?

I know already tizen pedometer step count of day can get from "tizen.humanactivitymonitor" in case of web application. but I fail to get it in web app on real gear s2 device. And also I try it with Native System sensor API. but I can not found the…
pius lee
  • 1,164
  • 1
  • 12
  • 28
4
votes
2 answers

Not able to connect to Internet via proxy in Tizen emulator

When i use ajax code to retrieve a json data, in tizen wearable emulator 2.3.1, I'm getting not able to connect to proxy error. But when I searched, everyone is telling no need to give any specific proxy settings for emulator. If internet works…
Priya
  • 489
  • 1
  • 10
  • 20
4
votes
3 answers

Missing Tizen Emulator Manager

I installed the latest Tizen SDK (Tizen 2.4 SDK with IDE installer for Windows 64bit). Launching the Emulator Manager in the IDE gives the following error "Emulator Manager is not installed or the installation path is invalid." I searched my…
4
votes
1 answer

Error 81 when launching web app on Gear S2 device

I am using Tizen SDK (2.4.0_Rev5) to launch the demo app HelloTizen (wearable-2.3) on my Gear S2 but it fails, with the following error: Unknown Error [81] Unknown Error [81] When I try to install it with sdb install HelloTizen.wgt I get the…
rools
  • 1,539
  • 12
  • 21
4
votes
0 answers

Tizen Wearable Web App: Rotary event cancelling touch events?

I'm developing for a gear s2, and I have an app where I would like the user to be able to hold their finger on the screen while also rotating the bezel (concurrent rotary + touch events); however it appears that the rotary event handler overrides…
asena
  • 59
  • 3
4
votes
2 answers

How to get device ID in app

The application that we are developing in Tizen, is supposed to collect the data from multiple devices. Therefore, I need to send the device-ID (or anything which is unique for every watch) along with other collected data. I would like to know if…
Matin Kh
  • 5,192
  • 6
  • 53
  • 77
4
votes
0 answers

How to pass Password to PolarisOffice?

I tried to open pdf file using Application API, but how can i pass pdf password function openFile() { var appControl = new tizen.ApplicationControl("http://tizen.org/appcontrol/operation/view", "file:///opt/usr/media/128.pdf",…
Basbous
  • 3,927
  • 4
  • 34
  • 62