Skip to content

Instantly share code, notes, and snippets.

View rishabhrpg's full-sized avatar
🎵
😄

Rishabh rishabhrpg

🎵
😄
View GitHub Profile
@arno01
arno01 / docker-on-android.md
Last active May 16, 2025 02:34
Docker on Android

WORK IN PROGRESS

Docker on Android

Setup:

Samsung Galaxy Tab S5e SM-T720
Android Pie on Linux 4.9.112 (not rooted)
Termux
@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