Smart Development Bridge

The Smart Development Bridge (SDB) is a device management tool included in the Tizen SDK:

To use the SDB:

  1. To use the SDB in a target device, set the device to the SDB mode by going to Settings > More system settings > Developer options > USB debugging in the device menu.
  2. Run the SDB with a shell using the following command:
    $ sdb [option] <command> [parameters]

    Where [option] can be:

    For more information about the available commands and their parameters (<command> [parameters]), see SDB Commands.

  3. To stop the SDB server, use the kill-server command.

    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.

Where to Go Next