AiOwares
How to Debloat Your Android Without Root Access - Printable Version

+- AiOwares (https://www.aiowares.com)
+-- Forum: Software & Applications (https://www.aiowares.com/forumdisplay.php?fid=6)
+--- Forum: Mobile Software (https://www.aiowares.com/forumdisplay.php?fid=13)
+---- Forum: Android (https://www.aiowares.com/forumdisplay.php?fid=41)
+---- Thread: How to Debloat Your Android Without Root Access (/showthread.php?tid=2135)



How to Debloat Your Android Without Root Access - MaskedUser - 08-30-2020

1. Install the USB drivers for your device (Google has a list of some universal USB drivers here)
Code:
The contents of this section are hidden
You have No permissions

2. Download the ADB binary for your particular OS Windows
Code:
The contents of this section are hidden
You have No permissions
Mac
Code:
The contents of this section are hidden
You have No permissions

Linux
Code:
The contents of this section are hidden
You have No permissions

3. Extract the zip file into a folder that you can quickly access.
4. On your phone, go to Settings and tap on About Phone. Find the Build Number and tap on it 7 times to enable Developer Options.
5. Now enter Developer Options and find USB Debugging. Enable it.
6. Plug your phone into the computer and change it from “charge only” mode to “file transfer (MTP)” mode.
7. On your computer, open elevated cmd prompt on same directory where you extracted platform tools or simply shift plus right click on platform tools folder & click "copy as path" then at elevated cmd type cd then right click to paste your clipboard copied path then enter.
8. Once you’re in the command prompt/terminal, enter the following command: adb devices
9. You will see that the 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. Grant it.
10 Now if you re-run the adb devices command, the terminal will print the serial number of your device. If so, then you’re ready to move on.
11. Enter the following command: adb shell
12. Execute the “pm list packages” command (without quotes) to find package names.
13. Execute the command like so: “pm uninstall -k --user 0 (name of package as found in step 12)” command (without quotes) to uninstall a specific system application.

Done Enjoy Debloating your Android without Root Access. These steps are copied from xda developer forums hence i don't want to take any credits for this .


RE: How to Debloat Your Android Without Root Access - BALTAGY - 08-30-2020

(08-30-2020, 07:00 AM)MaskedUser Wrote: The contents of this section are hidden
You have No permissionsCoded the links, please code any external links