Languages

Menu
Sites
Language
Tizen IDE 2.0 macOs High Sierra Remote Device Connection Problem

I've just installed Tizen ide 2.0 on my computer which runs macOs high sierra. Enabled developer mode on my tv and my tv's line up is UJU6000, so its SDK version is 2.4 and I installed from TV Extension Archive.
So far so good, created a simple web project then try to install to device. Opened remote device explorer and scan, OK my device appeared on the list. Then clicked to connect button but it returns "Failed to connect to 192.168.1.131:26101" ...


I've tried both "Device Manager App" which installed separately on my machine and with a menu from "launch remote device manager" menu which opens a small connection dialog. Both of them failed.

 

So I tried with the command line, navigated to tool folder on my SDK installation then run following command.

➜  tools ./sdb devices
* Server is not running. Start it now on port 26099 *
* Server has started successfully *
error: Server is not running

Nope, no luck, anyone here got encounter a problem like this? What could be the problem?

Thanks.

Responses

14 Replies
Yasin Ali

Hi,

You may try with re-installing Tizen Studio again. Delete all log and files from device before re-installing it.

Check network restriction settings of your network and mac. Check if any port blocking problem exist.

Another thing keep minimal  distance between tv and mac.

Hope it will help.

병수 강

I am same as YILMAZ UGURLU.

My environment is same as high sierra.

re-installed tizen studio again, but it does not work.

cannot do anything with this logs.

  sdb start-server

* Server is not running. Start it now on port 26099 *

* Server has started successfully *

 

  sdb devices

* Server is not running. Start it now on port 26099 *

* Server has started successfully *

error: Server is not running

Yasin Ali

Hi YILMAZ UGURLU,

Have you solved your problem yet? Let's know your update.

 

병수 강

No. It does not solved. 

Yasin Ali

Have you tried with different ways from my previous post , re-installing etc.  ??

병수 강

Hi Yasin, thank you for your reply.

I have re-installed the SDK many times, but nothing is changed.

 

Following is my platform info.

  sw_vers
ProductName:    Mac OS X
ProductVersion:	10.13.1
BuildVersion:	17B1003

 

Following is my sdb console logs.

 

  sdb start-server
* Server is not running. Start it now on port 26099 *
* Server has started successfully *

 sdb devices
* Server is not running. Start it now on port 26099 *
* Server has started successfully *
error: Server is not running

  sdb version
Smart Development Bridge version 2.3.2

 



 

Yasin Ali

I have tried with macOs High Sierra and got success on establishing connection with

Remote Device Connection.

병수 강

Well, maybe your environments are different with me.

In my case, even sdb server daemon does not run so I can not do anything.

Is there any options to investigate what's wrong inside sdb?

I don't know why sdb server is stopped.

Yasin Ali

With you system detail check prerequisites for the Tizen Studio detailed here :

https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio/prerequisites

YILMAZ UGURLU

Hello all. I solved my problem with old sdb package. I installed tizen 2.0 with old sdk packages with tv.2-4 and tv.30. Then from this url: https://download.tizen.org/sdk/Installer/tizen-sdk-2.4/ I installed sdk 2.4 then changed tizen-studio2.0/tools directory and changed new sdb with old one.  Then I managed to connect my device. I've installed and removed the sdk at lesat 20 times, believe me, couldn't find any better solution.

Now everything seems fine but i have old version of sdb tho.

Best.

Shaswati Saha

Hi YILMAZ UGURLU,

Would you please share the source link from where you got tv extension version 2.4 and 3.0? I couldn't find those on archive.

YILMAZ UGURLU

Hello Shaswati. Well I've just checked and see they removed the download links from archive for some versions (2.4 and 3.0 to exact). I don't know where you can get those files. I already downladed all of them long before they disappeared.

Jan Elo

I am having the issue and the same specs (osx high sierra & sdb version).

Jan Elo

I used sdb from sdk 2.4 as mentioned by YILMAZ above. It now works.

Thank you YILMAZ for sharing the solution.