#uninstall app without root #uninstall system Apps with no root: If you happened to be having an Android with very little storage and find out that there are soo many unwanted system-installed Apps, you can uninstall then to liberate extra storage for your own Apps you will like to install. In today's tutorial, we are going to show you how to uninstall pre-installed apps on your Android with no root being required. Eager to know how this can be done? Why not continue reading then! ☺
Table of Contents:
Our Android phones do come with some pre-installed Apps by the phone manufactures. These Apps although they play a vital role, they also consume a considerable amount of internal storage and leaving you with no storage to even instal your favourite Apps like WhatsApp.
If you happened to be having an Android with very little storage and find out that there are soo many unwanted system-installed Apps, you can uninstall then to liberate extra storage for your own Apps you will like to install. In today's tutorial, we are going to show you how to uninstall pre-installed apps on your Android with no root being required. Eager to know how this can be done? Why not continue reading then! ☺
A word of advice before you start
- Pre-installed YouTube App.
- Facebook(in some devices you can uninstall the normal way).
- Twitter.
- Dropbox.
- Facebook.
- Flipboard.
- Memo.
- OneDrive.
- OneNote.
- Peel Smart Remote.
- Rechner.
- S Health.
- S Voice.
- Skype.
- Google Docs, Sheets, Slides, Play Movies & TV, Notizen, Duo, Play Music, Play Games.
- Phone or Mobile Phone.
- Contact.
- Settings.
What is required to uninstall system apps without root
- A Computer.
- ADB and fastboot drivers.
- A USB Cable.
- Package names viewer app
Downloads
How to uninstall pre-installed Apps on Android with no root
- Start by downloading and installing Package Names Viewer APK from the link above. You can also get it directly from the Google Play store.
- After the installation process is complete, open package names viewer App and copy the package name of the App(bloatware) you want to uninstall. In my case, I have chosen the Chrome web browser with package name com.android.chrome.
- Now install adb+fastboot drivers on your Computer and locate the adb folder in your C:\ drive.
- Open the folder C:\adb and press SHIFT + Right Click and select "Open a new command window here"
- Now on the command line, enter the adb command below
- The above command will help establish the connection between your Computer and Android phone via the adb server. Make sure you enter the command until you see the device ID and confirms the connection status.
- The device may be connected and USB debugging is on but it displays "offline". In this case, remove and reconnect phone back to the PC after revoking USB debugging access.
- When you enter the command "adb devices" for the first time, check your device and grant connection. You will see the "unauthorised" status on the command line.
- Now that your device is communicating proper via adb in USB debugging mode, use the following command to access your device shell. This command gives you admin rights.
- Since you have already noted the package name of the bloatware or pre-installed app you want to remove, use the following command to uninstall the package.
- If successful, you will get a success message on the command line as seen on the screen capture above.
- Congratulation, you have successfully uninstalled a pre-installed App without rooting your device.
COMMENTS