Skip to content

Instantly share code, notes, and snippets.

@hangst
Created May 1, 2021 13:16
Show Gist options
  • Save hangst/67fb363d3942f6f349dcc9352dd1442c to your computer and use it in GitHub Desktop.
Save hangst/67fb363d3942f6f349dcc9352dd1442c to your computer and use it in GitHub Desktop.
Remove bloatware from Nokia 7 Plus
adb shell pm uninstall -k --user 0 com.evenwell.DbgCfgTool.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.SetupWizard.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.phone.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.pushagent.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.partnerbrowsercustomizations.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.factorywizard
adb shell pm uninstall -k --user 0 com.evenwell.retaildemoapp.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.PowerMonitor.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.foxlauncher.partner
adb shell pm uninstall -k --user 0 com.evenwell.telecom.data.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.fqc
adb shell pm uninstall -k --user 0 com.evenwell.nps
adb shell pm uninstall -k --user 0 com.evenwell.bokeheditor.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.stbmonitor.data.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.autoregistration
adb shell pm uninstall -k --user 0 com.evenwell.legalterm
adb shell pm uninstall -k --user 0 com.evenwell.settings.data.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.stbmonitor
adb shell pm uninstall -k --user 0 com.evenwell.PowerMonitor
adb shell pm uninstall -k --user 0 com.evenwell.DbgCfgTool
adb shell pm uninstall -k --user 0 com.evenwell.batteryprotect.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.AprUploadService
adb shell pm uninstall -k --user 0 com.evenwell.batteryprotect
adb shell pm uninstall -k --user 0 com.evenwell.factorywizard.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.dataagent.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.nps.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.CPClient
adb shell pm uninstall -k --user 0 com.evenwell.custmanager.data.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.CPClient.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.SetupWizard
adb shell pm uninstall -k --user 0 com.evenwell.bokeheditor
adb shell pm uninstall -k --user 0 com.evenwell.DeviceMonitorControl
adb shell pm uninstall -k --user 0 com.evenwell.AprUploadService.data.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.custmanager
adb shell pm uninstall -k --user 0 com.evenwell.pushagent
adb shell pm uninstall -k --user 0 com.evenwell.managedprovisioning.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.DeviceMonitorControl.data.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.dataagent
adb shell pm uninstall -k --user 0 com.evenwell.autoregistration.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.legalterm.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.evenwell.retaildemoapp
adb shell pm uninstall -k --user 0 com.evenwell.mappartner
adb shell pm uninstall -k --user 0 com.hmdglobal.app.myphonehelper
adb shell pm uninstall -k --user 0 com.hmdglobal.datago
adb shell pm uninstall -k --user 0 com.hmdglobal.datago.overlay.base.s600ww
adb shell pm uninstall -k --user 0 com.hmdglobal.support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment