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
6
votes
4 answers

Is Android Installer (.apk file) supported in Tizen Os?

Is .apk file based installation supported on Tizen Os ?
Faison N.P
  • 161
  • 1
  • 2
  • 9
5
votes
0 answers

Is there a common framework which exists across LG, Samsung and Android smart TVs?

I want to write a program (not an application, but a library) that will run on different Smart TV OS. For example, Samsung Tizen, LG WebOS, Android, Roku, etc. I somehow see that C++ libraries are supported on all of the above platforms, so creating…
Gaurav Deochakke
  • 2,265
  • 2
  • 21
  • 26
5
votes
5 answers

Error: Failed to connect to remote target after update to 4.0.0.2

I updated my gear sport several days ago. After updating to 4.0.0.2, I cannot connect to my watch anymore. Here is my command: ./sdb connect [IP] It aways said: error: failed to connect to remote target [IP] How can I solve this issue?
5
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.…
5
votes
4 answers

Can not see remote TV in Tizen Studio with Remote Device Manager

I set my Samsung smart TV in develop mode and associate the IP of my PC. Both devices are on the same network. However, when I search the TV in Tizen Studio with Remote Device Manager, I don't find it. I tried to set the IP of my TV manually, but it…
5
votes
2 answers

Deploying Tizen app to Gear S2: Non trusted certificate is used

After getting Tizen Studio to work, I am (unsuccessfully) attempting to deploy a sample app to a Samsung Gear S2. The app is one of the samples and I've set up the certificates for use on commercial devices as explained in the instructions. When I…
Ingo Bürk
  • 19,263
  • 6
  • 66
  • 100
5
votes
1 answer

SmartView SDK Samsung / Tizen - Internal Server Error 500

Has anyone used Samsung/Tizen SDK for iOS. https://github.com/SamsungDForum/SmartViewSDKCastVideo I have been using it and it worked perfect. Since yesterday when I try to connect to my TV. It generates this error. I have downloaded several sample…
Taimur Ajmal
  • 2,778
  • 6
  • 39
  • 57
5
votes
2 answers

How to install apps on Samsung Tizen TV from command line

I want to know if there is a way to install apps on Samsung Tizen TV using the command line. I mean to say if I build the app and generate the "wgt" file using the IDE on my PC, is there a way to install the app using the "wgt" file from some other…
Archit Sinha
  • 775
  • 1
  • 8
  • 33
5
votes
6 answers

Step SDB has failed error on Tizen App Launch

I am trying my hand at Tizen TV App Development and every time i try to launch even the basic template app, I get an error saying: "Step SDB shell handle failed" And when I click details: step SDB shell handle failed Failed to step SDB shell handle…
user3583252
  • 493
  • 1
  • 5
  • 15
5
votes
4 answers

Strange C++ pattern to reduce compilation time

I found at OpenSource code of Tizen Project the pattern that could shorten the compilation time of project. It is used in many places of the project. As an example I picked one class names ClientSubmoduleSupport. It is short one. Here are their…
5
votes
2 answers

Tizen Samsung SDK: How do you play HLS video?

http://www.samsungdforum.com/TizenGuide/?FolderName=tizen61&FileName=index.html#/TizenGuide/?Foldername=tizen61&Filename=index.html The above says: You have two options for multimedia player in Tizen application. ■Use HTML5 tag. It doesn’t…
J.R.
  • 5,789
  • 11
  • 55
  • 78
5
votes
3 answers

Tizen Emulator not running on mac

I am facing problem while creating and launching Tizen Emulator.I am getting following error "Cannot launch this VM.Shared memory is not enough." Regards
Altaf
  • 5,150
  • 10
  • 39
  • 55
4
votes
1 answer

Calling HTTPS (SSL) Endpoint in Tizen Web Application

We are calling one API which is based on SSL security (HTTPS) and the SSL certificate is configured on Server side. When we are calling that service from Tizen Web Application in Samsung watch, it’s asking a prompt dialog every time to Allow or Deny…
4
votes
1 answer

Tizen.NET debug error Could not load file or assembly 'Samsung.Sap

I am creating a Tizen.NET wearable app using Tizen.NET 4.0 in Visual Studio 2019. During debugging, when attempting to use a function that uses Samsung SAP, the app crashes with 'Frame not in module' error in Visual Studio - which doesn't really…
JamesMatson
  • 2,522
  • 2
  • 37
  • 86
4
votes
3 answers

Samsung Accessory Protocol not working after switching target SDK to API level 30?

Our app relies on the Samsung Accessory Protocol to communicate between our Android app and Galaxy Watch app. After upgrading our target and compile SDK from API level 29 to 30 (in preparation for the release of Android 11 in the coming months) the…
Jordan Rose
  • 300
  • 2
  • 13
1 2
3
93 94