Languages

Menu
Sites
Language
SDB to Samsung Gear 2 Watch gives error.

I am on a Mac, I have the Samsung Gear 2 Tizen Watch, and I am seeing this:

$ sdb devices
* sdb (2.2.49) already running, and restarting sdb(2.2.51) again *
[fatal][src/listener.c:install_listener():81]server LN(26099) cannot bind
* daemon started successfully *
List of devices attached
$

And then my Watch disappears from the device list in the Connection Explorer of the IDE.

-phil

Responses

5 Replies
Shuhrat Dehkanov

Why do you have to vesions of sdb installed (sdb  v2.2.49 and sdb v2.2.51)?

Probably, the older version comes with the IDE and was automatically started when you started the IDE. But v2.2.51 is in your path.

Please make sure the one IDE is using is same as the one defined in the path.

Philip Pellouchoud
I have ./tizen-sdk/tools/sdb -- which is version 2.2.51 and ./tizen-wearable-sdk/tools/sdb which is version 2.2.49. Are tizen-sdk and tizen-wearable-sdk mutually exclusive?
Shuhrat Dehkanov
I am not sure regarding the SDKs mutual exclusivity, but clearly one should not be running two distinctive versions of sdb at the same time.
daniel kim

Hi,

 

When sdb doesn't show the device in the list, you can restart sdb server to solve it as following.

 

    $sdb kill-server

    $sdb start-server

 

I wish this will help you.

 

Philip Pellouchoud

Okay, thanks!  That worked!