Momo 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
Atusb [Login to see the link] darth [Login to see the link] 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. [Login to see the link] 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.MouseEventService The original source for the mouse is [Login to see the link]
Atusb 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.MouseEventService and 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