Wie lauten die Namen der A12 OnePlus Apps (APKs entfernen) auf dem OnePlus 8 Pro?

B

bootstorm

Gast
Hallo,

Hat jemand eine Übersicht, wie die Apps heißen, die mit OOS12/A12 seitens OnePlus mitkommen?

Ich möchte ein paar Apps per ADB entfernen.
 
Nur die normalen Namen der Apps bringen Dir ja eh nichts. Einfach mit bspw. Package Name Viewer die Paket-Namen aller gewünschten Apps kopieren ist für Dich wahrscheinlich einfachste Weg.
 
Code:
rem ============================================================================
rem                                 ONEPLUS-Apps
rem ============================================================================
rem
rem ONEPLUS: OnePlus automatische App-Updates
adb shell pm uninstall android.autoinstalls.config.oneplus
adb shell pm disable-user --user 0 android.autoinstalls.config.oneplus

rem ONEPLUS: Account
adb shell pm uninstall com.oneplus.account
adb shell pm disable-user --user 0 com.oneplus.account

rem ONEPLUS App-Updates
adb shell pm uninstall com.oneplus.appupgrader
adb shell pm disable-user --user 0 com.oneplus.appupgrader

rem ONEPLUS: Shelf
adb shell pm uninstall com.oneplus.opshelf
adb shell pm disable-user --user 0 com.oneplus.opshelf

rem ONEPLUS: Worklife Balance
adb shell pm uninstall com.oneplus.opwlb
adb shell pm disable-user --user 0 com.oneplus.opwlb

rem ONEPLUS: Augenkomfortmodus
adb shell pm uninstall com.oneplus.eyeprotect
adb shell pm disable-user --user 0 com.oneplus.eyeprotect

rem ONEPLUS: Gallery
adb shell pm uninstall cn.oneplus.photos
adb shell pm disable-user --user 0 cn.oneplus.photos

rem ONEPLUS: Community
adb shell pm uninstall net.oneplus.forums
adb shell pm disable-user --user 0 net.oneplus.forums

rem ONEPLUS: Push-Dienst
adb shell pm uninstall net.oneplus.push
adb shell pm disable-user --user 0 net.oneplus.push

rem ONEPLUS: Wetter
adb shell pm uninstall net.oneplus.weather
adb shell pm disable-user --user 0 net.oneplus.weather

rem ONEPLUS: Widget
adb shell pm uninstall net.oneplus.widget
adb shell pm disable-user --user 0 net.oneplus.widget

rem ONEPLUS: Link
adb shell pm uninstall com.oneplus.accessory
adb shell pm disable-user --user 0 com.oneplus.accessory

rem ONEPLUS: Switch (neuerdings Backup & Restore)
adb shell pm uninstall com.oneplus.backuprestore
adb shell pm disable-user --user 0 com.oneplus.backuprestore
adb shell pm uninstall com.oneplus.opbackup
adb shell pm disable-user --user 0 com.oneplus.opbackup

rem ONEPLUS: Zen Mode
adb shell pm uninstall com.oneplus.brickmode
adb shell pm disable-user --user 0 com.oneplus.brickmode

rem ONEPLUS: Rechner
adb shell pm uninstall com.oneplus.calculator
adb shell pm disable-user --user 0 com.oneplus.calculator

rem ONEPLUS: Canvas
adb shell pm uninstall com.oneplus.canvasresources
adb shell pm disable-user --user 0 com.oneplus.canvasresources

rem ONEPLUS: Datenlogger, Fehlerberichterstatter usw.
adb shell pm uninstall com.oem.oemlogkit
adb shell pm disable-user --user 0 com.oem.oemlogkit
adb shell pm uninstall com.oneplus.collectiondata
adb shell pm disable-user --user 0 com.oneplus.collectiondata
adb shell pm uninstall com.oneplus.commonlogtool
adb shell pm disable-user --user 0 com.oneplus.commonlogtool
adb shell pm uninstall com.oneplus.minidumpoptimization
adb shell pm disable-user --user 0 com.oneplus.minidumpoptimization
adb shell pm uninstall com.oneplus.oemlogkit
adb shell pm disable-user --user 0 com.oneplus.oemlogkit
adb shell pm uninstall com.oneplus.opbugreportlite
adb shell pm disable-user --user 0 com.oneplus.opbugreportlite
adb shell pm uninstall net.oneplus.commonlogtool
adb shell pm disable-user --user 0 net.oneplus.commonlogtool
adb shell pm uninstall com.oneplus.crashbox
adb shell pm disable-user --user 0 com.oneplus.crashbox
adb shell pm uninstall com.oplus.logkit
adb shell pm disable-user --user 0 com.oplus.logkit
adb shell pm uninstall com.oplus.deepthinker
adb shell pm disable-user --user 0 com.oplus.deepthinker

rem ONEPLUS: Dienste zur App-Verbesserung
adb shell pm uninstall com.oplus.cosa
adb shell pm disable-user --user 0 com.oplus.cosa

rem ONEPLUS: Factory Mode
adb shell pm uninstall com.oneplus.factorymode
adb shell pm disable-user --user 0 com.oneplus.factorymode
adb shell pm uninstall com.oneplus.factorymode.specialtest
adb shell pm disable-user --user 0 com.oneplus.factorymode.specialtest

rem ONEPLUS: Dateimanager
adb shell pm uninstall com.oneplus.filemanager
adb shell pm disable-user --user 0 com.oneplus.filemanager

rem ONEPLUS: Gallery
adb shell pm uninstall com.oneplus.gallery
adb shell pm disable-user --user 0 com.oneplus.gallery

rem ONEPLUS: Icon Packs
adb shell pm uninstall com.oneplus.iconpack.oneplush2
adb shell pm disable-user --user 0 com.oneplus.iconpack.oneplush2
adb shell pm uninstall com.oneplus.iconpack.onepluso2
adb shell pm disable-user --user 0 com.oneplus.iconpack.onepluso2

rem ONEPLUS:: Notizen
adb shell pm uninstall com.oneplus.note
adb shell pm disable-user --user 0 com.oneplus.note

rem ONEPLUS: Shot with OnePlus
adb shell pm uninstall com.oneplus.photos
adb shell pm disable-user --user 0 com.oneplus.photos

rem ONEPLUS: SIM-Kontakte
adb shell pm uninstall com.oneplus.simcontacts
adb shell pm disable-user --user 0 com.oneplus.simcontacts

rem ONEPLUS: Store
adb shell pm uninstall com.oneplus.store
adb shell pm disable-user --user 0 com.oneplus.store

rem ONEPLUS: Pods
adb shell pm uninstall com.oneplus.twspods
adb shell pm disable-user --user 0 com.oneplus.twspods

rem OONEPLUS: 
adb shell pm uninstall com.oplus.melody
adb shell pm disable-user --user 0 com.oplus.melody

rem ONEPLUS: Synergy
adb shell pm uninstall com.oplus.synergy
adb shell pm disable-user --user 0 com.oplus.synergy

rem ONEPLUS: Health Service
adb shell pm uninstall com.oplus.healthservice
adb shell pm disable-user --user 0 com.oplus.healthservice

rem ONEPLUS: Herkunft der Nummer
adb shell pm uninstall com.oplus.phonenoareainquire
adb shell pm disable-user --user 0 com.oplus.phonenoareainquire

rem ONEPLUS: Scout
adb shell pm uninstall com.oneplus.opscout
adb shell pm disable-user --user 0 com.oneplus.opscout

rem ============================================================================
rem                                 GOOGLE-Apps
rem ============================================================================
rem
rem GOOGLE: Einstellungs-Tipps
adb shell pm uninstall com.android.settings.intelligence
adb shell pm disable-user --user 0 com.android.settings.intelligence

rem GOOGLE: Android System Intelligence
adb shell pm uninstall com.google.android.as
adb shell pm disable-user --user 0 com.google.android.as

rem GOOGLE: Partner Setup
adb shell pm uninstall com.google.android.partnersetup
adb shell pm disable-user --user 0 com.google.android.partnersetup

rem GOOGLE: AR-Dienste
adb shell pm uninstall com.google.ar.core
adb shell pm disable-user --user 0 com.google.ar.core

rem GOOGLE: Assistant
adb shell pm uninstall com.google.android.apps.googleassistant
adb shell pm disable-user --user 0 com.google.android.apps.googleassistant
adb shell pm uninstall com.android.hotwordenrollment.okgoogle
adb shell pm disable-user --user 0 com.android.hotwordenrollment.okgoogle
adb shell pm uninstall com.android.hotwordenrollment.xgoogle
adb shell pm disable-user --user 0 com.android.hotwordenrollment.xgoogle

rem GOOGLE: Basic Daydreams
adb shell pm uninstall com.android.dreams.basic
adb shell pm disable-user --user 0 com.android.dreams.basic

rem GOOGLE: Google News
adb shell pm uninstall com.google.android.apps.magazines
adb shell pm disable-user --user 0 com.google.android.apps.magazines

rem GOOGLE: Google Files
adb shell pm uninstall com.google.android.apps.nbu.files
adb shell pm disable-user --user 0 com.google.android.apps.nbu.files

rem GOOGLE Podcasts
adb shell pm uninstall com.google.android.apps.podcasts
adb shell pm disable-user --user 0 com.google.android.apps.podcasts

rem GOOGLE: Google One
adb shell pm uninstall com.google.android.apps.subscriptions.red
adb shell pm disable-user --user 0 com.google.android.apps.subscriptions.red

rem GOOGLE: Google Duo
adb shell pm uninstall com.google.android.apps.tachyon
adb shell pm disable-user --user 0 com.google.android.apps.tachyon

rem GOOGLE: Digital Wellbeing
adb shell pm uninstall com.google.android.apps.wellbeing
adb shell pm disable-user --user 0 com.google.android.apps.wellbeing

rem GOOGLE: Talkback
adb shell pm uninstall com.google.android.marvin.talkback
adb shell pm disable-user --user 0 com.google.android.marvin.talkback

rem GOOGLE: Empfehlungen für Druckdienste
adb shell pm uninstall com.google.android.printservice.recommendation
adb shell pm disable-user --user 0 com.google.android.printservice.recommendation

rem GOOGLE: Android Auto
adb shell pm uninstall com.google.android.projection.gearhead
adb shell pm disable-user --user 0 com.google.android.projection.gearhead

rem GOOGLE: Filme & TV
adb shell pm uninstall com.google.android.videos
adb shell pm disable-user --user 0 com.google.android.videos

rem GOOGLE: Youtube
adb shell pm uninstall com.google.android.youtube
adb shell pm disable-user --user 0 com.google.android.youtube

rem GOOGLE: Youtube Music
adb shell pm uninstall com.google.android.apps.youtube.music
adb shell pm disable-user --user 0 com.google.android.apps.youtube.music

rem ============================================================================
rem                             Sonstige Bloatware
rem ============================================================================
rem
rem FACEBOOK: Facebook selbst funktioniert ohne diese Dienste problemlos
adb shell pm uninstall com.facebook.katana
adb shell pm disable-user --user 0 com.facebook.katana
adb shell pm uninstall com.facebook.appmanager
adb shell pm disable-user --user 0 com.facebook.appmanager
adb shell pm uninstall com.facebook.orca
adb shell pm disable-user --user 0 com.facebook.orca
adb shell pm uninstall com.facebook.services
adb shell pm disable-user --user 0 com.facebook.services
adb shell pm uninstall com.facebook.system
adb shell pm disable-user --user 0 com.facebook.system
adb shell pm uninstall com.instagram.android
adb shell pm disable-user --user 0 com.instagram.android

rem NETFLIX
adb shell pm uninstall com.netflix.mediaclient
adb shell pm disable-user --user 0 com.netflix.mediaclient
adb shell pm uninstall com.netflix.partner.activation
adb shell pm disable-user --user 0 com.netflix.partner.activation

rem Qualcomm Spracherkennung
adb shell pm uninstall com.quicinc.voice.activation
adb shell pm disable-user --user 0 com.quicinc.voice.activation

echo.
echo Fertig. Taste zum Beenden druecken.
pause >nul
 
@TimeTurn Wäre es so nicht vielleicht besser?
Code:
adb shell pm uninstall PACKAGE
adb shell pm uninstall --user 0 PACKAGE
Die erste Zeile löscht alle Updates der App. Die zweite Zeile löscht dann den Appordner in /data/data und verhindert auch gleichzeitig, dass der Ordner neu angelegt wird. Bei
Code:
adb shell pm disable-user --user 0 PACKAGE
bleibt der Ordner und die Daten bestehen.
 
Kommt drauf an, ob mehr als ein User vorhanden sind. Wenn nur ein Benutzer angelegt ist, reicht das (theoretisch). Das ist ja bei den Meisten der Fall. Uninstall steht da nur davor, um Updates der Apps zu deinstallieren, sodass nur noch die im ROM vorhanden ist - die wird dann anschließend deaktiviert. So zumindest der Plan - bisher hat das Script bei mir auch ganz gut funktioniert :) - kann man natürlich so mal probieren.

Wenn ich das Script nach nem Wipe laufen lasse, sieht man die Apps schön aus dem App Drawer verschwinden - so soll das sein :)

Leider kann man die Daten der Apps nicht mehr vorher löschen - das lässt Android 12 nicht mehr zu. Das hatte ich vorher auch im Script und habs dann wieder rausgenommen.
 
Zuletzt bearbeitet:
Sehr gut und sogar komfortabel.
Die SMS App habe ich gesehen? Sie ist Stein des Anstoßes
 
Ich glaub die hab ich nicht deaktiviert - aber da ich eh wieder auf Android 11 bin, kann ich auch nich mal eben nachschauen :)
 

Ähnliche Themen

Freddie
Antworten
4
Aufrufe
224
Freddie
Freddie
I
Antworten
17
Aufrufe
781
schroedinger
S
O
Antworten
1
Aufrufe
798
Meerjungfraumann
Meerjungfraumann
Zurück
Oben Unten