virresh / matvt

Virtual Mouse for Android TV that can be controlled via remote itself.
GNU General Public License v3.0
211 stars 35 forks source link

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

Open sandeepsigroha opened 1 year ago

sandeepsigroha commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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?