Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with TCL c725 with google tv #9

Open
kauelima opened this issue May 17, 2022 · 1 comment
Open

Does not work with TCL c725 with google tv #9

kauelima opened this issue May 17, 2022 · 1 comment

Comments

@kauelima
Copy link

kauelima commented May 17, 2022

I'm still getting the following adb returns when using on my android tv:

app_id: 'AssistPreviewPanel}:'
app_name: 'AssistPreviewPanel}:'
source: 'AssistPreviewPanel}:'

Volume gets queried but I also cannot change it.

TCL c725 TV with google tv built in

The query:
CURRENT_APP=$(dumpsys activity a . | grep -E 'mResumedActivity' | cut -d ' ' -f 8) && CURRENT_APP=${CURRENT_APP%%/*} && echo $CURRENT_APP

Returns the correct current app

@glassbase
Copy link

glassbase commented May 18, 2022

related issue ollo69/ha-androidtv-custom#1

we need a custom command for current_app as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants