Many of the the smartphone brands use bloatware for extra earning. if you are using a Chinese phone like realme Vivo and other you probably see bloatware.
what is a bloatware?
bloatware is a software that we not use but the app consume power battery, data and most importantly processing power. it makes for mobile slower then others.
what things we need to perform this
data cable
and laptop or PC with any operating system
how to perform this
From Your Phone
Activate Developer mode and turn on USB Debugging
To perform this you have to install Android debug bridge ADB.
In linux
Open terminal and type
sudo apt install adb
In Windows
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Now your system is set to perform This.
-------------------------------------------
Steps
Connect your Phone with a usb Cable and select for file transfer.
Now open your terminal if you are using windows open command prompt. and type
adb devices
It will show you to your mobile phone a permission popup. if you allow that you will go further.
Now Type
adb shell
now type the following command
pm uninstall -k --user 0 <application package>
and it will show success in terminal.
.....
to find application package name you can use application inspector available on Play Store.
If you have any problem to achieve this you can ask me in comments. I blog everything after performing myself.
----------------
disclaimer: some android mobiles have interlinked application that means if you install one the another stop working. please perform this on your own risk.
👍
ReplyDeleteThank you for your appreciation.
DeleteWow!!
ReplyDeleteThank you for your appreciation.
Delete👍👍
ReplyDeleteThank you for your appreciation.
Delete👏
ReplyDeleteThank you for your appreciation.
Delete