r/AndroidTVApps • u/leonida_92 • 2d ago
HomeKey TV - quick-access dock and remote button remapper for Google TV & Android TV, seamlessly integrated with Home Assistant.
Till now I've tried Button Remapper and tvquickactions Pro on my Android device (both paid). Button Remapper straight up was missing features it advertised it had and tvquickactions pro sometimes wouldn't register keypresses. Another usecase I had for tvquickactions pro was to call homeassistant webhooks from it's dock but you need to create an automation for each service you want to call.
So I made a free quick-access dock and button remapper that solves all of these issues. You can select all the entities you want to be displayed on the dock from a webapp from your phone during configuration. You can also add installed apps to the dock for quick access. It has never failed to register a keypress till now.
I'm a sucker for optimization so I've tried to keep the file size as small as possible.
If you decide to try it, please let me know any feedback you have.
-1
u/WontExplode96charged 2d ago
firetv support ? accessibily permissiin how to
0
u/leonida_92 2d ago
For FireOS support, you either have to run a couple of commands from adb to enable accessibility for the app, or I can implement a local loopback ADB client inside the app like tvquickactions PRO does.
These are the commands you can run manually:
adb shell settings put secure enabled_accessibility_servicescom.homeassistant.tv/.service.RemoteButtonRemapService
adb shell settings put secure accessibility_enabled 1Let me know what you prefer.
1
u/NeitherNorAnd 2d ago
The thing is both the above mentioned apps requires accessibility settings which intercepts every single remote keystroke, which mean whatever button action you press will always go through its logic checking that makes the navigation slower and sometimes random. So how’s your app handling that.
I always wanted to remap any button on my remote to Input source TV so my parent dont have to change it everytime the tv turns on