DEBLOAT Customized Script XZ1 Compact - STOCK Oreo - G8441_47.1.A.12.235+- - Sony Xperia XZ1 Compact Guides, News, & Discussion

!!!UPDATE: There is new non root version for Android 9: DEBLOAT Script XZ1 Compact - STOCK Pie - G8441_47.2.A.11.228
This is heavy debloat of Google stuff (Play and Services) / Sony / other / tracking apps etc., better battery life and privacy.
I've done this debloat batch script you can experiment with. It reads the file deb.xz1c.txt and process all lines which does not start with #
Package(App) is disabled, then it's data removed and uninstalled for user 0 (root)
You need working adb shell (or Flashtool), custom kernel (rooted phone)
debloat_xz1c.bat and deb.xz1c.txt must be in the same directory. For example ...\Flashtool\x10flasher_lib\
debloat_xz1c.bat
Code:
SETLOCAL ENABLEDELAYEDEXPANSION
:: give user some time to respond to adb/root notification on phone o_o
adb devices
timeout 2
adb shell su -c ls >nul
timeout 2
echo off
:: input file deb.xz1c.txt
for /f "eol=#" %%f in (deb.xz1c.txt) do (
set line=%%f
set fchar=!line:~0,1!
call :work_disonly
if not "!fchar!" == "@" call :work_uninst
)
goto :end
:work_disonly
for /f "tokens=1,2 delims=^=" %%a in ("%line%") do (
echo --------[ %%b ]
echo Disabling app and deleting it's data:
adb shell su -c pm disable %%b
adb shell su -c pm clear %%b
)
goto :eof
:work_uninst
for /f "tokens=1,2 delims=^=" %%a in ("%line%") do (
echo Uninstalling app:
adb shell su -c pm uninstall -k --user 0 %%b
)
goto :eof
:end
This is wip debloat list - minimum google stuff, no play services, sony and other.
I am using alternative launcher/email/offline calendar/sms so you probably want to edit it and enable stuff (place # as first character on line).
You can also disable specific app without uninstalling it (place @ as first character on line)
This is safe working minimum for max battery life and no nagging windows "enable google xxx.." QKMS as sms/mms app is good.
and as always !!! Backup your /system /vendor /oem /data partitions first !!! wipe dalvik/art cache in recovery after script run.)
deb.xz1c.txt
Code:
# script ignores lines starting with #
# lines(apps) starting with @ will be disabled only
# all other lines are processed. disabled first, then uninstalled.
# add # to ignore, add @ to disable, remove # or @ to disable and uninstall.
#----Sony Launcher----
#/system/priv-app/home-sonyMobile-release/home-sonyMobile-release.apk=com.sonymobile.home
#----Sony Email----
/system/app/SemcEmail-release/SemcEmail-release.apk=com.sonymobile.email
#----Google Stuff----
#!/system/app/WebViewGoogle/WebViewGoogle.apk=com.google.android.webview
#/system/priv-app/GooglePackageInstaller/GooglePackageInstaller.apk=com.google.android.packageinstaller
#/system/priv-app/SetupWizard/SetupWizard.apk=com.google.android.setupwizard
#!/system/app/GoogleExtShared/GoogleExtShared.apk=com.google.android.ext.shared
#!/system/app/Messages/Messages.apk=com.google.android.apps.messaging
@/system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk=com.google.android.gsf
/system/priv-app/CarrierServices/CarrierServices.apk=com.google.android.ims
/system/priv-app/GmsCore/GmsCore.apk=com.google.android.gms
/system/priv-app/GoogleExtServices/GoogleExtServices.apk=com.google.android.ext.services
/system/priv-app/Phonesky/Phonesky.apk=com.android.vending
/system/app/CalendarGoogle/CalendarGoogle.apk=com.google.android.calendar
/system/app/Drive/Drive.apk=com.google.android.apps.docs
/system/app/Duo/Duo.apk=com.google.android.apps.tachyon
/system/app/EasterEgg/EasterEgg.apk=com.android.egg
/system/app/Gmail2/Gmail2.apk=com.google.android.gm
/system/app/GoogleAnalyticsProxy/GoogleAnalyticsProxy.apk=com.sonymobile.googleanalyticsproxy
/system/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk=com.google.android.syncadapters.contacts
/system/app/GoogleLyricsPlugin/GoogleLyricsPlugin.apk=com.sonymobile.music.googlelyricsplugin
/system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk=com.google.android.printservice.recommendation
/system/app/GoogleTTS/GoogleTTS.apk=com.google.android.tts
/system/app/Maps/Maps.apk=com.google.android.apps.maps
/system/app/Music2/Music2.apk=com.google.android.music
/system/app/Photos/Photos.apk=com.google.android.apps.photos
/system/app/Videos/Videos.apk=com.google.android.videos
/system/app/YouTube/YouTube.apk=com.google.android.youtube
/system/app/talkback/talkback.apk=com.google.android.marvin.talkback
/system/priv-app/ConfigUpdater/ConfigUpdater.apk=com.google.android.configupdater
/system/priv-app/GoogleBackupTransport/GoogleBackupTransport.apk=com.google.android.backuptransport
/system/priv-app/GoogleFeedback/GoogleFeedback.apk=com.google.android.feedback
/system/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk=com.google.android.onetimeinitializer
/system/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk=com.google.android.partnersetup
/system/priv-app/HotwordEnrollmentOKGoogleWCD9340/HotwordEnrollmentOKGoogleWCD9340.apk=com.android.hotwordenrollment.okgoogle
/system/priv-app/OobConfig/OobConfig.apk=com.google.android.apps.work.oobconfig
/system/priv-app/Velvet/Velvet.apk=com.google.android.googlequicksearchbox
#----Safe to uninstall or disable----
/oem/app/com.amazon.avod.thirdpartyclient/com.amazon.avod.thirdpartyclient.apk=com.amazon.avod.thirdpartyclient
/oem/priv-app/de.telekom.tsc/de.telekom.tsc.apk=de.telekom.tsc
/system/app/AdvancedLogging/AdvancedLogging.apk=com.sonymobile.advancedlogging
/system/app/AnonymousData/AnonymousData.apk=com.sonymobile.anondata
/system/app/AptxNotifier/AptxNotifier.apk=com.sonymobile.aptx.notifier
/system/app/BasicDreams/BasicDreams.apk=com.android.dreams.basic
/system/app/BluetoothMidiService/BluetoothMidiService.apk=com.android.bluetoothmidiservice
/system/app/CrashMonitor/CrashMonitor.apk=com.sonyericsson.crashmonitor
/system/app/CrashMonitorSystem/CrashMonitorSystem.apk=com.sonymobile.crashmonitor.system
/system/app/CtsShimPrebuilt/CtsShimPrebuilt.apk=com.android.cts.ctsshim
/system/app/DemoAppChecker/DemoAppChecker.apk=com.sonymobile.demoappchecker
/system/app/Exchange-release/Exchange-release.apk=com.sonymobile.exchange
/system/app/ExternalKeyboardJP/ExternalKeyboardJP.apk=com.sonymobile.android.externalkeyboardjp
/system/app/FaceLock/FaceLock.apk=com.android.facelock
/system/app/IddAgent/IddAgent.apk=com.sonyericsson.idd.agent
/system/app/NfcExtension/NfcExtension.apk=com.sonymobile.nfcextension
/system/app/PartnerBookmarksProvider/PartnerBookmarksProvider.apk=com.android.providers.partnerbookmarks
/system/app/PrintSpooler/PrintSpooler.apk=com.android.printspooler
/system/app/RcaHandler/RcaHandler.apk=com.sonymobile.rcahandler
/system/app/SecureClockService/SecureClockService.apk=com.sonymobile.secureclockservice
/system/app/SemcWarrantyTime/SemcWarrantyTime.apk=com.sonyericsson.warrantytime
/system/app/SomcDualshockManager/SomcDualshockManager.apk=com.sonymobile.dualshockmanager
/system/app/SomcMovieCreatorRmm-release/SomcMovieCreatorRmm-release.apk=com.sonymobile.moviecreator.rmm
/system/app/SomcPOBox/SomcPOBox.apk=com.sonymobile.pobox
/system/app/SomcXperiaServices/SomcXperiaServices.apk=com.sonymobile.xperiaservices
/system/app/SusResCheck/SusResCheck.apk=com.sonymobile.susrescheck
/system/app/SyncHub-release/SyncHub-release.apk=com.sonymobile.synchub
/system/app/Theme-Sou-M-cid19-silver-sw360dp-xhdpi-release/Theme-Sou-M-cid19-silver-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid19.silver
/system/app/Theme-Sou-M-cid20-blue-sw360dp-xhdpi-release/Theme-Sou-M-cid20-blue-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid20.blue
/system/app/Theme-Sou-M-cid21-pink-sw360dp-xhdpi-release/Theme-Sou-M-cid21-pink-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid21.pink
/system/app/WallpaperBackup/WallpaperBackup.apk=com.android.wallpaperbackup
/system/app/WikipediaPlugin/WikipediaPlugin.apk=com.sonymobile.music.wikipediaplugin
/system/app/XperiaTransferMobile-release/XperiaTransferMobile-release.apk=com.sonymobile.xperiatransfermobile
/system/app/XperiaXLiveWallpaper-release/XperiaXLiveWallpaper-release.apk=com.sonymobile.xperiaxlivewallpaper
/system/app/YouTubeKaraokePlugin/YouTubeKaraokePlugin.apk=com.sonymobile.music.youtubekaraokeplugin
/system/app/YouTubePlugin/YouTubePlugin.apk=com.sonymobile.music.youtubeplugin
/system/app/com.amazon.kindle/com.amazon.kindle.apk=com.amazon.kindle
/system/app/com.amazon.mShop.android.shopping/com.amazon.mShop.android.shopping.apk=com.amazon.mShop.android.shopping
/system/app/com.facebook.appmanager/com.facebook.appmanager.apk=com.facebook.appmanager
/system/app/com.facebook.katana/com.facebook.katana.apk=com.facebook.katana
/system/app/com.s.antivirus/com.s.antivirus.apk=com.s.antivirus
/system/app/com.sonyericsson.xhs/com.sonyericsson.xhs.apk=com.sonyericsson.xhs
/system/app/com.sonymobile.deqp/com.sonymobile.deqp.apk=com.sonymobile.deqp
/system/app/com.sonymobile.infoapp/com.sonymobile.infoapp.apk=com.sonymobile.infoapp
/system/app/com.sonymobile.support/com.sonymobile.support.apk=com.sonymobile.support
/system/app/com.sonymobile.xperialounge.services/com.sonymobile.xperialounge.services.apk=com.sonymobile.xperialounge.services
/system/app/com.spotify.music/com.spotify.music.apk=com.spotify.music
/system/app/dlna-somc-xhdpi-release/dlna-somc-xhdpi-release.apk=com.sonymobile.dlna
/system/app/fota-service/fota-service.apk=com.sonymobile.fota.service
/system/app/late-cmz-auto-install-stub-release/late-cmz-auto-install-stub-release.apk=com.sonymobile.updatecenter.config.autoinstall
/system/app/late-cmz-late-cmz-stub-release/late-cmz-late-cmz-stub-release.apk=com.sonymobile.updatecenter.config.latecmz
/system/app/phone-usage/phone-usage.apk=com.sonymobile.phoneusage
/system/app/pip/pip.apk=com.sonymobile.pip
/system/app/theme-xperialoops2-release/theme-xperialoops2-release.apk=com.sonymobile.themes.xperialoops2
/system/app/videoplaceholder/videoplaceholder.apk=com.sony.tvsideview.videoph
/system/app/weather-release/weather-release.apk=com.sonymobile.xperiaweather
/system/priv-app/CameraWearableBridgeHandheldServer/CameraWearableBridgeHandheldServer.apk=com.sonymobile.cameracommon.wearablebridge
/system/priv-app/ClockWidgets-release/ClockWidgets-release.apk=com.sonymobile.advancedwidget.clock
/system/priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk=com.android.cts.priv.ctsshim
/system/priv-app/ManagedProvisioning/ManagedProvisioning.apk=com.android.managedprovisioning
/system/priv-app/OMAClientProvisioning/OMAClientProvisioning.apk=com.sonyericsson.android.omacp
/system/priv-app/SemcCnapProvider/SemcCnapProvider.apk=com.sonyericsson.providers.cnap
/system/priv-app/SemcMusic/SemcMusic.apk=com.sonyericsson.music
/system/priv-app/SimlockUnlockApp/SimlockUnlockApp.apk=com.sonymobile.simlockunlockapp
/system/priv-app/SomcMovieCreator-release/SomcMovieCreator-release.apk=com.sonymobile.moviecreator
/system/priv-app/StartupFlagV2/StartupFlagV2.apk=com.sonyericsson.startupflagservice
/system/priv-app/Tag/Tag.apk=com.android.apps.tag
/system/priv-app/UpdateCenter-release/UpdateCenter-release.apk=com.sonyericsson.updatecenter
/system/priv-app/album-albumLive-release/album-albumLive-release.apk=com.sonyericsson.album
/system/priv-app/assist.persistent-release/assist.persistent-release.apk=com.sonymobile.assist.persistent
/system/priv-app/com.facebook.services/com.facebook.services.apk=com.facebook.services
/system/priv-app/com.facebook.system/com.facebook.system.apk=com.facebook.system
/system/priv-app/com.sonymobile.retaildemo/com.sonymobile.retaildemo.apk=com.sonymobile.retaildemo
/system/priv-app/dpmserviceapp/dpmserviceapp.apk=com.qti.dpmserviceapp
/system/priv-app/home-sonyMobile-release/home-sonyMobile-release.apk=com.sonymobile.home
/system/priv-app/sonyentrance2-release/sonyentrance2-release.apk=com.sonymobile.entrance
/system/priv-app/textinput-chn-xhdpi-release/textinput-chn-xhdpi-release.apk=com.sonyericsson.textinput.chinese
/system/priv-app/usb-mtp-backup-transport/usb-mtp-backup-transport.apk=com.sonyericsson.mtp.extension.backuprestore
/system/priv-app/usb-mtp-factoryreset-wrapper/usb-mtp-factoryreset-wrapper.apk=com.sonyericsson.mtp.extension.factoryreset
/system/priv-app/usb-mtp-fotaupdate-wrapper/usb-mtp-fotaupdate-wrapper.apk=com.sonymobile.mtp.extension.fotaupdate
/system/priv-app/usb-mtp-update-wrapper/usb-mtp-update-wrapper.apk=com.sonyericsson.mtp.extension.update
/system/priv-app/usb-mtp-vendor-extension-service/usb-mtp-vendor-extension-service.apk=com.sonyericsson.mtp
/vendor/app/ChromeCustomizations/ChromeCustomizations.apk=com.android.partnerbrowsercustomizations.chromeHomepage
/vendor/app/UnsupportedHeadsetNotifier/UnsupportedHeadsetNotifier.apk=com.sonyericsson.unsupportedheadsetnotifier
/vendor/overlay/Conversations-Overlay-defaultgmessaging-285-release.apk=android.product.res.overlay.defaultgmessaging
/vendor/overlay/Home-Overlay-275-release.apk=com.sonymobile.home.product.res.overlay
/vendor/overlay/Stk-Overlay-285-common-release.apk=com.android.stk.product.res.overlay.common
/vendor/overlay/SwiftKey-Overlay-270-release.apk=com.touchtype.swiftkey.res.overlay
/vendor/overlay/com.android.carrierconfig.res.overlay.carrierservicesenabler.apk=com.android.carrierconfig.res.overlay.carrierservicesenabler
/vendor/overlay/overlay-xperiaxlivewallpaper-300-release.apk=com.sonymobile.xperiaxlivewallpaper.product.res.overlay
#----Core----
#/system/app/Bluetooth/Bluetooth.apk=com.android.bluetooth
#/system/app/BookmarkProvider/BookmarkProvider.apk=com.android.bookmarkprovider
#/system/app/CameraAddonPermission-release/CameraAddonPermission-release.apk=com.sonymobile.camera.addon.permission
#/system/app/CameraCommonPermission-release/CameraCommonPermission-release.apk=com.sonymobile.cameracommon.permission
#/system/app/CameraExtensionPermission-release/CameraExtensionPermission-release.apk=com.sonyericsson.cameraextension.permission
#/system/app/CaptivePortalLogin/CaptivePortalLogin.apk=com.android.captiveportallogin
#/system/app/CarrierDefaultApp/CarrierDefaultApp.apk=com.android.carrierdefaultapp
#/system/app/CertInstaller/CertInstaller.apk=com.android.certinstaller
#/system/app/Chrome/Chrome.apk=com.android.chrome
#/system/app/CompanionDeviceManager/CompanionDeviceManager.apk=com.android.companiondevicemanager
#/system/app/DownloadProviderUi/DownloadProviderUi.apk=com.android.providers.downloads.ui
#/system/app/FidoCryptoService/FidoCryptoService.apk=com.qualcomm.qti.auth.fidocryptoservice
#/system/app/GpaiConfig-release/GpaiConfig-release.apk=android.autoinstalls.config.sony.xperia
#/system/app/HTMLViewer/HTMLViewer.apk=com.android.htmlviewer
#/system/app/IddPermissionApplicationCertificate/IddPermissionApplicationCertificate.apk=com.sonymobile.idd.permission.application_certificate
#/system/app/Iengine/Iengine.apk=com.sonymobile.intelligent.iengine
#/system/app/ImageEnhancer/ImageEnhancer.apk=com.sonymobile.imageenhancer
#/system/app/ImageProcessorPermission-release/ImageProcessorPermission-release.apk=com.sonymobile.imageprocessor.permission
#/system/app/IntelligentObserver/IntelligentObserver.apk=com.sonymobile.intelligent.observer
#/system/app/KerberosService/KerberosService.apk=com.sonymobile.sso
#/system/app/KeyChain/KeyChain.apk=com.android.keychain
#/system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk=com.android.wallpaper.livepicker
#/system/app/LockscreenSettings-release/LockscreenSettings-release.apk=com.sonyericsson.lockscreen.uxpnxt
#/system/app/NfcNci/NfcNci.apk=com.android.nfc
#/system/app/OneTimePassLockScreenApp/OneTimePassLockScreenApp.apk=com.sonymobile.lockscreen.otp
#/system/app/PacProcessor/PacProcessor.apk=com.android.pacprocessor
#/system/app/QtiTelephonyService/QtiTelephonyService.apk=com.qualcomm.qti.telephonyservice
#/system/app/SemcAutoPowerOff/SemcAutoPowerOff.apk=com.sonyericsson.autopoweroffservice
#/system/app/SemcSettings/SemcSettings.apk=com.sonyericsson.settings
#/system/app/SemcSimDetection/SemcSimDetection.apk=com.sonyericsson.simdetection
#/system/app/ServiceMenu/ServiceMenu.apk=com.sonyericsson.android.servicemenu
#/system/app/SimSettings/SimSettings.apk=com.qualcomm.qti.simsettings
#/system/app/SmartPrediction/SmartPrediction.apk=com.sonymobile.prediction
#/system/app/SmartcardService/SmartcardService.apk=org.simalliance.openmobileapi.service
#/system/app/SomcColorGamut/SomcColorGamut.apk=com.sonymobile.colorgamut
#/system/app/Stk/Stk.apk=com.android.stk
#/system/app/TetherEntitlementCheck/TetherEntitlementCheck.apk=com.sonyericsson.tetherentitlementcheck
#/system/app/Theme-Sou-M-cid18-black-sw360dp-xhdpi-release/Theme-Sou-M-cid18-black-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid18.black
#/system/app/TransmitPower/TransmitPower.apk=com.sonymobile.transmitpower
#/system/app/UiccTerminal/UiccTerminal.apk=org.simalliance.openmobileapi.uiccterminal
#/system/app/UserDictionaryProvider/UserDictionaryProvider.apk=com.android.providers.userdictionary
#/system/app/WAPPushManager/WAPPushManager.apk=com.android.smspush
#/system/app/WfdService/WfdService.apk=com.qualcomm.wfd.service
#/system/app/app-scan3d-release/app-scan3d-release.apk=com.sonymobile.scan3d
#/system/app/bootinfo/bootinfo.apk=com.sonyericsson.android.bootinfo
#/system/app/btidd/btidd.apk=com.sonymobile.btidd
#/system/app/com.swiftkey.swiftkeyconfigurator/com.swiftkey.swiftkeyconfigurator.apk=com.swiftkey.swiftkeyconfigurator
#/system/app/com.touchtype.swiftkey/com.touchtype.swiftkey.apk=com.touchtype.swiftkey
#/system/app/datastatusnotification/datastatusnotification.apk=com.qti.qualcomm.datastatusnotification
#/system/app/device-config-agent-release/device-config-agent-release.apk=com.sonymobile.deviceconfigtool
#/system/app/device-monitor/device-monitor.apk=com.sonyericsson.devicemonitor
#/system/app/embms/embms.apk=com.qualcomm.embms
#/system/app/externalkeyboardsinternational-release/externalkeyboardsinternational-release.apk=com.sonymobile.android.externalkeyboard
#/system/app/ims/ims.apk=org.codeaurora.ims
#/system/app/skin-core-release/skin-core-release.apk=com.sonymobile.runtimeskinning.core
#/system/app/skin-effects-release/skin-effects-release.apk=com.sonymobile.runtimeskinning.effects
#/system/app/skin-picker-release/skin-picker-release.apk=com.sonymobile.runtimeskinning.picker
#/system/app/smtofrgbc/smtofrgbc.apk=com.sonymobile.smtofrgbc
#/system/app/uceShimService/uceShimService.apk=com.qualcomm.qti.uceShimService
#/system/app/white-balance/white-balance.apk=com.sonymobile.whitebalance
#/system/framework/framework-res.apk=android
#/system/priv-app/ApnUpdater/ApnUpdater.apk=com.sonymobile.apnupdater
#/system/priv-app/ArtFilterCamera-xhdpi-release/ArtFilterCamera-xhdpi-release.apk=com.sonyericsson.android.addoncamera.artfilter
#/system/priv-app/BackupRestoreConfirmation/BackupRestoreConfirmation.apk=com.android.backupconfirm
#/system/priv-app/BlockedNumberProvider/BlockedNumberProvider.apk=com.android.providers.blockednumber
#/system/priv-app/CNEService/CNEService.apk=com.quicinc.cne.CNEService
#/system/priv-app/CalendarProvider/CalendarProvider.apk=com.android.providers.calendar
#/system/priv-app/CallLogBackup/CallLogBackup.apk=com.android.calllogbackup
#/system/priv-app/CameraCommon/CameraCommon.apk=com.sonymobile.cameracommon
#/system/priv-app/CameraPanorama-release/CameraPanorama-release.apk=com.sonyericsson.android.camera3d
#/system/priv-app/CarrierConfig/CarrierConfig.apk=com.android.carrierconfig
#/system/priv-app/Contacts/Contacts.apk=com.sonymobile.android.contacts
#/system/priv-app/CoreSettings/CoreSettings.apk=com.sonymobile.coresettings
#/system/priv-app/CredentialManagerService/CredentialManagerService.apk=com.sonyericsson.credentialmanagerservice
#/system/priv-app/CustomizationSelector/CustomizationSelector.apk=com.sonymobile.customizationselector
#/system/priv-app/CustomizedSettings/CustomizedSettings.apk=com.sonyericsson.customizedsettings
#/system/priv-app/DefaultContainerService/DefaultContainerService.apk=com.android.defcontainer
#/system/priv-app/DeviceSecurityService/DeviceSecurityService.apk=com.sonymobile.devicesecurity.service
#/system/priv-app/Dialer2/Dialer2.apk=com.sonymobile.android.dialer
#/system/priv-app/DocumentsUI/DocumentsUI.apk=com.android.documentsui
#/system/priv-app/DownloadProvider/DownloadProvider.apk=com.android.providers.downloads
#/system/priv-app/EmergencyInfo/EmergencyInfo.apk=com.android.emergency
#/system/priv-app/EnterpriseService/EnterpriseService.apk=com.sonymobile.enterprise.service
#/system/priv-app/ExternalStorageProvider/ExternalStorageProvider.apk=com.android.externalstorage
#/system/priv-app/FusedLocation/FusedLocation.apk=com.android.location.fused
#/system/priv-app/GetSetClient-release/GetSetClient-release.apk=com.sonymobile.getset
#/system/priv-app/GetSetSystem-release/GetSetSystem-release.apk=com.sonymobile.getset.priv
#/system/priv-app/InputDevices/InputDevices.apk=com.android.inputdevices
#/system/priv-app/IntelligentBacklight/IntelligentBacklight.apk=com.sonymobile.intelligent.backlight
#/system/priv-app/IntelligentGesture/IntelligentGesture.apk=com.sonymobile.intelligent.gesture
#/system/priv-app/MediaProvider/MediaProvider.apk=com.android.providers.media
#/system/priv-app/MmsService/MmsService.apk=com.android.mms.service
#/system/priv-app/MtpDocumentsProvider/MtpDocumentsProvider.apk=com.android.mtp
#/system/priv-app/MusicFX/MusicFX.apk=com.android.musicfx
#/system/priv-app/ProxyHandler/ProxyHandler.apk=com.android.proxyhandler
#/system/priv-app/RemoteUnlockService/RemoteUnlockService.apk=com.sonymobile.simlock.service
#/system/priv-app/SEMCSetupWizard/SEMCSetupWizard.apk=com.sonyericsson.setupwizard
#/system/priv-app/SemcCameraUI-jniLibs64-xhdpi-release/SemcCameraUI-jniLibs64-xhdpi-release.apk=com.sonyericsson.android.camera
#/system/priv-app/SemcClock/SemcClock.apk=com.sonyericsson.organizer
#/system/priv-app/SemcContactsProvider/SemcContactsProvider.apk=com.android.providers.contacts
#/system/priv-app/SemcPhotoEditor-photoeditor-release/SemcPhotoEditor-photoeditor-release.apk=com.sonyericsson.photoeditor
#/system/priv-app/SemcStorageChecker/SemcStorageChecker.apk=com.sonymobile.storagechecker
#/system/priv-app/SemcTelephonyProvider/SemcTelephonyProvider.apk=com.android.providers.telephony
#/system/priv-app/Settings/Settings.apk=com.android.settings
#/system/priv-app/SettingsProvider/SettingsProvider.apk=com.android.providers.settings
#/system/priv-app/SharedStorageBackup/SharedStorageBackup.apk=com.android.sharedstoragebackup
#/system/priv-app/Shell/Shell.apk=com.android.shell
#/system/priv-app/SmartCharger/SmartCharger.apk=com.sonymobile.smartcharger
#/system/priv-app/SmartCleaner/SmartCleaner.apk=com.sonymobile.smartcleaner
#/system/priv-app/SomcChargingSupport/SomcChargingSupport.apk=com.sonymobile.chargingsupport
#/system/priv-app/SomcExtTelephony/SomcExtTelephony.apk=com.sonymobile.telephony.extension
#/system/priv-app/SomcGloveMode/SomcGloveMode.apk=com.sonymobile.glovemode
#/system/priv-app/SomcIccCustProvider/SomcIccCustProvider.apk=com.android.providers.icccust
#/system/priv-app/SomcIndeviceIntelligence-release/SomcIndeviceIntelligence-release.apk=com.sonymobile.indeviceintelligence
#/system/priv-app/SomcWifiDisplay/SomcWifiDisplay.apk=com.sonymobile.tvout.wifidisplay
#/system/priv-app/SomcWifiService/SomcWifiService.apk=com.sonymobile.wifi
#/system/priv-app/SoundPhotoCamera-xhdpi-release/SoundPhotoCamera-xhdpi-release.apk=com.sonymobile.android.addoncamera.soundphoto
#/system/priv-app/StatementService/StatementService.apk=com.android.statementservice
#/system/priv-app/StorageManager/StorageManager.apk=com.android.storagemanager
#/system/priv-app/SystemUI/SystemUI.apk=com.android.systemui
#/system/priv-app/TeleService/TeleService.apk=com.android.phone
#/system/priv-app/Telecom/Telecom.apk=com.android.server.telecom
#/system/priv-app/TimeShiftCamera-release/TimeShiftCamera-release.apk=com.sonymobile.android.addoncamera.timeshift
#/system/priv-app/VpnDialogs/VpnDialogs.apk=com.android.vpndialogs
#/system/priv-app/WallpaperCropper/WallpaperCropper.apk=com.android.wallpapercropper
#/system/priv-app/WapPush/WapPush.apk=com.sonyericsson.wappush
#/system/priv-app/assist_app-release/assist_app-release.apk=com.sonymobile.assist
#/system/priv-app/com.qualcomm.location/com.qualcomm.location.apk=com.qualcomm.location
#/system/priv-app/enhancedusbux/enhancedusbux.apk=com.sonyericsson.usbux
#/system/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk=com.qualcomm.qcrilmsgtunnel
#/system/priv-app/sound-picker-release/sound-picker-release.apk=com.sonyericsson.suquashi.soundpicker
#/vendor/app/FingerprintExtensionService/FingerprintExtensionService.apk=com.fingerprints.extension.service
#/vendor/app/SVIService/SVIService.apk=com.qualcomm.svi
#/vendor/app/SemcPowerSaveModule/SemcPowerSaveModule.apk=com.sonyericsson.psm.sysmonservice
#/vendor/app/SoundEnhancement/SoundEnhancement.apk=com.sonyericsson.soundenhancement
#/vendor/app/SuperStamina/SuperStamina.apk=com.sonymobile.superstamina
#/vendor/app/TimeService/TimeService.apk=com.qualcomm.timeservice
#/vendor/app/USMHome/USMHome.apk=com.sonymobile.usm
my setup: xZ1c stock G8441_47.1.A.12.235 Oreo 8.0.0 + Kernel .235 + Magisk 16.6 + TWRP 3.2.1

Thanks a lot, that's exactly what I've been looking for. I've been wanting to go back to stock since 15.1 custom ROMs have a couple of unbearable issues (SD card write support, mic not working during calls with headphone connected, camera even worse than usual, ...) but I've been dreading the whole song and dance of selectively removing the dozen preinstalled bloatware packages.
I'll try it and report how it worked.

Hi. As you have written, those reasons pushed me back to stock. camera/connectivity are biggies, privacy and battery life without google bloat is the next good thing.
cU

Has anyone tried this and can feed back on the results?

Didgesteve said:
Has anyone tried this and can feed back on the results?
Click to expand...
Click to collapse
Hi,
I did it and it worked.
One thing only, per default Google Playstore and Play Services are uninstalled. So no Playstore and no updates are available. I had to reinstall both of them via APK and after that Playstore started to work again.

SkyHigh76 said:
Hi,
I did it and it worked.
One thing only, per default Google Playstore and Play Services are uninstalled. So no Playstore and no updates are available. I had to reinstall both of them via APK and after that Playstore started to work again.
Click to expand...
Click to collapse
Well it is completly intentional, as written in the first post. You don't have to reinstall, just put # in the google section of the debloat list (file deb.xz1c.txt) or did you?

megaice said:
Well it is completly intentional, as written in the first post. You don't have to reinstall, just put # in the google section of the debloat list (file deb.xz1c.txt) or did you?
Click to expand...
Click to collapse
I did, I think may be I forgot something. Anyway its good to be able to get rid of some apps

Bump.
Tried it out with PIE (47.2.A.10.45 april)
(Dalvik/ART cache wiped after script)
Here is what i safely removed:
Code:
pm uninstall -k --user 0 com.amazon.mShop.android.shopping
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.spotify.music
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.amazon.avod.thirdpartyclient
pm uninstall -k --user 0 com.amazon.kindle
pm uninstall -k --user 0 com.s.antivirus
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper
pm uninstall -k --user 0 com.sonymobile.xperiaweather
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper.product.res.overlay
pm uninstall -k --user 0 com.sonymobile.xperialounge.services
pm uninstall -k --user 0 com.sonymobile.themes.xperialoops2
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.sonymobile.assist
pm uninstall -k --user 0 com.touchtype.swiftkey
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.sonymobile.home
pm uninstall -k --user 0 com.touchtype.swiftkey.res.overlay
pm uninstall -k --user 0 com.swiftkey.swiftkeyconfigurator
pm uninstall -k --user 0 com.sonymobile.dualshockmanager
pm uninstall -k --user 0 com.android.printspooler
pm uninstall -k --user 0 com.sony.tvsideview.videoph
pm uninstall -k --user 0 com.sonymobile.xperiaweather

TGN said:
Bump.
Tried it out with PIE (47.2.A.10.45 april)
(Dalvik/ART cache wiped after script)
Here is what i safely removed:
Click to expand...
Click to collapse
Thank you! How do you run that script? Put it in debloat.sh?

andacro said:
Thank you! How do you run that script? Put it in debloat.sh?
Click to expand...
Click to collapse
Ran it manually through adb.
Added some more sony crapware in the meantime.
adb shell
Code:
pm uninstall -k --user 0 com.amazon.mShop.android.shopping
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.spotify.music
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.amazon.avod.thirdpartyclient
pm uninstall -k --user 0 com.amazon.kindle
pm uninstall -k --user 0 com.s.antivirus
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper
pm uninstall -k --user 0 com.sonymobile.xperiaweather
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper.product.res.overlay
pm uninstall -k --user 0 com.sonymobile.xperialounge.services
pm uninstall -k --user 0 com.sonymobile.themes.xperialoops2
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.sonymobile.assist
pm uninstall -k --user 0 com.touchtype.swiftkey
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.sonymobile.home
pm uninstall -k --user 0 com.touchtype.swiftkey.res.overlay
pm uninstall -k --user 0 com.swiftkey.swiftkeyconfigurator
pm uninstall -k --user 0 com.sonymobile.dualshockmanager
pm uninstall -k --user 0 com.android.printspooler
pm uninstall -k --user 0 com.sony.tvsideview.videoph
pm uninstall -k --user 0 com.sonymobile.xperiaweather
pm uninstall -k --user 0 com.sonyericsson.android.camera3d
pm uninstall -k --user 0 com.sonymobile.glovemode
pm uninstall -k --user 0 com.qualcomm.qti.simsettings
pm uninstall -k --user 0 com.qti.qualcomm.datastatusnotification
pm uninstall -k --user 0 com.sonymobile.intelligent.iengine
pm uninstall -k --user 0 com.sonymobile.android.externalkeyboard
pm uninstall -k --user 0 com.quicinc.cne.CNEService
pm uninstall -k --user 0 com.sonymobile.android.externalkeyboard
pm uninstall -k --user 0 com.sonyericsson.settings.res.overlay_305
pm uninstall -k --user 0 com.sonymobile.intelligent.observer
pm uninstall -k --user 0 com.sonymobile.indeviceintelligence
pm uninstall -k --user 0 com.sonymobile.devicesecurity.service
pm uninstall -k --user 0 com.sonymobile.swiqisystemservice
pm uninstall -k --user 0 com.sonymobile.apnupdater.res.overlay_305
pm uninstall -k --user 0 com.sonymobile.anondata
pm uninstall -k --user 0 com.sonymobile.home.product.res.overlay
pm uninstall -k --user 0 com.sonymobile.prediction

TGN said:
Ran it manually through adb.
Added some more sony crapware in the meantime.
adb shell
Click to expand...
Click to collapse
Thanks. Copy & paste one line at a time?

andacro said:
Thanks. Copy & paste one line at a time?
Click to expand...
Click to collapse
In the meantime you probably tried it
in adb shell you can copy paste them all at once.
Careful, the sony home launcher and default swiftkeyboard are included in there (xperia keyboard ftw)
App2SDpro (with root) does the same thing.
Only then with a GUI.
Got some nifty options in that one though.

TGN said:
In the meantime you probably tried it
in adb shell you can copy paste them all at once.
Careful, the sony home launcher is included in there
App2SDpro (with root) does the same thing.
Only then with a GUI.
Got some nifty options in that one though.
Click to expand...
Click to collapse
Thanks, that's great. Didn't know. Used the Debloat module for Magisk. Can use it with 'adb shell'. Haven't used App2SDpro in ages. Thanks!

andacro said:
Thanks, that's great. Didn't know. Used the Debloat module for Magisk. Can use it with 'adb shell'. Haven't used App2SDpro in ages. Thanks!
Click to expand...
Click to collapse
Now that is something i didn't know!
I see ''Debloater (Terminal Emulator)'' listed under there.
Did you tried this one out?
*edit, i got it thanks!
Seems there are still some left-overs!
This is actually the way-more complete method which you gave, thanks!
It seems to grab it all!
5 - Reinstall Uninstalled Apps - comes in very handy

Not sure what I"m missing here...I copied the batch file and text file to my sd card, fired up adb, and typed su ./debloat_xz1c.bat
I didn't get an error or anything, at all really. But nothing happened. All the bloatware is still there. How are you guys executing this?
Cheers.

Hi, .bat files are ment to run under windows, so you have to run it from windows command prompt. the .bat and .txt file must be in the same directory. Do you have working adb shell? (it means adb drivers for your phone, flashtool or alternative adb tool)

TGN said:
Ran it manually through adb.
Added some more sony crapware in the meantime.
adb shell
Code:
pm uninstall -k --user 0 com.amazon.mShop.android.shopping
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.spotify.music
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.amazon.avod.thirdpartyclient
pm uninstall -k --user 0 com.amazon.kindle
pm uninstall -k --user 0 com.s.antivirus
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper
pm uninstall -k --user 0 com.sonymobile.xperiaweather
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper.product.res.overlay
pm uninstall -k --user 0 com.sonymobile.xperialounge.services
pm uninstall -k --user 0 com.sonymobile.themes.xperialoops2
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.sonymobile.assist
pm uninstall -k --user 0 com.touchtype.swiftkey
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.sonymobile.home
pm uninstall -k --user 0 com.touchtype.swiftkey.res.overlay
pm uninstall -k --user 0 com.swiftkey.swiftkeyconfigurator
pm uninstall -k --user 0 com.sonymobile.dualshockmanager
pm uninstall -k --user 0 com.android.printspooler
pm uninstall -k --user 0 com.sony.tvsideview.videoph
pm uninstall -k --user 0 com.sonymobile.xperiaweather
pm uninstall -k --user 0 com.sonyericsson.android.camera3d
pm uninstall -k --user 0 com.sonymobile.glovemode
pm uninstall -k --user 0 com.qualcomm.qti.simsettings
pm uninstall -k --user 0 com.qti.qualcomm.datastatusnotification
pm uninstall -k --user 0 com.sonymobile.intelligent.iengine
pm uninstall -k --user 0 com.sonymobile.android.externalkeyboard
pm uninstall -k --user 0 com.quicinc.cne.CNEService
pm uninstall -k --user 0 com.sonymobile.android.externalkeyboard
pm uninstall -k --user 0 com.sonyericsson.settings.res.overlay_305
pm uninstall -k --user 0 com.sonymobile.intelligent.observer
pm uninstall -k --user 0 com.sonymobile.indeviceintelligence
pm uninstall -k --user 0 com.sonymobile.devicesecurity.service
pm uninstall -k --user 0 com.sonymobile.swiqisystemservice
pm uninstall -k --user 0 com.sonymobile.apnupdater.res.overlay_305
pm uninstall -k --user 0 com.sonymobile.anondata
pm uninstall -k --user 0 com.sonymobile.home.product.res.overlay
pm uninstall -k --user 0 com.sonymobile.prediction
Click to expand...
Click to collapse
This ****ed me up, I just realized that something in here is needed, because running this second one you made breaks wifi calling -___-

Updated version for Android 9 stock here:
DEBLOAT Script XZ1 Compact - STOCK Pie - G8441_47.2.A.11.228 (No root, Android 9)

for xz1 G8341 pie .228 maybe someone can help me. thx

Related

9.5.14.0 - 4 days 7 hours on battery

Upgraded from 9.5.13.0 to 9.5.14.0
Bootloader - Unlocked
Bloatware - Removed
Root - No
RN5Pro
Battery remaining - 5%
Time on Battery - 4 days 7 hours 17 minutes on Battery
SOT - 6 hour 32 minutes
How did you remove Bloatware?
Only 4,000 Mah Will Do..
:angel:
mohan_168 said:
Upgraded from 9.5.13.0 to 9.5.14.0
Bootloader - Unlocked
Bloatware - Removed
Root - No
RN5Pro
Battery remaining - 55%
Time on Battery - 2 days 9 hours 42 minutes on Battery
SOT - 3 hour 17 minutes
Charging is faster on stock charger, and battery performance looks great.
Click to expand...
Click to collapse
Hi,
Please share your debloat script or safe to remove apps list, thank you !
thewhisper said:
Hi,
Please share your debloat script or safe to remove apps list, thank you !
Click to expand...
Click to collapse
Make sure USB debbuging is on from the developer options before you use it.
https://github.com/Saki-EU/XiaomiAD...oad/2.2.2/Xiaomi_ADB_Fastboot_Tools_2.2.2.zip
All the apps included in the script are safe to debloat. You can debloat other apps, but I wouldn't recommend it as you can cause a bootloop.
Are the stats after moderately using the phone or just leaving it mostly on standby?
Bw
Plz write full process of debloating and which apps u have debloated
Thanks & regard
Safe to remove bloat
adb devices
adb shell
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.xiaomi.mipicks
pm uninstall -k --user 0 com.android.browser
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.miui.bugreport
pm uninstall -k --user 0 com.miui.gallery
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.xiaomi.payment
pm uninstall -k --user 0 com.xiaomi.midrop
pm uninstall -k --user 0 com.miui.videoplayer
pm uninstall -k --user 0 com.miui.notes
pm uninstall -k --user 0 com.miui.player
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.xiaomi.scanner
pm uninstall -k --user 0 com.miui.screenrecorder
pm uninstall -k --user 0 com.miui.home
pm uninstall -k --user 0 com.miui.yellowpage
pm uninstall -k --user 0 com.google.android.marvin.talkback
pm uninstall -k --user 0 com.miui.hybrid
pm uninstall -k --user 0 com.miui.compass
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.miui.antispam
pm uninstall -k --user 0 com.miui.klo.bugreport
pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
pm uninstall -k --user 0 com.miui.cleanmaster
pm uninstall -k --user 0 com.miui.analytics
pm uninstall -k --user 0 com.miui.providers.weather
pm uninstall -k --user 0 com.miui.weather2
pm uninstall -k --user 0 com.google.android.talk
pm uninstall -k --user 0 com.google.android.tts
pm uninstall -k --user 0 com.miui.cloudservice
pm uninstall -k --user 0 com.miui.cloudbackup
pm uninstall -k --user 0 com.mi.webkit.core
mohan_168 said:
Safe to remove bloat
adb devices
adb shell
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.xiaomi.mipicks
pm uninstall -k --user 0 com.android.browser
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.miui.bugreport
pm uninstall -k --user 0 com.miui.gallery
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.xiaomi.payment
pm uninstall -k --user 0 com.xiaomi.midrop
pm uninstall -k --user 0 com.miui.videoplayer
pm uninstall -k --user 0 com.miui.notes
pm uninstall -k --user 0 com.miui.player
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.xiaomi.scanner
pm uninstall -k --user 0 com.miui.screenrecorder
pm uninstall -k --user 0 com.miui.home
pm uninstall -k --user 0 com.miui.yellowpage
pm uninstall -k --user 0 com.google.android.marvin.talkback
pm uninstall -k --user 0 com.miui.hybrid
pm uninstall -k --user 0 com.miui.compass
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.miui.antispam
pm uninstall -k --user 0 com.miui.klo.bugreport
pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
pm uninstall -k --user 0 com.miui.cleanmaster
pm uninstall -k --user 0 com.miui.analytics
pm uninstall -k --user 0 com.miui.providers.weather
pm uninstall -k --user 0 com.miui.weather2
pm uninstall -k --user 0 com.google.android.talk
pm uninstall -k --user 0 com.google.android.tts
pm uninstall -k --user 0 com.miui.cloudservice
pm uninstall -k --user 0 com.miui.cloudbackup
pm uninstall -k --user 0 com.mi.webkit.core
Click to expand...
Click to collapse
Gallery ? Chrome ? Video player ? clean master ? tts ? compass ? bro what are you doing with your phone,i think u are calling all Android ecosystem a bloat how do you use your phone as a smartphone without these apps
reza6d said:
Gallery ? Chrome ? Video player ? clean master ? tts ? compass ? bro what are you doing with your phone,i think u are calling all Android ecosystem a bloat how do you use your phone as a smartphone without these apps
Click to expand...
Click to collapse
I use Moto gallery app
I use Firefox
I use Nova launcher
just that, I don't trust the chinese bull**** that comes with phone. Clean master is utter BS to begin with, so I will stop myself right there.
Bro after 9.5.14.0 update volume rocker not work sometime
After reboot its fine
Then again an again
Happens the bull****:crying:
mohan_168 said:
I use Moto gallery app
I use Firefox
I use Nova launcher
just that, I don't trust the chinese bull**** that comes with phone. Clean master is utter BS to begin with, so I will stop myself right there.
Click to expand...
Click to collapse
I'll try the script, no fcs while removing more stuff you posted? I used the debloater tool but still I find plenty of stuff which I dont need. Just like you, I use open gallery, nova launcher and shuttle+ instead of MIUI bloatwares.
That's my battery stats. 4hrs sot, almost 2 days standby and still 56% battery left. Removing all bloatwares including MIUI apps like Gallery, Music, Video etc helps a lot.
With all MIUI apps.
2days 6hours battery with 8hours SOT
Guys I have updated after getting the ota, but strangely I see a jitteryness and also my Microsoft outlook is not notifying me on new mails which didn't happen earlier.
Is it recommended to do a clean flash?
what if i want to keep some of them apps? can i just edit zip. or use the commands just skip the ones i need thanks.
Can you paint me to a video of how to do it, or can you post stop by step instructions. Thank you.
Sent from my Redmi Note 5 using Tapatalk
raptorddd said:
what if i want to keep some of them apps? can i just edit zip. or use the commands just skip the ones i need thanks.
Click to expand...
Click to collapse
just skip those commands... if you want to add any apps then add new command with app package name
SunilSuni said:
just skip those commands... if you want to add any apps then add new command with app package name
Click to expand...
Click to collapse
thanks
Here's mine, loving battery life. Havent rooted, unlocked bootloader or modified apart from disabling some apps. I'm pretty conservative, as I'm on WiFi pretty much all the time, so mobile data preference is set to 2G also.
Sent from my Redmi Note 5 using Tapatalk
abdullah1994uk said:
Make sure USB debbuging is on from the developer options before you use it.
https://github.com/Saki-EU/XiaomiAD...oad/2.2.2/Xiaomi_ADB_Fastboot_Tools_2.2.2.zip
All the apps included in the script are safe to debloat. You can debloat other apps, but I wouldn't recommend it as you can cause a bootloop.
Click to expand...
Click to collapse
The link is not working. Could you please give me a working like ?
Tnx

(No Root Needed) Remove Bloatware from LG G7 and LG V35/LG V40

So for those of you who want to remove the non-removable system and google apps from your V35 or LG G7, there is a tried method that I used that I wanted to reshare to you guys.
1. Enable USB debugging on you phone in dev settings (click Build settings 5 times to activate dev mode)
2.Install adb and Open command prompt to adb
3.Type adb devices
(If you see something like C:\adb>adb devices
List of devices attached
LMfff344443 device
then you're good)
5.Type: "Adb shell"
6.Now type "pm list packages"
7.Select the app/package and type "pm uninstall -k --user 0 name of package”
8. If it says Success it means it's been uninstalled from your device.
Safe to Remove Apps from the Google Fi Version of the V35 - Will work on most Lg's regardless(Pick the ones you want to remove and keep, yourself)
pm uninstall -k --user 0 com.nextradioapp.nextradio
Removes Next Radio
pm uninstall -k --user 0 com.google.android.apps.photos
Removes Google Photos
pm uninstall -k --user 0 com.google.android.music
Removes Google Play Music
pm uninstall -k --user 0 com.google.android.videos
Removes Google Play Music and TV
pm uninstall -k --user 0 com.lge.theme.highcontrast
Removed High Contrast
pm uninstall -k --user 0 com.lge.qmemoplus
Removed MemoPlus
pm uninstall -k --user 0 com.lge.qhelp
pm uninstall -k --user 0 com.lge.qhelp.application
Removes Quick Help
pm uninstall -k --user 0 com.lge.bnr
pm uninstall -k --user 0 com.lge.bnr.launcher
Removes Lg Mobile Switcher
pm uninstall -k --user 0 com.lge.gallery.vr.wallpaper
Removes Vr Wallpaper
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.katana
Removes Facebook
pm uninstall -k --user 0 com.lge.music
Removes Lg Music
pm uninstall -k --user 0 com.lge.email
pm uninstall -k --user 0 com.lge.exchange
#LG Health App:
pm uninstall -k --user 0 com.lge.lifetracker
pm uninstall -k --user 0 com.crucialsoft.fido.client
pm uninstall -k --user 0 com.lge.lgworld
Instagram
pm uninstall -k --user 0 com.instagram.android
You can narrow a search for an app by using grep: pm list packages | grep -i radio
Make sure to thank me if this helped at all. Thanks!
Or, if you feel like spending the $2.99, you can buy "Package disabler pro for LG" from the Play store and easily disable system apps and services at your convenience. Been working well for me for a few years, since I keep making the mistake of buying LG devices, thinking that each one will FINALLY be the one that will be easily bootloader unlocked and rooted. They never are. This very expensive V35 that I have NO real control over will definitely be my last LG phone. Off to the Pixel line I go. Tired of being 2 or 3 major Android versions behind the times.
Zhono said:
Or, if you feel like spending the $2.99, you can buy "Package disabler pro for LG" from the Play store and easily disable system apps and services at your convenience. Been working well for me for a few years, since I keep making the mistake of buying LG devices, thinking that each one will FINALLY be the one that will be easily bootloader unlocked and rooted. They never are. This very expensive V35 that I have NO real control over will definitely be my last LG phone. Off to the Pixel line I go. Tired of being 2 or 3 major Android versions behind the times.
Click to expand...
Click to collapse
Will this app remove the AT&T bloatware on the V35?
X-Nemesis said:
Will this app remove the AT&T bloatware on the V35?
Click to expand...
Click to collapse
I can't say for sure, but I would guess yes. I've used it to disable bloat on various LG phones I had with other carriers. I've also used the original non-LG specific app to disable bloat on at&t phones that I've owned. Worst case scenario, buy the app, try to disable something and if it doesn't work, just hit the refund button.
Thank you.
This is an excellent way to remove unwanted apps in a non-rooted phone. Works with my LG V35 Thinq Unlocked by AT&T. Most of us know this method for removing unwanted apps, but thank you for the post/reminder/instructions.
Just a quick thank you as well - I have a v35 for personal use and a v30 for work use - both are on AT&T. My v30 got the Pie update a few days ago on October 2nd, and I just don't like it. The UI feels clunky and has a noticeable increase in battery drain; with no other changes made in usage habits, etc.
Used an APK extractor / backup app (free on play store) to back up the following two "System Update" system apps on my v35:
Code:
com.lge.android.atservice
com.lge.lgdmsclientatt
I then used the OP method to uninstall. So far I've only had the first prompt to upgrade my v35 from Oreo to Pie (or so I presume since this is happening within days of my v30 receiving the OTA Pie update on the same carrier.) That is when I found and implemented this method. Time will tell in the following days if this sticks.
I'd like to go back to oreo on the v30 but it's a work phone and I can't really do much at the moment w/o risking anything. I primarily wanted to prevent my personal v35 from updating.
"If it ain't broke, don't fix it!!" I really wish the option to disable system updates under Developer Options would work without having to do this.
Zhono said:
This very expensive V35 that I have NO real control over will definitely be my last LG phone.
Click to expand...
Click to collapse
what control do you not have with the unrooted phone? i'm just curious because i'm thinking of getting this phone
What about LG Update Center? Can that be safely removed?
konoplya said:
what control do you not have with the unrooted phone? i'm just curious because i'm thinking of getting this phone
Click to expand...
Click to collapse
All control. Until you are rooted, the carrier/OEM still owns your phone.
Example: With Galaxy Note 7, Samsung pushed update to purposely BRICK all phones. The only ones who kept using their phones were those who rooted.
No, not all Galaxy Note 7 had battery problems. But Samsung was tired of the headlines, so they bricked all Galaxy Note 7 and made people get months older Galaxy 7/7+ in exchange. If people wanted those older phones they would have bought them in the first place...
People who had rooted their nrw Note 7 were not affected by the brick forced update. Because it couldn't be forced on them.
___
Also with rooted phones you can install TWRP custom recovery to make updates you can restore. You can install Magisk mods to add functionality you can NOT get with stock firmware alone.
"Rooted" means you are the "administrator" of your handheld computer. Until then, the carrier/manufacturer is the admin.
Hello guys, this method will work with android 10? My v35 unlocked at&t is on android 10. Thanks
btc2003 said:
Hello guys, this method will work with android 10? My v35 unlocked at&t is on android 10. Thanks
Click to expand...
Click to collapse
I am in Korean Android 10 rom and tried Package Disabler for LG and it works fine, as in Pie.
The methodology behind the app is quite similar therefore I presume that the instructions above will work properly.
pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
pm uninstall -k --user 0 com.android.hotwordenrollment.xgoogle
pm uninstall -k --user 0 com.google.android.apps.wellbeing
pm uninstall -k --user 0 com.google.android.marvin.talkback
pm uninstall -k --user 0 com.lge.ime.solution.handwriting
pm uninstall -k --user 0 com.lge.ime.solution.tshanja
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.google.android.apps.docs.editors.docs
pm uninstall -k --user 0 com.google.android.apps.docs.editors.sheets
pm uninstall -k --user 0 com.google.android.apps.docs.editors.slides
pm uninstall -k --user 0 com.google.android.tts
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.ar.core
pm uninstall -k --user 0 com.google.ar.lens
pm uninstall -k --user 0 com.lge.email
pm uninstall -k --user 0 com.lge.exchange
pm uninstall -k --user 0 com.lge.gamelauncher
pm uninstall -k --user 0 com.lge.gametools.gamerecorder
pm uninstall -k --user 0 com.lge.gametuner
pm uninstall -k --user 0 com.android.cellbroadcastreceiver
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.google.android.gm
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.projection.gearhead
pm uninstall -k --user 0 com.google.android.syncadapters.calendar
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.lge.appbox.client
pm uninstall -k --user 0 com.lge.briefing
pm uninstall -k --user 0 com.lge.ime
pm uninstall -k --user 0 com.lge.ime.solution.text
pm uninstall -k --user 0 com.lge.lgworld
pm uninstall -k --user 0 com.lge.lifetracker
pm uninstall -k --user 0 com.lge.livemessage
pm uninstall -k --user 0 com.lge.qhelp
pm uninstall -k --user 0 com.lge.qhelp.application
pm uninstall -k --user 0 com.lge.smartsuggestion
pm uninstall -k --user 0 com.lge.updatecenter
pm uninstall -k --user 0 com.rsupport.rs.activity.lge.allinone
my list
pm uninstall -k --user 0 com.android.cellbroadcastreceiver
pm uninstall -k --user 0 com.android.gallery3d
pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
pm uninstall -k --user 0 com.android.hotwordenrollment.xgoogle
pm uninstall -k --user 0 com.android.stk
pm uninstall -k --user 0 com.android.wallpaper.livepicker
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.google.android.apps.docs.editors.docs
pm uninstall -k --user 0 com.google.android.apps.docs.editors.sheets
pm uninstall -k --user 0 com.google.android.apps.docs.editors.slides
pm uninstall -k --user 0 com.google.android.apps.maps
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.google.android.apps.turbo
pm uninstall -k --user 0 com.google.android.apps.wellbeing
pm uninstall -k --user 0 com.google.android.feedback
pm uninstall -k --user 0 com.google.android.gm
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.google.android.marvin.talkback
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.printservice.recommendation
pm uninstall -k --user 0 com.google.android.projection.gearhead
pm uninstall -k --user 0 com.google.android.syncadapters.calendar
pm uninstall -k --user 0 com.google.android.tts
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.ar.core
pm uninstall -k --user 0 com.google.ar.lens
pm uninstall -k --user 0 com.lge.appbox.client
pm uninstall -k --user 0 com.lge.appbox.installer
pm uninstall -k --user 0 com.lge.briefing
pm uninstall -k --user 0 com.lge.cloudhub
pm uninstall -k --user 0 com.lge.email
pm uninstall -k --user 0 com.lge.exchange
pm uninstall -k --user 0 com.lge.filemanager
pm uninstall -k --user 0 com.lge.fmradio
pm uninstall -k --user 0 com.lge.gallery.aodimagewidget
pm uninstall -k --user 0 com.lge.gallery.collagewallpaper
pm uninstall -k --user 0 com.lge.gallery.vr.wallpaper
pm uninstall -k --user 0 com.lge.gamelauncher
pm uninstall -k --user 0 com.lge.gametools.gamerecorder
pm uninstall -k --user 0 com.lge.gametuner
pm uninstall -k --user 0 com.lge.iftttmanager
pm uninstall -k --user 0 com.lge.ime
pm uninstall -k --user 0 com.lge.ime.solution.handwriting
pm uninstall -k --user 0 com.lge.ime.solution.text
pm uninstall -k --user 0 com.lge.ime.solution.tshanja
pm uninstall -k --user 0 com.lge.lgdmsclient
pm uninstall -k --user 0 com.lge.lgworld
pm uninstall -k --user 0 com.lge.lifetracker
pm uninstall -k --user 0 com.lge.livemessage
pm uninstall -k --user 0 com.lge.livewallpaper.multiphoto
pm uninstall -k --user 0 com.lge.myplace
pm uninstall -k --user 0 com.lge.myplace.engine
pm uninstall -k --user 0 com.lge.provider.signboard
pm uninstall -k --user 0 com.lge.qhelp
pm uninstall -k --user 0 com.lge.qhelp.application
pm uninstall -k --user 0 com.lge.signboard
pm uninstall -k --user 0 com.lge.signboard.settings
pm uninstall -k --user 0 com.lge.sizechangable.weather
pm uninstall -k --user 0 com.lge.sizechangable.weather.platform
pm uninstall -k --user 0 com.lge.sizechangable.weather.theme.optimus
pm uninstall -k --user 0 com.lge.smartshare
pm uninstall -k --user 0 com.lge.smartshare.provider
pm uninstall -k --user 0 com.lge.smartsharepush
pm uninstall -k --user 0 com.lge.smartsuggestion
pm uninstall -k --user 0 com.lge.updatecenter
pm uninstall -k --user 0 com.lge.video.vr.wallpaper
pm uninstall -k --user 0 com.lge.voiceprint
pm uninstall -k --user 0 com.rsupport.rs.activity.lge.allinone
Zhono said:
Or, if you feel like spending the $2.99, you can buy "Package disabler pro for LG" from the Play store and easily disable system apps and services at your convenience. Been working well for me for a few years, since I keep making the mistake of buying LG devices, thinking that each one will FINALLY be the one that will be easily bootloader unlocked and rooted. They never are. This very expensive V35 that I have NO real control over will definitely be my last LG phone. Off to the Pixel line I go. Tired of being 2 or 3 major Android versions behind the times.
Click to expand...
Click to collapse
I have this app and it is great but a lot of the disabled apps and packages still show up as running processes. Facebook app manager for example and device health services and always on display aren't hibernating or disabled.

Debloat/Disable System Apps

So you got your new shiny realme device but you hate bloatware or want to disable system apps so you can use 3rd party apps instead? Follow the steps below:
THIS DOES NOT REQUIRE ROOT HOWEVER MAKE SURE NOT TO DISABLE IMPORTANT SYSTEM APPS. WIPE DATA/FORMATTING RE-ENABLES ALL SYSTEM APPS. THIS DOES NOT MESS WITH OTAs.
WHAT YOU NEED:-
ADB/Fastboot Drivers Windows
HTML:
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
, Linux
HTML:
https://dl.google.com/android/repository/platform-tools-latest-linux.zip
DEBLOAT:-
1. Enable developer options by tapping on the build number 7 times and enable USB Debugging.
2. Plug in your phone.
3. Goto the folder where ADB is installed, hold shift and right click, and click on open command window here(windows).
4. Type in CMD
Code:
adb devices
or in Powershell
Code:
./adb devices
.
5. This should return the ID of your device and show if its authorised. Enable Promt on your Phone if it shows unauthorised.
6. Type in cmd
Code:
adb shell
,in Powershell
Code:
./adb shell
.
7. This should display a prompt, something like RMXxxxx:/ $
8. To uninstall type
Code:
pm uninstall -k --user 0 <name of the package>
To disable type
Code:
pm disable-user --user 0 <name of the package>
eg: pm uninstall -k --user 0 com.heytap.browser / pm disable-user --user 0 com.heytap.browser
9. Done!
To reinstall uninstalled apps type
Code:
pm install-existing <name of the package>
To enable disabled apps type
Code:
pm enable <name of the package>
Some apps do not uninstall such as market and gamecenter, disabling is the only option.
debdeep98 said:
So you got your new shiny realme device but you hate bloatware or want to disable system apps so you can use 3rd party apps instead? Follow the steps below:
THIS DOES NOT REQUIRE ROOT HOWEVER MAKE SURE NOT TO DISABLE IMPORTANT SYSTEM APPS. WIPE DATA/FORMATTING RE-ENABLES ALL SYSTEM APPS. THIS DOES NOT MESS WITH OTAs.
WHAT YOU NEED:-
ADB/Fastboot Drivers Windowshttps://dl.google.com/android/repository/platform-tools-latest-windows.zip
, Linuxhttps://dl.google.com/android/repository/platform-tools-latest-linux.zip
DEBLOAT:-
1. Enable developer options by tapping on the build number 7 times and enable USB Debugging.
2. Plug in your phone.
3. Goto the folder where ADB is installed, hold shift and right click, and click on open command window here(windows).
4. Type in CMD or in Powershell .
5. This should return the ID of your device and show if its authorised. Enable Promt on your Phone if it shows unauthorised.
6. Type in cmd ,in Powershell .
7. This should display a prompt, something like RMXxxxx:/ $
8. To uninstall type
To disable type
eg: pm uninstall -k --user 0 com.heytap.browser / pm disable-user --user 0 com.heytap.browser
9. Done!
To reinstall uninstalled apps type
To enable disabled apps type
Some apps do not uninstall such as market and gamecenter, disabling is the only option.
Click to expand...
Click to collapse
yey..
debdeep98 said:
Some apps do not uninstall such as market and gamecenter, disabling is the only option.
Click to expand...
Click to collapse
I tried but gamecenter can't be disabled either.
PLease list all possible apps also which you have debloated. There are more then 100 apps visible.
Uninstall Realme Bloatware​I have prepared a list of safe-to-remove apps on my realme 7 pro device.
​Realme 7 pro
Android:-
pm uninstall -k --user 0 com.android.mms.service
pm uninstall -k --user 0 com.android.providers.calendar
pm uninstall -k --user 0 com.android.backupconfirm
pm uninstall -k --user 0 com.android.inputdevices
pm uninstall -k --user 0 com.android.wallpapercropper
pm uninstall -k --user 0 com.android.wallpaper.livepicker
pm uninstall -k --user 0 com.android.bluetoothmidiservice
pm uninstall -k --user 0 com.android.traceur
pm uninstall -k --user 0 com.android.htmlviewer
pm uninstall -k --user 0 com.android.wallpaperbackup
pm uninstall -k --user 0 com.android.bookmarkprovider
pm uninstall -k --user 0 com.android.calllogbackup
pm uninstall -k --user 0 com.google.android.cellbroadcastservice
pm uninstall -k --user 0 com.android.cellbroadcastreceiver
pm uninstall -k --user 0 com.google.android.cellbroadcastreceiver
pm uninstall -k --user 0 com.android.cellbroadcastreceiver.overlay.common
pm uninstall -k --user 0 com.android.sharedstoragebackup
pm uninstall -k --user 0 com.android.stk
pm uninstall -k --user 0 com.android.statementservice
pm uninstall -k --user 0 com.android.bips
pm uninstall -k --user 0 com.android.email.partnerprovider
pm uninstall -k --user 0 com.android.managedprovisioning
pm uninstall -k --user 0 com.android.providers.partnerbookmarks
Google:-
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.google.android.overlay.modules.permissioncontroller
pm uninstall -k --user 0 com.google.android.overlay.modules.permissioncontroller.forframework
pm uninstall -k --user 0 com.google.android.permissioncontroller.overlay.oppo
pm uninstall -k --user 0 com.google.android.overlay.gms
pm uninstall -k --user 0 com.google.android.overlay.gmsconfig.common
pm uninstall -k --user 0 com.google.android.overlay.gmsconfig.comms
pm uninstall -k --user 0 com.google.android.overlay.gmsconfig.gsa
pm uninstall -k --user 0 com.google.ar.core
pm uninstall -k --user 0 com.google.android.onetimeinitializer
pm uninstall -k --user 0 com.google.android.gms.location.history
pm uninstall -k --user 0 com.google.android.apps.nbu.paisa.user
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.google.ar.lens
pm uninstall -k --user 0 com.google.android.apps.podcasts
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.apps.nbu.files
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.android.apps.maps
pm uninstall -k --user 0 com.google.android.accessibility.soundamplifier
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.inputmethod.latin (if you have other keyboard app)
pm uninstall -k --user 0 com.google.android.apps.restore
pm uninstall -k --user 0 com.google.android.apps.wellbeing
pm uninstall -k --user 0 com.google.android.calendar
pm uninstall -k --user 0 com.google.android.feedback
pm uninstall -k --user 0 com.google.android.gm
pm uninstall -k --user 0 com.google.android.keep
pm uninstall -k --user 0 com.google.android.marvin.talkback
pm uninstall -k --user 0 com.google.android.partnersetup
pm uninstall -k --user 0 com.google.android.printservice.recommendation
pm uninstall -k --user 0 com.google.android.projection.gearhead
pm uninstall -k --user 0 com.google.android.tag
pm uninstall -k --user 0 com.google.android.tts
pm uninstall -k --user 0 com.google.android.apps.youtube.music
pm uninstall -k --user 0 com.google.android.apps.googleassistant
pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
Realme
pm uninstall -k --user 0 com.coloros.activation
pm uninstall -k --user 0 com.coloros.ocrservice
pm uninstall -k --user 0 com.coloros.wallpaper
pm uninstall -k --user 0 com.coloros.karaoke
pm uninstall -k --user 0 com.coloros.healthservice
pm uninstall -k --user 0 com.coloros.logkit
pm uninstall -k --user 0 com.coloros.athena
pm uninstall -k --user 0 com.coloros.bootreg
pm uninstall -k --user 0 com.coloros.calculator
pm uninstall -k --user 0 com.coloros.soundrecorder
pm uninstall -k --user 0 com.coloros.smartsidebar
pm uninstall -k --user 0 com.coloros.ocs.opencapabilityservice
pm uninstall -k --user 0 com.coloros.providers.downloads.ui
pm uninstall -k --user 0 com.coloros.securepay
pm uninstall -k --user 0 com.coloros.childrenspace
pm uninstall -k --user 0 com.coloros.compass2
pm uninstall -k --user 0 com.coloros.floatassistant
pm uninstall -k --user 0 com.coloros.focusmode
pm uninstall -k --user 0 com.coloros.ocrscanner
pm uninstall -k --user 0 com.coloros.oshare
pm uninstall -k --user 0 com.coloros.phonemanager
pm uninstall -k --user 0 com.coloros.translate.engine
pm uninstall -k --user 0 com.coloros.video
pm uninstall -k --user 0 com.coloros.weather2
pm uninstall -k --user 0 com.coloros.wifibackuprestore
pm uninstall -k --user 0 com.coloros.locationproxy
pm uninstall -k --user 0 com.coloros.backuprestore
pm uninstall -k --user 0 com.coloros.filemanager
pm uninstall -k --user 0 com.coloros.gamespaceui
pm uninstall -k --user 0 com.coloros.gamespace
pm uninstall -k --user 0 com.coloros.deepthinker
pm uninstall -k --user 0 com.coloros.healthcheck
pm uninstall -k --user 0 com.coloros.securitypermission
pm uninstall -k --user 0 com.coloros.securitykeyboard
pm uninstall -k --user 0 com.heytap.browser
pm uninstall -k --user 0 com.heytap.themestore
pm uninstall -k --user 0 com.heytap.colorfulengine
pm uninstall -k --user 0 com.heytap.music
pm uninstall -k --user 0 com.heytap.cloud
pm uninstall -k --user 0 com.heytap.datamigration
pm uninstall -k --user 0 com.heytap.mcs
pm uninstall -k --user 0 com.heytap.openid
pm uninstall -k --user 0 com.heytap.pictorial
pm uninstall -k --user 0 com.heytap.usercenter
pm uninstall -k --user 0 com.heytap.cast
pm uninstall -k --user 0 com.oppo.atlas
pm uninstall -k --user 0 com.oppo.camera (if you have another camera app)
pm uninstall -k --user 0 com.oppo.bttestmode
pm uninstall -k --user 0 com.oppo.operationManual
pm uninstall -k --user 0 com.oppo.qualityprotect
pm uninstall -k --user 0 com.oppo.quicksearchbox
pm uninstall -k --user 0 com.oppo.engineermode
pm uninstall -k --user 0 com.oppo.engineermode.camera
pm uninstall -k --user 0 com.oppo.engineermode.network
pm uninstall -k --user 0 com.oppo.oppopowermonitor
pm uninstall -k --user 0 com.oppo.wifitest
pm uninstall -k --user 0 com.oppo.lfeh
pm uninstall -k --user 0 com.oppo.tzupdate
pm uninstall -k --user 0 com.oppo.sos
pm uninstall -k --user 0 com.oppoex.afterservice
pm uninstall -k --user 0 com.oplus.crashbox
pm uninstall -k --user 0 com.oplus.location
pm uninstall -k --user 0 com.oplus.oscenter
pm uninstall -k --user 0 com.oplus.onetrace
pm uninstall -k --user 0 com.oplus.postmanservice
pm uninstall -k --user 0 com.oplus.eid
pm uninstall -k --user 0 com.oplus.customize.coreapp
pm uninstall -k --user 0 com.realme.wellbeing
pm uninstall -k --user 0 com.realme.movieshot
pm uninstall -k --user 0 com.realme.securitycheck
Qualcom
pm uninstall -k --user 0 com.qualcomm.embms
pm uninstall -k --user 0 com.qualcomm.qti.uim
pm uninstall -k --user 0 com.qualcomm.qti.ims
pm uninstall -k --user 0 com.qti.qualcomm.deviceinfo
pm uninstall -k --user 0 com.qti.qualcomm.datastatusnotification
pm uninstall -k --user 0 com.qualcomm.location
pm uninstall -k --user 0 com.qualcomm.qti.dynamicddsservice
pm uninstall -k --user 0 com.qualcomm.qti.lpa
pm uninstall -k --user 0 com.qualcomm.qti.simcontacts
pm uninstall -k --user 0 com.qualcomm.qti.simsettings
pm uninstall -k --user 0 com.qualcomm.qti.uimGbaApp
pm uninstall -k --user 0 com.qualcomm.uimremoteclient
pm uninstall -k --user 0 com.qualcomm.qti.remoteSimlockAuth
pm uninstall -k --user 0 com.qualcomm.qti.modemtestmode
pm uninstall -k --user 0 com.qualcomm.uimremoteserver
pm uninstall -k --user 0 com.qti.confuridialer
pm uninstall -k --user 0 com.qti.dpmserviceapp
pm uninstall -k --user 0 com.qti.xdivert
other
pm uninstall -k --user 0 com.nearme.atlas
pm uninstall -k --user 0 com.nearme.romupdate
pm uninstall -k --user 0 com.nearme.statistics.rom
pm uninstall -k --user 0 com.redteamobile.roaming
pm uninstall -k --user 0 com.tencent.soter.soterserver
pm uninstall -k --user 0 com.finshell.fin
pm uninstall -k --user 0 com.amazon.appmanager
pm uninstall -k --user 0 com.ses.entitlement.o2
pm uninstall -k --user 0 com.daemon.shelper
pm uninstall -k --user 0 com.fido.uafclient
pm uninstall -k --user 0 com.fido.asm
pm uninstall -k --user 0 com.mediatek.omacp
pm uninstall -k --user 0 com.opos.cs
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
if you want to Reinstall an app:
cmd package install-existing --user 0 <package name>
Is this work on Vivo's IQOO 7 Leg.. version ??
vettayyan said:
Is this work on Vivo's IQOO 7 Leg.. version ??
Click to expand...
Click to collapse
Works on every Android device
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Where I'm going wrong ?? Using Vivo IQOO 7 running Fun OS based on Android 11 !!
vettayyan said:
View attachment 5385297
Where I'm going wrong ?? Using Vivo IQOO 7 running Fun OS based on Android 11 !!
Click to expand...
Click to collapse
Bro try 1 on the space of 0
I think it will work
vettayyan said:
View attachment 5385297
Where I'm going wrong ?? Using Vivo IQOO 7 running Fun OS based on Android 11 !!
Click to expand...
Click to collapse
Chrome is not installed. Also avoid -k. It's useless.
Or use this ADB_AppControl > https://forum.xda-developers.com/t/...mate-app-manager-debloat-tool-tweaks.4147837/
i uninstalled app market
debdeep98 said:
So you got your new shiny realme device but you hate bloatware or want to disable system apps so you can use 3rd party apps instead? Follow the steps below:
THIS DOES NOT REQUIRE ROOT HOWEVER MAKE SURE NOT TO DISABLE IMPORTANT SYSTEM APPS. WIPE DATA/FORMATTING RE-ENABLES ALL SYSTEM APPS. THIS DOES NOT MESS WITH OTAs.
WHAT YOU NEED:-
ADB/Fastboot Drivers Windows
HTML:
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
, Linux
HTML:
https://dl.google.com/android/repository/platform-tools-latest-linux.zip
DEBLOAT:-
1. Enable developer options by tapping on the build number 7 times and enable USB Debugging.
2. Plug in your phone.
3. Goto the folder where ADB is installed, hold shift and right click, and click on open command window here(windows).
4. Type in CMD
Code:
adb devices
or in Powershell
Code:
./adb devices
.
5. This should return the ID of your device and show if its authorised. Enable Promt on your Phone if it shows unauthorised.
6. Type in cmd
Code:
adb shell
,in Powershell
Code:
./adb shell
.
7. This should display a prompt, something like RMXxxxx:/ $
8. To uninstall type
Code:
pm uninstall -k --user 0 <name of the package>
To disable type
Code:
pm disable-user --user 0 <name of the package>
eg: pm uninstall -k --user 0 com.heytap.browser / pm disable-user --user 0 com.heytap.browser
9. Done!
To reinstall uninstalled apps type
Code:
pm install-existing <name of the package>
To enable disabled apps type
Code:
pm enable <name of the package>
Some apps do not uninstall such as market and gamecenter, disabling is the only option.
Click to expand...
Click to collapse
debdeep98 said:
So you got your new shiny realme device but you hate bloatware or want to disable system apps so you can use 3rd party apps instead? Follow the steps below:
THIS DOES NOT REQUIRE ROOT HOWEVER MAKE SURE NOT TO DISABLE IMPORTANT SYSTEM APPS. WIPE DATA/FORMATTING RE-ENABLES ALL SYSTEM APPS. THIS DOES NOT MESS WITH OTAs.
WHAT YOU NEED:-
ADB/Fastboot Drivers Windows
HTML:
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
, Linux
HTML:
https://dl.google.com/android/repository/platform-tools-latest-linux.zip
DEBLOAT:-
1. Enable developer options by tapping on the build number 7 times and enable USB Debugging.
2. Plug in your phone.
3. Goto the folder where ADB is installed, hold shift and right click, and click on open command window here(windows).
4. Type in CMD
Code:
adb devices
or in Powershell
Code:
./adb devices
.
5. This should return the ID of your device and show if its authorised. Enable Promt on your Phone if it shows unauthorised.
6. Type in cmd
Code:
adb shell
,in Powershell
Code:
./adb shell
.
7. This should display a prompt, something like RMXxxxx:/ $
8. To uninstall type
Code:
pm uninstall -k --user 0 <name of the package>
To disable type
Code:
pm disable-user --user 0 <name of the package>
eg: pm uninstall -k --user 0 com.heytap.browser / pm disable-user --user 0 com.heytap.browser
9. Done!
To reinstall uninstalled apps type
Code:
pm install-existing <name of the package>
To enable disabled apps type
Code:
pm enable <name of the package>
Some apps do not uninstall such as market and gamecenter, disabling is the only option.
Click to expand...
Click to collapse
is it safe to factory reset after removing these apps, will it come back after uninstalled?
deserted said:
Or use this ADB_AppControl > https://forum.xda-developers.com/t/...mate-app-manager-debloat-tool-tweaks.4147837/
Click to expand...
Click to collapse
i use this app and remove some bloatwares i am worried if my phone would brick if i do a factory reset
@Lynux said:
is it safe to factory reset after removing these apps, will it come back after uninstalled?
Click to expand...
Click to collapse
It'll come back.
debdeep98 said:
It'll come back.
Click to expand...
Click to collapse
i uninstalled some apps like app market, mobile printing service and i disabled weather and are you saying that all if the apps i deleted will be back after a reset and i am worried to face bootloop because i uninstalled some system apps

[HELP] Unable to use Mi account after MIUI Bloatwares uninstallation!

Yesterday I wanted to free some space on my MI6 Sagit running an unlocked MIUI 11.0.6 on top of A 9.0, I used ADB commands to uninstall system apps as well as some of MIUI features that I don't actually use.
I used the below mentioned ABD Commands, now as far as I can say there is no Bloatware from the command I used that is directly responsable for MI Account service as I kept some apps becuase I still use Mi Cloud, Find my Device, and MI Browser, whitch all Linked to the Mi Account; the problem though, Now I connot log into Setting-->Mi account menu as it crashes every time!
Everything else is working just fine, I was able to free up 6 gigs of storage and my startup times are noticeably shorter than before, a lot of annoying ads and apps now are gone too :good:
I also tried Xiaomi's ADB Fastboot tool to reinstall system apps and I couldn't restore the Mi account menu, I tried to reinstall them one by one while restarting every singel time to ensure that all services'll fresh start as well.
PS. FACTORY RESET IS NOT AN OPTION at the moment as I'm worried to lose my online banking authentication app that need to be aet again by the bank's employees!
So MIUI users out there, have you ever experienced such a Failure! and is there any of the following app packages that controls the Mi account's setting???
pm uninstall -k --user 0 com.mi.android.globalFileexplorer
pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
pm uninstall -k --user 0 com.miui.fmservice
pm uninstall -k --user 0 com.milink.service
pm uninstall -k --user 0 com.miui.yellowpage
pm uninstall -k --user 0 com.mipay.wallet.in
pm uninstall -k --user 0 com.mipay.wallet.id
pm uninstall -k --user 0 com.xiaomi.payment
pm uninstall -k --user 0 com.android.browser
pm uninstall -k --user 0 com.miui.hybrid
pm uninstall -k --user 0 com.miui.android.fashiongallery
pm uninstall -k --user 0 com.miui.player
pm uninstall -k --user 0 com.miui.translation.kingsoft
pm uninstall -k --user 0 com.miui.translationservice
pm uninstall -k --user 0 com.miui.translation.youdao
pm uninstall -k --user 0 com.xiaomi.joyose
pm uninstall -k --user 0 com.miui.notes
pm uninstall -k --user 0 com.xiaomi.mipicks
pm uninstall -k --user 0 com.xiaomi.midrop
pm uninstall -k --user 0 com.miui.hybrid.accessory
pm uninstall -k --user 0 com.miui.daemon
pm uninstall -k --user 0 com.miui.analytics
pm uninstall -k --user 0 com.caf.fmradio
pm uninstall -k --user 0 com.miui.cloudservice
pm uninstall -k --user 0 com.miui.cloudservice.sysbase
pm uninstall -k --user 0 com.miui.cloudbackup
pm uninstall -k --user 0 com.miui.backup
pm uninstall -k --user 0 com.miui.micloudsync
pm uninstall -k --user 0 com.xiaomi.micloud.sdk
pm uninstall -k --user 0 com.miui.vsimcore
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.marvin.talkback
pm uninstall -k --user 0 com.android.bookmarkprovider
pm uninstall -k --user 0 com.android.dreams.phototable
pm uninstall -k --user 0 com.android.dreams.basic
pm uninstall -k --user 0 com.android.wallpaper.livepicker
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.android.thememanager
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.miui.miwallpaper
pm uninstall -k --user 0 com.miui.translation.xmcloud
pm uninstall -k --user 0 com.miui.touchassistant
Stay safe, Peace
MoeGen

S20FE (Snapdragon) (SM-G781B): Manual de-bloat via ADB -

I posted this in another thread but it was hard to find and had a different topic - https://forum.xda-developers.com/t/force-remove-gameoptimizationservice-howto.4223511/
-------------------------------------------------------------------
Even with all the info available online (most of it on the XDA forums) I still had to go through the painful and frustrating process of seeing what I could delete and what I could not. This included having to re-flash my device at least a dozen times (shaving off some my nand flash life)
So it occurred to me to mention what you do and should absolutely do not do -
While its safe to remove ALL the knox apps via adb, DO NOT! remove any of the KNOX apps from the '/system/priv-app' folder. This will cause the phone to soft lock, as in it will boot just fine but you will see a ****ty samsung message muttering something about unauthorized removable of payment software.
I removed a bunch of the what I'm caling core apps, but DO NOT remove com.samsung.android.kgclient (Payment services), via adb or from the piv-app folder - this will also trigger the same above soft-lock. And for good measure I didnt touch -
com.samsung.android.spayfw
com.sec.android.app.billing
com.samsung.android.mobileservice - this ties into way too much crap.
Now I did a deep purge of a lot of apps and as per the above google doc pointed out I would get the odd bug, but this is no worse that a small delay on 3 or so apps and even then only when I try to access a function for something that got removed and I am happy with that.
All that faffing meant I ended up streamlining my stock rom obdin flash proceedure.
I now flash BL, AP, CP, CSC and vbmeta all at the same time.
then reboot back into download mode and flash twrp.
then reboot back into download mode and flash the magisk_patched bootimage.
then finally boot into recovery, flash multi_disabler.zip, format DATA and then reboot to normal boot.
I also un-ticked the auto reboot & change time options in ODIN to give me to time to grab the phone and hold the buttons etc.
Here is a list of what I removed via adb -
Spoiler: Debloat
//Misc
pm uninstall -k --user 0 com.android.bookmarkprovider
pm uninstall -k --user 0 com.android.captiveportallogin
pm uninstall -k --user 0 com.android.carrierconfig
pm uninstall -k --user 0 com.android.carrierdefaultapp
/apps
pm uninstall -k --user 0 com.ebay.carrier
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 de.axelspringer.yana.zeropage
- pm uninstall -k --user 0 com.hiya.star - dont remove this, will cause phone/contacts app to crash. You can try hiding/disabling it instead (pm hide -k --user 0 com.hiya.star)
pm uninstall -k --user 0 com.microsoft.appmanager
pm uninstall -k --user 0 com.microsoft.skydrive
pm uninstall -k --user 0 com.netflix.mediaclient
pm uninstall -k --user 0 com.netflix.partner.activation
pm uninstall -k --user 0 com.amazon.mShop.android.shopping
pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
pm uninstall -k --user 0 com.android.hotwordenrollment.xgoogle
pm uninstall -k --user 0 com.android.providers.partnerbookmarks
//google
pm uninstall -k --user 0 com.google.android.gm
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.google.android.apps.maps
pm uninstall -k --user 0 com.google.android.apps.setupwizard.searchselector
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.google.android.partnersetup
pm uninstall -k --user 0 com.google.android.projection.gearhead
pm uninstall -k --user 0 com.google.android.syncadapters.calendar
pm uninstall -k --user 0 com.google.android.syncadapters.contacts
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.ar.core
//games
pm uninstall -k --user 0 com.samsung.android.game.gametools
pm uninstall -k --user 0 com.samsung.android.game.gamehome
pm uninstall -k --user 0 com.samsing.android.games.gos
//social
pm uninstall -k --user 0 com.sec.android.autodoodle.service
pm uninstall -k --user 0 com.sec.android.mimage.avatarstickers
pm uninstall -k --user 0 com.sec.android.mimage.photoretouching
pm uninstall -k --user 0 com.samsung.android.ardrawing
pm uninstall -k --user 0 com.samsung.android.aremoji
pm uninstall -k --user 0 com.samsung.android.aremojieditor
pm uninstall -k --user 0 com.samsung.android.arzone
pm uninstall -k --user 0 com.samsung.android.app.social
pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facearavatar.preload
pm uninstall -k --user 0 com.samsung.android.livestickers
pm uninstall -k --user 0 com.samsung.android.stickercenter
pm uninstall -k --user 0 com.samsung.storyservice
//Bixby
pm uninstall -k --user 0 com.samsung.android.bixby.agent
pm uninstall -k --user 0 com.samsung.android.bixby.agent.dummy
pm uninstall -k --user 0 com.samsung.android.bixby.service
pm uninstall -k --user 0 com.samsung.android.bixby.wakeup
pm uninstall -k --user 0 com.samsung.android.bixbyvision.framework
pm uninstall -k --user 0 com.samsung.systemui.bixby2
pm uninstall -k --user 0 com.samsung.android.visionarapps
pm uninstall -k --user 0 com.samsung.android.visionintelligence
pm uninstall -k --user 0 com.samsung.android.app.settings.bixby
pm uninstall -k --user 0 com.samsung.android.bbc.bbcagent
//Samsung commerce
pm uninstall -k --user 0 com.samsung.android.samsungpass
pm uninstall -k --user 0 com.samsung.android.samsungpassautofill
pm uninstall -k --user 0 com.samsung.android.samsungpositioning
pm uninstall -k --user 0 com.sec.android.app.billing
pm uninstall -k --user 0 com.samsung.android.coldwalletservice
pm uninstall -k --user 0 com.samsung.android.digitalkey
pm uninstall -k --user 0 com.samsung.android.themecenter
pm uninstall -k --user 0 com.samsung.android.themestore
//Samsung other
pm uninstall -k --user 0 com.samsung.android.forest
pm uninstall -k --user 0 com.samsung.android.mateagent
pm uninstall -k --user 0 com.samsung.android.mcfserver
pm uninstall -k --user 0 com.samsung.android.mdm
pm uninstall -k --user 0 com.samsung.android.mdx
pm uninstall -k --user 0 com.samsung.android.mdx.kit
pm uninstall -k --user 0 com.samsung.android.mdx.quickboard
pm uninstall -k --user 0 com.samsung.android.rubin.app
pm uninstall -k --user 0 com.samsung.android.scloud
pm uninstall -k --user 0 com.samsung.android.sdk.handwriting
pm uninstall -k --user 0 com.samsung.android.sdm.config
pm uninstall -k --user 0 com.samsung.android.securitylogagent
pm uninstall -k --user 0 com.samsung.android.smartface
pm uninstall -k --user 0 com.samsung.faceservice
pm uninstall -k --user 0 com.samsung.klmsagent
pm uninstall -k --user 0 com.samsung.android.app.cocktailbarservice
pm uninstall -k --user 0 com.samsung.android.app.motionpanoramaviewer
pm uninstall -k --user 0 com.samsung.android.app.reminder
pm uninstall -k --user 0 com.samsung.android.app.routines
pm uninstall -k --user 0 com.samsung.android.app.selfmotionpanoramaviewer
pm uninstall -k --user 0 com.samsung.android.app.sharelive
pm uninstall -k --user 0 com.samsung.android.app.simplesharing
pm uninstall -k --user 0 com.samsung.android.app.spage
pm uninstall -k --user 0 com.samsung.android.app.tips
pm uninstall -k --user 0 com.samsung.android.app.watchmanagerstub
pm uninstall -k --user 0 com.samsung.android.authfw
pm uninstall -k --user 0 com.samsung.android.aware.service
pm uninstall -k --user 0 com.sec.location.nsflp2
pm uninstall -k --user 0 com.samsug.android.spayfw
pm uninstall -k --user 0 com.sec.spp.push
pm uninstall -k --user 0 com.samsung.android.fast
pm uninstall -k --user 0 com.samsung.android.beaconmanager
pm uninstall -k --user 0 com.samsung.android.mobileservice
pm uninstall -k --user 0 com.sec.android.service.health
pm uninstall -k --user 0 com.sec.android.widgetapp.webmanual
pm uninstall -k --user 0 com.samsung.android.app.ledbackcover
//pm uninstall -k --user 0 com.osp.app.signin
//edge crap
pm uninstall -k --user 0 com.samsung.android.service.peoplestripe
pm uninstall -k --user 0 com.sec.epdgtestapp
pm uninstall -k --user 0 com.samsung.android.app.appsedge
pm uninstall -k --user 0 com.samsung.android.app.taskedge
//knox
pm uninstall -k --user 0 com.samsung.knox.keychain
pm uninstall -k --user 0 com.samsung.knox.securefolder
pm uninstall -k --user 0 com.knox.vpn.proxyhandler
pm uninstall -k --user 0 com.samsung.android.knox.analytics.uploader
pm uninstall -k --user 0 com.samsung.android.knox.attestation
pm uninstall -k --user 0 com.samsung.android.knox.containeragent
pm uninstall -k --user 0 com.samsung.android.knox.containercore
pm uninstall -k --user 0 com.samsung.android.knox.pushmanager
//enterprise
pm uninstall -k --user 0 com.sec.entreprise.knox.analytics.uploader
pm uninstall -k --user 0 com.sec.entreprise.knox.cloudmdmsmdms
pm uninstall -k --user 0 com.sec.enterprise.knox.attestation
pm uninstall -k --user 0 com.sec.enterprise.knox.cloudmdm.smdms
pm uninstall -k --user 0 com.sec.entreprise.knox.shareddevice.keyguard
pm uninstall -k --user 0 com.samsung.android.providers.carrier
pm uninstall -k --user 0 com.sec.android.app.sSecSetupWizard
pm uninstall -k --user 0 com.sec.enterprise.mdm.services.simpin
Hello,
do you got an updated Version for Android 12 or aren't there any new apps to remove?
Do you also know if these apps are also safe to uninstall:
- Swiftkey + Swiftkey factory settings
- One Ui-homescreen
(of course only when alternate keyboard + launcher apps are installed)
Thanks and best greets
alagga said:
Hello,
do you got an updated Version for Android 12 or aren't there any new apps to remove?
Do you also know if these apps are also safe to uninstall:
- Swiftkey + Swiftkey factory settings
- One Ui-homescreen
(of course only when alternate keyboard + launcher apps are installed)
Thanks and best greets
Click to expand...
Click to collapse
I don't use ADB to debloat, I just use a root app that also does disabling. I've disabled all parts of swiftkey with no issues. OneUI on the other hand is responsible for recent apps even if you're using another launcher I believe. it shouldn't be disabled.
FWIW, as noticed in aother thread, there's a typo: com.samsing.android.games.gos
Anyway, this package can't be removed like that (like com.sec.android.sdhms ). I'll try in the future with Device Owner method (bootloader unlocked).
And I wanted to say I don't crash with "com.hiya.star" removed. I had crash when entering contact info from phone apps, but it was due to package "com.android.providers.blockednumber" that I had uninstalled (so I reactivated it).
Debloating will impact DeX function and/or DeX apps?
Any update for android 13 one ui 5.1?
What ist the app for "ok, google" activation? After re-install the google App it worked. After reboot it stopped working. When I enter the setting "Voice match" the option is disabled with the info: "This function is not available in your language " I can change the language in the App. It stays the same.
//Edit
For all who face the same problem in the future... I have a solution.. you may know, but won't like it ..
hard reset

Categories

Resources