Skip to content

Instantly share code, notes, and snippets.

@rishabhrpg
Created May 8, 2025 05:45
Show Gist options
  • Save rishabhrpg/6ae555374c7d4d55ed1b0860f8b21f6a to your computer and use it in GitHub Desktop.
Save rishabhrpg/6ae555374c7d4d55ed1b0860f8b21f6a to your computer and use it in GitHub Desktop.
Samsung SDB Commands

List Application installed in TV

sdb shell 0 vd_applist

Launch Application on TV in debug mode

sdb shell 0 debug NUmAQT7111

Useful SDB commands for Samsung TV development.

Intall wgt file in TV

```tizen install --name app.wgt -- ./wgt -t UA32T4XXXXXX````

List connected devices ( start daemon )

```sdb devices````

Uninstall an app

sdb shell 0 vd_appuninstall NUmAQT7111

Kill a running app

sdb shell 0 was_kill NUmAQT7111

Tizen package web app

tizen package -t wgt -s myCert -- ./build -o ./wgt

Tizen build for web-app

tizen build-web -- ./dist --output ../build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment