: A comprehensive utility found on GitHub that allows for bulk uninstallation of bloatware, screen mirroring, and flashing recovery images.
adb shell pm uninstall -k --user 0 com.miui.msa xiaomi adb
For deep-system operations—specifically those involving the Mi Account or critical telemetry—the Xiaomi ADB daemon communicates with Xiaomi’s proprietary backend services. This has led to the development of the MiService protocol by the open-source community. Tools such as Xiaomi ADB Fastboot Tools utilize a token-based authentication system. When a user logs in via these tools, the tool generates a security token similar to how the official Xiaomi "Mi Unlock" tool operates. This token allows the ADB session to perform operations that would otherwise return a "Permission Denied" error, such as disabling specific system applications (bloatware) that are hard-coded into the ROM. : A comprehensive utility found on GitHub that