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

How to call a preferences screen from a Tizen watchface (Tizen native)

I am developing a watch face and want to include some preferences (with UI components like checkboxes, etc.) that the user can open by tapping on the watch face. For this, what is the proper way to open a preferences list? Is it possible to include…
go3d
  • 443
  • 3
  • 11
0
votes
1 answer

How to send a signal to custom theme?

In Tizen it's very easy to send signals to my theme (EDC) from C/C++ code by elm_layout_signal_emit. I have a genlist named myList, and I created a custom theme for it (with EDC): group { "elm/genlist/base/mystyle"; parts { ... } programs { …
Daniel
  • 2,318
  • 2
  • 22
  • 53
0
votes
1 answer

Getting system setting's value

How can I retrieve this setting's value from native C/C++ code (Tizen5.5)? I need to know the current setting. Don't need any fancy subscribe to changes or similar. Just I want to retrieve the setting's current value. How am I supposed to do that?
Daniel
  • 2,318
  • 2
  • 22
  • 53
0
votes
2 answers

Detect when application is put into recents

On Tizen Wearable, there is a flow of a general application: Application is started by user Screen turns off (timeout without activity from user), onPause called Application is put into recents (when screen turns back on, application is not visible…
Daniel
  • 2,318
  • 2
  • 22
  • 53
0
votes
1 answer

Pointer returning void working in C but not in C++

I am trying to make a Native C/C++ app for Tizen platform and this a part of the code of a template Tizen Studio gives : (Note this is C code) static char* gl_text_get(void *data, Evas_Object *obj, const char *part) { char buf[1024]; …
ScarySneer
  • 199
  • 3
  • 9
0
votes
1 answer

How to set font/size for label widget in tizen native app

I have a tizen native app. I have used the following (after the typical create_basic_gui code): /* peoConformant previously set for window object */ peoBox =…
user3182551
  • 343
  • 2
  • 9
0
votes
0 answers

How to reset Step count in Tizen Native to zero programatically

I have a Tizen Native Watch app where I'm able to get the step count. I have a need to reset the step count to zero on demand when I click a button or close the app. Can you guys please help me with this. Currently, the step count is 60,000 and…
Spantula
  • 3
  • 1
0
votes
1 answer

Tizen 5.5 bluetooth socket communication popup doesn't remember when you select "always allow"

I'm working on a Tizen Native app that communicates with an Android app using Bluetooth sockets. The Tizen app acts as the Bluetooth server and is running on a Galaxy Watch Active 2. The Android app acts as the Bluetooth client and is running on a…
0
votes
1 answer

Using system icons on Galaxy Watch

If Samsung / Tizen has an intention to put applications into their Store which is suited to System UI, can I expect to have system icons as resource? I'd like to use this "gear" system icon in my list: And I know this is a generic and…
Daniel
  • 2,318
  • 2
  • 22
  • 53
0
votes
1 answer

Unable to navigate between the two screens while using grid layout in tizen native

Unable to navigate between the two screens while using grid layout in Tizen native. I click on a button1 on SCREEN1 which will open SCREEN2 which has YES and NO buttons. When I click on No button it should go back to the SCREEN1 - but what happens…
Spantula
  • 3
  • 1
0
votes
1 answer

Anti-alias is not working with circular scrollbar

In Tizen5.5, I have created a (circular)genlist to have the nice circular scrollbar. But for some wierd reason, the scrollbar is not anti-aliased :O on my real device. Fact1: On emulator it works. Fact2: on real device, system apps which has this…
Daniel
  • 2,318
  • 2
  • 22
  • 53
0
votes
1 answer

Sensor recorder time period doesn't follow query settings

I am trying to use the PEDOMETER on Tizen wearable 5.5. I can get the sensor listener to work and return the data. But the data is aggregated to something I can't find documentation about. So then I found that I need to do the calculation of steps…
JScoobyCed
  • 10,203
  • 6
  • 34
  • 58
0
votes
1 answer

Horizontal scrolling of genlist

In case of a genlist, you can select from multiple modes via elm_genlist_mode_set. Most of the samples are using ELM_LIST_COMPRESS. I tried all the options, but I can't reach my goal on Tizen5 (wearable): How can I have a genlist which is able to be…
Daniel
  • 2,318
  • 2
  • 22
  • 53
0
votes
1 answer

Having more than 3 items in genlist?

I'm trying to realize/display more than 3 items in a Genlist on Tizen 5 wearable (circular). Tried: creating custom item style (setting min/max values) overriding 1text style with my own content But everytime the genlist has exactly 3 items. Bonus…
Daniel
  • 2,318
  • 2
  • 22
  • 53
0
votes
1 answer

How to ask a genlist to be display-only

As the question states: I need a genlist which is display-only, i.e. items are not selectable. It's not an EFL thing, as EFL supports this by default. I want to get rid of this framing around my items: I have…
Daniel
  • 2,318
  • 2
  • 22
  • 53