Skip to content

Jio Ads Have Become More Dynamic and Extended #1

@Karthik-beta

Description

@Karthik-beta

The Jio Set Top Box now displays ads that last around 10 seconds and often play consecutively during boot. The current implementation, which sends a single Alt+Escape HID keycode, only skips the first ad and fails to handle the rest.

Steps to Reproduce:

  1. Power on the Jio Set Top Box with the Raspberry Pi Pico connected.
  2. Observe that ads now last longer (10+ seconds) and play consecutively.
  3. Notice that only the first ad is skipped.

Expected Behavior:
The Raspberry Pi Pico should skip all ads, regardless of their duration or sequence, and proceed to the home screen.

Actual Behavior:
Only the first ad is skipped, leaving subsequent ads unskipped.

Proposed Solution:

  • Update the firmware to handle multiple ads.
  • Add a loop or delay mechanism to send Alt+Escape multiple times.
  • Optionally, make the timeout configurable to adapt to varying ad durations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions