Try   HackMD

Delete Bloatware on Android

tags: android bloatware

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Bloatware List

Step-by-Step Anleitung

Zur Info: ADB = Android Debugging Bridge

  1. Entwickleroptionen auf dem Gerät aktivieren

    • 5x auf Build-Nummer klicken
    • ggf. Entsperrmuster eingeben
  2. USB-Debugging aktivieren

    • am Schluss wieder deaktivieren
  3. ADB-Server starten

adb start-server adb shell pm list packages | grep xxx
  • alternativ - App „Package List“ installieren
  1. Bloatware Apps deinstallieren
adb shell cmd package uninstall -k PACKAGE
adb shell cmd package uninstall -k com.google.android.gm

Fertig!

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Jetzt hast du wieder ein sauberes Android System.