Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- adb wait-for-device
- # Google apps
- # Drive
- adb shell pm uninstall --user 0 com.google.android.apps.docs
- # Google Assistant
- adb shell pm uninstall --user 0 com.google.android.apps.googleassistant
- # Maps
- adb shell pm uninstall --user 0 com.google.android.apps.maps
- # Messages
- adb shell pm uninstall --user 0 com.google.android.apps.messaging
- # Files
- adb shell pm uninstall --user 0 com.google.android.apps.nbu.files
- # Photos
- adb shell pm uninstall --user 0 com.google.android.apps.photos
- # Android Setup
- adb shell pm uninstall --user 0 com.google.android.apps.restore
- # Duo
- adb shell pm uninstall --user 0 com.google.android.apps.tachyon
- # Digital Wellbeing
- adb shell pm uninstall --user 0 com.google.android.apps.wellbeing
- # YouTube Music
- adb shell pm uninstall --user 0 com.google.android.apps.youtube.music
- # Calendar
- adb shell pm uninstall --user 0 com.google.android.calendar
- # CaptivePortalLogin
- adb shell pm uninstall --user 0 com.google.android.captiveportallogin
- # ConfigUpdater
- adb shell pm uninstall --user 0 com.google.android.configupdater
- # Android Shared Library
- adb shell pm uninstall --user 0 com.google.android.ext.shared
- # Market Feedback Agent
- adb shell pm uninstall --user 0 com.google.android.feedback
- # Gmail
- adb shell pm uninstall --user 0 com.google.android.gm
- # Google Play services
- adb shell pm uninstall --user 0 com.google.android.overlay.gmsconfig.common
- adb shell pm uninstall --user 0 com.google.android.overlay.gmsconfig.gsa
- adb shell pm uninstall --user 0 com.google.android.overlay.gmsconfig.photos
- adb shell pm uninstall --user 0 com.google.android.overlay.gmsconfig.searchlauncherqs
- adb shell pm uninstall --user 0 com.google.android.gms.location.history
- adb shell pm uninstall --user 0 com.google.android.gms
- # Google
- adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox
- # Google Services Framework
- adb shell pm uninstall --user 0 com.google.android.gsf
- # Carrier Services
- adb shell pm uninstall --user 0 com.google.android.ims
- # Gboard
- adb shell pm uninstall --user 0 com.google.android.inputmethod.latin
- # Keep Notes
- adb shell pm uninstall --user 0 com.google.android.keep
- # Android Accessibility Suite
- adb shell pm uninstall --user 0 com.google.android.marvin.talkback
- # NetworkPermissionConfig
- adb shell pm uninstall --user 0 com.google.android.networkstack.permissionconfig
- # Google One Time Init
- adb shell pm uninstall --user 0 com.google.android.onetimeinitializer
- # Overlays
- adb shell pm uninstall --user 0 com.google.android.overlay.modules.documentsui
- adb shell pm uninstall --user 0 com.google.android.overlay.modules.ext.services
- adb shell pm uninstall --user 0 com.google.android.overlay.modules.permissioncontroller
- adb shell pm uninstall --user 0 com.google.android.overlay.modules.permissioncontroller.forframework
- adb shell pm uninstall --user 0 com.google.android.overlay.modules.modulemetadata.forframework
- # Google Partner Setup
- adb shell pm uninstall --user 0 com.google.android.partnersetup
- # Print Service Recommendation Service
- adb shell pm uninstall --user 0 com.google.android.printservice.recommendation
- # Android Auto
- adb shell pm uninstall --user 0 com.google.android.projection.gearhead
- # Android Setup
- adb shell pm uninstall --user 0 com.google.android.setupwizard
- # Google Location History
- adb shell pm uninstall --user 0 com.google.android.syncadapters.contacts
- # Tags
- adb shell pm uninstall --user 0 com.google.android.tag
- # Google Text-to-speach Engine
- adb shell pm uninstall --user 0 com.google.android.tts
- # Google Play Movies & TV
- adb shell pm uninstall --user 0 com.google.android.videos
- # YouTube
- adb shell pm uninstall --user 0 com.google.android.youtube
- # Google Play Store
- adb shell pm uninstall --user 0 com.android.vending
- # Chrome
- adb shell pm uninstall --user 0 com.android.chrome
- # GoogleNetworkStackResOverlay
- adb shell pm uninstall --user 0 com.google.android.networkstack.overlay
- # Cell Broadcast Service
- adb shell pm uninstall --user 0 com.google.android.cellbroadcastservice
- # Wireless emergency alerts
- adb shell pm uninstall --user 0 com.google.android.cellbroadcastreceiver
- adb shell pm uninstall --user 0 com.google.android.overlay.modules.cellbroadcastreceiver
- # TetheringResOverlay
- adb shell pm uninstall --user 0 com.google.android.networkstack.tethering.overlay
- # Support components
- adb shell pm uninstall --user 0 com.google.mainline.telemetry
- # Google apps that should stay.
- # Android System WebView (com.google.android.webview).
- # May be used by other apps.
- # Tethering (com.google.android.networkstack.tethering).
- # Removing prevents Settings from loading (blank app)
- # Media Storage (com.google.android.providers.media.module).
- # Removing breaks open file dialog.
- # Files (com.google.android.documentsui).
- # Open/save files activity. Other apps may crash without it.
- # Main Components (com.google.android.modulemetadata).
- # Uninstalling breaks app properties.
- # NetworkStack (com.google.android.networkstack).
- # Uninstalling breaks wifi.
- # Google apps that must stay. Removing any of those
- # will prevent phone from booting.
- # Android Services Library (com.google.android.ext.services).
- # Package installer (com.google.android.packageinstaller).
- # Permission controller (com.google.android.permissioncontroller).
- # Non Google apps
- # Network Manager
- # Network Manager Service
- adb shell pm uninstall --user 0 com.agold.networkmanager.ui
- adb shell pm uninstall --user 0 com.agold.networkmanager.service
- # NoteBook
- adb shell pm uninstall --user 0 com.mediatek.notebook
- # Remote
- # A lot of background activity. There are better remote apps.
- adb shell pm uninstall --user 0 com.tiqiaa.remote
- # Scan
- adb shell pm uninstall --user 0 com.scanning.agold.agoldscanning
- # SOS
- adb shell pm uninstall --user 0 com.agui.newsos
- # Student mode
- adb shell pm uninstall --user 0 com.agui.studentmodel
- # Game mode
- adb shell pm uninstall --user 0 com.agui.game
- # Wireless Update
- adb shell pm uninstall --user 0 com.agui.update
- # Not sure if these should be removed.
- # They doesn't seem to be needed and
- # some of them run after the boot.
- # Omacp
- adb shell pm uninstall --user 0 com.mediatek.omacp
- # SimProcessor
- adb shell pm uninstall --user 0 com.mediatek.simprocessor
- # Verizon activation
- adb shell pm uninstall --user 0 com.mediatek.ims.pco
- # Quickstep (com.android.launcher3).
- # is the sole provider of Recents activity,
- # i.e. app switching. It must stay.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement