Whenever I type the commands in adb to allow the accessibility service of the mouse app, it disables the voice access app and vice versa. This is on a Kyocera DuraXE Epic. Does anyone know how to have them both enabled together?
Can only enable either mouse or voice access, but not both
Biden2020prezLevel 6 - Platinum Elite Member
Lev26 This issue has been addressed before. Search around the forum: [Login to see the link]
Just make sure your mouse version matches:
1) For apps4flip cursor:
adb shell settings put secure enabled_accessibility_services com.android.cts.apps.accessibility.voiceaccess/com.google.android.apps.accessibility.voiceaccess.JustSpeakService:com.android.cts.appsflipcursor/com.android.cts.appsflipcursor.services.MouseEventService
2) For Virresh's KCOmouse:
adb shell settings put secure enabled_accessibility_services com.android.cts.apps.accessibility.voiceaccess/com.google.android.apps.accessibility.voiceaccess.JustSpeakService:com.android.cts.virresh.kcomouse/com.android.cts.virresh.kcomouse.services.MouseEventService
3) For Virresh's Matvt:
adb shell settings put secure enabled_accessibility_services com.android.cts.apps.accessibility.voiceaccess/com.google.android.apps.accessibility.voiceaccess.JustSpeakService:com.android.cts.io.github.virresh.matvt/com.android.cts.io.github.virresh.matvt.services.MouseEventServiceThen do:
adb shell settings put secure accessibility_enabled 1(It adds the service for the mouse after a colon).
Biden2020prez Thanks!! It worked.
AAZIKGTLevel 1 - Junior Member
Biden2020prez thanks