Skip to content

Instantly share code, notes, and snippets.

View rishabhrpg's full-sized avatar
🎵
😄

Rishabh rishabhrpg

🎵
😄
View GitHub Profile
@rishabhrpg
rishabhrpg / tizen_os_sdb_commands.md
Created May 8, 2025 05:45
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````

@rishabhrpg
rishabhrpg / puppeteer_on_termux.md
Last active December 10, 2024 03:38
Run puppeteer inside termux

Run Puppeteer inside termux

Assumptions

  • You have termux installed and have sufficient permissions
  • You have loggedin as root user
  • You are okay with running Puppeteer inside a container (Alpine)

Gotchas

  • There is no build of Google Chrome available for ARM at this moment, so using chromium instead.
  • Installing chromium on Termux directly requires snap which is another big hurdle so alternively using alpine distro here.