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

No accessibility settings option on vu premium 4k android tv #52

Open
sandeepsigroha opened this issue Oct 8, 2022 · 4 comments
Open

Comments

@sandeepsigroha
Copy link

as there is no accessibility settings option in vu premium 4k android tv....plzz provide the adb commands to enable
Accessiblity permissions
Accessibility service
And
Overlay service

@sandeepsigroha
Copy link
Author

Found these in other comments and these solved the issue for me...thanks

adb shell appops set io.github.virresh.matvt SYSTEM_ALERT_WINDOW allow
adb shell settings put secure accessibility_enabled 1
adb shell settings put secure enabled_accessibility_services io.github.virresh.matvt/io.github.virresh.matvt.services.MouseEventService
adb shell am startservice io.github.virresh.matvt/io.github.virresh.matvt.services.MouseEventService

@sandeepsigroha
Copy link
Author

I tried these commands and it worked...all the needed permissions given and mouse is working fyn but it brought a bug in my tv remote... Now my volume buttons are creating problems....now holding a volume button is not working... Like suppose my volume is on 25 and i want to volume down to 15.... To do so i have to press the volume button 15 times whereas it was working like press and hold volume down button and it will act continuously...
Did u know any solution ???... I even tried by resetting the tv and installing again but same problem... Then i tried with 1st 3 commands of given 4 but even then same problem.... When i uninstall the mouse app...volume button works fyn but i want that mouse app... U know any solution plzzz share

@sandeepsigroha
Copy link
Author

And also before resetting tv...jio tv app was working fyn on my tv but now it is not woking showing can't play this channel or program at the time.... I tried with same apk file which i was using earlier but still problem occurs....If u know the reason...plzzz help...

@virresh
Copy link
Owner

virresh commented Oct 24, 2022

Hi
The mouse app does not interfare with any other app (like jiotv) to my knowledge. It might be a temporary issue on Jio's servers. Can you retry to see if it's fixed?

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