Skip to content

Commit

Permalink
Update Readme with package name and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
virresh committed Apr 2, 2021
1 parent a6b6f65 commit dbac241
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ trust the release apk ;)
Run the following adb commands

```adb shell pm uninstall -k --user 0 com.lge.voicecommand
adb shell appops set com.android.cts.appsflipcursor SYSTEM_ALERT_WINDOW allow
adb shell appops set 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.appsflipcursor/com.android.cts.appsflipcursor.services.MouseEventService
adb shell am startservice com.android.cts.appsflipcursor/com.android.cts.appsflipcursor.services.MouseEventService
adb shell settings put secure enabled_accessibility_services io.github.virresh.matvt/io.github.virresh.matvt.services.MouseEventService
adb shell am startservice io.github.virresh.matvt/io.github.virresh.matvt.services.MouseEventService
```

## How to use?
Expand Down Expand Up @@ -83,3 +83,4 @@ If you have gotten yourself in this situation, see FAQ.
Thanks to EVA Facial Mouse for open sourcing their code. I've taken lots of ideas from their codebase. You can check them out at https://github.com/cmauri/eva_facial_mouse
Thanks to @sweenwolf for making this app work on remotes with less buttons, and for the app icons and fully transparent curson images
Thanks to TechDoctorUK for making a demo video
Thanks to @greatjack1 for making getting this app to flipphones

0 comments on commit dbac241

Please sign in to comment.