GithubHelp home page GithubHelp logo

k3v1991 / how-to-uninstall-android-apps-non-root Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 2.0 31 KB

Uninstall Bloatware without Root Access (They are just being uninstalled for the current User)

adb bloatware cmd debloat debugging developer how-to non-root options package

how-to-uninstall-android-apps-non-root's Introduction

How to uninstall Android Apps (Non-Root)

Uninstall Bloatware without Root Access (They are just being uninstalled for the current User)




Requirements:

Enable Developer Options & USB Debugging:

  1. Install the USB Driver for your Phone or Universal Adb Driver
  2. On your Phone, go to Settings > About Phone. Find the Build Number and tap on it 7 times to enable Developer Options
  3. Now enter System > Developer Options and find USB debugging and enable it
  4. Plug your Phone into the Computer and change it from Charge only to File Transfer Mode
  5. On your Computer, browse to the Directory where you extracted the ADBKit Zip
  6. Launch a Command Prompt with Open CMD.bat
  7. Once you’re in the Command Prompt, enter the following Command:
adb devices
  1. System is starting the ADB Daemon (If this is your first Time running ADB, you will see a Prompt on your Phone asking you to authorize a Connection with the Computer. Click OK.)
  2. Succesful enabled USB Debugging

Uninstall Apps:

  1. Enable adb shell, type:
adb shell

and hit Enter

  1. Uninstall App (Example Package "YouTube"):
pm uninstall --user 0 com.google.android.youtube

and hit Enter

Re-install Apps:

  1. Enable adb shell, type:
adb shell

and hit Enter

  1. Re-install App (Example Package "YouTube"):
cmd package install-existing com.google.android.youtube

and hit Enter

how-to-uninstall-android-apps-non-root's People

Contributors

k3v1991 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.