-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
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
Labels
No labels