Questions tagged [tizen-emulator]

One can run Tizen native applications on the Emulator using the Project Explorer view or the Tizen IDE menu.

The Tizen SDK includes a virtual device Emulator. The Emulator provides the full stacks of the Tizen platform so that you can test Tizen applications before deploying them to the real target device. The Emulator is based on the open source QEMU project and comprises virtual CPU, memory, and various peripherals. Currently, the Tizen SDK only supports the x86 machine architecture for guest. You can use the Emulator Manager to create and launch a Virtual Machine instance. You can communicate with the Emulator instance using the Smart Development Bridge (SDB).

136 questions
8
votes
3 answers

How to install Tizen 4/5 emulators on macOS?

Could you please advise how to install Tizen 4, 5 emulators on my macOS machine? I have the latest SDK which is available with Tizen Studio 4.1.1 What I have tried to do: To find a public image of the Tizen 5 and add it via emulator manager - I…
6
votes
3 answers

App Working As Expected in the Tizen TV Simulator, but not in the Emulator

I am developing an application for Samsung Tizen Smart TV's. I have a strange problem. The app plays sound and responds to remote controller keys in the simulator, but the sound is not playing and the keys are not working in the emulator. I am using…
burakk
  • 1,231
  • 2
  • 22
  • 45
6
votes
6 answers

How do I deploy a Tizen application to the Tizen emulator?

I see Tizen has the Smart Development Bridge (sdb, similar to adb for Android), but it doesn't have an 'install' command as the Android Debug Bridge has on Android. Can someone give me the steps to deploy/execute a Tizen application on the Tizen…
Jimmy Collins
  • 3,294
  • 5
  • 39
  • 57
5
votes
0 answers

Can't debug Samsung TV web app via command line

I have 2 related issues: for whatever reason, my Samsung TV web app will not Run or Debug from Tizen Studio (into Emulator or TV) -- it just says that it failed When I try to build/package/install (or run) from the command line tools, it says it…
5
votes
3 answers

Tizen Emulator not running on mac

I am facing problem while creating and launching Tizen Emulator.I am getting following error "Cannot launch this VM.Shared memory is not enough." Regards
Altaf
  • 5,150
  • 10
  • 39
  • 55
4
votes
3 answers

Tizen Studio: Unable to install application due to signature error in certificate profile (Error: -12)

I am currently attempting to download an app onto a Samsung smartwatch (Galaxy Watch Active 2019, Tizen v4.0.0.3). I have been following the guide on creating a Native Tizen application and have followed everything step-by-step and can't get Tizen…
4
votes
1 answer

Missing logs for Tizen application, sdb shows nothing

I am writing a Tizen NUI application and I am testing it on a TV emulator. I've gone through the whole ordeal of creating and installing developer certificates, now my application deploys and runs on the emulator. However, I see no logs. Not in the…
4
votes
2 answers

Not able to connect to Internet via proxy in Tizen emulator

When i use ajax code to retrieve a json data, in tizen wearable emulator 2.3.1, I'm getting not able to connect to proxy error. But when I searched, everyone is telling no need to give any specific proxy settings for emulator. If internet works…
Priya
  • 489
  • 1
  • 10
  • 20
4
votes
3 answers

Missing Tizen Emulator Manager

I installed the latest Tizen SDK (Tizen 2.4 SDK with IDE installer for Windows 64bit). Launching the Emulator Manager in the IDE gives the following error "Emulator Manager is not installed or the installation path is invalid." I searched my…
4
votes
1 answer

Tizen Push notifications in emulator

I'm currently developing a small Tizen web application in the emulator as I don't have a developer device. For this application I need to use push messaging. I requested access to the push service and that request was approved. After that I tried to…
Wouter
  • 41
  • 3
3
votes
2 answers

Unable to change the playhead location using Samsung AVPlay API

I have a typescript/javascript Tizen Web App running in a Samsung Smart TV Emulator v5.0. Using the Samsung AVPlay API. The web app plays an MPEG streaming video source from an HDHomeRun device. The video plays perfectly with sound. The problem is,…
Andrew
  • 1,030
  • 13
  • 24
3
votes
2 answers

Tizen development in Visual Studio stuck with "Initializing Debugger" dialog

I I started a new TizenWearableApp in VS 2019, started the Tizen-Emulator and hit run. The output from Tizen shows the successful build and that the app is signed with Default Certificates. After that, the last printed line is the full path to the…
MortnMX
  • 61
  • 1
  • 6
3
votes
1 answer

Tizen TV web application : Unexpected stop progress

I'm trying to run a sample TV web application on Samsung emulator but getting an error : Unexpected stop progress... (source: i.ibb.co) Where config.xml is:-
Victory
  • 1,184
  • 2
  • 11
  • 30
3
votes
2 answers

Tizen Emulator - no installable platforms

I have installed the Visual Studio Code extension for Tizen, and (seemingly) that went well. However, when I fire up the Tizen emulator manager, I have no platforms installed, and when I try to install a platform, there are none available: Any…
Eyvind
  • 5,221
  • 5
  • 40
  • 59
3
votes
1 answer

Sign application package with cerificate profile in tizen studio

How to sign application package with certificate profile in Tizen studio?This doc only shows how to create Certificate profile but not how to sign the app package. I want to run the BasicUI app on Tizen emulator and sign the application package is…
1
2 3
9 10