open_webview icon indicating copy to clipboard operation
open_webview copied to clipboard

Installation on Android TV fails

Open Handrail9 opened this issue 1 year ago • 4 comments

Hello, my installation fails on my YOC Onn. device. It fails because the device does not have physical volume buttons to select a webview, thus rendering the installer useless. If there is another way to install currently please let me know :)

Handrail9 avatar Jul 16 '24 09:07 Handrail9

There are no plans to test Android TV support, so you can try to install the module at your own risk, however I plan to introduce the ability to install the module using configuration files. Unfortunately through magisk there are not many input alternatives

F3FFO avatar Dec 16 '24 22:12 F3FFO

If we install modules via magisk --install-module in terminal (in place of Magisk's GUI), does the input work more akin to normal scripts? If so, it seems possible to simply read the key inputs as usual? This is more doable, especially when there is a bluetooth keyboard connected.

Iey4iej3 avatar Dec 17 '24 09:12 Iey4iej3

I've run into this issue also, I have the Qin F21 Pro which doesn't have volume buttons. I've tried using this command: adb shell input keyevent 24 but it didn't work.

tandy-1000 avatar Feb 13 '25 12:02 tandy-1000

I've run into this issue also, I have the Qin F21 Pro which doesn't have volume buttons. I've tried using this command: adb shell input keyevent 24 but it didn't work.

I tried many similar methods, and the only workaround that I found is to modify the source code to opt for my choice.

Iey4iej3 avatar Feb 15 '25 15:02 Iey4iej3