The current build targets Fire TV Cube and Android TV streaming devices. It pauses video at a configurable interval, shows a kid-friendly bite prompt, resumes playback, and protects meal-mode exits with a configurable 4-digit parent PIN.

Best supported: Fire TV Cube. Other Android TV devices may install successfully but have not received the same family testing.

Status — Phase 1 complete (family-usable on Fire TV)

Phase 0 delivered a working Fire TV MVP. Phase 1 finished product iteration on real devices: UX polish, parent-gated flows, max meal timer, and a tested streaming-app compatibility matrix.

Working today

Distribution and store outlook

Sideload remains the intended path for the full product (overlay indicator, cross-app media pause/resume, long-running meal service). Amazon Appstore approval is uncertain for this architecture: draw-over-other-apps and controlling other apps’ media are high-friction for review. A store “lite” build would need a different product shape. That is fine — the experiment is useful as a family sideload tool first.

Download & install (public APK)

The Fire TV APK is publicly available for sideloading. The application source code remains private.

Download Kids Meal Mode APK· package com.kidsmealmode · build 1.0.13

Direct link:https://scalinghuman.ai/downloads/KidsMealMode-firetv-debug.apk

SHA-256:f1c95f6a0d452e41779e58cd8ce74a7a2e8b21f3cea0369338286592d4eda368

Install on Fire TV with ADB

  1. On Fire TV: Settings → My Fire TV → Developer options — enable ADB debugging. Allow installs from unknown sources if prompted.
  2. Note the TV IP under About → Network.
  3. On a computer, installAndroid platform-tools(adb), then:
    adb connect <fire-tv-ip>:5555
    adb install -r KidsMealMode-firetv-debug.apk
  4. Open Kids Meal Mode on the Fire TV and grantDisplay over other apps.

Default parent PIN: 1234 (change in Settings after PIN entry). Use a supported streaming app for pause/resume (see compatibility matrix below).

Streaming App Compatibility

Kids Meal Mode uses standard Android media key events (MEDIA_PAUSE / MEDIA_PLAY) rather than app-specific automation. Support depends on each streaming app honoring standard media playback controls. Matrix from real Fire TV testing at Phase 1 close-out:

Confirmed working

AppStatusNotes
YouTubeSupportedPause and auto-resume work on Fire TV.
Prime VideoSupportedPause and auto-resume work on Fire TV.
Max (HBO Max)SupportedPause and auto-resume work on Fire TV.
PeacockSupportedPause and auto-resume work on Fire TV.
Apple TVSupportedPause and auto-resume work on Fire TV (Apple TV app).
The Roku ChannelSupportedPause and auto-resume work on Fire TV.

Confirmed not working

AppStatusNotes
NetflixNot supportedDoes not reliably auto-resume after the bite prompt; often lands on a title/resume screen and ignores MEDIA_PLAY. Accessibility workarounds were tried and removed (unreliable on Fire OS).
Paramount+Not supportedPause/resume via standard media keys does not work reliably on Fire TV.

Untested

AppStatusNotes
Disney+UntestedNot validated yet.
HuluUntestedNot validated yet.
Tubi / Pluto TV / FreeveeUntestedNot validated yet.
Plex / JellyfinUntestedNot validated yet.
Other appsUntestedAssume unsupported until tested.

Source & distribution

APK: public download above for personal / family sideloading on Fire TV.

Source code: remains private. This page tracks product status and compatibility only; implementation is not open-sourced at this time.

Roadmap

Phase 1 - Fire TV Product Iteration ✅ Complete

Family-usable Fire TV build with parent-gated flows, UX polish, max meal timer, and an honest streaming compatibility matrix (see above).

Phase 2 - Local Vision Validation on LAN

Validate a local vision model on the home network. The Fire TV app remains the overlay and media-control client; a LAN server handles bite detection over WebSocket. Timer mode remains the fallback. Camera frames and inference stay local.

Phase 3 - Private Distribution

Versioned APK builds for friends and family with Android-based Fire TVs. Short install guide, changelogs, known issues, and clear unsupported-app expectations (Netflix, Paramount+).

Phase 4 - Fire TV Appstore (optional / hard)

Only if a review-safe product shape emerges (likely without overlay + cross-app media control, or with strong justification). Release signing, listing assets, privacy policy, and permission disclosures required.

Phase 5 - Google Play for Android

Android TV / Google TV first, then tablets and phones if the product shape fits. Overlay policy risk remains.

Phase 6 - Apple Platform Exploration

iPadOS / iOS / tvOS later — more likely companion, camera, or parent-dashboard roles than a direct Fire TV overlay port.

Cross-Phase Principles

Notes