Samsung Galaxy Tab S5e entrümpeln

17. November 2020 · Betriebssysteme · andreas · 1 Kommentar

Ist man Dank Lineage OS eine recht schlanke Betriebssystem-Installation gewöhnt, wird einem beim ersten Start eines Samsung-Geräts nicht nur leicht schwindelig: nicht nur Google hätte gerne Kontoinformationen, man soll am besten auch gleich ein Samsung-Konto einrichten und am dann auch gleich alle weiteren Apps im Samsung eigenen Galaxy-Store kaufen.

Viele andere Apps nerven und buhlen um Aufmerksamkeit (vom Hunger auf Daten ganz zu schweigen) und so drängt sich recht schnell der Wunsch auf, etwas für Ordnung zu sorgen.

Als erste Entrümplungsmaßnahme hilft überraschenderweise das Zurücksetzen auf Werkseinstellungen, denn nach diesem ist bereits ein Teil der Zusatzsoftware verschwunden.

Ein breites Schmunzeln kommt dann bei der zwangsweisen Nachinstallation von Apps während des Neustarts: während man die Samsung-Apps alle (sogar auf einmal) abwählen darf, besteht bei den Google-eigenen Apps diese Möglichkeit nicht.

Mit Hilfe der Entwickleroptionen kann man anschließend noch weiter aufräumen. Hierzu müssen diese zuerst aktiviert werden:

In den Einstellungen auf “Infos zum Tablet” wechseln und dort die “Softwareinformationen” aufrufen. Nach 7-maligem Tippen auf die “Buildnummer” werden den Einstellungen dann am Ende der Liste die “Entwickleroptionen” hinzugefügt.

In den Entwickleroptionen ist nun noch bis zum Punkt “USB-Debugging” zu scrollen und dieser zu aktivieren - dann kann es mit eingestecktem USB-Kabel ans Entrümpeln gehen.

Als erstes kann über den Befehl

$ adb shell pm list packages

die lange Liste der aktuell installierten Pakete testweise ausgegeben werden.

Beim Absetzen des allerersten “adb”-Befehls erscheint auf dem Tablet eine Autorisierungsanfrage, welche zur erfolgreichen Ausführung noch bestätigt werden muss.

Als Nächstes sollte die ID des aktuellen Benutzers ermittelt werden:

$ adb shell pm list users Users: UserInfo{0:Eigentümer:13} running

Sofern diese nicht 0 ist, so ist in den folgenden Befehlen die 0 mit der soeben ermittelten ID zu ersetzen.

Um den tatsächlichen Paketnamen einer App zu erfahren, ist die Installation von z.B. “My App List” hilfreich, denn die Paketnamen sind teilweise nicht unbedingt logisch gewählt.

Die Auswahl ist natürlich subjektiv - wer gerne mit Sprachassistenten Proben seiner Stimme ins Ausland überträgt, der sollte Bixby nicht deinstallieren … :-)

Samsung Bixby

Der Samsung-Sprachassistent

# BIXBY packages adb shell pm uninstall --user 0 com.samsung.android.app.settings.bixby # adb shell pm uninstall --user 0 com.samsung.systemui.bixby2 adb shell pm uninstall --user 0 com.samsung.android.bixby.service adb shell pm uninstall --user 0 com.samsung.android.bixby.agent adb shell pm uninstall --user 0 com.samsung.android.bixbyvision.framework adb shell pm uninstall --user 0 com.samsung.android.bixby.wakeup adb shell pm uninstall --user 0 com.samsung.android.bixby.agent.dummy adb shell pm uninstall --user 0 com.samsung.android.visionintelligence

Samsung Knox

Mobile Sicherheitslösung für Unternehmen

# KNOX packages adb shell pm uninstall --user 0 com.samsung.android.knox.containercore adb shell pm uninstall --user 0 com.sec.enterprise.knox.attestation adb shell pm uninstall --user 0 com.samsung.android.knox.attestation adb shell pm uninstall --user 0 com.samsung.android.knox.containeragent adb shell pm uninstall --user 0 com.samsung.knox.keychain adb shell pm uninstall --user 0 com.samsung.android.knox.analytics.uploader adb shell pm uninstall --user 0 com.knox.vpn.proxyhandler adb shell pm uninstall --user 0 com.samsung.knox.securefolder adb shell pm uninstall --user 0 com.sec.enterprise.knox.cloudmdm.smdms # added 2020-11-29 adb shell pm uninstall --user 0 com.samsung.android.knox.containeragent adb shell pm uninstall --user 0 com.samsung.android.knox.containercore

Samsung

Viele Pakete inklusive einiger Standardanwendungen wie Kalender, Galerie und Kontakte

# SAMSUNG packages # Digitales Wohlbefinden und Kindersicherung adb shell pm uninstall --user 0 com.samsung.android.forest # Find My Mobile adb shell pm uninstall --user 0 com.samsung.android.fmm # Game Optimizing Service / Launcher / Tools adb shell pm uninstall --user 0 com.samsung.android.game.gos adb shell pm uninstall --user 0 com.samsung.android.game.gamehome adb shell pm uninstall --user 0 com.samsung.android.game.gametools # Make-up, Inneneinrichtung und Sonnenbrillen-Bude adb shell pm uninstall --user 0 com.samsung.android.visionarapps # Sicherheit powered by McAfee adb shell pm uninstall --user 0 com.samsung.android.sm.devicesecurity # BBCAgent (Samsung Security Software) adb shell pm uninstall --user 0 com.samsung.android.bbc.bbcagent # Clipboard adb shell pm uninstall --user 0 com.samsung.clipboardsaveservice adb shell pm uninstall --user 0 com.samsung.android.clipboarduiservice adb shell pm uninstall --user 0 com.samsung.android.app.clipboardedge # Personalisierter Dienst adb shell pm uninstall --user 0 com.samsung.android.rubin.app # Personen adb shell pm uninstall --user 0 com.samsung.android.service.peoplestripe # Quick Share adb shell pm uninstall --user 0 com.samsung.android.aware.service adb shell pm uninstall --user 0 com.samsung.android.app.sharelive # Reminder adb shell pm uninstall --user 0 com.samsung.android.app.reminder # Samsung Account adb shell pm uninstall --user 0 com.osp.app.signin # Samsung Daily adb shell pm uninstall --user 0 com.samsung.android.app.spage # Smart Switch adb shell pm uninstall --user 0 com.sec.android.easyMover.Agent adb shell pm uninstall --user 0 com.samsung.android.smartswitchassistant # Suche nach Geräte in der Nähe adb shell pm uninstall --user 0 com.samsung.android.easysetup # Videotrimmer adb shell pm uninstall --user 0 com.samsung.app.newtrim # Wearable Manager Installer adb shell pm uninstall --user 0 com.samsung.android.app.watchmanagerstub # Wetter adb shell pm uninstall --user 0 com.sec.android.daemonapp # Password fill adb shell pm uninstall --user 0 com.samsung.android.samsungpassautofill adb shell pm uninstall --user 0 com.samsung.android.samsungpass # Galaxy Store adb shell pm uninstall --user 0 com.sec.android.widgetapp.samsungapps adb shell pm uninstall --user 0 com.sec.android.app.samsungapps # Kids Home adb shell pm uninstall --user 0 com.samsung.android.kidsinstaller # Gallery adb shell pm uninstall --user 0 com.sec.android.gallery3d adb shell pm uninstall --user 0 com.sec.android.mimage.photoretouching # Finder adb shell pm uninstall --user 0 com.samsung.android.app.galaxyfinder # Samsung Cloud adb shell pm uninstall --user 0 com.samsung.android.scloud # Stickers adb shell pm uninstall --user 0 com.samsung.android.stickercenter adb shell pm uninstall --user 0 com.samsung.android.livestickers # Samsung Push Service adb shell pm uninstall --user 0 com.sec.spp.push # Samsung Authentification framework adb shell pm uninstall --user 0 com.samsung.android.authfw # Social adb shell pm uninstall --user 0 com.samsung.android.app.social # Quickboard adb shell pm uninstall --user 0 com.samsung.android.mdx.quickboard # Allshare adb shell pm uninstall --user 0 com.samsung.android.allshare.service.mediashare adb shell pm uninstall --user 0 com.samsung.android.allshare.service.fileshare # Sicheres WLAN adb shell pm uninstall --user 0 com.samsung.android.fast # WLAN-Tipps adb shell pm uninstall --user 0 com.samsung.android.net.wifi.wifiguider # Smart View adb shell pm uninstall --user 0 com.samsung.android.smartmirroring # Tätigkeiten adb shell pm uninstall --user 0 com.samsung.android.app.taskedge # Apps adb shell pm uninstall --user 0 com.samsung.android.app.appsedge # Daily Board adb shell pm uninstall --user 0 com.samsung.android.homemode # Kalender adb shell pm uninstall --user 0 com.samsung.android.calendar # Kontakte adb shell pm uninstall --user 0 com.samsung.android.app.contacts # aasaservice adb shell pm uninstall --user 0 com.samsung.aasaservice # Bluetooth test adb shell pm uninstall --user 0 com.sec.android.app.bluetoothtest # DQA adb shell pm uninstall --user 0 com.samsung.android.dqagent # IMS adb shell pm uninstall --user 0 com.samsung.advp.imssettings adb shell pm uninstall --user 0 com.sec.ims adb shell pm uninstall --user 0 com.sec.imslogger adb shell pm uninstall --user 0 com.sec.imsservice adb shell pm uninstall --user 0 com.sec.vsimservice # Samsung Device Health Manager Service adb shell pm uninstall --user 0 com.sec.android.sdhms # Anrufe auf anderen Geräten adb shell pm uninstall --user 0 com.samsung.android.mdecservice # Telefon adb shell pm uninstall --user 0 com.samsung.android.incallui adb shell pm uninstall --user 0 com.samsung.android.dialer adb shell pm uninstall --user 0 com.samsung.android.smartcallprovider # Eigene Dateien adb shell pm uninstall --user 0 com.sec.android.app.myfiles # Nachrichten adb shell pm uninstall --user 0 com.samsung.android.messaging # Gruppenfreigabe adb shell pm uninstall --user 0 com.samsung.android.mobileservice # Misc adb shell pm uninstall --user 0 com.samsung.android.aircommandmanager adb shell pm uninstall --user 0 com.samsung.android.app.cocktailbarservice adb shell pm uninstall --user 0 com.samsung.android.app.dressroom adb shell pm uninstall --user 0 com.samsung.android.bluelightfilter adb shell pm uninstall --user 0 com.sec.android.app.wlantest adb shell pm uninstall --user 0 com.sec.mhs.smarttethering # GameBooster adb shell pm uninstall --user 0 com.samsung.android.game.gametools

Sonstiges

Wearables, Netfix, Skydrive und anderes

# ANT packages adb shell pm uninstall --user 0 com.dsi.ant.sample.acquirechannels adb shell pm uninstall --user 0 com.dsi.ant.server adb shell pm uninstall --user 0 com.dsi.ant.service.socket adb shell pm uninstall --user 0 com.dsi.ant.plugins.antplus # MICROSOFT packages adb shell pm uninstall --user 0 com.microsoft.skydrive # NETFLIX packages adb shell pm uninstall --user 0 com.netflix.partner.activation adb shell pm uninstall --user 0 com.netflix.mediaclient # Dictionary adb shell pm uninstall --user 0 com.diotek.sec.lookup.dictionary # upday news for Samsung - Zeropage adb shell pm uninstall --user 0 de.axelspringer.yana.zeropage

Google

Google Duo, Android Auto und andere Dinge

# GOOGLE packages # Google adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox # GMail adb shell pm uninstall --user 0 com.google.android.gm # Duo adb shell pm uninstall --user 0 com.google.android.apps.tachyon # Maps adb shell pm uninstall --user 0 com.google.android.apps.maps # Android Auto # adb shell pm uninstall --user 0 com.google.android.projection.gearhead # Google Musik & Filme adb shell pm uninstall --user 0 com.google.android.videos # Google Music adb shell pm uninstall --user 0 com.google.android.music # Google Fotos adb shell pm uninstall --user 0 com.google.android.apps.photos # Google Drive adb shell pm uninstall --user 0 com.google.android.apps.docs # Hotword enrollment adb shell pm uninstall --user 0 com.android.hotwordenrollment.xgoogle adb shell pm uninstall --user 0 com.android.hotwordenrollment.okgoogle

Sollte es irgendwo Probleme geben, so kann mittels “adb shell pm install –user 0 …” jedes der oben deinstallierten Pakete jederzeit wieder für den aktuellen Benutzer neu installiert werden.

Aktualisierungen:

  • 2020-11-29: weitere Pakete hinzugefügt
  • 2021-08-30: Pakete aktualisiert für Android 11, Buildnummer RP1A.200720.012.R720XXXU2DUD7
  • 2024-09-01: GameBooster hinzugefügt

Die Paketliste(n) beziehen sich auf Android 10 mit One UI-Version 2.5 und Buildnummer QP1A.190711.020.T720XXU1CTI1