ADB Shell pm uninstall command (without root) Xiaomi ADB Fastboot Tools (without root) Universal Android Debloater (without root) ADB AppControl (without root) System App Remover (root required) Debloater Magisk module (root required)1. Remove Bloatware on MIUI via ADB...
tiann/KernelSUPublic NotificationsYou must be signed in to change notification settings Fork1.7k Star10.4k New issue lixiao189opened this issueJul 18, 2023· 7 comments lixiao189commentedJul 18, 2023 Owner rm -rf /data/adb/ksu* Flash stock boot.img ...
When you launch the Debloater Magisk module, you’ll be presented with multiple options to pick from. These areSystem Apps, System Priv-Apps, Vendor Apps, Enter Custom System Apps dir, and Import Config (/cache/import-debloat.txt). Because we’re interested in removing bloatware you only hav...
Furthermore, when you enter the below ‘su’ command, you shall get a SuperUser prompt from Magisk onto your device, don’t forget to tap on Grant.adb shell su mount -o rw,remount /system rm -rf /system/app/AppName.apk rm -rf /data/data/AppID mount -o ro,remount /system exitS...