Can sombody please axplain, i just dont understand where i'm suposed to run the commandes after instaling the mouse.
Where do I enter adb commands on my computer
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.
moishy1212 whats the codes to have them both running at the same time
JumptoheavenLevel 5 - Gold Elite Member
- Edited
Shiezoli try killing the adb server by running " adb kill-server"
see here [Login to see the link]
Also, only have one webadb tab open at a time.
Also if you'd search through the forum, you'd find posts like this Apps4Flip-Admin ......
Jumptoheaven when i send this command in Windows PoweShell it just comes up "The term 'adb' is not recognized"
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?
This time I tryed to connect it changed the language a little bit to "Error
Failed to execute 'open' on 'USBDevice': Access denied.".
JumptoheavenLevel 5 - Gold Elite Member
- Edited
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.
Jumptoheaven im just using WebADB's web client on Windows on Chrome as I was told to do. is there enything else I can do?