Skip to content

Instantly share code, notes, and snippets.

View rishabhrpg's full-sized avatar
🎵
😄

Rishabh rishabhrpg

🎵
😄
View GitHub Profile
@laat
laat / tizen.sh
Last active May 16, 2025 14:05
Notes on Tizen commands that might work
sdb connect <ip>:<port> # connect to TV
sdb -s <deviceName> capability # get <installationPath>
# build
tizen cli-config "default.profiles.path=<profile_path>"
tizen build-web -out .buildResult -- <source-dir>
tizen package --type wgt --sign profileName -- <source-dir>/.buildResult # extract <package-file>
mv <package-file> .
rm -rf <source-dir>/.buildResult