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

Smart Watch Tizen Samsung Gear S3 smartwatch native app with Phone companion app over bluetooth

I would like to know if it is possible to create Tizen native apps on Samsung Gear S3 (running Tizen) that make use of the Human Activity Monitor or other Samsung Api in a way that does NOT require using any internet but to directly transfer data…
1
vote
0 answers

Tizen app doesn't launch in emulator

When I try to launch the default navigation sample app in tine emulator I get the following error: java.io.IOException: Both an author and a first distributor must be required. Please check your profile infomation.
ir2pid
  • 5,604
  • 12
  • 63
  • 107
1
vote
0 answers

Adding Circle ProgresBar to box (rectangle wearable)

I have problem with adding circular progress bar to box view. When adding circle surface the circle is too big on my rectangle device. As described in documentation when passing null as circle surface we should be able to set width and height…
Jakub Wisniewski
  • 2,189
  • 4
  • 20
  • 34
1
vote
1 answer

Write to a file in Tizen Native Application

I am trying to log the Heart Rate of the Gear S3 to a simple text file using a Tizen Native Application. The only way I could find yet, is with a Web Application... is it possible with a Native App? And if so, Where do I find the reference? Thanks a…
1
vote
2 answers

Starting native app development in C++ for wearable device in Tizen IDE

How to download basic native C++ sample project for Tizen wearables in Tizen IDE.Currently I’m able to download sample project of C language only.Thanks in advance.
nik
  • 1,464
  • 4
  • 18
  • 32
1
vote
1 answer

Tizen app : gear current consumption is too high on sleep mode

I have an application in Tizen in which I am recording the sensor data of some activity of a user. The application is hybrid type and the accelerometer, gyroscope data is registered in the native service application. I have an option where the user…
Manish Sharma
  • 170
  • 2
  • 11
1
vote
1 answer

Getting error while installing tizen wearable packages from update manager

I have installed Tizen IDE on Mac OS Sierra. But when I'm trying to install additional packages such as emulator and wearable native app development, I'm getting an error as: [Emulator] Downloading/extracting failed!Cannot install the Tizen SDK …
nik
  • 1,464
  • 4
  • 18
  • 32
1
vote
1 answer

Tizen Native: How to change the progressbar color

I'm developing a Tizen Native Wearable App. I want to change the color of my progressbar so I'm following this…
peterg
  • 71
  • 5
1
vote
1 answer

Tizen native app IDE

I am not able to open Native perspective in my tizen studio. I downloaded tizen studio IDE from https://developer.tizen.org/development/tizen-studio/download. After installation it shows option for web app, but doesn't show for…
Pankaj Kushwaha
  • 300
  • 1
  • 13
1
vote
2 answers

How to create a button with an icon iside?

as stated in the title question, I want to create a button that uses an icon as background. I am using the wearable circle emulator with 360x360. I tried a lot of code and examples but with no success. Last code used: static…
ossx
  • 147
  • 8
1
vote
2 answers

Difficulty in following Tizen Native Webview tutorial

I'm following this tutorial from the Tizen developers website. I cannot understand where exactly to put the code snippets being discussed. From how the tutorial was presented they don't really tell you which code goes where. Been at it for days…
1
vote
1 answer

How to improve Gear S2 Acceleration Sensor sample rate

I want to calculate the acceleration sensor sample rate on a Samsung Gear S2. Using the following code as example https://developer.tizen.org/ko/community/code-snippet/native-code-snippet/simple-sensors-application-wearable?langredirect=1, I…
ossx
  • 147
  • 8
1
vote
1 answer

Certification error - Tizen Hybrid app - Gear S2

I'm trying to run a Tyzen Hybrid app on my Gear S2 althoug It's not working the comunication between the web and the Native projects. Log shows next error: amd_launch.c:_prepare_exec(256)> fail to set privileges - check your package's credential:…
1
vote
1 answer

sm-r730-gear-s2 : Satellite info api's returns LOCATION_ERROR_NOT_SUPPORTED

I wanted to get nmea and/or satellite information from Samsung gear s2. The device is capable of standalone GPS. I followed the instruction on developer site and I am using gps_status_get_nmea and gps_status_foreach_satellites_in_view api's for the…
1
vote
1 answer

How hide status bar in Tizen Native Application

How to hide status bar in Tizen Native appliation? I could not find it in Tizen Official documentation.
user2517419