Giter VIP home page Giter VIP logo

Comments (49)

greatjack1 avatar greatjack1 commented on June 18, 2024 1

#9 Solves these issues and makes the app fully usable on LG Phones

from matvt.

kfmdmteam avatar kfmdmteam commented on June 18, 2024 1

from matvt.

virresh avatar virresh commented on June 18, 2024

https://github.com/virresh/matvt/releases/download/phone-v1.01/matvt-phone-app-release-v1.01.apk

Whoever is interested, here is a simple port for phones
Please use it by overriding key to whatever you wish to, default is mute key

Should work best with Android N onwards, but have added support for legacy actions (please note that these are totally unreliable and might not even work in many cases) for Android M.

from matvt.

lgexalter avatar lgexalter commented on June 18, 2024

I have tested this new phone version on the LG Exalt but there is a problem. The UI of these phones is severely dumbed down and the only way to grant permissions is through ADB due to the option being missing from the settings. I have granted the overlay permission through adb successfully. When granting accessibility to the app the process which has worked for other accessibility apps (e.g. Voice Access) is to set the app as enabled_accessibility_services (with adb shell settings put secure enabled_accessibility_services package.name.here/service.name.here) that works no problem. But when trying to start the accessibility service (adb shell am startservice package.name.here/service.name.here) it throws an error Error: Requires permission android.permission.BIND_ACCESSIBILITY_SERVICE. And android.permission.BIND_ACCESSIBILITY_SERVICE cannot be granted with adb. The app therefore remains on the first screen and says Accessibility Permissions: Not Granted Accessibility Services: Not Running.

from matvt.

virresh avatar virresh commented on June 18, 2024

I haven't seen this error before. My best guess would be that the drawing over other screen permission is missing.
Can you confirm if the draw over other apps permission was granted?
Also probably you're trying the same thing, but just to confirm you've already tried the steps at https://android.stackexchange.com/a/231062 and are getting an error post that?

from matvt.

lgexalter avatar lgexalter commented on June 18, 2024

Yes I have granted the drawing over other apps permission successfully.
And I've also followed the steps from https://android.stackexchange.com/a/231062

from matvt.

virresh avatar virresh commented on June 18, 2024

@lgexalter unfortunately we're out of luck here.

I don't think I can do much without being able to actually see what's happening. Sorry mate.

Leaving this issue open, just in case some developer who owns a similar device and happens to be interested in this comes across this thread.

from matvt.

LGExalt avatar LGExalt commented on June 18, 2024

@lgexalter what were the exact commands that you used to;
1 grant accessibility services?
2 to start the accessibility services?
3 to start the overlay services?

thanks

from matvt.

Bo-Exalt avatar Bo-Exalt commented on June 18, 2024

@LGExalt What Commands did you do to get it working?

from matvt.

Bo-Exalt avatar Bo-Exalt commented on June 18, 2024

I granted overlay but when I start accessibility it says: "Requires permission android.permission.BIND_ACCESSIBILITY_SERVICE"??

from matvt.

XP3R avatar XP3R commented on June 18, 2024

I tried the app on the Sonim Xp3, which is easy to allow accesibility services without adb commands, it does not have a mute button, but I was able to change that with the override setting. However I had 2 issues, one minor one that the cursor size was pretty big no matter ther size setting, but the main issue is that the select button does not click on anything, I had this problem before with other cursors, apparently the select button on the XP3 Is different than most phones. The key code is 66 and the scan code is 352. If someone can modify the code to make that select hopefully would work

from matvt.

virresh avatar virresh commented on June 18, 2024

I successfully installed it on my exalt ;)

@LGExalt can you elaborate a bit on the steps to install?
IMO it'd be quite helpful for a lot of folks here
I personally don't own any such phone so it'd be great if someone can chip in to fill the gap

from matvt.

virresh avatar virresh commented on June 18, 2024

the cursor size was pretty big no matter ther size setting
The key code is 66 and the scan code is 352.

Thanks @XP3R for reporting, I'll update the app for phone with these modifications and update here.
@kfmdmteam has reported the ideal size for their phone is 20 x 20 pixels on community chat [1].
I'll adjust the cursor around these dimensions to suit your use-case

[1] https://gitter.im/virresh/community?at=605cdeab68921b62f4874241

from matvt.

virresh avatar virresh commented on June 18, 2024

Since exact commands are not shared here, I request all the folks here to please try out the following:

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

and let me know if these work?

from matvt.

XP3R avatar XP3R commented on June 18, 2024

the cursor size was pretty big no matter ther size setting
The key code is 66 and the scan code is 352.

Thanks @XP3R for reporting, I'll update the app for phone with these modifications and update here.
@kfmdmteam has reported the ideal size for their phone is 20 x 20 pixels on community chat [1].
I'll adjust the cursor around these dimensions to suit your use-case

[1] https://gitter.im/virresh/community?at=605cdeab68921b62f4874241

Thanks! Where can I find the updated version? (I guess I can adjust the mouse size like you posted here https://gitter.im/virresh/community?at=605cdeab68921b62f4874241 but I still would have the select button not working)

from matvt.

virresh avatar virresh commented on June 18, 2024

@XP3R I've not had the chance to update the app
I'll do it over the weekend and ping here when it's available
Hope that works

from matvt.

virresh avatar virresh commented on June 18, 2024

Thanks a lot @greatjack1 for chipping in!

I'll do a release over the weekend along with your contributions. Thanks!

from matvt.

LGExalt avatar LGExalt commented on June 18, 2024

Thanks to all those who contributed to make this happen.
I'd just like to raise 2 points.
1 the cursor doesn't work in some apps. For example Waze and Uber. At first I thought it's because those apps that I was using already had a cursor added. So I tried it on a different version of Waze, which didn't have an added cursor, and it still wouldn't click on anything.

2 Once I ran the adb commands, the dedicated key to turn on voice access didn't work anymore. This may be an issue with the phone (LG Exalt). Because I had a similar issue when using button mapper. Once a enabled button mapper, I couldn't set a key for voice access.
If anyone knows of a way of fixing these issues, I'd really appreciate it.
Thanks

from matvt.

XP3R avatar XP3R commented on June 18, 2024

Thanks to all those who contributed to make this happen.
I'd just like to raise 2 points.
1 the cursor doesn't work in some apps. For example Waze and Uber. At first I thought it's because those apps that I was using already had a cursor added. So I tried it on a different version of Waze, which didn't have an added cursor, and it still wouldn't click on anything.

2 Once I ran the adb commands, the dedicated key to turn on voice access didn't work anymore. This may be an issue with the phone (LG Exalt). Because I had a similar issue when using button mapper. Once a enabled button mapper, I couldn't set a key for voice access.
If anyone knows of a way of fixing these issues, I'd really appreciate it.
Thanks

When enabling services with adb you need to put in all services you want enabled at once, so typing adb shell settings put secure enabled_accessibility_services io.github.virresh.matvt/.services.MouseEventService would turn off voice access and button mapper. You need to enable them at once separated by a colon, such as pkg1/service1:pkg2/service2

from matvt.

LGExalt avatar LGExalt commented on June 18, 2024

Thanks to all those who contributed to make this happen.
I'd just like to raise 2 points.
1 the cursor doesn't work in some apps. For example Waze and Uber. At first I thought it's because those apps that I was using already had a cursor added. So I tried it on a different version of Waze, which didn't have an added cursor, and it still wouldn't click on anything.
2 Once I ran the adb commands, the dedicated key to turn on voice access didn't work anymore. This may be an issue with the phone (LG Exalt). Because I had a similar issue when using button mapper. Once a enabled button mapper, I couldn't set a key for voice access.
If anyone knows of a way of fixing these issues, I'd really appreciate it.
Thanks

When enabling services with adb you need to put in all services you want enabled at once, so typing adb shell settings put secure enabled_accessibility_services io.github.virresh.matvt/.services.MouseEventService would turn off voice access and button mapper. You need to enable them at once separated by a colon, such as pkg1/service1:pkg2/service2

I've done that. And the voice access app works. I'm talking about setting a dedicated key to start it. For example the camera key.

from matvt.

kfmdmteam avatar kfmdmteam commented on June 18, 2024

It won't work because matvt grabs all accessibility keys already. So you can't double select in accessibility what a key should do. Supposedly by the LG classic you can. But I have not tested it.

from matvt.

LGExalt avatar LGExalt commented on June 18, 2024

It won't work because matvt grabs all accessibility keys already. So you can't double select in accessibility what a key should do. Supposedly by the LG classic you can. But I have not tested it.

I tested it on the classic and it worked perfectly, and I was still able to set a voice access key. Not sure what the difference is. They seem to be based on the same OS.

from matvt.

virresh avatar virresh commented on June 18, 2024

Once I ran the adb commands, the dedicated key to turn on voice access didn't work anymore.

Hmm,
Could be OS not accepting re-throws of un-used keys, but I cannot say with certainity.

matvt returns any key strokes back to the system if it cannot find a use for it.

Here's another pre-release snapshot version:
https://github.com/virresh/matvt/releases/download/phone-v1.01/matvt-phone-app-release-v1.01-snapshot.apk

@XP3R @LGExalt @kfmdmteam Can you folks please test it on the various flip phones that you have for sanity?
From kfmdmteam's comment, it probably will need more modifications on LG Exalt, but I'd still be interested to know what error is thrown by adb if we don't do those modifications

This version has some rudimentary support for long touch (should work on Android 6, doesn't trigger on Android 7+)
It has a more customizable size range, so should not appear too big and have added the extra dpad down button presses, so clicking should now work

from matvt.

kfmdmteam avatar kfmdmteam commented on June 18, 2024

The vn220 is android 6 while the lg classic is android 8

from matvt.

kfmdmteam avatar kfmdmteam commented on June 18, 2024

@virresh I see this version doesn't have the options like the v1.03 would it be possible to make the phone version built in the newer one?

from matvt.

virresh avatar virresh commented on June 18, 2024

Yep, I'm working on backporting them. Asking for some early feedback so that I can incorporate more changes if required with the next major release itself :D

from matvt.

kfmdmteam avatar kfmdmteam commented on June 18, 2024

Looking great!

from matvt.

virresh avatar virresh commented on June 18, 2024

Did it work without package manipulation on the exalt phone?

from matvt.

kfmdmteam avatar kfmdmteam commented on June 18, 2024

from matvt.

virresh avatar virresh commented on June 18, 2024

Ah okay. Thanks for the heads up.
Can you try with this version: https://github.com/virresh/matvt/releases/download/phone-v1.01/matvt-phone-app-release-v1.01-snapshot-2.apk

It has the required package manipulation

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

from matvt.

kfmdmteam avatar kfmdmteam commented on June 18, 2024

from matvt.

kfmdmteam avatar kfmdmteam commented on June 18, 2024

from matvt.

virresh avatar virresh commented on June 18, 2024

Okay I'll try but can you set the DPI for the wording in the GUI for 10 DPI

sure

Seems like there's an issue the package name is still not Android CTS

I've put the service in the cts package. Is there any special signing requirement also?
Did some more changes in packages, alongside dpi
https://github.com/virresh/matvt/releases/download/phone-v1.01/matvt-phone-app-release-v1.01-snapshot-3.apk

Thanks a lot for bearing with the testing

Service FQN: com.android.cts.io.github.virresh.matvt.services.MouseEventService

from matvt.

kfmdmteam avatar kfmdmteam commented on June 18, 2024

from matvt.

virresh avatar virresh commented on June 18, 2024

Sorry about the confusion
Android Studio caching caused splits in the package
https://github.com/virresh/matvt/releases/download/phone-v1.01/matvt-phone-app-release-v1.01-snapshot-4.apk

Everything (including changes in manifest) are there in the above

from matvt.

LGExalt avatar LGExalt commented on June 18, 2024

Sorry about the confusion
Android Studio caching caused splits in the package
https://github.com/virresh/matvt/releases/download/phone-v1.01/matvt-phone-app-release-v1.01-snapshot-4.apk

Everything (including changes in manifest) are there in the above

I got these errors.
Users\Home\Desktop\All Desktop\platform-tools>adb shell appops set com.android.cts.virresh.matvt SYSTEM_ALERT_WINDOW allow
Error: No UID for com.android.cts.virresh.matvt in user 0

C:\Users\Home\Desktop\All Desktop\platform-tools>adb shell am startservice com.android.cts.virresh.matvt/com.android.cts.virresh.matvt.services.MouseEventService
Starting service: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.android.cts.virresh.matvt/.services.MouseEventService }
Error: Not found; no service started.

from matvt.

emaillk016 avatar emaillk016 commented on June 18, 2024

it's
adb shell appops set com.android.cts.io.github.virresh.matvt SYSTEM_ALERT_WINDOW allow
adb shell settings put secure accessibility_enabled 1
adb shell settings put secure enabled_accessibility_services com.android.cts.io.github.virresh.matvt/com.android.cts.io.github.virresh.matvt.services.MouseEventService
adb shell am startservice com.android.cts.io.github.virresh.matvt/com.android.cts.io.github.virresh.matvt.services.MouseEventService

from matvt.

XP3R avatar XP3R commented on June 18, 2024

I'm happy to report that the snapshot works great on the Sonim XP3, it even works on waze [some people reported it not working on waze on other phones]. The only issue I see is that in scroll mode it scrolls all the way to the bottom\top with each click. I didnt see any difference in performance between snapshot one and snapshot 4, except snapshot one had all the settings in the accessability section in addition to on the app itself, but either way is fine. It also worked with other dedicated keys for switchboard and voice access. Long pressing clicks does not seem to work though, the XP3 runs android 8.1, it would be nice if it worked, but not especially neccasary. Thanks so much!

from matvt.

Bo-Exalt avatar Bo-Exalt commented on June 18, 2024

The mouse for exalt still needs modding. waze not working.

from matvt.

kfmdmteam avatar kfmdmteam commented on June 18, 2024

from matvt.

virresh avatar virresh commented on June 18, 2024

Thanks everyone for the feedback

The mouse for exalt still needs modding

@Bo-Exalt can you explain a bit what kind of modding was required to make it work with the app you mentioned?

I got these errors.

Thanks @LGExalt for the errors.
Do you still get the errors after trying commands posted by @emaillk016 ?

from matvt.

Bo-Exalt avatar Bo-Exalt commented on June 18, 2024

It installs perfectly fine, just for a lot of things it doesn't click i.e. waze

from matvt.

LGExalt avatar LGExalt commented on June 18, 2024

Thanks @LGExalt for the errors.

Do you still get the errors after trying commands posted by @emaillk016 ?
@virresh The commands seem to have worked. And when I open the app it says that all permissions are granted and everything is started. However I can't figure out how to enable the mouse. Pressing *** Doesn't turn it on.
(My voice access key is gone though)

from matvt.

4388450 avatar 4388450 commented on June 18, 2024

The only issue I see is that in scroll mode it scrolls all the way to the bottom\top with each click.

from matvt.

virresh avatar virresh commented on June 18, 2024

It installs perfectly fine, just for a lot of things it doesn't click i.e. waze

Ah I see. I presume this to be happening on Android 6 devices. I'm a bit limited on Android 6 without root access, will see if something can be done about it.

I can't figure out how to enable the mouse.

There's a video made by Tech Doctor UK (https://youtu.be/UC7bPw2tG4c) that explains how MATVT works on a TV. It's the same principle, just ported to phone. You can customize the key based from settings GUI based on whatever works best for your device. Let me know if you still face issues enabling it.

scroll mode it scrolls all the way to the bottom\top with each click

Thanks, I presume this only happening on Android 7+ ?
I have a fix in mind for this issue, just didn't get enough time to address it yet. The latest version for Android TV has a scroll speed control, which should help with this problem. I'm hoping I'll get to port it to phones this weekend 🤞🏻 .

from matvt.

XP3R avatar XP3R commented on June 18, 2024

scroll mode it scrolls all the way to the bottom\top with each click

Thanks, I presume this only happening on Android 7+ ?
I have a fix in mind for this issue, just didn't get enough time to address it yet. The latest version for Android TV has a scroll speed control, which should help with this problem. I'm hoping I'll get to port it to phones this weekend 🤞🏻 .

I should point out its not automatically all the way to the bottom, it just scrolls A LOT but if it's a really long page it won't go all the way to the bottom. Slowing down the scroll speed a lot should help. Thanks a million!

from matvt.

LGExalt avatar LGExalt commented on June 18, 2024

Just realized that the activation key is set by default to holding down the star key.
I still don't have my voice access key though ☹️
And it won't click on Waze.

from matvt.

virresh avatar virresh commented on June 18, 2024

I've completed a port to Flipphones
The latest version is available at https://github.com/virresh/matvt/releases/tag/phone-v1.03
Apk can be downloaded from assets at the bottom of release notes.

Please test

Thanks to everyone who made this happen!
Cheers

from matvt.

virresh avatar virresh commented on June 18, 2024

Keeping in mind the above comment, I've opened seperate issues for the bugs reported as they are common for the TV and phone version. Closing this issue. Feel free to comment / re-open if required.

from matvt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.