user3583252
user3583252

Reputation: 493

Step SDB has failed error on Tizen App Launch

I am trying my hand at Tizen TV App Development and every time i try to launch even the basic template app, I get an error saying: "Step SDB shell handle failed" And when I click details:

step SDB shell handle failed
Failed to step SDB shell handle 'ls /usr/bin/xwalk-launcher > /tmp/null.deployer 2>&1; echo $? ' command` operation (Return Code:31)
sdb command rejected exception

It would be such a huge help if someone here could help out. I checked everywhere. Samsung Developer Forums, the Development Guideline, but couldn't find the solution

Upvotes: 5

Views: 8013

Answers (6)

Sébastien Mascha
Sébastien Mascha

Reputation: 144

I had this issue and RESOLVED. For me it was just a issue of firewall. So the build could not import external libraries. I removed the firewall and then clean the project and build. It works now.

Upvotes: 0

Aklesh Singh
Aklesh Singh

Reputation: 983

This is the latest link, its for tv but just follow the instruction and create certificate after that just restart tizen studio. try installing app this time app should get installed now on emulator. worked for me i am using wearable 4.0 project and emulator(W-4.0-circle-x86)

https://developer.samsung.com/tv/develop/getting-started/setting-up-sdk/creating-certificates

Upvotes: 0

Szmerd
Szmerd

Reputation: 499

Try to disable Firewall and install certificate manager and app development from tizen update manager

Upvotes: 0

MarGraz
MarGraz

Reputation: 121

I found the page specified in the link above using "Internet Archive", a wonderful project that collect snapshot of older web pages.

A copy of this page it's available here: https://web.archive.org/web/20160425124655/https://www.samsungdforum.com/TizenGuide/tizen3531/index.html the copy came from april 2016.

I hope that can be useful for everyone.

Upvotes: 1

rynop
rynop

Reputation: 53689

I was running into this on MacOS. The solution is to create and import an author certificate via Tizen Studio.

Directions for doing this can be found here

Upvotes: 0

user3583252
user3583252

Reputation: 493

So I found the solution, to anyone who wants to know.

Its because of improper security certification. Just follow the steps on this site and you should be good to go! https://www.samsungdforum.com/TizenGuide/tizen3531/index.html

Upvotes: -1

Related Questions