Original topic:

Steps to uninstall the bloatwares

(Topic created on: 05-30-2020 09:38 PM)
4136 Views
Ashwin98
Active Level 8
Options
Others
1-> Install ADB by XDA Developers
2-> Install App Package  Viewer in your phone , so that we can know in detail about the package name
3-> Open adb command window
 1. Type adb devices (It will show the key of our  phone) 
 2. Type adb shell 
 3. Type pm uninstall -k --user 0 package name Then it will give the Success message 
Note: Before the above steps
 In Developer options enable USB Debugging For the  first time phone being connected to the computer after enabling USB Debugging it will pop up a warning message, Select Always allow option and then open ADB command prompt.
 I think this may help you.

Can also go through this link for further clarifications posted by Darkvader
4 Comments
Anonymous
Not applicable
Others

link my post as well 

0 Likes
Ashwin98
Active Level 8
Others
👍
0 Likes
Gauravgrj
Active Level 7
Others
I guess this will root the phone, right?
0 Likes
Ashwin98
Active Level 8
Others
Nope it won't require any root access. Just make a try. I've successfully deleted many apps without rooting my phone. This method is highly recommended to delete the unwanted bloatwares.
0 Likes