Skip to content

FireTV Cube Unable to Retrieve List of Running Apps #292

@tommyjlong

Description

@tommyjlong

FireTV Cube running Fire OS 7.2.4.2
In Home Assistant, the Source List in the Media Card only shows the current running App.
I had the same problem with a FireTV Stick (which I no longer use).

In my looking around at the code, what I think is the problem is the ADB Shell command
that FireTV uses (from constants.py):

#: Get the running apps for a Fire TV device
CMD_RUNNING_APPS_FIRETV = "ps | grep u0_a"

When I change this to the following (which is the same as for the Android Device):

#: Get the running apps for a Fire TV device
CMD_RUNNING_APPS_FIRETV = "ps -A | grep u0_a"

The running Apps list is actually retrieved!!!

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