Skip to content

Instantly share code, notes, and snippets.

@rishabhrpg
Created May 8, 2025 05:45
Show Gist options
  • Select an option

  • Save rishabhrpg/6ae555374c7d4d55ed1b0860f8b21f6a to your computer and use it in GitHub Desktop.

Select an option

Save rishabhrpg/6ae555374c7d4d55ed1b0860f8b21f6a to your computer and use it in GitHub Desktop.

Revisions

  1. rishabhrpg created this gist May 8, 2025.
    25 changes: 25 additions & 0 deletions tizen_os_sdb_commands.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    ## 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```