Search

Thursday 6 April 2023

Install ADB Faastboot USB Drivers Xiaomi on Windows, Debloat via ADB

1. Download the ADB, Fastboot and Drivers - 15 seconds ADB Installer from the following link:

https://forum.xda-developers.com/t/official-tool-windows-adb-fastboot-and-drivers-15-seconds-adb-installer-v1-4-3.2588979/

2. Check if your device is detected
adb devices

3. List all installed packages:
adb shell cmd package list packages
4. To remove a package, use the following command (replace the package name):
Adb shell pm uninstall -k --user 0 com.life.breathing