Created
May 8, 2025 05:45
-
-
Save rishabhrpg/6ae555374c7d4d55ed1b0860f8b21f6a to your computer and use it in GitHub Desktop.
Revisions
-
rishabhrpg created this gist
May 8, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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```