Original topic:

Regarding bloatwares

(Topic created on: 05-22-2020 04:32 PM)
261 Views
Ashwin98
Active Level 8
Options
Others
I've successfully debloated all the unnecessary apps in my phone with the help of ADB from XDA Developers without having rooting the phone and now having flawless experience with both battery and performance. If anyone want to uninstall the bloatwares use the ADB by XDA Developers. It's a cool feature and I'll recommend everyone to try this.....
7 Comments
FayazCA
Active Level 7
Others
send us the commands bro
0 Likes
Anonymous
Not applicable
Others

see my profile 

0 Likes
Anonymous
Not applicable
Others

you can see those commands i did posted about it 

0 Likes
Ashwin98
Active Level 8
Others
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.
0 Likes
Anonymous
Not applicable
Others

congrats bro for debloating apps 

0 Likes
Ashwin98
Active Level 8
Others
Thanks bro