• commend

whats the commend for the lg clesic to uninstall browser

adb shell pm uninstall -k --user 0 com.android.browser
You can use this command to uninstall any package. Just change the last part to the correct package name. To find the packages, the command is adb shell pm list packages
depending on the way way you access adb, you may need to add a ./ before the command.

joetaylor or you don't have a browser or you misspell something
your can just copy and paste from the above post

20 days later

can someone help me, when i command adb kill-server this is what comes up,"cannot connect to daemon at tcp:5037: cannot connect to 127.0.0.1:5037: No connection could be made because the target machine actively refused it. (10061)"

  • L-B replied to this.
    • L-BLevel 4 - Platinum Member

      chesky the way I kill the adb server is by opening task manager and going to details and end task ADB (you can highlight the ADB on the list and press delete)