WebDevStream: web development, Smart TV engineering, AI workflows and practical product notes.

Back to blog Tizen Development

[Youtube Shorts] What is Samsung Developer Bridge (SDB)

June 26, 2026 2 min read Normal article
What is Samsung Developer Bridge (SDB)

If you develop apps for Samsung Tizen devices, there is one command-line tool you will reach for constantly: Samsung Developer Bridge, or SDB.

What Is Samsung Developer Bridge?

SDB is a command-line tool provided by Samsung for connecting to, controlling, and debugging Tizen-based devices — including Smart TVs, Tizen watches, and IoT gadgets. If you have worked with Android, think of it as Samsung’s equivalent of ADB (Android Debug Bridge), purpose-built for the Tizen ecosystem.

What Can You Do with SDB?

SDB covers the full range of device communication tasks a developer needs:

  • Install and uninstall app packages on the device
  • Connect to a TV or other Tizen device over the network
  • Pull or push files between your PC and the device
  • Open an interactive shell session on the device
  • Check logs for debugging

Common SDB Commands

Here are the essential commands to get started:

  • sdb devices — list all connected Tizen devices
  • sdb connect 192.168.1.25:26101 — connect to a TV over the network
  • sdb install myapp.wgt — install an app package
  • sdb uninstall org.example.myapp — remove an app
  • sdb shell — open a shell on the device
  • sdb pull /opt/usr/home/owner/myfile.txt ./localfile.txt — copy a file from the device

Watch the short video for a quick rundown of SDB in action — it is an essential tool every Tizen developer should have in their workflow.

Advertisement

Stay connected

Get The Next Build Note

A quiet feed for new articles, videos, applications and project writeups

Newsletter

Join the WebDevStream build notes.

Receive recent posts, video lessons, application updates and project writeups.