- You'll need to install Shizuku and activate it first.
- Install Canta.
Remove bloatware from your android device using power of adb.
- Connect your phone
Connect your android device and run the following command to see if it's properly connected or not. If it's not then you might need to enable Developer Option in your phone or install some drivers on your system.
adb devices
- List the packages installed on your phone (Skip if you already know the package name)
adb shell pm list packages
- To Uninstall the package
adb shell pm uninstall -k --user 0 <package_name>
Example:adb shell pm uninstall -k --user 0 com.google.android.youtube
- To ReInstall a package (if you need your app again)
adb shell pm install-existing <package_name>
Example:adb shell pm install-existing com.google.android.youtube
Here is the list of bloatware i have removed from my phone. Use at your own risk. Your phone might stop working properly.