The Smart Development Bridge (SDB) is a device management tool included in the Tizen SDK:
To use the SDB:
$ sdb [option] <command> [parameters]
Where [option] can be:
If multiple Emulator or device instances are running, you need to specify a target instance in the SDB command.
Before issuing SDB commands, it is helpful to know which Emulator or device instances are connected to the SDB server. In response to this command option, the SDB prints the serial number (a string created by the SDB to uniquely identify an Emulator or device instance) and connection status for each connected device. The connection status can be offline (the instance is not connected to the SDB or is not responding) or device (the instance is connected to the SDB server).
The following snippet shows an example of the command output:
$ sdb devices List of devices attached emulator-26100 device myemulator1 emulator-26200 device myemulator2 $
For more information about the available commands and their parameters (<command> [parameters]), see SDB Commands.
If the SDB does not respond to a command, try to terminate and restart it to resolve the problem. You can restart the server after stopping it by issuing any SDB command.