Questions tagged [tizen-studio]
130 questions
3
votes
0 answers
No Certificate Profile for Permit to Install Found in workspace
I have upgraded from Tizen-IDE 2.4 to Tizen Studio 3.0 to develop on the new Galaxy watch and I have spent many months now trying to permit it to install apps and the Device Manager Keeps throwing the same ERROR
Same as this thread:…

Matthew Colton
- 37
- 4
3
votes
1 answer
Invalid password when signing Tizen package
I'm having trouble signing a basic Tizen package, here are the steps I've followed:
Installation:
Execute the Tizen studio 3.0 web-ide installer
Accept the license agreement
Use the default SDK and Data location (click install)
Launch the package…

Display name
- 721
- 2
- 11
- 29
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…

lupin
- 173
- 5
- 19
3
votes
2 answers
How can I get public key of author certificate in tizen werable web app?
In my tizen werable web application (target: tizen 2.3.2) I need to get public key of author certificate (used for sign app) for check token of paired smartphone app in SAP [Samsung Accessory Protocol] authentication implementation.
Werable app and…

Frix33
- 1,231
- 10
- 27
3
votes
2 answers
Tizen Studio and SDB on macOS Sierra
After the migration of my development environment from El Capitan to Sierra and updating Tizen Studio from 1.0.1 to 1.1.1 the SDB CLI does not work any more on my new machine. I have installed JDK 1.8.0_121.
I can not really start a SDB server.
$…

roschulze
- 505
- 2
- 6
- 21
3
votes
3 answers
Tizen Studio - Gear S3 - SIGNATURE_VERIFICATION_FAILED
I'm trying to run simple template native application on Gear S3. I have created certificate according to Working with the Certificate Profile.
My Gear S3 is connected via wifi and showed correctly in Connection explorer.
I'm still getting error…

Jan Konvalinka
- 135
- 3
- 12
3
votes
2 answers
How to perform Samsung Certficate Registration in Tizen Studio?
My Tizen project (wearable) developed in Tizen Studio 1.0 is ready to be installed on my Tizen device (Gear 2 by Samsung).
Actions taken
- the Extension SDK: Samsung Certificate Extension and Samsung Wearable Extension were installed by means of the…

genoveseV
- 61
- 7
2
votes
0 answers
Samsung Tizen Smart TV command Smart Development Bridge < $sdb shell > command returns status is 'closed'. how to enable it.?
My Real Samsung Smart Tizen series 4 TV is running, my build is ready, I am trying to run the following command to run in debug:
$ sdb -s 192.168.0.101:26101 shell 0 execute org.tizen.volume-setting
It returns this :
closed
When I run
$ sdb…

Kishan Godhani
- 53
- 1
- 6
2
votes
2 answers
Tizen TV Emulator Not Launching in MacOS Big Sur
I am using Mac OS Big Sur, 3.1 Ghz Quad-Core Intel Core i7
I installed Tizen Studio 4.5.1 and install intel Hax (Release HAXM v7.7.0 · intel/haxm · GitHub)
But when I setup the TV emulator and tried to turn ON CPU VT then I get below error
“Failed…

V V
- 774
- 1
- 9
- 29
2
votes
1 answer
App preview in Tizen tv and emulator don't appear
App preview in Tizen tv and emulator don't appear
Hi I am developing an app for tizen tv, with react-native and renative. It already has the configuration to show a preview of the app when it is selected in the application bar of the home. But in…

Javier Olivieri
- 51
- 1
- 4
2
votes
2 answers
How to set screensaver on/off and set custom screensaver in tizen web application for Samsung Smart TV?
For setting screensaver on/off we are using following API from AppCommon API
webapis.appcommon.setScreenSaver(
webapis.appcommon.AppCommonScreenSaverState.SCREEN_SAVER_ON,
function(result) {
console.log(result);
}, function(error) {
…

Ronak Chaniyara
- 5,335
- 3
- 24
- 51
2
votes
2 answers
Testing companion application with Emulators?
I'd like to develop a companion application for my Tizen5.5 watch which uses information from the phone (Android host). I'm working on Windows 10 with Tizen Studio.
I found a nice example which I want to test:…

Daniel
- 2,318
- 2
- 22
- 53
2
votes
2 answers
How do I get Tizen's B2B API working on the emulator? I want this for a TV
I'm just getting started with Tizen so I hope this is an easy noobie question, but it's got me stumped. I'm using the emulator T-samsung-5.5-x86. I'm trying to use Tizen's B2B API with this on my HTML page: