Viresh Gupta

Results 83 comments of Viresh Gupta

Did a prototype some time ago, but doesn't seem like this will be possible as of now with the current Android APIs.

Hi @GreenThunder245 Thanks for being considerate wrt the license I would like to know a bit more about your use case because bundling MATVT inside another app could be problematic...

An example why this might be a bad idea is that potentially the remote buttons could conflict between MATVT and your app which would make them incompatible with each other...

Hi @vegazosten For scrolling, I've had similar discussion before as well (https://github.com/virresh/matvt/issues/21#issuecomment-919238529), and I don't know how that would work for complex cases (where there are multiple scrollable items in...

Hi @sevenleo This is definitely doable, but what I've seen generally is that people would find it difficult to assign buttons because of lack of buttons on the remote. On...

Thanks @damiano94 Mods are perfectly fine and are welcome! Also, just for completeness, you do not need to install Android Studio, you just need to download Android SDK and Java...

Hi @Mikka123T , ADB commands for these can be found here - https://github.com/virresh/matvt/issues/18#issuecomment-884013775 It may not work on some manufacturer devices that have removed accessibility APIs, not sure if TOSHIBA...

Thanks for reporting @fil-dariane It has come to my knowledge that several TV providers are removing the gesture APIs from their Operating systems. MATVT relies on this API for clicking...

@fil-dariane can you test with https://github.com/virresh/matvt/releases/download/v1.06-pre-release/matvt-test-adb-release.apk ?

Thanks for testing @fil-dariane I'm aware about issues with the scroll queuing up and scroll being slow (basically I didn't get enough time to properly implement it, but I think...