Is there another way to enable the mouse other then clicking the (*) button 3 times because that doesn’t work on my lg classic flip
Mouse courser
/d/94-universal-mouse-cursor-for-the-lg-classic
darth @virresh has a new mouse out that has been modified to work on the Classic. It has more options and the scrolling works with out the clicking glitch. https://drive.google.com/file/d/1z7DnhXNSP_YIPUO5Z2DOTnhMpfvYusKl/view?usp=sharing
To set the boss key to the star key its key 17. For getting it to work on the classic its the same commands as the a4fmouse just replace:
com.android.cts.appsflipcursor/com.android.cts.appsflipcursor.services.MouseEventService
with
com.android.cts.virresh.kcomouse/com.android.cts.virresh.kcomouse.services.MouseEventServiceThe original source for the mouse is https://github.com/virresh/matvt/releases
mr-mayor Here are the permission commands:
adb shell pm uninstall -k --user 0 com.lge.voicecommand
adb shell appops set com.android.cts.virresh.kcomouse SYSTEM_ALERT_WINDOW allow
adb shell settings put secure accessibility_enabled 1
adb shell settings put secure enabled_accessibility_services com.android.cts.virresh.kcomouse/com.android.cts.virresh.kcomouse.services.MouseEventService
adb shell am startservice com.android.cts.virresh.kcomouse/com.android.cts.virresh.kcomouse.services.MouseEventServiceand here is the commands to enable the mouse/voice access/ button mapper to work together:
adb shell settings put secure enabled_accessibility_services com.android.cts.flar2.homebutton/a.i: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
adb shell settings put secure accessibility_enabled 1
Will it work on Kyocera Dura xv extreme 4810
