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

How can I install TV extensions with the new Tizen Studio 1.2?

Since the new 1.2 update for Tizen Studio I can't install the TV extension anymore. The log file from the package-manager says: 14:10:23 [ERROR] [InstallProgressMonitor( 239)] - Cannot install the Tizen Studio package. 14:10:23 [ERROR]…
0
votes
1 answer

two different ip addresses only one works

I have an issue with the Tizen emulator. He is granting my server app an IP address of the type 10.0.2.15. I cannot get my other clients to connect to this address. Meanwhile, when i run the app on tizen web simulator , the simulator grants my app a…
0
votes
1 answer

Open link on wearable in browser on the phone

I have asked this question on the Samsung developer forum but didn't get any response so I try my luck here. I have noted that the Flipboad app (that I run on my Gear S3) can open a link in the android phones web browser when I click on a button. I…
0
votes
1 answer

Gateway check using Javascript

How to perform gateway check in Tizen ? Or is there any way to know the IP address of the default router using Javascript ?
Jarvis
  • 8,494
  • 3
  • 27
  • 58
0
votes
1 answer

how can i install a tizen app in gear s2 with its name changed?

I have ever bulid a project called "alarm2" in tizen studio , but later I change the app name into "alarm4",when I clicked run as tizen application,then I can use the app, but when I quit the app ,I can't find it anywhere in gear s2, so what should…
Jeffrey
  • 49
  • 1
  • 4
0
votes
1 answer

Use Pedometer on wearable Native application

I need to get access to the data provided by the Pedometer (according to this site) on a wearable device (the Samsung Gear S3). It seems as if the Pedometer was accessible by a native app, but it also seems as if my programming skills weren't…
Nayangar
  • 139
  • 10
0
votes
1 answer

Tizen Studio Native UI app: is there anyway to export to HTML5?

I made an app in Tizen Studio Native UI Builder. I can test it on the built in emulator and it functions. It is NOT ready to upload to the Tizen Store. I do not have a Samsung Z series phone. I want to test it on my Samsung Android phone. Is there…
First Last
  • 21
  • 1
  • 3
0
votes
1 answer

crash when called emplace_back

I used tizen sdk 2.3.1 and run my app in the emulator. Everytime I called function emplace_back from std::vector in Release mode my app crash. If I run it in Debug mode it runs just fine. Any idea why ?
Kamil Zubair
  • 229
  • 2
  • 10
0
votes
1 answer

Comiple WebRTC Tizen

I am new to tizen app development, Any one tried to compile/deployed native code of WebRTC to Tizen. Because tizen 2.X will not support WebRTC. I tried lot ways to do. But it didn't worked to me, I cloned chromium webrtc source code. I don't know…
0
votes
2 answers

How to add .so file in tizen

I'm new to tizen platform. I have a .so file. Is it possible to use .so file's in tizen native, web or hybrid app? If yes, can you please guide me how to use, it would be helpful for me to complete my task.
0
votes
1 answer

can't debug mobile native app with tizen studio ide

I have tizen studio ide v1.0.2 installed. I created a new project from one of the samples (sensors). It builds ok. But I can't debug or run it. When I start either run or debug, the emulator window shows up, and eventually it says "Starting the…
0
votes
2 answers

Better UI in Tizen app

I tried Tizen Web application development. Now I want to move to Native application development. I can't find a good resource for making good UI in native. Moreover, Tizen Native API seems complex to me. I think it is not Developer friendly API at…
Nikhel Si
  • 11
  • 1
0
votes
1 answer

how could I simulate the back key with tizen

I am developing a tizen native application in samsung gear s2,and I want to simulate press the back key event to get to prevous page,how could I get this? thanks
Jeffrey
  • 49
  • 1
  • 4
0
votes
1 answer

How to implement OAuth and OAuth2 in web app?

I'm struggling with implementing OAuth mechanism in web app. I have seen a lot of topics about it but no one gives a definitely answer how to do it. Basically I tried two ways to achieve it. Create hybrid app and use official tizen API. Service app…
niba
  • 2,821
  • 1
  • 19
  • 23
0
votes
1 answer

How to search particular app on TIZEN STORE by the help of TIZEN PROGRAMMING?

I used app_control_h app_control; app_control_create(&app_control); app_control_set_operation(app_control, APP_CONTROL_OPERATION_DEFAULT); app_control_set_app_id(app_control, "com.dumadugames.FootballKickFlick"); if…