• Voice Access launch

i installed voice access but the only way to launch the app is to go to notifications and click on it. is there any way to set it to launch with a button, for example the mic button ??

    • L-BLevel 4 - Platinum Member

      yes in the notifications click options. you will need to have voice access active before going into settings or else you wont be able to click ok to choose a button without it thinking that you mean to choose your center d-pad button. try it you'll see what I mean...

      thank you !! worked perfectly !! now is there a way to not have the app always show up in notifications ??

        • L-BLevel 4 - Platinum Member

          Dont know

          kingdovid You can try using adb to disable notifications for the app.
          adb shell cmd appops set <packageName> POST_NOTIFICATION ignore

          <packageName> will prob be com.android.cts.voiceaccess, but you can make sure thats the version you have

            Techgen did you also know what should be the exact command to enable or disable an app activity ?
            I wait to hear from you or anyone else who knows.

            5 days later

            Techgen how can i check the specific version i have ?? the package name you provided is returning an error as "not found"

              • TechgenLevel 6 - Platinum Elite Member

              kingdovid type adb shell pm list packages voice to find it. btw theres a good chance that command wont work for your version of android, but you can try

              2 months later

              whats the command to activate voice access?

              • Myi replied to this.
                • MMyiLevel 3 - Gold Member

                  chesky Check the site section by apps and read how to do it.
                  Btw you need to have internet on the phone.

                  "Voice Access - Control your phone using your voice

                  Voice access allows you to control your phone entirely with your voice, including apps that do not support a flip phones keypad.

                  After installation, voice access requires the following commands to get it working

                  First run adb shell to get you into a on device terminal.

                  Head over to WebADB and follow the instructions to connect your device. Then go to the Interactive Shell section.
                  Then run the following commands in order

                  am startservice com.android.cts.apps.accessibility.voiceaccess/com.google.android.apps.accessibility.voiceaccess.JustSpeakService

                  settings put secure enabled_accessibility_services com.android.cts.apps.accessibility.voiceaccess/com.google.android.apps.accessibility.voiceaccess.JustSpeakService

                  settings put secure accessibility_enabled 1

                  pm uninstall -k --user 0 com.lge.voicecommand

                  If you get an error when running any of the above commands, ignore it and proceed to run the remaining commands. This is normal and Voice Access will still work after running all of the commands.

                  Voice access will now work!! Enjoy."