• Tech Help
  • Where do I enter adb commands on my computer

Can sombody please axplain, i just dont understand where i'm suposed to run the commandes after instaling the mouse.

first, allow ADB debugging on your phone by developer options (how to get to developer options is different in every phone so let me know which phone you have)
then go to webadb.com connect your phone with your computer, on webadb.com klick connect device, allow the connection on your phone, then go to interactive shell, and copy-paste these commands (every line separately)

to be clear I'm assuming you what to use apps4flip mouse,
and also only app4flip mouse, not voice accuses and mouse (if you want both please let me know the codes are different)
pm uninstall -k --user 0 com.lge.voicecommand

appops set com.android.cts.appsflipcursor SYSTEM_ALERT_WINDOW allow

settings put secure accessibility_enabled 1

settings put secure enabled_accessibility_services com.android.cts.appsflipcursor/com.android.cts.appsflipcursor.services.MouseEventService

am startservice com.android.cts.appsflipcursor/com.android.cts.appsflipcursor.services.MouseEventService

    I cant find the option "allow ADB debugging" in developer options (i'm using an LG Exalt if it matters),
    but i did find the option "USB debugging" and I have set it on "on",
    but when i tryed to connect on WebADB it just poped up Eror-Access denied.

      Apps4Flip-Admin changed the title to Where do I enter adb commands on my computer .

      Shiezoli When you send the first adb commend (you can do adb devices to test) it shud came up on your phoen to trust this computers rsa fingerprint, click Yes and try again.

        Shiezoli After you connect. You just need to grant access on your phone. It should ask when you type a command

          Techgen But when I press "connect" after i have added my device, it just pops up "Eror- access denied" and it wouldn't let me connect my device.

            Shiezoli I use the desktop version of adb with command prompt, not webadb, so I'm not sure exactly what you're referring to, maybe someone that uses webadb can help.

            Shiezoli Adb will only work in powershell or cmd if you're running it in the adb platform tools you downloaded. You have to decide if you want to use webadb or download adb platform tools and use powershell.

              Techgen so how then can I run the command "adb kill-server" that Jumptoheaven told me to run, to fix the problem of WebABD poping up "Eror-Access Denied" when trying connecting after adding the device?

              Shiezoli try writing ./adb kill-server
              in the future use these symbols befor every command ./

                This time I tryed to connect it changed the language a little bit to "Error
                Failed to execute 'open' on 'USBDevice': Access denied.".

                  Shiezoli Try to end the task in task manager (if you find it).
                  Fyi, this will only work if the problem is, that you have a local adb client running on your machine, in which case you need to kill by it by running "adb kill-server" from within adb local.
                  If that isn't your problem then none of this will help.

                    Shiezoli This might be obvious, but just double checking, is your phone filtered?