Menu
Sites
Language
sdb not detecting device

I'm working on Ubuntu 12.04 with Tizen sdk 2.0.0 and sdb doesn't detect the Tizen dev phone. I can ssh to the phone however. Any ideas?

Edited on 18 03, 2014

Responses

7 Replies
 kavish
To get the list all connected devices using SDB command. 1. Go to the folder \tizen-sdk\tools. And type following command. 2. Sdb devices It will give list of device attached. If you get problem to use SDB command in that case need to do troubleshooting. When You can encounter the following problems when using the Smart Development Bridge (SDB): The "no device" error is displayed when the Emulator is running. Try restarting the SDB server with the following commands: $ sdb kill-server $ sdb start-server $ sdb devices The SDB device yields the "???????? no permissions" error. Try restarting the SDB server with the following commands: $ sdb kill-server $ sudo sdb start-server $ sdb devices
John Hughes
I have installed the Tizen SDK (all 1.8 gb) and I can not use the cmd prompt to access the tizen device. I have tried killing/starting/ sdb devices, and it still never finds the device. On the device, I have enabled USB debugging. I am running Windows 7 x64 and in the Device Manager it shows a not a recoginized device. Is there a driver somewhere I can download to make sdb make the computer talk to the tizen 2.0.0.a device?
 kavish
Are you able to see device connected in Tizen IDE ( In connection explore). If not then you have to install driver for that. If Device is detected in connection explore then you can execute sdb command. got to the tizen-sdk\tools folder and execute the command as given below: C:\tizen-sdk\tools>sdb -d shell sh-4.1$ If you use sdb devices command it will show connected device list: C:\tizen-sdk\tools>sdb devices List of devices attached 4df1080a39e39f00 device device-0 C:\tizen-sdk\tools>
akshma gandotra

When i Run

$ sdb devices

Following error is coming:

sdb server is out of date.  killing...

cannot bind 'tcp:26099'

SDB server didn't ACK
* failed to start daemon *

 

karoshi karoshi

Dear,

I'v ported tizen ivi-panda 2.0 to pandaboard ES -omap4460.

I can boot into Tizen with error "Your Screen not support OpenGL".

I know i have to install graphic, but sdb cannot detect my board when i using 1 usb cable to connect.

Even lsusb also event show nothing.

Do you has any ideas? 

Shashank M

Im using Ubuntu 12.04

When i gave sdb devices in terminal nothing is displaying.

Its not detecting any device.