Delete the free apps with the machine. Life is 300% better.
How to delete the free app from the device to be safe?
If the apps that we post can also be posted by ourselves, but if they are apps that have been included since we bought them, also known as bloatware, some can not be closed, delete, usually do not allow deletion, delete, but update the app has been a distraction for a long time.
When doing this, life is better. Reduce annoying notifications. Save local space, including save batteries.
So how do we erase it? Keep it safe. Let's see.
.
🧰 know the tools we're going to use.
We use a tool called adb or Android Debug Bridge as a bridge for computers to talk to our mobile phones through the command line.
Install ADB for free by downloading the SDK Platform-Tools from the Android official website. You can download both Windows and Mac.
.
💻 Prepare the machine together.
Turn on Developer Options or Developer Mode by visiting Settings →, pressing Build Number about 7 times until the system says "You are in Developer Mode."
Then go to Developer Options, scroll to turn on USB Debugging to turn it on to connect our computer to our mobile.
And then plug the usb cable into the computer. Will you find popup "Allow USB bugs to be corrected?" Press "Allow" or for convenience in the next round. Maybe tick the right place "Allow from this computer."
Later, open Command Prompt for the Windows or Terminal for the Mac on the computer. Then try the 'adb devices' command to see the connected machine.
If we don't see the machine, we can fix it in two ways:
- Direct USB settings Direct Use USB for Select Transferring files / Android Auto
- Kill server first with adb 'kill-server' command
.
💻 Let's start deleting the app.
See all apps installed with the 'adb shell pm list package' command will up the package name of all apps.
There are two types of app deletion through adb:
1️⃣ Delete our own app 'adb uninstalled < package _ name >'
2️⃣ Delete free apps such as pre-installed system apps or bloatware. This will only remove our current user profile. The main file is still safe in the Root system. Do not be afraid of 'adb shell pm uninstall - user 0 < package _ name >'
For example, you can delete Mi video because the notification is sent every day. It's very annoying, it can't be closed, it can't be deleted like this. 'adb shell pm uninstalled - user 0 com.miui.videoplayer'
.
📋 Bundle includes a negative app list.
⚠️ Iron Rule: Delete only those that are not used and do not delete the main system apps (such as Security, System UI, Alarm Clock) or the machine will not stick.
.
🔹 Samsung Side Negative App (One UI)
- Bixby Voice: 'com.samsung.android bixby.agent'
- Bixby Voice Order Waiter: 'com.samsung.android bixby.wakeup'
- Bixby Vision on camera: 'com.samsung.android bixbyvision.framework'
- Samsung's AR Emoji: 'com.samsung.android aremoji'
- AR sticker: 'com.samsung.android.app.camera stickers .facearavatar.preload'
🔹 Xiaomi side (MIUI / HyperOS)
- Mi Video (trouble you video app): 'com.miui.videoplayer'
- Mi Music (lots of advertising): 'com.miui.player'
- Mi Analytics Go (Statistician / Advertising Deliver): 'com.miui.analytics. go'
- Wallpaper Carousel (Auto Screen Break, Eat Bats): 'com.miui.android fashion allery'
- Cleaner Go (garbage clearing app with ads): 'com.miui.cleaner.go'
- Mi Browser Go (Stuck Browser): 'com.go.browser'
- Xiaomi Discover (Optional App Introduction Feed): ''
- Mi Bug Report: 'com.miui.bugreport'
.
🔹 Any partner app.
Facebook House Removes These To Save Ram Save Our Battery Also Delete The app is still playable.
- 'com.facebook.appmanager'
- ''
- 'com.facebook.system'
A Google home app that's stuck in the machine, but we're unlikely to use it.
- Google TV: 'com.google.android videos'
- YouTube Music: ''
Microsoft Home Apps We Don't Use
- OneDrive: 'com.microsoft skydrive'
- Link to Windows: 'com.microsoft appmanager'
How are you doing? Difficult? And which apps have been deleted like this? Let me tell you.
# Includes IT matters # lemon 8 Howtoo # Share IT Trick # Half-year review # Club, games and tech






































































































































