| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Utility scripts for selfhosted infrastructure management.
androidtv-app-sync.sh can share one manifest between a timer and manual runs. Keep Play-managed apps in audit-only mode and pin every sideloaded APK by version and checksum:
# package<TAB>minimum-versionCode<TAB>source<TAB>SHA-256
com.spocky.projengmenu 1 managed -
com.plexapp.android 1 managed -
com.google.android.youtube.tvunplugged 1 managed -
ca.devmesh.seerrtv 1 managed -
smarttube.package.from.approved.apk 123 https://example.invalid/smarttube.apk <64-character-sha256>
ca.devmesh.seerrtv 123 https://example.invalid/seerrtv.apk <64-character-sha256>
Use the managed SeerrTV row on Google TV/Shield manifests and the pinned APK row on Fire TV manifests. SmartTube is always a pinned sideload row. Obtain the package and version from the exact approved APK (aapt dump badging app.apk) rather than assuming stable, beta, and F-Droid IDs match.
The ADB client key must be stored outside an ephemeral container. If a device reports unauthorized, approve that persistent key once on the TV; never rotate keys as a retry strategy.
These scripts are provided as-is with no warranty. Always review scripts before running them on your system and test in a non-production environment first. The authors are not responsible for any issues resulting from their use.
| Back | FazBrowse Home | New Git URL |