International ROM - OnePlus Nord N100 Questions & Answers

Hello everyone and best regards. I own an Oneplus Nord N100 BE2015 from METRO by T-mobile. It's unblocked from factory but the model is designed to US and comes with many pre installed apps I'm noy interested. Anyone could help me how to install an international ROM? I have searched and the posted ones are for BE2011 and BE2013 phones. Any help will be welcome. Of course I prefer not to unblock bootloader ot root the phone. Thanks

juancarlos68 said:
comes with many pre installed apps I'm noy interested.
Click to expand...
Click to collapse
Just stick to uninstalling them with ADB.
adb uninstall --user 0 <package name>

thomaskmaagaard said:
Just stick to uninstalling them with ADB.
adb uninstall --user 0 <package name>
Click to expand...
Click to collapse
thanks, can I do it instead those apps can't be uninstalled via Settings/Apls?

juancarlos68 said:
thanks, can I do it instead those apps can't be uninstalled via Settings/Apls?
Click to expand...
Click to collapse
This can uninstall any app so be careful not to remove anything important.
Here are some you can use. Just pick the ones you don't want and use those commands.
The text in italics is just the name of the app, don't include it in the command.
Google stuff:
adb uninstall --user 0 com.google.android.apps.docs | Google Drive
adb uninstall --user 0 com.google.android.apps.photos | Google Photos
adb uninstall --user 0 com.google.android.apps.tachyon | Google Duo
adb uninstall --user 0 com.google.android.apps.walletnfcrel | Google Wallet
adb uninstall --user 0 com.google.android.apps.wellbeing | Digital Wellbeing
adb uninstall --user 0 com.google.android.calendar | Gooogle Calendar
adb uninstall --user 0 com.google.android.documentsui | Files 9
adb uninstall --user 0 com.google.android.gm | Gmail
adb uninstall --user 0 com.google.android.googlequicksearchbox | Search Widget
adb uninstall --user 0 com.google.android.marvin.talkback | Talkback
adb uninstall --user 0 com.google.android.music | Google Play Music
adb uninstall --user 0 com.google.android.tts | Text to Speech
adb uninstall --user 0 com.google.android.videos | Google Play Movies & TV
adb uninstall --user 0 com.google.android.youtube | YouTube
Some other stuff you may not want:
adb uninstall --user 0 com.facebook.appmanager | Facebook stuff
adb uninstall --user 0 com.facebook.services | Facebook stuff
adb uninstall --user 0 com.facebook.system | Facebook stuff
adb uninstall --user 0 com.heytap.cloud | Useless ****, you might not have this
adb uninstall --user 0 com.heytap.mcs | Useless ****, you might not have this
adb uninstall --user 0 com.heytap.openid| Useless ****, you might not have this
adb uninstall --user 0 com.netflix.mediaclient | Netflix stuff
adb uninstall --user 0 com.netflix.partner.activation | Netflix stuff
OnePlus stuff:
adb uninstall --user 0 cn.oneplus.photos | OnePlus Gallery
adb uninstall --user 0 com.oneplus.filemanager | File Manager
adb uninstall --user 0 com.oneplus.filemanager.black.overlay | File Manager dark theme
adb uninstall --user 0 com.oneplus.filemanager.white.overlay | File Manager light theme
adb uninstall --user 0 com.oneplus.gallery | Stock Gallery app
adb uninstall --user 0 com.oneplus.gameinstaller | Game stuff
adb uninstall --user 0 com.oneplus.gamespace | Game Space
adb uninstall --user 0 com.oneplus.gamespace.black.overlay | Game Space dark theme
adb uninstall --user 0 com.oneplus.gamespace.white.overlay | Game Space light theme
adb uninstall --user 0 com.oneplus.membership | OnePlus Membership
adb uninstall --user 0 com.oneplus.membership.basiccolorblack.overlay | Membership dark theme
adb uninstall --user 0 com.oneplus.membership.basiccolorwhite.overlay | Membership light theme
adb uninstall --user 0 com.oneplus.screenrecord | Screen Recorder
adb uninstall --user 0 com.oneplus.screenrecord.black.overlay | Screen Recorder dark theme
adb uninstall --user 0 com.oneplus.screenrecord.white.overlay | Screen Recorder light theme
adb uninstall --user 0 com.oneplus.tvcast | Screen Mirroring
adb uninstall --user 0 com.tencent.soter.soterserver | Remove this ****e!

thomaskmaagaard said:
This can uninstall any app so be careful not to remove anything important.
Here are some you can use. Just pick the ones you don't want and use those commands.
The text in italics is just the name of the app, don't include it in the command.
Google stuff:
adb uninstall --user 0 com.google.android.apps.docs | Google Drive
adb uninstall --user 0 com.google.android.apps.photos | Google Photos
adb uninstall --user 0 com.google.android.apps.tachyon | Google Duo
adb uninstall --user 0 com.google.android.apps.walletnfcrel | Google Wallet
adb uninstall --user 0 com.google.android.apps.wellbeing | Digital Wellbeing
adb uninstall --user 0 com.google.android.calendar | Gooogle Calendar
adb uninstall --user 0 com.google.android.documentsui | Files 9
adb uninstall --user 0 com.google.android.gm | Gmail
adb uninstall --user 0 com.google.android.googlequicksearchbox | Search Widget
adb uninstall --user 0 com.google.android.marvin.talkback | Talkback
adb uninstall --user 0 com.google.android.music | Google Play Music
adb uninstall --user 0 com.google.android.tts | Text to Speech
adb uninstall --user 0 com.google.android.videos | Google Play Movies & TV
adb uninstall --user 0 com.google.android.youtube | YouTube
Some other stuff you may not want:
adb uninstall --user 0 com.facebook.appmanager | Facebook stuff
adb uninstall --user 0 com.facebook.services | Facebook stuff
adb uninstall --user 0 com.facebook.system | Facebook stuff
adb uninstall --user 0 com.heytap.cloud | Useless ****, you might not have this
adb uninstall --user 0 com.heytap.mcs | Useless ****, you might not have this
adb uninstall --user 0 com.heytap.openid| Useless ****, you might not have this
adb uninstall --user 0 com.netflix.mediaclient | Netflix stuff
adb uninstall --user 0 com.netflix.partner.activation | Netflix stuff
OnePlus stuff:
adb uninstall --user 0 cn.oneplus.photos | OnePlus Gallery
adb uninstall --user 0 com.oneplus.filemanager | File Manager
adb uninstall --user 0 com.oneplus.filemanager.black.overlay | File Manager dark theme
adb uninstall --user 0 com.oneplus.filemanager.white.overlay | File Manager light theme
adb uninstall --user 0 com.oneplus.gallery | Stock Gallery app
adb uninstall --user 0 com.oneplus.gameinstaller | Game stuff
adb uninstall --user 0 com.oneplus.gamespace | Game Space
adb uninstall --user 0 com.oneplus.gamespace.black.overlay | Game Space dark theme
adb uninstall --user 0 com.oneplus.gamespace.white.overlay | Game Space light theme
adb uninstall --user 0 com.oneplus.membership | OnePlus Membership
adb uninstall --user 0 com.oneplus.membership.basiccolorblack.overlay | Membership dark theme
adb uninstall --user 0 com.oneplus.membership.basiccolorwhite.overlay | Membership light theme
adb uninstall --user 0 com.oneplus.screenrecord | Screen Recorder
adb uninstall --user 0 com.oneplus.screenrecord.black.overlay | Screen Recorder dark theme
adb uninstall --user 0 com.oneplus.screenrecord.white.overlay | Screen Recorder light theme
adb uninstall --user 0 com.oneplus.tvcast | Screen Mirroring
adb uninstall --user 0 com.tencent.soter.soterserver | Remove this ****e!
Click to expand...
Click to collapse
Thank you very much, there are also some MetroPCS apps pre installed in the phone, can I uninstall them? of course if I get the app full name...

How can I install an international OTA ROM instead of the original ROM? In this case what can I choose? Thanks

another thing is about the MSMDownloadTools needed to flash the ROM... I have couldn't download it, can anyone help me about? Thanks

Related

DEBLOAT Customized Script XZ1 Compact - STOCK Oreo - G8441_47.1.A.12.235+-

!!!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

Removing or disabling bloatware

While, I do see quality in this phone, I still think it's filled with too much crapware. Many apps don't have the option to disable them in the apps menu in settings so, I used ADB shell to disable them. I'll see in a few days if it improved my battery life.
I used this command to disable unwanted app: "pm uninstall --user 0 xxxx.xxxxx.xxxx" . This way, the apps will still be there in system folder but they won't be there for the user.
Here's the list of everything I disabled:
pm uninstall --user 0 com.facebook.katana (Facebook app is obviously a battery hog and you can use Facebook Lite instead)
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.samsung.android.app.spage (Bixby home, it's useless you can use Google Assistant instead)
pm uninstall --user 0 com.samsung.android.visionintelligence (Bixby vision, it's useless you can use Google Lense)
pm uninstall --user 0 com.samsung.android.app.reminder
pm uninstall --user 0 com.sec.android.app.clockpackage (Samsung clock, I prefer Google Clock app)
pm uninstall --user 0 com.sec.android.app.sbrowser (Samsung web Browser, I prefer to use Opera)
pm uninstall --user 0 com.quickplay.android.bellmediaplayer (this app is useful only for Bell TV customer)
pm uninstall --user 0 ca.bell.wt.android.tunesappswidget (this widget is useful only for Bell TV customer)
pm uninstall --user 0 com.sec.android.inputmethod (default Samsung keyboard, I prefer Google keyboard)
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.enhance.gameservice
pm uninstall --user 0 com.samsung.android.game.gametools (supposedly useful for gamer but I'm not even sure if it really help improve gaming performance)
pm uninstall --user 0 com.samsung.android.lool (device maintenance service, disabling it will remove "Device maintenance" option from the settings menu but, you don't really need it anyway since this app is doing more harm than good)
There's probably more you could disable but for now, that's enough for me.
You could also root your phone and completely remove these apps from the phone but I chose to use a simpler method because I'm getting lazy as I get older. Also, the ADB shell method won't void your warranty. Sadly, Motorola used to be the way to go to get a decently priced pure Android phone without crapware, but their customer service took a plunge when they were bought my Lenovo.
Here's a link to a complete tutorial on how to use ADB shell, you will need to plug your phone to your computer with a USB cable.
https://www.reddit.com/r/Android/comments/6ftg72/want_to_completely_disableuninstall_those_pesky/
The same can be achieved by using Package Disabler Pro, right?
gauco said:
The same can be achieved by using Package Disabler Pro, right?
Click to expand...
Click to collapse
Well kind of, if you dont want to save space
Package Disabler Pro disables it, not delete.
SaboorTheCool said:
Well kind of, if you dont want to save space
Package Disabler Pro disables it, not delete.
Click to expand...
Click to collapse
ADB Shell doesn't delete either, it only remove access for the current user. This way, you don't have to root your phone but, the app is still there in the system folder.
I uninstalled a few more apps in an effort to gain more RAM and speed up the phone:
pm uninstall --user 0 com.samsung.android.themestore
pm uninstall --user 0 com.samsung.android.drivelink.stub
pm uninstall --user 0 com.samsung.SMT
pm uninstall --user 0 com.samsung.android.app.vrsetupwizardstub
pm uninstall --user 0 com.samsung.android.hmt.vrshell
pm uninstall --user 0 com.samsung.android.hmt.vrsvc
but still, the phone lag occasionnally. Sometimes it take 1 second to open a basic app like Contacts. Does it get better with a different kernel?
Nico3d3 said:
While, I do see quality in this phone, I still think it's filled with too much crapware. Many apps don't have the option to disable them in the apps menu in settings so, I used ADB shell to disable them. I'll see in a few days if it improved my battery life.
I used this command to disable unwanted app: "pm uninstall --user 0 xxxx.xxxxx.xxxx" . This way, the apps will still be there in system folder but they won't be there for the user.
Here's the list of everything I disabled:
pm uninstall --user 0 com.facebook.katana (Facebook app is obviously a battery hog and you can use Facebook Lite instead)
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.samsung.android.app.spage (Bixby home, it's useless you can use Google Assistant instead)
pm uninstall --user 0 com.samsung.android.visionintelligence (Bixby vision, it's useless you can use Google Lense)
pm uninstall --user 0 com.samsung.android.app.reminder
pm uninstall --user 0 com.sec.android.app.clockpackage (Samsung clock, I prefer Google Clock app)
pm uninstall --user 0 com.sec.android.app.sbrowser (Samsung web Browser, I prefer to use Opera)
pm uninstall --user 0 com.quickplay.android.bellmediaplayer (this app is useful only for Bell TV customer)
pm uninstall --user 0 ca.bell.wt.android.tunesappswidget (this widget is useful only for Bell TV customer)
pm uninstall --user 0 com.sec.android.inputmethod (default Samsung keyboard, I prefer Google keyboard)
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.enhance.gameservice
pm uninstall --user 0 com.samsung.android.game.gametools (supposedly useful for gamer but I'm not even sure if it really help improve gaming performance)
pm uninstall --user 0 com.samsung.android.lool (device maintenance service, disabling it will remove "Device maintenance" option from the settings menu but, you don't really need it anyway since this app is doing more harm than good)
There's probably more you could disable but for now, that's enough for me.
You could also root your phone and completely remove these apps from the phone but I chose to use a simpler method because I'm getting lazy as I get older. Also, the ADB shell method won't void your warranty. Sadly, Motorola used to be the way to go to get a decently priced pure Android phone without crapware, but their customer service took a plunge when they were bought my Lenovo.
Click to expand...
Click to collapse
Without Device maintenance how do we stop battery management killing task?
Maybe I wrong but, I thought Device Maintenance Service was the one responsible for killing task??? Then, if you uninstall it, you won't have to worry about killed task anymore since the service isn't working.
Nico3d3 said:
While, I do see quality in this phone, I still think it's filled with too much crapware. Many apps don't have the option to disable them in the apps menu in settings so, I used ADB shell to disable them. I'll see in a few days if it improved my battery life.
I used this command to disable unwanted app: "pm uninstall --user 0 xxxx.xxxxx.xxxx" . This way, the apps will still be there in system folder but they won't be there for the user.
Here's the list of everything I disabled:
pm uninstall --user 0 com.facebook.katana (Facebook app is obviously a battery hog and you can use Facebook Lite instead)
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.samsung.android.app.spage (Bixby home, it's useless you can use Google Assistant instead)
pm uninstall --user 0 com.samsung.android.visionintelligence (Bixby vision, it's useless you can use Google Lense)
pm uninstall --user 0 com.samsung.android.app.reminder
pm uninstall --user 0 com.sec.android.app.clockpackage (Samsung clock, I prefer Google Clock app)
pm uninstall --user 0 com.sec.android.app.sbrowser (Samsung web Browser, I prefer to use Opera)
pm uninstall --user 0 com.quickplay.android.bellmediaplayer (this app is useful only for Bell TV customer)
pm uninstall --user 0 ca.bell.wt.android.tunesappswidget (this widget is useful only for Bell TV customer)
pm uninstall --user 0 com.sec.android.inputmethod (default Samsung keyboard, I prefer Google keyboard)
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.enhance.gameservice
pm uninstall --user 0 com.samsung.android.game.gametools (supposedly useful for gamer but I'm not even sure if it really help improve gaming performance)
pm uninstall --user 0 com.samsung.android.lool (device maintenance service, disabling it will remove "Device maintenance" option from the settings menu but, you don't really need it anyway since this app is doing more harm than good)
There's probably more you could disable but for now, that's enough for me.
You could also root your phone and completely remove these apps from the phone but I chose to use a simpler method because I'm getting lazy as I get older. Also, the ADB shell method won't void your warranty. Sadly, Motorola used to be the way to go to get a decently priced pure Android phone without crapware, but their customer service took a plunge when they were bought my Lenovo.
Click to expand...
Click to collapse
Can you install modded version of Facebook if you disable it in this way?
Tapatalked with my A8 2018 (SM-A530F)
the stranger94 said:
Can you install modded version of Facebook if you disable it in this way?
Tapatalked with my A8 2018 (SM-A530F)
Click to expand...
Click to collapse
I can't really answer since I didn't try but, I can tell you that Facebook lite is working.
Here's an updated list with things added:
pm uninstall --user 0 com.samsung.android.rubin.app
pm uninstall --user 0 com.sec.spp.push
pm uninstall --user 0 com.sec.android.app.clockpackage
pm uninstall --user 0 com.sec.android.app.sbrowser
pm uninstall --user 0 com.samsung.android.weather
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.enhance.gameservice
pm uninstall --user 0 com.samsung.android.game.gametools
pm uninstall --user 0 com.samsung.android.app.spage
pm uninstall --user 0 com.samsung.android.visionintelligence
pm uninstall --user 0 com.samsung.android.app.reminder
pm uninstall --user 0 com.samsung.android.themestore
pm uninstall --user 0 com.samsung.android.drivelink.stub
pm uninstall --user 0 com.samsung.SMT
pm uninstall --user 0 com.samsung.android.hmt.vrsvc
pm uninstall --user 0 com.samsung.android.scloud
pm uninstall --user 0 com.samsung.android.samsungpass
pm uninstall --user 0 com.samsung.android.samsungpassautofill
pm uninstall --user 0 com.samsung.android.app.talkback
pm uninstall --user 0 com.samsung.android.spayfw
pm uninstall --user 0 com.samsung.android.mateagent
pm uninstall --user 0 com.sec.android.daemonapp
pm uninstall --user 0 com.sec.android.inputmethod (you must install another keyboard app like Gboard before removing it)
pm uninstall --user 0 com.samsung.storyservice
pm uninstall --user 0 com.samsung.android.beaconmanager
pm uninstall --user 0 com.samsung.android.easysetup
Every app in this list are app which you can't disable using the settings menu. There are many other useless apps (like Facebook) but, those apps have a button available to disable them.
To remove more Facebook bloat You can remove 'FB App Manager' and 'FB Services' as well:
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.facebook.appmanager
So far (four days) no issues detected ...
what is difference between pm uninstall --user 0 <name of package> and pm uninstall -k --user 0 <name of package>
if youre rooted, then you can use titanium backup to uninstall and titanium backup pro to freeze apps
my list of system exemptions that I do not use
adb shell
pm uninstall --user 0 com.enhance.gameservice
pm uninstall --user 0 com.trustonic.tuiservice
pm uninstall --user 0 com.sec.android.inputmethod
pm uninstall --user 0 com.samsung.android.rubin.app
pm uninstall --user 0 com.samsung.android.messaging
pm uninstall --user 0 com.microsoft.office.word
pm uninstall --user 0 com.samsung.android.app.reminder
pm uninstall --user 0 com.microsoft.office.powerpoint
pm uninstall --user 0 com.sec.android.daemonapp
pm uninstall --user 0 com.microsoft.skydrive
pm uninstall --user 0 com.sec.android.service.health
pm uninstall --user 0 com.samsung.android.game.gametools
pm uninstall --user 0 com.sec.android.gallery3d
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.sec.android.app.samsungapps
pm uninstall --user 0 com.monotype.android.font.foundation
pm uninstall --user 0 com.microsoft.office.excel
pm uninstall --user 0 com.sec.android.mimage.photoretouching
pm uninstall --user 0 com.monotype.android.font.cooljazz
pm uninstall --user 0 com.samsung.android.weather
pm uninstall --user 0 com.monotype.android.font.chococooky
pm uninstall --user 0 com.samsung.android.drivelink.stub
pm uninstall --user 0 com.samsung.android.visionintelligence
pm uninstall --user 0 com.dsi.ant.service.socket
pm uninstall --user 0 com.dsi.ant.server
pm uninstall --user 0 com.android.wallpaper.livepicker
pm uninstall --user 0 com.sec.android.easyMover.Agent
pm uninstall --user 0 com.samsung.android.weather
Qaaqqu said:
what is difference between pm uninstall --user 0 <name of package> and pm uninstall -k --user 0 <name of package>
Click to expand...
Click to collapse
Answering bc this is the thread that came up in a google search when looking for this same answer.
According to https://developer.android.com/studio/command-line/adb :
uninstall [-k] package = "Remove this app package from the device. Add the -k option to keep the data and cache directories."

Debloat via ADB [NO-ROOT]

1. Windows ADB Setup https://dl.google.com/android/repository/platform-tools-latest-windows.zip
2. Enable USB debugging in Developer mode and authorization will pop-up when is connect with the PC.
3. Open cmd , type "adb shell"
Use this app if you need to uninstall other specific apks and you need the package name:
https://play.google.com/store/apps/details?id=me.iofel.packagelist&hl=en
HTML:
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.google.android.music
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.videos
pm uninstall --user 0 com.android.dreams.basic
pm uninstall --user 0 com.android.bookmarkprovider
pm uninstall --user 0 com.google.android.printservice.recommendation
pm uninstall --user 0 com.google.android.tts
pm uninstall --user 0 com.android.providers.partnerbookmarks
pm uninstall --user 0 com.qti.snapdragon.qdcm_ff
pm uninstall --user 0 com.example.rftuner
pm uninstall --user 0 com.fingerprints.fingerprintsensortest
pm uninstall --user 0 com.android.stk
pm uninstall --user 0 com.google.android.marvin.talkback
pm uninstall --user 0 com.android.traceur
pm uninstall --user 0 com.qualcomm.uimremoteclient
pm uninstall --user 0 com.android.wallpaperbackup
pm uninstall --user 0 com.wapi.wapicertmanage
pm uninstall --user 0 com.example.wifirftest
pm uninstall --user 0 com.google.android.setupwizard
pm uninstall --user 0 com.android.hotwordenrollment.okgoogle
pm uninstall --user 0 com.android.hotwordenrollment.xgoogle
pm uninstall --user 0 com.google.ar.core
pm uninstall --user 0 com.google.android.apps.photos
OnePlus Bloat
HTML:
pm uninstall --user 0 com.tencent.soter.soterserver
pm uninstall --user 0 com.oneplus.filemanager
pm uninstall --user 0 com.oneplus.brickmode
pm uninstall --user 0 net.oneplus.odm
pm uninstall --user 0 net.oneplus.weather
pm uninstall --user 0 net.oneplus.odm.provider
pm uninstall --user 0 com.oneplus.note
pm uninstall --user 0 cn.oneplus.photos
pm uninstall --user 0 com.oem.logkitsdservice
pm uninstall --user 0 com.oem.autotest
pm uninstall --user 0 com.oneplus.opbugreportlite
pm uninstall --user 0 net.oneplus.commonlogtool
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.oneplus.bttestmode
pm uninstall --user 0 com.oneplus.card
pm uninstall --user 0 com.oem.oemlogkit
pm uninstall --user 0 net.oneplus.widget
pm uninstall --user 0 net.oneplus.push
pm uninstall --user 0 com.oneplus.gamespace
pm uninstall --user 0 net.oneplus.forums
Optional
HTML:
pm uninstall --user 0 com.netflix.partner.activation
pm uninstall --user 0 com.dsl.ant.server
com.oneplus.brickmode -> ZenMode, take care to uninstall it when not in use!
com.tencent.soter.soterserver -> Chinese stuff
net.oneplus.push -> Push notifications from OnePlus
com.oneplus.filemanager -> better Install other file manager
"net.oneplus.odm" --> built-in analytics on OxygenOS by OnePlus you cannot disable but you can remove package
cn.oneplus.photos --> Shot on OnePlus watermark
net.oneplus.odm --> OnePlus analytics
com.android.hotwordenrollment.okgoogle/xgoogle --> google assistant deleted
com.oneplus.opbugreportlite --> bug reporter
com.wapi.wapicertmanage --> WAPI (WLAN Authentication and Privacy Infrastructure) is the wireless local area network (WLAN) standard officially supported by the Chinese state government. WAPI was initiated in 2004. In 2006, however, the International Standards Organization (ISO) rejected the incorporation of WAPI as an international WLAN security standard in 2006.
com.oneplus.opbugreportlite --> bug reporter
com.google.android.apps.photos --> Google photos
com.dsl.ant.server -->ANT+ devices (heart rate monitor, cadence meter)
Anyway to also remove Clock, Gallery and Messages?
Fihnakis said:
Anyway to also remove Clock, Gallery and Messages?
Click to expand...
Click to collapse
Couldn't find the clock package name, but the other two are listed below.
com.oneplus.gallery
com.oneplus.mms
Hi @surdustef - many thanks for providing this list.
Many of the entries are obvious but a few aren't.
Are you able to clarify what each line would remove - just in case some people want to keep some apps/utilities.
Cheers
mikefnz said:
Hi @surdustef - many thanks for providing this list.
Many of the entries are obvious but a few aren't.
Are you able to clarify what each line would remove - just in case some people want to keep some apps/utilities.
Cheers
Click to expand...
Click to collapse
I will try
How check, for example, name netlfix or another app?
This works, can confirm. The apps themselves are gone. However, I still can't get rid of the leftover files in system/app, and product/app. Probably going to have to wait until TWRP is supported on 10 and I do a custom rom. Root doesn't help either. You just end up getting failed messages on literally every root browser or root app you use to try to delete those folders.
zioloiso said:
How check, for example, name netlfix or another app?
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=me.iofel.packagelist&hl=en
pm uninstall --user 0 com.dsl.ant.server
Click to expand...
Click to collapse
This should actually com.dsi.ant.server. It's used for connectivity of ANT+ devices (heart rate monitor, cadence meter, etc). If you disable it, connectivity with such devices will not be possible.
If you don't use any of these, then by all means disable.
So are apps actually removed or just hidden?
ermacwins said:
So are apps actually removed or just hidden?
Click to expand...
Click to collapse
Good question. I thought it wasn't possible to write to /system with systemless root. Uninstalling suggests this is happening?
gpz1100 said:
Good question. I thought it wasn't possible to write to /system with systemless root. Uninstalling suggests this is happening?
Click to expand...
Click to collapse
You can check memory usage
surdustef said:
You can check memory usage
Click to expand...
Click to collapse
I don't follow... How is that going to help?
The Duo, Drive, Netflix apps were all removed using these commands. However they're definitely still there and these folders fail to delete.
It uninstall the apps for the current user but the apks stay on the phone so even if you delete something important doing a reset will restore that app.
XDA has an article about it
Https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
Don't remove com.netflix.partner.activation else Netflix will not work on fresh installation of the app
com.google.android.tts is the text-to-speech engine. Is there some particular reason why one would want to delete that?
What is the point of debloating? There is nothing on this phone to debloat. Why? It's blazing fast to begin with.
I dont use chrome,
Google music etc which i feel its considered as bloatware
My question is if there's a performance difference once some of the bloat is taken out?
Thanks

Debloating Android 10

Hi there.
My taimen is on the latest factory image (Android 10), latest Elemental X kernel, latest TWRP and Magisk for root (no modules active, only systemless hosts for adaway).
I wanted to debloat the system apps, since I hate all those Google apps installed (Google Music and all that crap). So system app remover and SD-maid's app control feature (from playstore / apps using root) can not delete system apps.
They just reappear after the reboot. Then I wanted to deactivate those apps in the OS app settings and did it for those where it's possible - well, after one day I checked and the apps were active again. I have no clue why.
So I wanted to use the TWRP file manager to delete the apps in /apps /priv-apps /products (guess that's the folders names). Or I would have flashed a modified debloating script... well; TWRP somehow does not let me mount /system for some reason. OK, I went for the ADB solution and gave it in Windows CMD
Code:
adb devices
adb shell
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.android.hotwordenrollment.xgoogle
pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
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.music
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.google.android.syncadapters.contacts
pm uninstall -k --user 0 com.google.android.gm
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.chrome
pm uninstall -k --user 0 com.google.android.youtube
To "hide" those apps for me. Google photos is there, and so is chrome, but "pm uninstall -k --user 0 com.google.android.apps.photos" gave me the message that the package is not installed.
So if anybody can give me some hints, input or kind words regarding to wtf is wrong with Android 10 or my setup ... that would be nice.
:silly:
Did you try this ? i read somewhere that it has potential to remove sys apps on android 10.
https://forum.xda-developers.com/pi...ol-tool-one-driversunlocktwrpfactory-t3730226
I think it is die to the fact that system can't be mounted by twrp (check twrp website for more details)
I'd just wait for magma or carbonrom
Edmontonchef said:
I'd just wait for magma or carbonrom
Click to expand...
Click to collapse
I know and like carbon. But what is magma? Did not find a rom with that name.
t-ryder said:
I know and like carbon. But what is magma? Did not find a rom with that name.
Click to expand...
Click to collapse
Cosp joined up with aosdp. Magma is their new name. Tried a test build but it didn't boot.

Question How to uninstall Google related app in xperia 10 iii rom?

How to uninstall Google related apps in xperia 10 iii rom?
Hope for help.
Thanks!
How to uninstall carrier/OEM bloatware without root access
If you want to get rid of carrier/OEM apps from your phone, here's how you can uninstall bloatware from your device without root access!
www.xda-developers.com
For example:
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.orange.aura.oobe
pm uninstall --user 0 com.sfr.android.sfrjeux
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.linkedin.android
pm uninstall --user 0 com.google.android.apps.wellbeing
pm uninstall --user 0 com.amazon.avod.thirdpartyclient
pm uninstall --user 0 com.amazon.mShop.android.shopping
... and so on.
oel7 said:
How to uninstall carrier/OEM bloatware without root access
If you want to get rid of carrier/OEM apps from your phone, here's how you can uninstall bloatware from your device without root access!
www.xda-developers.com
For example:
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.orange.aura.oobe
pm uninstall --user 0 com.sfr.android.sfrjeux
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.linkedin.android
pm uninstall --user 0 com.google.android.apps.wellbeing
pm uninstall --user 0 com.amazon.avod.thirdpartyclient
pm uninstall --user 0 com.amazon.mShop.android.shopping
... and so on.
Click to expand...
Click to collapse
What is name of playstore?

Categories

Resources