Replies: 2 comments
-
|
Related to issue #3. Leaving my comment here so others could chime in: I wonder 3 things that could affect how we implement this:
If you, or someone else could chime in and help answer some of these questions it would be great. |
Beta Was this translation helpful? Give feedback.
-
|
I was able to come up with this fix (volume-fix.sh) with heavy help from AI and inspiration from this (https://github.com/mukunthan007/Tcl-andorid-TV-volume-script). It seems to work well after testing it. I am using Home Assistant automation to use adb to call the script everytime it detects the TV is turned on. If the script is already running, it wont start another instance. Maybe this is something you could implement within Quickbars so it runs locally. To address some of your questions 2 - This script actually disables the accessibility service temporarily...in this case the "GRACE_SECONDS" is set to 10 seconds which seems like a reasonable period of time to allow for volume change before re-enabling the service. 3 - It seems like it wont work with one long press because the initial key press is captured by the accessibility service and the script can only detect a key press after it's already happened. I imagine you'll always need that initial single press to trigger the disable. ---These are the commands I utilized to get the script pushed over to my Downloads folder on the TV and to get the script running. However, once the connection from the computer that you used to initiate the script disconnects, the script will stop working. That's why i have a Home Assistant automation restart the script each time the TV turns on. adb connect IP_ADDRESS:5555 To test run the script from a computer. After the computer disconnects, the script may stop running on the TV. I use Home assistant automation and ADB integration to run this command To view log |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Short Feature Title
Volume Control Fix
What area does this affect?
Remote Control (Accessibility / Navigation etc.), Performance & Memory
The Problem
Some users report that after enabling the QuickBars Accessibility service, holding the volume buttons only changes the volume once (a single step) instead of continuously adjusting it.
The Proposed Solution
Screenshots or Video
No response
Visuals / Mockups
No response
Additional Information
This is based off a solution utilized by another app called tvQuick Actions pro (Quick Start Guide - tvQuickActions Docs) which addresses the volume issue by temporarily disabling accessibility services for 10 seconds when the Volume (+) or (-) is pressed.
Im not actually sure if it truly works in that fashion, but that is how the work around is described on their FAQ.

Home Assistant Context (Optional)
No response
Readiness Check
Beta Was this translation helpful? Give feedback.
All reactions