We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
CURRENT_APP=$(dumpsys activity a . | grep -E 'mResumedActivity' | cut -d ' ' -f 8) && CURRENT_APP=${CURRENT_APP%%/*} && echo $CURRENT_APP
Returns the correct current app
The text was updated successfully, but these errors were encountered:
related issue ollo69/ha-androidtv-custom#1
we need a custom command for current_app as well
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: