Questions tagged [tizen-native-app]

Tizen is an open and flexible operating system built from the ground up to address the needs of all stakeholders of the mobile and connected device ecosystem, including device manufacturers, mobile operators, application developers and independent software vendors (ISVs).

Tizen is developed by a community of developers, under open source governance, and is open to all members who wish to participate.

The Tizen operating system comes in multiple profiles to serve different industry requirements. The current Tizen profiles are Tizen IVI (in-vehicle infotainment), Tizen Mobile, Tizen TV, and Tizen Wearable. In addition to that, as of Tizen 3.0, all profiles are built on top of a common, shared infrastructure called Tizen Common.

With Tizen, a device manufacturer can begin with one of these profiles and modify it to serve their own needs, or use the Tizen Common base to develop a new profile to meet the memory, processing and power requirements of any device and quickly bring it to market.

Mobile operators can work with device partners to customize the operating system and user experience to meet the needs of specific customer segments or demographics.

For application developers and ISVs, Tizen offers the power of native application development with the flexibility of unparalleled HTML5 support. Tizen also offers the potential for application developers to extend their reach to new “smart devices” running Tizen, including wearables, consumer electronics (TVs, gaming consoles, DVRs, etc.), cars and appliances.

The Tizen project resides within the Linux Foundation and is governed by a Technical Steering Group. The Technical Steering Group is the primary decision-making body for the open source project, with a focus on platform development and delivery, along with the formation of working groups to support device verticals.

The Tizen Association has been formed to guide the industry role of Tizen, including gathering of requirements, identification and facilitation of service models, and overall industry marketing and education.


Learn More

To learn more about Tizen, we invite you to read these whitepapers, and then get involved!


Source: https://www.tizen.org/about

Tizen Developers Page: https://developer.tizen.org/

280 questions
2
votes
1 answer

What should be in .gitignore for wearable native C/C++ Tizen Studio project?

So, what should be in .gitignore for wearable native C/C++ Tizen Studio project? There are solution for some separate files like this, but seems not complete .gitignore file sample for wearable native C/C++ application.
Andrii Omelchenko
  • 13,183
  • 12
  • 43
  • 79
2
votes
0 answers

Tizen: native service not started when launched from a hybrid app

There is a Tizen hybrid wearable application: native service and web UI applicatoin. There is following code to start service from javascript: tizen.application.launchAppControl( new…
2
votes
0 answers

How to disconnect BLE Beacon from Samsung Gear S2 watch?

I face issue , once GATT Operation done, Second time i am unable to scan any Beacon. I am developing basic demo BLE app. Wearable SDK 3.0, Device: Samsung Gear S2, I have two buttons Start and Stop. when press start button app start scanning and…
2
votes
0 answers

Tizen Native Module - How to read from network properly

I am hoping to show my local cctv in a native module on my Samsung smart tv which has Tizen. My class NativePlayer extending PP_Instance creates a class which creates a tcpsocket. I have been copying the NativePlayer and Sockets samples for now. My…
2
votes
2 answers

Tizen Native Genlist Background

I'm developing a Galaxy Gear S2 application that makes use of a genlist to display information. One of the requirements of the application is that the genlist should have a orange background instead of an black one. I have been using this site as…
Jonathan
  • 545
  • 1
  • 8
  • 27
2
votes
2 answers

How to handle touch event on Tizen watchface?

I'd like to handle the touch event on a watch face. How can I do it? I want to change the watch face with a info page when the user touch the watch.
vittochan
  • 635
  • 1
  • 7
  • 18
2
votes
2 answers

Any Info on Tizen Mobile Application

I am new to Tizen Native App Development. Can any one help me out as My Tizen Simulator is not working. I have Installed Tizen 2.4. When I click on the Simulator it's opening as blank. Unable to see anything. Also Any tutorial to start with will be…
2
votes
1 answer

Tizen native service app silent crash

I am trying to set up a accelerometer service in Tizen 2.3.1 but it silently crashes before I can do anything. The "sensor_create_listener" function dies silently and never gets to my second debug statement. Any idea as to what is happening and how…
AndrewOnFire
  • 59
  • 1
  • 9
2
votes
0 answers

Tizen Emulator Consumes 100% CPU

I just started to learn Tizen native development. I use Tizen SDK Version 2.2.0 with build id 20130708-1956 on OSX run at early 2011 MBP. Everything works fine in SDK setup process, but when I run Tizen emulator, it always make my CPU works 100%,…
yunhasnawa
  • 815
  • 1
  • 14
  • 30
2
votes
0 answers

Transparent or transluscent header in Tizen native form

I want to add transparent or translucent Header in Tizen native Form. In UI Builder it is possible to make translucent header in properties menu of a form. For implementation by programming I searched in Form Header Style. But couldn't find any hint…
Jakaria Rabbi
  • 471
  • 4
  • 16
2
votes
0 answers

"Undefined Reference Error" in Tizen Native Application

I want to add a background image on a form in Tizen platform. I have following two classes: first class: class BaseForm1 : public Tizen::Ui::Controls::Form , public Tizen::Ui::IActionEventListener , public…
Jakaria Rabbi
  • 471
  • 4
  • 16
2
votes
1 answer

Httpresponse exceeds the buffer size in Tizen

I am trying to parse an XML data contained in a ByteBuffer object which is obtained using a code similar to the following ReadBodyN(). If the Httprequest is given to a small XML page, the ReadBodyN() and parsing works fine. But for a large XML page…
Rohith Murali
  • 5,551
  • 2
  • 25
  • 26
2
votes
1 answer

Tizen, draw OpenGL textures in a working thread

I have to generate openGL textures at run time on Tizen Native. It's not a solution for me to draw them in the UI thread as it can take some time. So I am trying to draw them in a working thread but it seems it's not possible: CanvasTexture must be…
Arnaud SmartFun
  • 1,573
  • 16
  • 21
2
votes
1 answer

How to compile FreeType2 for Tizen?

I'm developing a Native Tizen application which requires FreeType2 for drawing fonts. I have searched all the documentation from http://www.freetype.org and the docs/ included in the archive from their website, but there is no info on how to do…
ruff1991
  • 803
  • 3
  • 9
  • 16
1
vote
0 answers

Expected stack map table for method with non-linear control flow

When I targeting to Android 30+, I got a bunch of warnings in the title about the library provided by Samsung (accessory-v2.6.4.jar) to included in the project for communicating with a Galaxy wearable. Can I get rid of this warning? Can I ignore…
Daniel
  • 2,318
  • 2
  • 22
  • 53
1 2
3
18 19