Memu Debloat: Updated

Getting started quickly

Perl runs on over 100 platforms!

We recommend that you always run the latest stable version, currently 5.42.0. If you're running a version older than 5.8.3, you may find that the latest version of CPAN modules will not work.

Unix/Linux

Unix/Linux Included
(may not be latest)
memu debloatGet Started

macOS

macOS Included
(may not be latest)
memu debloatGet Started

Memu Debloat: Updated

echo Disabling useless system apps... adb shell pm disable-user --user 0 com.android.email adb shell pm disable-user --user 0 com.android.browser adb shell pm disable-user --user 0 com.android.mms adb shell pm disable-user --user 0 com.android.dialer adb shell pm disable-user --user 0 com.android.contacts

@echo off echo Connecting to MEmu... adb connect 127.0.0.1:21503 echo Disabling MEmu bloat... adb shell pm disable-user --user 0 com.microvirt.launcher adb shell pm disable-user --user 0 com.microvirt.share adb shell pm disable-user --user 0 com.microvirt.market adb shell pm disable-user --user 0 com.microvirt.update memu debloat

| Package | Why keep | |---------|-----------| | android (system framework) | Critical | | com.android.shell | ADB shell | | com.android.systemui | Status bar, navigation | | com.android.settings | Settings menu | | com.android.packageinstaller | Installing APKs | | com.android.providers.settings | System settings storage | | com.android.inputmethod.latin | Keyboard | | com.google.android.gms (Google Play Services) | Many apps depend on it | | com.google.android.gsf | Google Services Framework | | com.android.vending | Google Play Store | | com.microvirt.memuhyperv | MEmu hypervisor integration | Option A: Windows Batch Script Create debloat_memu.bat : echo Disabling useless system apps

adb shell pm enable com.google.android.gms adb shell pm enable com.google.android.gsf Fix: You disabled com.android.providers.settings . Re-enable it. Issue: Keyboard doesn’t appear Fix: Re-enable com.android.inputmethod.latin . Issue: Can’t install APKs Fix: Re-enable com.android.packageinstaller . Issue: ADB connection lost after reboot Fix: Reconnect manually: adb shell pm disable-user --user 0 com