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
1
vote
1 answer

How to get total accumulative step count without any event in tizen webapp?

Out application is for samsung watch gear s3. I already tried following code: function onchangedCB(pedometerInfo) { console.log('accumulativeTotalStepCount: ' + pedometerInfo.accumulativeTotalStepCount); …
1
vote
1 answer

Tizen enable notifications for characteristic

Hi I'm trying to develop an app for the Gear S3 watch it's running Tizen 4.0.0.4 Shortly stated the problem is like that I don't know how to enable characteristic's notifications. When I try the usual approach, i.e. writing x01 x00 to 0x2902…
Pawel K
  • 766
  • 8
  • 19
1
vote
2 answers

Read text multiple times with Elementary access on native Tizen TV

Hello fellow programmers, I am trying to use the Text To Speech functionality provided by the Elementary access library (from Enlightenment) in a native app for tizen TV. So far I have been able to read text, but only once: when I call the API…
Nick Skywalker
  • 1,027
  • 2
  • 10
  • 26
1
vote
1 answer

How to use function from another project witch are linked in Tizen native app

I'm trying to use function from another project witch are linked. I use serviceMqtt like a service and BasicUI2 just to display content. When i get a message in serviceMqtt, I want to display on watch (BasicUI2). //Function in BasicUI2 project…
Aldin
  • 11
  • 2
1
vote
1 answer

Google fit on Tizen OS

It has been 4 years since the below question was asked: Is it possible to install an android app on Tizen OS device? I have a samsung watch running Tizen 4.0 and I need to install google fit onto it. This is so that google fit (running on my phone…
Anya Hope
  • 1,301
  • 1
  • 17
  • 33
1
vote
1 answer

How to Add Icon to Button (Tizen Wearable) + Equivalent of RelativeLayout in Tizen

Good day. I'm trying to develop a simple Tizen (wearable) app. So, my current goal is to make a button that has a 'plus' icon. I've created a single UI Layout project. So, this is the code for the button.
1
vote
1 answer

What is the difference between sap_socket_send_data and sap_peer_agent_send_data in tizen SAP?

I am new to tizen development and creating companion app. in the example provided , hello message is using sap_peer_agent_send_data and hello accessory is using sap_socket_send_data. basically i don't understand the difference between them. When to…
siva
  • 31
  • 2
1
vote
2 answers

Security in Samsung tizen tv

These are my questions regarding security in Samsung tizen tv web app. If somehow we get our hands on app installation file(.wgt) from tizen tv, it can be imported into tizen studio and voila, you have all the source code. Then you can hack any…
1
vote
2 answers

Tizen native web view: How to store and restore cookies in a native web view?

I am trying to develop a native web view app and it is working good. But every time I close and restart the app all login/cookie information is lost. How can I store and restore cookies in a native web view? What is very weird: The HTML5 Web Storage…
Jonson86
  • 26
  • 5
1
vote
0 answers

Tizen Modify label text

I'm working on a native widget for a wearable-3.0 in Tizen Studio that will display three stats. I've been trying to find code to change an existing label existing in the widget but have failed. Any help getting me pointed in the right direction…
Loren Zimmer
  • 482
  • 1
  • 6
  • 29
1
vote
0 answers

How to determine Daylight Saving Time (DST) in Tizen Native Application?

Is there any possibility to determine is Daylight Saving Time (DST) now in Tizen Native Application (pure C) for wearable device (Gear S2/S3), because after: time_t rawtime; time(&rawtime); struct tm *tm_local; tm_local =…
Andrii Omelchenko
  • 13,183
  • 12
  • 43
  • 79
1
vote
1 answer

Cannot run Samsung Tizen NaCl application on tv emulator or real tv

I am developing a NaCl (Native Client) application for Samsung Tizen TV. I currently cannot upload and run any application on neither an emulator nor a real Samsung Tizen TV. Even if I try the sample HelloWorld NaCl application that comes with…
1
vote
1 answer

How to wipe or erase data wearable by tizen ide?

I am building a app which can erase data on wearable(2.x) with tizen ide? How to do it? I try to wipe data with "http://tizen.org/privilege/dpm.wipe" But API Privileges support on tizen 4.0.
1
vote
1 answer

I am getting "use of undeclared Identifier 'LOGD'" error in Tizen Native Project

When I am adding app-assist-efl library with my project, it shows error: use of undeclared Identifier 'LOGD' in app-assist-library. Have anyone seen this error in Tizen Native Proejct?
Forhad Hossain
  • 401
  • 4
  • 18
1
vote
1 answer

Deploying hybrid app sample in Tizen

I am trying to run a hybrid app sample in Tizen 3 with no success. I created both native service and web app from samples. Then I added the service into web app multi package. I verified that wgt file contains both webapp and native service files.…
miradham
  • 2,285
  • 16
  • 26