Guide: [UPDATE] Heavy DEBLOAT [latest 34.3.A.0.238] Nougat 7.1.1 (root) - Sony Xperia X Compact Guides, News, & Discussion

Heavy debloat of Google stuf (Play and Services) / Sony / Other / tracking apps. (aprox. 1.8 GB)
Sony camera/video apps intact
I've done this easy debloat batch script you can experiment with. It reads the file applist.txt and process all lines which does not start with #
Package(App) is disabled, then it's data removed and finaly the package directory deleted.
You need working adb shell (Flashtool), rooted phone, and custom kernel - so rw remount of system partition works. i am using kernel from XC Genesis thread.
debloat_xc.bat and applist.txt must be in the same directory. For example ...\Flashtool\x10flasher_lib\
debloat_xc.bat
Code:
adb devices
timeout 4
adb shell su -c mount -o rw,remount /system
adb shell su -c mount -o rw,remount /oem
timeout 1
echo off
for /f "eol=#" %%f in (applist.txt) do (
set radek=%%f
call :work
)
goto :eof
:work
for /f "tokens=1,2 delims=^=" %%a in ("%radek%") do (
set cesta=%%a
rem disable package: %%b
adb shell su -c pm disable %%b
rem delete data/data package: %%b
adb shell su -c pm clear %%b
rem delete directory: %%a
call :mazudir
echo:
)
goto :eof
:mazudir
for /f "tokens=1,2,3 delims=/" %%j in ("%cesta%") do (
echo delete directory /%%j/%%k/%%l
adb shell su -c rm -rf "/%%j/%%k/%%l"
)
goto :eof
This is my hc debloat list - no google stuff, no play services, sony and other.
I am using alternatives like f-droid/ k-9 mail/firefox/offline calendar so You probably want to edit it and enable stuff (add #)
This is bare working minimum for max battery life !!! Backup your /system and /data partitions first !!!
applist.txt
Code:
#/system/app/BasicDreams/BasicDreams.apk=com.android.dreams.basic
#/system/app/Bluetooth/Bluetooth.apk=com.android.bluetooth
#/system/app/BluetoothMidiService/BluetoothMidiService.apk=com.android.bluetoothmidiservice
#/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/CertInstaller/CertInstaller.apk=com.android.certinstaller
#/system/app/CoreSettings/CoreSettings.apk=com.sonymobile.coresettings
#/system/app/DownloadProviderUi/DownloadProviderUi.apk=com.android.providers.downloads.ui
#/system/app/ExactCalculator/ExactCalculator.apk=com.android.calculator2
#/system/app/FidoCryptoService/FidoCryptoService.apk=com.qualcomm.qti.auth.fidocryptoservice
#/system/app/FingerprintASM/FingerprintASM.apk=com.fingerprints.fido.asm
#/system/app/FingerprintServiceExtension/FingerprintServiceExtension.apk=com.fingerprints.serviceext
#/system/app/GoogleExtShared/GoogleExtShared.apk=com.google.android.ext.shared
#/system/app/HTMLViewer/HTMLViewer.apk=com.android.htmlviewer
#/system/app/HotspotAdvancedSetting/HotspotAdvancedSetting.apk=com.sonyericsson.settings.wifi
#/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/KeyChain/KeyChain.apk=com.android.keychain
#/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/Radio3/Radio3.apk=com.sonyericsson.fmradio
#/system/app/SemcAutoPowerOff/SemcAutoPowerOff.apk=com.sonyericsson.autopoweroffservice
#/system/app/SemcPowerSaveModule/SemcPowerSaveModule.apk=com.sonyericsson.psm.sysmonservice
#/system/app/SemcPowerService/SemcPowerService.apk=com.sonymobile.psrvc
#/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/SmartcardService/SmartcardService.apk=org.simalliance.openmobileapi.service
#/system/app/SoundEnhancement/SoundEnhancement.apk=com.sonyericsson.soundenhancement
#/system/app/StyleBlue-release/StyleBlue-release.apk=com.sonymobile.styleportrait.addon.blue
#/system/app/StyleBubble-release/StyleBubble-release.apk=com.sonymobile.styleportrait.addon.bubble
#/system/app/StyleDaily-release/StyleDaily-release.apk=com.sonymobile.styleportrait.addon.daily
#/system/app/StylePaint-release/StylePaint-release.apk=com.sonymobile.styleportrait.addon.paint
#/system/app/StyleRed-release/StyleRed-release.apk=com.sonymobile.styleportrait.addon.red
#/system/app/StyleStar-release/StyleStar-release.apk=com.sonymobile.styleportrait.addon.star
#/system/app/StyleSunshine-release/StyleSunshine-release.apk=com.sonymobile.styleportrait.addon.sunshine
#/system/app/StyleSuntan-release/StyleSuntan-release.apk=com.sonymobile.styleportrait.addon.suntan
#/system/app/SusResCheck/SusResCheck.apk=com.sonymobile.susrescheck
#/system/app/TetherEntitlementCheck/TetherEntitlementCheck.apk=com.sonyericsson.tetherentitlementcheck
#/system/app/Theme-Sou-M-cid14-black-sw360dp-xhdpi-release/Theme-Sou-M-cid14-black-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid14.black
#/system/app/Theme-Sou-M-cid15-white-sw360dp-xhdpi-release/Theme-Sou-M-cid15-white-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid15.white
#/system/app/Theme-Sou-M-cid16-blue-sw360dp-xhdpi-release/Theme-Sou-M-cid16-blue-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid16.blue
#/system/app/Theme-Sou-M-cid17-pink-sw360dp-xhdpi-release/Theme-Sou-M-cid17-pink-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid17.pink
#/system/app/TimeService/TimeService.apk=com.qualcomm.timeservice
#/system/app/TopContactsWidget-release/TopContactsWidget-release.apk=com.sonymobile.advancedwidget.topcontacts
#/system/app/TransmitPower/TransmitPower.apk=com.sonymobile.transmitpower
#/system/app/UiccTerminal/UiccTerminal.apk=org.simalliance.openmobileapi.uiccterminal
#/system/app/UnsupportedHeadsetNotifier/UnsupportedHeadsetNotifier.apk=com.sonyericsson.unsupportedheadsetnotifier
#/system/app/UserDictionaryProvider/UserDictionaryProvider.apk=com.android.providers.userdictionary
#/system/app/WAPPushManager/WAPPushManager.apk=com.android.smspush
#/system/app/WallpaperBackup/WallpaperBackup.apk=com.android.wallpaperbackup
#/system/app/WebViewGoogle/WebViewGoogle.apk=com.google.android.webview
#/system/app/WorldClockWidget-release/WorldClockWidget-release.apk=com.sonymobile.advancedwidget.worldclock
#/system/app/ar-effect/ar-effect.apk=com.sonymobile.androidapp.cameraaddon.areffect
#/system/app/bootinfo/bootinfo.apk=com.sonyericsson.android.bootinfo
#/system/app/com.sonymobile.androidapp.cameraaddon.stickercreator/com.sonymobile.androidapp.cameraaddon.stickercreator.apk=com.sonymobile.androidapp.cameraaddon.stickercreator
#/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/device-config-agent-release/device-config-agent-release.apk=com.sonymobile.deviceconfigtool
#/system/app/device-monitor/device-monitor.apk=com.sonyericsson.devicemonitor
#/system/app/externalkeyboardsinternational-release/externalkeyboardsinternational-release.apk=com.sonymobile.android.externalkeyboard
#/system/app/fastdormancy/fastdormancy.apk=com.qualcomm.fastdormancy
#/system/app/shutdownlistener/shutdownlistener.apk=com.qualcomm.shutdownlistner
#/system/app/skin-core-release/skin-core-release.apk=com.sonymobile.runtimeskinning.core
#/system/app/skin-picker-release/skin-picker-release.apk=com.sonymobile.runtimeskinning.picker
#/system/app/smtofrgbc/smtofrgbc.apk=com.sonymobile.smtofrgbc
#/system/app/telresources/telresources.apk=com.android.frameworks.telresources
#/system/app/wallpaperpicker-release/wallpaperpicker-release.apk=com.sonyericsson.wallpaperpicker
#/system/app/white-balance/white-balance.apk=com.sonymobile.whitebalance
#/system/app/xdivert/xdivert.apk=com.qti.xdivert
#/system/framework/framework-res.apk=android
#/system/priv-app/ApnUpdater/ApnUpdater.apk=com.sonymobile.apnupdater
#/system/priv-app/ArtFilterCamera-legacy-xhdpi-release/ArtFilterCamera-legacy-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/CarrierConfig/CarrierConfig.apk=com.android.carrierconfig
#/system/priv-app/Contacts/Contacts.apk=com.sonymobile.android.contacts
#/system/priv-app/ContactsSettingsUtil/ContactsSettingsUtil.apk=com.sonymobile.android.contacts.settingsutil
#/system/priv-app/Conversations/Conversations.apk=com.sonyericsson.conversations
#/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/Dialer/Dialer.apk=com.sonymobile.android.dialer
#/system/priv-app/DownloadProvider/DownloadProvider.apk=com.android.providers.downloads
#/system/priv-app/EmergencyInfo/EmergencyInfo.apk=com.android.emergency
#/system/priv-app/EmergencySms/EmergencySms.apk=com.sonymobile.emergencysms
#/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/GoogleExtServices/GoogleExtServices.apk=com.google.android.ext.services
#/system/priv-app/GooglePackageInstaller/GooglePackageInstaller.apk=com.google.android.packageinstaller
#/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/QtiTetherService/QtiTetherService.apk=com.qualcomm.qti.tetherservice
#/system/priv-app/SEMCSetupWizard/SEMCSetupWizard.apk=com.sonyericsson.setupwizard
#/system/priv-app/SemcCamera3D-legacy-xhdpi-release/SemcCamera3D-legacy-xhdpi-release.apk=com.sonyericsson.android.camera3d
#/system/priv-app/SemcCameraUI-legacy-jniLibs64-xhdpi-release/SemcCameraUI-legacy-jniLibs64-xhdpi-release.apk=com.sonyericsson.android.camera
#/system/priv-app/SemcContactsProvider/SemcContactsProvider.apk=com.android.providers.contacts
#/system/priv-app/SemcPhotoEditor-No-RenderScript-photoeditor-release/SemcPhotoEditor-No-RenderScript-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/SimlockUnlockApp/SimlockUnlockApp.apk=com.sonymobile.simlockunlockapp
#/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/SomcWifiDisplay/SomcWifiDisplay.apk=com.sonymobile.tvout.wifidisplay
#/system/priv-app/SomcWifiService/SomcWifiService.apk=com.sonymobile.wifi
#/system/priv-app/SoundPhotoCamera-legacy-xhdpi-release/SoundPhotoCamera-legacy-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/StylePortrait/StylePortrait.apk=com.sonymobile.android.addoncamera.styleportrait
#/system/priv-app/SuperStamina/SuperStamina.apk=com.sonymobile.superstamina
#/system/priv-app/SuperVideoCamera-legacy-xhdpi-release/SuperVideoCamera-legacy-xhdpi-release.apk=com.sonymobile.android.addoncamera.supervideo
#/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-legacy-xhdpi-release/TimeShiftCamera-legacy-xhdpi-release.apk=com.sonymobile.android.addoncamera.timeshift
#/system/priv-app/USMHome/USMHome.apk=com.sonymobile.usm
#/system/priv-app/VpnDialogs/VpnDialogs.apk=com.android.vpndialogs
#/system/priv-app/WallpaperCropper/WallpaperCropper.apk=com.android.wallpapercropper
#/system/priv-app/WapPush-release/WapPush-release.apk=com.sonyericsson.wappush
#/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/home-sonyEricsson-release/home-sonyEricsson-release.apk=com.sonyericsson.home
#/system/priv-app/rcs-core/rcs-core.apk=com.gsma.rcs
#/system/priv-app/rcs-settings/rcs-settings.apk=com.sonymobile.rcs.settings
#/system/priv-app/sound-picker-release/sound-picker-release.apk=com.sonyericsson.suquashi.soundpicker
#/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
/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/CalendarGoogle/CalendarGoogle.apk=com.google.android.calendar
/system/app/Chrome/Chrome.apk=com.android.chrome
/system/app/ClockWidgets-release/ClockWidgets-release.apk=com.sonyericsson.advancedwidget.clock
/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/Drive/Drive.apk=com.google.android.apps.docs
/system/app/EasterEgg/EasterEgg.apk=com.android.egg
/system/app/EditorsDocs/EditorsDocs.apk=com.google.android.apps.docs.editors.docs
/system/app/EditorsSheets/EditorsSheets.apk=com.google.android.apps.docs.editors.sheets
/system/app/EditorsSlides/EditorsSlides.apk=com.google.android.apps.docs.editors.slides
/system/app/Exchange2/Exchange2.apk=com.sonymobile.exchange
/system/app/ExternalKeyboardJP/ExternalKeyboardJP.apk=com.sonymobile.android.externalkeyboardjp
/system/app/FaceLock/FaceLock.apk=com.android.facelock
/system/app/FidoClient/FidoClient.apk=com.noknok.android.mfac.service
/system/app/GetMoreClient-standard-release/GetMoreClient-standard-release.apk=com.sonymobile.getmore.client
/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/Hangouts/Hangouts.apk=com.google.android.talk
/system/app/IddAgent/IddAgent.apk=com.sonyericsson.idd.agent
/system/app/IddPermissionApplicationCertificate/IddPermissionApplicationCertificate.apk=com.sonymobile.idd.permission.application_certificate
/system/app/IntelligentObserver/IntelligentObserver.apk=com.sonymobile.intelligent.observer
/system/app/KerberosService/KerberosService.apk=com.sonymobile.sso
/system/app/Lifelog-googlePlayLiveRelease-3.1.A.0.4-6422532/Lifelog-googlePlayLiveRelease-3.1.A.0.4-6422532.apk=com.sonymobile.lifelog
/system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk=com.android.wallpaper.livepicker
/system/app/Maps/Maps.apk=com.google.android.apps.maps
/system/app/Music2/Music2.apk=com.google.android.music
/system/app/OmaDownload/OmaDownload.apk=com.sonyericsson.omadl
/system/app/PartnerBookmarksProvider/PartnerBookmarksProvider.apk=com.android.providers.partnerbookmarks
/system/app/PhotoWidget-release/PhotoWidget-release.apk=com.sonyericsson.advancedwidget.photo
/system/app/Photos/Photos.apk=com.google.android.apps.photos
/system/app/PrintSpooler/PrintSpooler.apk=com.android.printspooler
/system/app/RcaHandler/RcaHandler.apk=com.sonymobile.rcahandler
/system/app/RemoteControlService/RemoteControlService.apk=com.realvnc.android.remote
/system/app/SecureClockService/SecureClockService.apk=com.sonymobile.secureclockservice
/system/app/SemcEmail/SemcEmail.apk=com.sonymobile.email
/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/SomcSketch-live/SomcSketch-live.apk=com.sonymobile.sketch
/system/app/SomcXperiaServices/SomcXperiaServices.apk=com.sonymobile.xperiaservices
/system/app/Stk/Stk.apk=com.android.stk
/system/app/SyncHub-release/SyncHub-release.apk=com.sonymobile.synchub
/system/app/Videos/Videos.apk=com.google.android.videos
/system/app/WikipediaPlugin/WikipediaPlugin.apk=com.sonymobile.music.wikipediaplugin
/system/app/XperiaTransferMobile-release/XperiaTransferMobile-release.apk=com.sonymobile.xperiatransfermobile
/system/app/YouTube/YouTube.apk=com.google.android.youtube
/system/app/YouTubeKaraokePlugin/YouTubeKaraokePlugin.apk=com.sonymobile.music.youtubekaraokeplugin
/system/app/YouTubePlugin/YouTubePlugin.apk=com.sonymobile.music.youtubeplugin
/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.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/experienceflow2livewallpaper-release/experienceflow2livewallpaper-release.apk=com.sonymobile.experienceflow2
/system/app/fota-service/fota-service.apk=com.sonymobile.fota.service
/system/app/mwutil/mwutil.apk=com.sonymobile.mwutil
/system/app/newssuite/newssuite.apk=com.sony.nfx.app.sfrc
/system/app/phone-usage/phone-usage.apk=com.sonymobile.phoneusage
/system/app/photoslideshow-release/photoslideshow-release.apk=com.sonymobile.slideshow
/system/app/pip/pip.apk=com.sonymobile.pip
/system/app/playstationapp/playstationapp.apk=com.scee.psxandroid
/system/app/rcs-startup/rcs-startup.apk=com.sonymobile.rcs.startup
/system/app/talkback/talkback.apk=com.google.android.marvin.talkback
/system/app/videoplaceholder/videoplaceholder.apk=com.sony.tvsideview.videoph
/system/app/videotvsideview/videotvsideview.apk=com.sony.tvsideview.phone
/system/app/weather-release/weather-release.apk=com.sonymobile.xperiaweather
/system/priv-app/CameraWearableBridgeHandheldServer-release/CameraWearableBridgeHandheldServer-release.apk=com.sonymobile.cameracommon.wearablebridge
/system/priv-app/ConfigUpdater/ConfigUpdater.apk=com.google.android.configupdater
/system/priv-app/CoverApp2/CoverApp2.apk=com.sonymobile.coverapp2
/system/priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk=com.android.cts.priv.ctsshim
/system/priv-app/DocumentsUI/DocumentsUI.apk=com.android.documentsui
/system/priv-app/GetMore-standard-release/GetMore-standard-release.apk=com.sonymobile.getmore
/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/GmsCore/GmsCore.apk=com.google.android.gms
/system/priv-app/GoogleBackupTransport/GoogleBackupTransport.apk=com.google.android.backuptransport
/system/priv-app/GoogleFeedback/GoogleFeedback.apk=com.google.android.feedback
/system/priv-app/GoogleLoginService/GoogleLoginService.apk=com.google.android.gsf.login
/system/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk=com.google.android.onetimeinitializer
/system/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk=com.google.android.partnersetup
/system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk=com.google.android.gsf
/system/priv-app/ManagedProvisioning/ManagedProvisioning.apk=com.android.managedprovisioning
/system/priv-app/MyXperia-release/MyXperia-release.apk=com.sonymobile.mx.android
/system/priv-app/OMAClientProvisioning/OMAClientProvisioning.apk=com.sonyericsson.android.omacp
/system/priv-app/Phonesky/Phonesky.apk=com.android.vending
/system/priv-app/RcsVideoShare/RcsVideoShare.apk=com.sonymobile.rcsvideoprovider
/system/priv-app/RemoteUnlockService/RemoteUnlockService.apk=com.sonymobile.simlock.service
/system/priv-app/SemcClock-release/SemcClock-release.apk=com.sonyericsson.organizer
/system/priv-app/SemcCnapProvider/SemcCnapProvider.apk=com.sonyericsson.providers.cnap
/system/priv-app/SemcMusic/SemcMusic.apk=com.sonyericsson.music
/system/priv-app/SetupWizard/SetupWizard.apk=com.google.android.setupwizard
/system/priv-app/SocialphonebookStub/SocialphonebookStub.apk=com.sonyericsson.android.socialphonebook
/system/priv-app/SomcMovieCreator-Tsv-release/SomcMovieCreator-Tsv-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/Velvet/Velvet.apk=com.google.android.googlequicksearchbox
/system/priv-app/album-albumLive-release/album-albumLive-release.apk=com.sonyericsson.album
/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/qcrilmsgtunnel/qcrilmsgtunnel.apk=com.qualcomm.qcrilmsgtunnel
/system/priv-app/somc-get-to-know-it-release/somc-get-to-know-it-release.apk=com.sonymobile.gettoknowit
/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
// my setup: F5321 stock 34.3.A.0.252 Nougat 7.1.1 + XC Genesis Kernel v1.07 + Magisk 15.2 + TWRP 3.1.1

I like this idea but think it removes too much if all one wanted to do was remove all the preinstalled stuff and Google bloat (but leave something like PS controller driver, camera app, and Google Play)? Can the script be edited and how do I know what dependencies to keep if so? Why not just use an AOSP ROM if you wanted to remove everything, is there issues with the XC using an AOSP ROM vs. this method?
Cheers!

The idea is to simulate pure custom rom without google "bloatware" and with 100% working camera/video and connectivity. Imo, c.roms have sometimes problems in those areas.

What is the proper app to remove everything BUT:
- Camera
- Email & Exchange Services
- Launcher
- Google Play Store
All the other Xperia and Google Play crap can go.
Would the below work? Which one is the launcher?
Code:
#!/bin/bash
printf "Disabling Apps..\n"
pm disable com.amazon.mShop.android.shopping
pm disable com.android.chrome
pm disable com.android.facelock
pm disable com.android.managedprovisioning
pm disable com.android.partnerbrowsercustomizations.chromeHomepage
pm disable com.android.providers.partnerbookmarks
pm disable com.android.vending
pm disable com.facebook.appmanager
pm disable com.facebook.katana
pm disable com.facebook.system
pm disable com.google.android.apps.docs
pm disable com.google.android.apps.docs.editors.docs
pm disable com.google.android.apps.docs.editors.sheets
pm disable com.google.android.apps.docs.editors.slides
pm disable com.google.android.apps.maps
pm disable com.google.android.apps.photos
pm disable com.google.android.calendar
pm disable com.google.android.configupdater
pm disable com.google.android.feedback
pm disable com.google.android.gm
pm disable com.google.android.gms
pm disable com.google.android.googlequicksearchbox
pm disable com.google.android.gsf
pm disable com.google.android.gsf.login
pm disable com.google.android.marvin.talkback
pm disable com.google.android.music
pm disable com.google.android.onetimeinitializer
pm disable com.google.android.partnersetup
pm disable com.google.android.printservice.recommendation
pm disable com.google.android.syncadapters.contacts
pm disable com.google.android.tag
pm disable com.google.android.talk
pm disable com.google.android.tts
pm disable com.google.android.videos
pm disable com.google.android.youtube
pm disable com.noknok.android.mfac.service
pm disable com.realvnc.android.remote
pm disable com.s.antivirus
pm disable com.scee.psxandroid
pm disable com.sony.nfx.app.sfrc
pm disable com.sony.tvsideview.phone
pm disable com.sony.tvsideview.videoph
pm disable com.sonyericsson.advancedwidget.clock
pm disable com.sonyericsson.advancedwidget.photo
pm disable com.sonyericsson.album
pm disable com.sonyericsson.android.omacp
pm disable com.sonyericsson.android.socialphonebook
pm disable com.sonyericsson.crashmonitor
pm disable com.sonyericsson.customizedsettings
pm disable com.sonyericsson.devicemonitor
pm disable com.sonyericsson.home
pm disable com.sonyericsson.idd.agent
pm disable com.sonyericsson.mtp.extension.backuprestore
pm disable com.sonyericsson.mtp.extension.factoryreset
pm disable com.sonyericsson.mtp.extension.update
pm disable com.sonyericsson.music
pm disable com.sonyericsson.omadl
pm disable com.sonyericsson.providers.cnap
pm disable com.sonyericsson.setupwizard
pm disable com.sonyericsson.startupflagservice
pm disable com.sonyericsson.textinput.chinese
pm disable com.sonyericsson.updatecenter
pm disable com.sonyericsson.warrantytime
pm disable com.sonyericsson.xhs
pm disable com.sonymobile.advancedlogging
pm disable com.sonymobile.advancedwidget.topcontacts
pm disable com.sonymobile.advancedwidget.worldclock
pm disable com.sonymobile.android.addoncamera.soundphoto
pm disable com.sonymobile.android.externalkeyboardjp
pm disable com.sonymobile.anondata
pm disable com.sonymobile.cameracommon.wearablebridge
pm disable com.sonymobile.coverapp2
pm disable com.sonymobile.crashmonitor.system
pm disable com.sonymobile.demoappchecker
pm disable com.sonymobile.deqp
pm disable com.sonymobile.devicesecurity.service
pm disable com.sonymobile.dlna
pm disable com.sonymobile.dualshockmanager
pm disable com.sonymobile.enterprise.service
pm disable com.sonymobile.entrance
pm disable com.sonymobile.experienceflow2
pm disable com.sonymobile.fota.service
pm disable com.sonymobile.getmore
pm disable com.sonymobile.getmore.client
pm disable com.sonymobile.gettoknowit
pm disable com.sonymobile.googleanalyticsproxy
pm disable com.sonymobile.idd.permission.application_certificate
pm disable com.sonymobile.intelligent.observer
pm disable com.sonymobile.lifelog
pm disable com.sonymobile.moviecreator
pm disable com.sonymobile.moviecreator.rmm
pm disable com.sonymobile.mtp.extension.fotaupdate
pm disable com.sonymobile.music.googlelyricsplugin
pm disable com.sonymobile.music.wikipediaplugin
pm disable com.sonymobile.music.youtubekaraokeplugin
pm disable com.sonymobile.music.youtubeplugin
pm disable com.sonymobile.mwutil
pm disable com.sonymobile.phoneusage
pm disable com.sonymobile.pip
pm disable com.sonymobile.pobox
pm disable com.sonymobile.rcahandler
pm disable com.sonymobile.rcs.settings
pm disable com.sonymobile.rcs.startup
pm disable com.sonymobile.rcsvideoprovider
pm disable com.sonymobile.retaildemo
pm disable com.sonymobile.slideshow
pm disable com.sonymobile.support
pm disable com.sonymobile.susrescheck
pm disable com.sonymobile.synchub
pm disable com.sonymobile.xperialounge.services
pm disable com.sonymobile.xperiaservices
pm disable com.sonymobile.xperiatransfermobile
pm disable com.sonymobile.xperiaweather
pm disable com.spotify.music
printf "Deleting in /data/data/..\n"
rm -rf /data/data/com.amazon.mShop.android.shopping
rm -rf /data/data/com.android.chrome
rm -rf /data/data/com.android.facelock
rm -rf /data/data/com.android.managedprovisioning
rm -rf /data/data/com.android.partnerbrowsercustomizations.chromeHomepage
rm -rf /data/data/com.android.providers.partnerbookmarks
rm -rf /data/data/com.android.vending
rm -rf /data/data/com.facebook.appmanager
rm -rf /data/data/com.facebook.katana
rm -rf /data/data/com.facebook.system
rm -rf /data/data/com.google.android.apps.docs
rm -rf /data/data/com.google.android.apps.docs.editors.docs
rm -rf /data/data/com.google.android.apps.docs.editors.sheets
rm -rf /data/data/com.google.android.apps.docs.editors.slides
rm -rf /data/data/com.google.android.apps.maps
rm -rf /data/data/com.google.android.apps.photos
rm -rf /data/data/com.google.android.backuptransport
rm -rf /data/data/com.google.android.calendar
rm -rf /data/data/com.google.android.configupdater
rm -rf /data/data/com.google.android.feedback
rm -rf /data/data/com.google.android.gm
rm -rf /data/data/com.google.android.gms
rm -rf /data/data/com.google.android.gsf
rm -rf /data/data/com.google.android.gsf.login
rm -rf /data/data/com.google.android.marvin.talkback
rm -rf /data/data/com.google.android.music
rm -rf /data/data/com.google.android.onetimeinitializer
rm -rf /data/data/com.google.android.partnersetup
rm -rf /data/data/com.google.android.printservice.recommendation
rm -rf /data/data/com.google.android.syncadapters.contacts
rm -rf /data/data/com.google.android.tag
rm -rf /data/data/com.google.android.talk
rm -rf /data/data/com.google.android.tts
rm -rf /data/data/com.google.android.videos
rm -rf /data/data/com.google.android.youtube
rm -rf /data/data/com.noknok.android.mfac.service
rm -rf /data/data/com.realvnc.android.remote
rm -rf /data/data/com.s.antivirus
rm -rf /data/data/com.scee.psxandroid
rm -rf /data/data/com.sony.nfx.app.sfrc
rm -rf /data/data/com.sony.tvsideview.phone
rm -rf /data/data/com.sony.tvsideview.videoph
rm -rf /data/data/com.sonyericsson.advancedwidget.clock
rm -rf /data/data/com.sonyericsson.advancedwidget.photo
rm -rf /data/data/com.sonyericsson.album
rm -rf /data/data/com.sonyericsson.android.omacp
rm -rf /data/data/com.sonyericsson.android.socialphonebook
rm -rf /data/data/com.sonyericsson.crashmonitor
rm -rf /data/data/com.sonyericsson.customizedsettings
rm -rf /data/data/com.sonyericsson.devicemonitor
rm -rf /data/data/com.sonyericsson.home
rm -rf /data/data/com.sonyericsson.idd.agent
rm -rf /data/data/com.sonyericsson.mtp.extension.backuprestore
rm -rf /data/data/com.sonyericsson.mtp.extension.factoryreset
rm -rf /data/data/com.sonyericsson.mtp.extension.update
rm -rf /data/data/com.sonyericsson.music
rm -rf /data/data/com.sonyericsson.omadl
rm -rf /data/data/com.sonyericsson.providers.cnap
rm -rf /data/data/com.sonyericsson.setupwizard
rm -rf /data/data/com.sonyericsson.startupflagservice
rm -rf /data/data/com.sonyericsson.textinput.chinese
rm -rf /data/data/com.sonyericsson.updatecenter
rm -rf /data/data/com.sonyericsson.warrantytime
rm -rf /data/data/com.sonyericsson.xhs
rm -rf /data/data/com.sonymobile.advancedlogging
rm -rf /data/data/com.sonymobile.advancedwidget.topcontacts
rm -rf /data/data/com.sonymobile.advancedwidget.worldclock
rm -rf /data/data/com.sonymobile.android.addoncamera.soundphoto
rm -rf /data/data/com.sonymobile.android.externalkeyboardjp
rm -rf /data/data/com.sonymobile.anondata
rm -rf /data/data/com.sonymobile.cameracommon.wearablebridge
rm -rf /data/data/com.sonymobile.coverapp2
rm -rf /data/data/com.sonymobile.crashmonitor.system
rm -rf /data/data/com.sonymobile.demoappchecker
rm -rf /data/data/com.sonymobile.deqp
rm -rf /data/data/com.sonymobile.devicesecurity.service
rm -rf /data/data/com.sonymobile.dlna
rm -rf /data/data/com.sonymobile.dualshockmanager
rm -rf /data/data/com.sonymobile.enterprise.service
rm -rf /data/data/com.sonymobile.entrance
rm -rf /data/data/com.sonymobile.experienceflow2
rm -rf /data/data/com.sonymobile.fota.service
rm -rf /data/data/com.sonymobile.getmore
rm -rf /data/data/com.sonymobile.getmore.client
rm -rf /data/data/com.sonymobile.gettoknowit
rm -rf /data/data/com.sonymobile.googleanalyticsproxy
rm -rf /data/data/com.sonymobile.idd.permission.application_certificate
rm -rf /data/data/com.sonymobile.intelligent.observer
rm -rf /data/data/com.sonymobile.lifelog
rm -rf /data/data/com.sonymobile.moviecreator
rm -rf /data/data/com.sonymobile.moviecreator.rmm
rm -rf /data/data/com.sonymobile.mtp.extension.fotaupdate
rm -rf /data/data/com.sonymobile.music.googlelyricsplugin
rm -rf /data/data/com.sonymobile.music.wikipediaplugin
rm -rf /data/data/com.sonymobile.music.youtubekaraokeplugin
rm -rf /data/data/com.sonymobile.music.youtubeplugin
rm -rf /data/data/com.sonymobile.mwutil
rm -rf /data/data/com.sonymobile.phoneusage
rm -rf /data/data/com.sonymobile.pip
rm -rf /data/data/com.sonymobile.pobox
rm -rf /data/data/com.sonymobile.rcahandler
rm -rf /data/data/com.sonymobile.rcs.settings
rm -rf /data/data/com.sonymobile.rcs.startup
rm -rf /data/data/com.sonymobile.rcsvideoprovider
rm -rf /data/data/com.sonymobile.retaildemo
rm -rf /data/data/com.sonymobile.slideshow
rm -rf /data/data/com.sonymobile.support
rm -rf /data/data/com.sonymobile.susrescheck
rm -rf /data/data/com.sonymobile.synchub
rm -rf /data/data/com.sonymobile.telephony.extension
rm -rf /data/data/com.sonymobile.xperialounge.services
rm -rf /data/data/com.sonymobile.xperiaservices
rm -rf /data/data/com.sonymobile.xperiatransfermobile
rm -rf /data/data/com.sonymobile.xperiaweather
rm -rf /data/data/com.spotify.music
printf "Deleting in /system/app/..\n"
rm -rf /system/app/AdvancedLogging
rm -rf /system/app/AnonymousData
rm -rf /system/app/CalendarGoogle
rm -rf /system/app/Chrome
rm -rf /system/app/ClockWidgets-release
rm -rf /system/app/CrashMonitor
rm -rf /system/app/CrashMonitorSystem
rm -rf /system/app/DemoAppChecker
rm -rf /system/app/Drive
rm -rf /system/app/EditorsDocs
rm -rf /system/app/EditorsSheets
rm -rf /system/app/EditorsSlides
rm -rf /system/app/ExternalKeyboardJP
rm -rf /system/app/FaceLock
rm -rf /system/app/FidoClient
rm -rf /system/app/GetMoreClient-standard-release
rm -rf /system/app/Gmail2
rm -rf /system/app/GoogleAnalyticsProxy
rm -rf /system/app/GoogleContactsSyncAdapter
rm -rf /system/app/GoogleLyricsPlugin
rm -rf /system/app/GooglePrintRecommendationService
rm -rf /system/app/GoogleTTS
rm -rf /system/app/Hangouts
rm -rf /system/app/IddAgent
rm -rf /system/app/IddPermissionApplicationCertificate
rm -rf /system/app/IntelligentObserver
rm -rf /system/app/Lifelog-3.0.B.4.15-6295567-googlePreloadLive-release
rm -rf /system/app/Maps
rm -rf /system/app/Music2
rm -rf /system/app/OmaDownload
rm -rf /system/app/PartnerBookmarksProvider
rm -rf /system/app/PhotoWidget-release
rm -rf /system/app/Photos
rm -rf /system/app/RcaHandler
rm -rf /system/app/RemoteControlService
rm -rf /system/app/SemcWarrantyTime
rm -rf /system/app/SomcDualshockManager
rm -rf /system/app/SomcMovieCreatorRmm-release
rm -rf /system/app/SomcPOBox
rm -rf /system/app/SomcXperiaServices
rm -rf /system/app/SusResCheck
rm -rf /system/app/SyncHub-release
rm -rf /system/app/TopContactsWidget-release
rm -rf /system/app/Videos
rm -rf /system/app/WikipediaPlugin
rm -rf /system/app/WorldClockWidget-release
rm -rf /system/app/XperiaTransferMobile-release
rm -rf /system/app/YouTube
rm -rf /system/app/YouTubeKaraokePlugin
rm -rf /system/app/YouTubePlugin
rm -rf /system/app/com.amazon.mShop.android.shopping
rm -rf /system/app/com.facebook.appmanager
rm -rf /system/app/com.facebook.katana
rm -rf /system/app/com.s.antivirus
rm -rf /system/app/com.sonyericsson.xhs
rm -rf /system/app/com.sonymobile.deqp
rm -rf /system/app/com.sonymobile.support
rm -rf /system/app/com.sonymobile.xperialounge.services
rm -rf /system/app/com.spotify.music
rm -rf /system/app/device-monitor
rm -rf /system/app/dlna-somc-xhdpi-release
rm -rf /system/app/experienceflow2livewallpaper-release
rm -rf /system/app/fota-service
rm -rf /system/app/home-release
rm -rf /system/app/mwutil
rm -rf /system/app/newssuite
rm -rf /system/app/phone-usage
rm -rf /system/app/photoslideshow-release
rm -rf /system/app/pip
rm -rf /system/app/playstationapp
rm -rf /system/app/rcs-startup
rm -rf /system/app/talkback
rm -rf /system/app/videoplaceholder
rm -rf /system/app/videotvsideview
rm -rf /system/app/weather-release
printf "Deleting in /system/priv-app/..\n"
rm -rf /system/priv-app/CameraWearableBridgeHandheldServer
rm -rf /system/priv-app/ConfigUpdater
rm -rf /system/priv-app/CoverApp2
rm -rf /system/priv-app/CustomizedSettings-release
rm -rf /system/priv-app/DeviceSecurityService
rm -rf /system/priv-app/EnterpriseService
rm -rf /system/priv-app/GetMore-standard-release
rm -rf /system/priv-app/GmsCore
rm -rf /system/priv-app/GoogleBackupTransport
rm -rf /system/priv-app/GoogleFeedback
rm -rf /system/priv-app/GoogleLoginService
rm -rf /system/priv-app/GoogleOneTimeInitializer
rm -rf /system/priv-app/GooglePartnerSetup
rm -rf /system/priv-app/ManagedProvisioning
rm -rf /system/priv-app/MyXperia-release
rm -rf /system/priv-app/OMAClientProvisioning-release
rm -rf /system/priv-app/Phonesky
rm -rf /system/priv-app/RcsVideoShare
rm -rf /system/priv-app/SEMCSetupWizard
rm -rf /system/priv-app/SemcCnapProvider
rm -rf /system/priv-app/SemcMusic
rm -rf /system/priv-app/SocialphonebookStub
rm -rf /system/priv-app/SomcExtTelephony
rm -rf /system/priv-app/SomcMovieCreator-release
rm -rf /system/priv-app/SoundPhotoCamera-xhdpi-release
rm -rf /system/priv-app/StartupFlagV2
rm -rf /system/priv-app/TagGoogle
rm -rf /system/priv-app/UpdateCenter-release
rm -rf /system/priv-app/Velvet
rm -rf /system/priv-app/album-albumLive-release
rm -rf /system/priv-app/com.facebook.system
rm -rf /system/priv-app/com.sonymobile.retaildemo
rm -rf /system/priv-app/rcs-settings
rm -rf /system/priv-app/somc-get-to-know-it-release
rm -rf /system/priv-app/sonyentrance2-release
rm -rf /system/priv-app/textinput-chn-xhdpi
rm -rf /system/priv-app/usb-mtp-backup-transport
rm -rf /system/priv-app/usb-mtp-factoryreset-wrapper
rm -rf /system/priv-app/usb-mtp-fotaupdate-wrapper
rm -rf /system/priv-app/usb-mtp-update-wrapper
rm -rf /system/vendor/app
printf "Done :) \n"

I tried this method to uninstall spotify only, but it does not work. My drivers work well, I have Nova louncher. The script does not give me any error, but the app is still there.
X compact 7.1.1.

mains75 said:
I tried this method to uninstall spotify only, but it does not work. My drivers work well, I have Nova louncher. The script does not give me any error, but the app is still there.
X compact 7.1.1.
Click to expand...
Click to collapse
Hey it worked! I use TWRP terminal and it works! Hope it can be useful for someone...

I may give this a go. However, is there a list compiled somewhere that tells what apps from stock rom are safe to remove/disable/freeze?

POMF2K said:
I may give this a go. However, is there a list compiled somewhere that tells what apps from stock rom are safe to remove/disable/freeze?
Click to expand...
Click to collapse
I've redone the debloat script, so it's more user friendly.
Items on applist are tested with no errors. I've done a lot of googling to find out what those (dissabled/enabled) apps do. give it a try.

megaice said:
I've redone the debloat script, so it's more user friendly.
Items on applist are tested with no errors. I've done a lot of googling to find out what those (dissabled/enabled) apps do. give it a try.
Click to expand...
Click to collapse
It's possible to make another applist.txt ,with bare working google serices?

dadme said:
It's possible to make another applist.txt ,with bare working google serices?
Click to expand...
Click to collapse
I would rather remove the existing Google apps and services and install open gapps or alternative..
---------- Post added at 21:15 ---------- Previous post was at 21:13 ----------
megaice said:
I've redone the debloat script, so it's more user friendly.
Items on applist are tested with no errors. I've done a lot of googling to find out what those (dissabled/enabled) apps do. give it a try.
Click to expand...
Click to collapse
If you are removing apps to provide AOSP-like clean experience, why not to also remove framework files?
---------- Post added at 21:24 ---------- Previous post was at 21:15 ----------
megaice said:
I've redone the debloat script, so it's more user friendly.
Items on applist are tested with no errors. I've done a lot of googling to find out what those (dissabled/enabled) apps do. give it a try.
Click to expand...
Click to collapse
why does your list begin with #? all apps listed including the ones you keep?

dadme said:
It's possible to make another applist.txt ,with bare working google serices?
Click to expand...
Click to collapse
Ok here is version with google stuff almost intact.
applist.txt with google on
Code:
# ----- Google stuff -----
#/system/app/CalendarGoogle/CalendarGoogle.apk=com.google.android.calendar
#/system/app/Chrome/Chrome.apk=com.android.chrome
#/system/app/Drive/Drive.apk=com.google.android.apps.docs
#/system/app/EasterEgg/EasterEgg.apk=com.android.egg
#/system/app/EditorsDocs/EditorsDocs.apk=com.google.android.apps.docs.editors.docs
#/system/app/EditorsSheets/EditorsSheets.apk=com.google.android.apps.docs.editors.sheets
#/system/app/EditorsSlides/EditorsSlides.apk=com.google.android.apps.docs.editors.slides
#/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/GoogleTTS/GoogleTTS.apk=com.google.android.tts
#/system/app/Hangouts/Hangouts.apk=com.google.android.talk
#/system/app/YouTube/YouTube.apk=com.google.android.youtube
#/system/app/YouTubePlugin/YouTubePlugin.apk=com.sonymobile.music.youtubeplugin
#/system/app/talkback/talkback.apk=com.google.android.marvin.talkback
#/system/priv-app/ConfigUpdater/ConfigUpdater.apk=com.google.android.configupdater
#/system/priv-app/GmsCore/GmsCore.apk=com.google.android.gms
#/system/priv-app/GoogleBackupTransport/GoogleBackupTransport.apk=com.google.android.backuptransport
#/system/priv-app/GoogleFeedback/GoogleFeedback.apk=com.google.android.feedback
#/system/priv-app/GoogleLoginService/GoogleLoginService.apk=com.google.android.gsf.login
#/system/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk=com.google.android.onetimeinitializer
#/system/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk=com.google.android.partnersetup
#/system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk=com.google.android.gsf
#/system/priv-app/Phonesky/Phonesky.apk=com.android.vending
#/system/priv-app/SetupWizard/SetupWizard.apk=com.google.android.setupwizard
#/system/priv-app/Velvet/Velvet.apk=com.google.android.googlequicksearchbox
#/system/app/Maps/Maps.apk=com.google.android.apps.maps
# -----
/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/ClockWidgets-release/ClockWidgets-release.apk=com.sonyericsson.advancedwidget.clock
/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/Exchange2/Exchange2.apk=com.sonymobile.exchange
/system/app/ExternalKeyboardJP/ExternalKeyboardJP.apk=com.sonymobile.android.externalkeyboardjp
/system/app/FaceLock/FaceLock.apk=com.android.facelock
/system/app/FidoClient/FidoClient.apk=com.noknok.android.mfac.service
/system/app/GetMoreClient-standard-release/GetMoreClient-standard-release.apk=com.sonymobile.getmore.client
/system/app/GoogleLyricsPlugin/GoogleLyricsPlugin.apk=com.sonymobile.music.googlelyricsplugin
/system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk=com.google.android.printservice.recommendation
/system/app/IddAgent/IddAgent.apk=com.sonyericsson.idd.agent
/system/app/IddPermissionApplicationCertificate/IddPermissionApplicationCertificate.apk=com.sonymobile.idd.permission.application_certificate
/system/app/IntelligentObserver/IntelligentObserver.apk=com.sonymobile.intelligent.observer
/system/app/KerberosService/KerberosService.apk=com.sonymobile.sso
/system/app/Lifelog-googlePlayLiveRelease-3.1.A.0.4-6422532/Lifelog-googlePlayLiveRelease-3.1.A.0.4-6422532.apk=com.sonymobile.lifelog
/system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk=com.android.wallpaper.livepicker
/system/app/Music2/Music2.apk=com.google.android.music
/system/app/OmaDownload/OmaDownload.apk=com.sonyericsson.omadl
/system/app/PartnerBookmarksProvider/PartnerBookmarksProvider.apk=com.android.providers.partnerbookmarks
/system/app/PhotoWidget-release/PhotoWidget-release.apk=com.sonyericsson.advancedwidget.photo
/system/app/Photos/Photos.apk=com.google.android.apps.photos
/system/app/PrintSpooler/PrintSpooler.apk=com.android.printspooler
/system/app/RcaHandler/RcaHandler.apk=com.sonymobile.rcahandler
/system/app/RemoteControlService/RemoteControlService.apk=com.realvnc.android.remote
/system/app/SecureClockService/SecureClockService.apk=com.sonymobile.secureclockservice
/system/app/SemcEmail/SemcEmail.apk=com.sonymobile.email
/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/SomcSketch-live/SomcSketch-live.apk=com.sonymobile.sketch
/system/app/SomcXperiaServices/SomcXperiaServices.apk=com.sonymobile.xperiaservices
/system/app/Stk/Stk.apk=com.android.stk
/system/app/SyncHub-release/SyncHub-release.apk=com.sonymobile.synchub
/system/app/Videos/Videos.apk=com.google.android.videos
/system/app/WikipediaPlugin/WikipediaPlugin.apk=com.sonymobile.music.wikipediaplugin
/system/app/XperiaTransferMobile-release/XperiaTransferMobile-release.apk=com.sonymobile.xperiatransfermobile
/system/app/YouTubeKaraokePlugin/YouTubeKaraokePlugin.apk=com.sonymobile.music.youtubekaraokeplugin
/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.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/experienceflow2livewallpaper-release/experienceflow2livewallpaper-release.apk=com.sonymobile.experienceflow2
/system/app/fota-service/fota-service.apk=com.sonymobile.fota.service
/system/app/mwutil/mwutil.apk=com.sonymobile.mwutil
/system/app/newssuite/newssuite.apk=com.sony.nfx.app.sfrc
/system/app/phone-usage/phone-usage.apk=com.sonymobile.phoneusage
/system/app/photoslideshow-release/photoslideshow-release.apk=com.sonymobile.slideshow
/system/app/pip/pip.apk=com.sonymobile.pip
/system/app/playstationapp/playstationapp.apk=com.scee.psxandroid
/system/app/rcs-startup/rcs-startup.apk=com.sonymobile.rcs.startup
/system/app/videoplaceholder/videoplaceholder.apk=com.sony.tvsideview.videoph
/system/app/videotvsideview/videotvsideview.apk=com.sony.tvsideview.phone
/system/app/weather-release/weather-release.apk=com.sonymobile.xperiaweather
/system/priv-app/CameraWearableBridgeHandheldServer-release/CameraWearableBridgeHandheldServer-release.apk=com.sonymobile.cameracommon.wearablebridge
/system/priv-app/CoverApp2/CoverApp2.apk=com.sonymobile.coverapp2
/system/priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk=com.android.cts.priv.ctsshim
/system/priv-app/DocumentsUI/DocumentsUI.apk=com.android.documentsui
/system/priv-app/GetMore-standard-release/GetMore-standard-release.apk=com.sonymobile.getmore
/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/ManagedProvisioning/ManagedProvisioning.apk=com.android.managedprovisioning
/system/priv-app/MyXperia-release/MyXperia-release.apk=com.sonymobile.mx.android
/system/priv-app/OMAClientProvisioning/OMAClientProvisioning.apk=com.sonyericsson.android.omacp
/system/priv-app/RcsVideoShare/RcsVideoShare.apk=com.sonymobile.rcsvideoprovider
/system/priv-app/RemoteUnlockService/RemoteUnlockService.apk=com.sonymobile.simlock.service
/system/priv-app/SemcClock-release/SemcClock-release.apk=com.sonyericsson.organizer
/system/priv-app/SemcCnapProvider/SemcCnapProvider.apk=com.sonyericsson.providers.cnap
/system/priv-app/SemcMusic/SemcMusic.apk=com.sonyericsson.music
/system/priv-app/SocialphonebookStub/SocialphonebookStub.apk=com.sonyericsson.android.socialphonebook
/system/priv-app/SomcMovieCreator-Tsv-release/SomcMovieCreator-Tsv-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/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/qcrilmsgtunnel/qcrilmsgtunnel.apk=com.qualcomm.qcrilmsgtunnel
/system/priv-app/somc-get-to-know-it-release/somc-get-to-know-it-release.apk=com.sonymobile.gettoknowit
/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

ondrejvaroscak said:
I would rather remove the existing Google apps and services and install open gapps or alternative..
---------- Post added at 21:15 ---------- Previous post was at 21:13 ----------
If you are removing apps to provide AOSP-like clean experience, why not to also remove framework files?
---------- Post added at 21:24 ---------- Previous post was at 21:15 ----------
why does your list begin with #? all apps listed including the ones you keep?
Click to expand...
Click to collapse
applist.txt includes all apps in stock rom, so you can experiment with it. lines starting with # are skipped by debloat script.
btw. some google/android shared libraries are required, otherwise you risking bootloop. this is fast debloat, not a clean compiled rom.

Thanks for your work! What i want is a list with minimal google apps, only Playstore and Google maps need to work.

Hey guys i need small help with this one.
Cant figure out how to make it work at all.
Im running on Genesis 1.06, stock 34.3.A.0.244 Nougat 7.1.1 and TWRP 3.1.1.
adb is working fine,
fastboot works fine,
root checker says im rooted and busybox is installed correctly,
debugging mode is on,
superuser is set to aps and adb
all partitions are set to -rw via Ez file explorer
Flashtool says im rooted properly
I made a new file with Notepaad ++ and put the code from debloat_xc.bat in it, exited and changed file type from .txt to .bat.
i made a new .txt file and put everything from applist.txt in it.
Phone is turned on and connected, debugging permissions are granted.
I was able to access adb shell from my PC and grant me SU access so that works fine.
Both files debloat_xc.bat and applist.txt are sitting in my C: root folder.
However when i try to run debloat_xc.bat im getting just this
Code:
C:\Flashtool>timeout 1
Waiting for 0 seconds, press a key to continue ...
C:\Flashtool>echo off
Unknown id: disable
Unknown id: clear
delete directory /system/app/externalkeyboardsinternational-release
[B]/sbin/su: invalid option -- r[/B]
Usage: su [options] [--] [-] [LOGIN] [--] [args...]
Options:
--daemon start the su daemon agent
-c, --command COMMAND pass COMMAND to the invoked shell
--context context Change SELinux context
-h, --help display this help message and exit
-, -l, --login pretend the shell to be a login shell
-m, -p,
--preserve-environment do not change environment variables
-s, --shell SHELL use SHELL instead of the default /system/bin/sh
-u display the multiuser mode and exit
-v, --version display version number and exit
-V display version code and exit,
this is used almost exclusively by Superuser.apk
and pretty much these lines repeat for every app in the list, after its done nothing happens, all apps are there.
I tried moving both files around, in my adb or Flashtool folder, the result is the same.
mains75 said:
Hey it worked! I use TWRP terminal and it works! Hope it can be useful for someone...
Click to expand...
Click to collapse
how did you do this? please make a small guide that would help a lot.

gorunn said:
Hey guys i need small help with this one.
Cant figure out how to make it work at all.
Im running on Genesis 1.06, stock 34.3.A.0.244 Nougat 7.1.1 and TWRP 3.1.1.
adb is working fine,
fastboot works fine,
root checker says im rooted and busybox is installed correctly,
debugging mode is on,
superuser is set to aps and adb
all partitions are set to -rw via Ez file explorer
Flashtool says im rooted properly
I made a new file with Notepaad ++ and put the code from debloat_xc.bat in it, exited and changed file type from .txt to .bat.
i made a new .txt file and put everything from applist.txt in it.
Phone is turned on and connected, debugging permissions are granted.
I was able to access adb shell from my PC and grant me SU access so that works fine.
Both files debloat_xc.bat and applist.txt are sitting in my C: root folder.
However when i try to run debloat_xc.bat im getting just this
Code:
C:\Flashtool>timeout 1
Waiting for 0 seconds, press a key to continue ...
C:\Flashtool>echo off
Unknown id: disable
Unknown id: clear
delete directory /system/app/externalkeyboardsinternational-release
[B]/sbin/su: invalid option -- r[/B]
Usage: su [options] [--] [-] [LOGIN] [--] [args...]
Options:
--daemon start the su daemon agent
-c, --command COMMAND pass COMMAND to the invoked shell
--context context Change SELinux context
-h, --help display this help message and exit
-, -l, --login pretend the shell to be a login shell
-m, -p,
--preserve-environment do not change environment variables
-s, --shell SHELL use SHELL instead of the default /system/bin/sh
-u display the multiuser mode and exit
-v, --version display version number and exit
-V display version code and exit,
this is used almost exclusively by Superuser.apk
and pretty much these lines repeat for every app in the list, after its done nothing happens, all apps are there.
I tried moving both files around, in my adb or Flashtool folder, the result is the same.
how did you do this? please make a small guide that would help a lot.
Click to expand...
Click to collapse
Paste your debloat.bat here, you have syntax error somewhere. Copy paste it direct from file or attach the file.

ondrejvaroscak said:
Paste your debloat.bat here, you have syntax error somewhere. Copy paste it direct from file or attach the file.
Click to expand...
Click to collapse
Here is debloat.bat
Code:
adb devices
timeout 4
adb shell su -c mount -o rw,remount /system
adb shell su -c mount -o rw,remount /oem
timeout 1
echo off
for /f "eol=#" %%f in (applist.txt) do (
set radek=%%f
call :work
)
goto :eof
:work
for /f "tokens=1,2 delims=^=" %%a in ("%radek%") do (
set cesta=%%a
rem disable package: %%b
adb shell su -c pm disable %%b
rem delete data/data package: %%b
adb shell su -c pm clear %%b
rem delete directory: %%a
call :mazudir
echo:
)
goto :eof
:mazudir
for /f "tokens=1,2,3 delims=/" %%j in ("%cesta%") do (
echo delete directory /%%j/%%k/%%l
adb shell su -c rm -rf "/%%j/%%k/%%l"
)
goto :eof
And here is applist.txt
Code:
#/system/app/BasicDreams/BasicDreams.apk=com.android.dreams.basic
#/system/app/Bluetooth/Bluetooth.apk=com.android.bluetooth
#/system/app/BluetoothMidiService/BluetoothMidiService.apk=com.android.bluetoothmidiservice
#/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/CertInstaller/CertInstaller.apk=com.android.certinstaller
#/system/app/CoreSettings/CoreSettings.apk=com.sonymobile.coresettings
#/system/app/DownloadProviderUi/DownloadProviderUi.apk=com.android.providers.downloads.ui
#/system/app/ExactCalculator/ExactCalculator.apk=com.android.calculator2
#/system/app/FidoCryptoService/FidoCryptoService.apk=com.qualcomm.qti.auth.fidocryptoservice
#/system/app/FingerprintASM/FingerprintASM.apk=com.fingerprints.fido.asm
#/system/app/FingerprintServiceExtension/FingerprintServiceExtension.apk=com.fingerprints.serviceext
#/system/app/GoogleExtShared/GoogleExtShared.apk=com.google.android.ext.shared
#/system/app/HTMLViewer/HTMLViewer.apk=com.android.htmlviewer
#/system/app/HotspotAdvancedSetting/HotspotAdvancedSetting.apk=com.sonyericsson.settings.wifi
#/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/KeyChain/KeyChain.apk=com.android.keychain
#/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/Radio3/Radio3.apk=com.sonyericsson.fmradio
#/system/app/SemcAutoPowerOff/SemcAutoPowerOff.apk=com.sonyericsson.autopoweroffservice
#/system/app/SemcPowerSaveModule/SemcPowerSaveModule.apk=com.sonyericsson.psm.sysmonservice
#/system/app/SemcPowerService/SemcPowerService.apk=com.sonymobile.psrvc
#/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/SmartcardService/SmartcardService.apk=org.simalliance.openmobileapi.service
#/system/app/SoundEnhancement/SoundEnhancement.apk=com.sonyericsson.soundenhancement
#/system/app/StyleBlue-release/StyleBlue-release.apk=com.sonymobile.styleportrait.addon.blue
#/system/app/StyleBubble-release/StyleBubble-release.apk=com.sonymobile.styleportrait.addon.bubble
#/system/app/StyleDaily-release/StyleDaily-release.apk=com.sonymobile.styleportrait.addon.daily
#/system/app/StylePaint-release/StylePaint-release.apk=com.sonymobile.styleportrait.addon.paint
#/system/app/StyleRed-release/StyleRed-release.apk=com.sonymobile.styleportrait.addon.red
#/system/app/StyleStar-release/StyleStar-release.apk=com.sonymobile.styleportrait.addon.star
#/system/app/StyleSunshine-release/StyleSunshine-release.apk=com.sonymobile.styleportrait.addon.sunshine
#/system/app/StyleSuntan-release/StyleSuntan-release.apk=com.sonymobile.styleportrait.addon.suntan
#/system/app/SusResCheck/SusResCheck.apk=com.sonymobile.susrescheck
#/system/app/TetherEntitlementCheck/TetherEntitlementCheck.apk=com.sonyericsson.tetherentitlementcheck
#/system/app/Theme-Sou-M-cid14-black-sw360dp-xhdpi-release/Theme-Sou-M-cid14-black-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid14.black
#/system/app/Theme-Sou-M-cid15-white-sw360dp-xhdpi-release/Theme-Sou-M-cid15-white-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid15.white
#/system/app/Theme-Sou-M-cid16-blue-sw360dp-xhdpi-release/Theme-Sou-M-cid16-blue-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid16.blue
#/system/app/Theme-Sou-M-cid17-pink-sw360dp-xhdpi-release/Theme-Sou-M-cid17-pink-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid17.pink
#/system/app/TimeService/TimeService.apk=com.qualcomm.timeservice
#/system/app/TopContactsWidget-release/TopContactsWidget-release.apk=com.sonymobile.advancedwidget.topcontacts
#/system/app/TransmitPower/TransmitPower.apk=com.sonymobile.transmitpower
#/system/app/UiccTerminal/UiccTerminal.apk=org.simalliance.openmobileapi.uiccterminal
#/system/app/UnsupportedHeadsetNotifier/UnsupportedHeadsetNotifier.apk=com.sonyericsson.unsupportedheadsetnotifier
#/system/app/UserDictionaryProvider/UserDictionaryProvider.apk=com.android.providers.userdictionary
#/system/app/WAPPushManager/WAPPushManager.apk=com.android.smspush
#/system/app/WallpaperBackup/WallpaperBackup.apk=com.android.wallpaperbackup
#/system/app/WebViewGoogle/WebViewGoogle.apk=com.google.android.webview
#/system/app/WorldClockWidget-release/WorldClockWidget-release.apk=com.sonymobile.advancedwidget.worldclock
#/system/app/ar-effect/ar-effect.apk=com.sonymobile.androidapp.cameraaddon.areffect
#/system/app/bootinfo/bootinfo.apk=com.sonyericsson.android.bootinfo
#/system/app/com.sonymobile.androidapp.cameraaddon.stickercreator/com.sonymobile.androidapp.cameraaddon.stickercreator.apk=com.sonymobile.androidapp.cameraaddon.stickercreator
#/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/device-config-agent-release/device-config-agent-release.apk=com.sonymobile.deviceconfigtool
#/system/app/device-monitor/device-monitor.apk=com.sonyericsson.devicemonitor
/system/app/externalkeyboardsinternational-release/externalkeyboardsinternational-release.apk=com.sonymobile.android.externalkeyboard
#/system/app/fastdormancy/fastdormancy.apk=com.qualcomm.fastdormancy
#/system/app/shutdownlistener/shutdownlistener.apk=com.qualcomm.shutdownlistner
#/system/app/skin-core-release/skin-core-release.apk=com.sonymobile.runtimeskinning.core
#/system/app/skin-picker-release/skin-picker-release.apk=com.sonymobile.runtimeskinning.picker
#/system/app/smtofrgbc/smtofrgbc.apk=com.sonymobile.smtofrgbc
#/system/app/telresources/telresources.apk=com.android.frameworks.telresources
#/system/app/wallpaperpicker-release/wallpaperpicker-release.apk=com.sonyericsson.wallpaperpicker
#/system/app/white-balance/white-balance.apk=com.sonymobile.whitebalance
#/system/app/xdivert/xdivert.apk=com.qti.xdivert
#/system/framework/framework-res.apk=android
#/system/priv-app/ApnUpdater/ApnUpdater.apk=com.sonymobile.apnupdater
#/system/priv-app/ArtFilterCamera-legacy-xhdpi-release/ArtFilterCamera-legacy-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/CarrierConfig/CarrierConfig.apk=com.android.carrierconfig
#/system/priv-app/Contacts/Contacts.apk=com.sonymobile.android.contacts
#/system/priv-app/ContactsSettingsUtil/ContactsSettingsUtil.apk=com.sonymobile.android.contacts.settingsutil
#/system/priv-app/Conversations/Conversations.apk=com.sonyericsson.conversations
#/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/Dialer/Dialer.apk=com.sonymobile.android.dialer
#/system/priv-app/DownloadProvider/DownloadProvider.apk=com.android.providers.downloads
#/system/priv-app/EmergencyInfo/EmergencyInfo.apk=com.android.emergency
#/system/priv-app/EmergencySms/EmergencySms.apk=com.sonymobile.emergencysms
#/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/GoogleExtServices/GoogleExtServices.apk=com.google.android.ext.services
#/system/priv-app/GooglePackageInstaller/GooglePackageInstaller.apk=com.google.android.packageinstaller
#/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/QtiTetherService/QtiTetherService.apk=com.qualcomm.qti.tetherservice
#/system/priv-app/SEMCSetupWizard/SEMCSetupWizard.apk=com.sonyericsson.setupwizard
#/system/priv-app/SemcCamera3D-legacy-xhdpi-release/SemcCamera3D-legacy-xhdpi-release.apk=com.sonyericsson.android.camera3d
#/system/priv-app/SemcCameraUI-legacy-jniLibs64-xhdpi-release/SemcCameraUI-legacy-jniLibs64-xhdpi-release.apk=com.sonyericsson.android.camera
#/system/priv-app/SemcContactsProvider/SemcContactsProvider.apk=com.android.providers.contacts
#/system/priv-app/SemcPhotoEditor-No-RenderScript-photoeditor-release/SemcPhotoEditor-No-RenderScript-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/SimlockUnlockApp/SimlockUnlockApp.apk=com.sonymobile.simlockunlockapp
#/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/SomcWifiDisplay/SomcWifiDisplay.apk=com.sonymobile.tvout.wifidisplay
#/system/priv-app/SomcWifiService/SomcWifiService.apk=com.sonymobile.wifi
#/system/priv-app/SoundPhotoCamera-legacy-xhdpi-release/SoundPhotoCamera-legacy-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/StylePortrait/StylePortrait.apk=com.sonymobile.android.addoncamera.styleportrait
#/system/priv-app/SuperStamina/SuperStamina.apk=com.sonymobile.superstamina
#/system/priv-app/SuperVideoCamera-legacy-xhdpi-release/SuperVideoCamera-legacy-xhdpi-release.apk=com.sonymobile.android.addoncamera.supervideo
#/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-legacy-xhdpi-release/TimeShiftCamera-legacy-xhdpi-release.apk=com.sonymobile.android.addoncamera.timeshift
#/system/priv-app/USMHome/USMHome.apk=com.sonymobile.usm
#/system/priv-app/VpnDialogs/VpnDialogs.apk=com.android.vpndialogs
#/system/priv-app/WallpaperCropper/WallpaperCropper.apk=com.android.wallpapercropper
#/system/priv-app/WapPush-release/WapPush-release.apk=com.sonyericsson.wappush
#/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/home-sonyEricsson-release/home-sonyEricsson-release.apk=com.sonyericsson.home
#/system/priv-app/rcs-core/rcs-core.apk=com.gsma.rcs
#/system/priv-app/rcs-settings/rcs-settings.apk=com.sonymobile.rcs.settings
#/system/priv-app/sound-picker-release/sound-picker-release.apk=com.sonyericsson.suquashi.soundpicker
#/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
/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/CalendarGoogle/CalendarGoogle.apk=com.google.android.calendar
/system/app/Chrome/Chrome.apk=com.android.chrome
/system/app/ClockWidgets-release/ClockWidgets-release.apk=com.sonyericsson.advancedwidget.clock
/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/Drive/Drive.apk=com.google.android.apps.docs
/system/app/EasterEgg/EasterEgg.apk=com.android.egg
/system/app/EditorsDocs/EditorsDocs.apk=com.google.android.apps.docs.editors.docs
/system/app/EditorsSheets/EditorsSheets.apk=com.google.android.apps.docs.editors.sheets
/system/app/EditorsSlides/EditorsSlides.apk=com.google.android.apps.docs.editors.slides
/system/app/Exchange2/Exchange2.apk=com.sonymobile.exchange
/system/app/ExternalKeyboardJP/ExternalKeyboardJP.apk=com.sonymobile.android.externalkeyboardjp
/system/app/FaceLock/FaceLock.apk=com.android.facelock
/system/app/FidoClient/FidoClient.apk=com.noknok.android.mfac.service
/system/app/GetMoreClient-standard-release/GetMoreClient-standard-release.apk=com.sonymobile.getmore.client
/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/Hangouts/Hangouts.apk=com.google.android.talk
/system/app/IddAgent/IddAgent.apk=com.sonyericsson.idd.agent
/system/app/IddPermissionApplicationCertificate/IddPermissionApplicationCertificate.apk=com.sonymobile.idd.permission.application_certificate
/system/app/IntelligentObserver/IntelligentObserver.apk=com.sonymobile.intelligent.observer
/system/app/KerberosService/KerberosService.apk=com.sonymobile.sso
/system/app/Lifelog-googlePlayLiveRelease-3.1.A.0.4-6422532/Lifelog-googlePlayLiveRelease-3.1.A.0.4-6422532.apk=com.sonymobile.lifelog
/system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk=com.android.wallpaper.livepicker
/system/app/Maps/Maps.apk=com.google.android.apps.maps
/system/app/Music2/Music2.apk=com.google.android.music
/system/app/OmaDownload/OmaDownload.apk=com.sonyericsson.omadl
/system/app/PartnerBookmarksProvider/PartnerBookmarksProvider.apk=com.android.providers.partnerbookmarks
/system/app/PhotoWidget-release/PhotoWidget-release.apk=com.sonyericsson.advancedwidget.photo
/system/app/Photos/Photos.apk=com.google.android.apps.photos
/system/app/PrintSpooler/PrintSpooler.apk=com.android.printspooler
/system/app/RcaHandler/RcaHandler.apk=com.sonymobile.rcahandler
/system/app/RemoteControlService/RemoteControlService.apk=com.realvnc.android.remote
/system/app/SecureClockService/SecureClockService.apk=com.sonymobile.secureclockservice
/system/app/SemcEmail/SemcEmail.apk=com.sonymobile.email
/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/SomcSketch-live/SomcSketch-live.apk=com.sonymobile.sketch
/system/app/SomcXperiaServices/SomcXperiaServices.apk=com.sonymobile.xperiaservices
/system/app/Stk/Stk.apk=com.android.stk
/system/app/SyncHub-release/SyncHub-release.apk=com.sonymobile.synchub
/system/app/Videos/Videos.apk=com.google.android.videos
/system/app/WikipediaPlugin/WikipediaPlugin.apk=com.sonymobile.music.wikipediaplugin
/system/app/XperiaTransferMobile-release/XperiaTransferMobile-release.apk=com.sonymobile.xperiatransfermobile
/system/app/YouTube/YouTube.apk=com.google.android.youtube
/system/app/YouTubeKaraokePlugin/YouTubeKaraokePlugin.apk=com.sonymobile.music.youtubekaraokeplugin
/system/app/YouTubePlugin/YouTubePlugin.apk=com.sonymobile.music.youtubeplugin
/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.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/experienceflow2livewallpaper-release/experienceflow2livewallpaper-release.apk=com.sonymobile.experienceflow2
/system/app/fota-service/fota-service.apk=com.sonymobile.fota.service
/system/app/mwutil/mwutil.apk=com.sonymobile.mwutil
/system/app/newssuite/newssuite.apk=com.sony.nfx.app.sfrc
/system/app/phone-usage/phone-usage.apk=com.sonymobile.phoneusage
/system/app/photoslideshow-release/photoslideshow-release.apk=com.sonymobile.slideshow
/system/app/pip/pip.apk=com.sonymobile.pip
/system/app/playstationapp/playstationapp.apk=com.scee.psxandroid
/system/app/rcs-startup/rcs-startup.apk=com.sonymobile.rcs.startup
/system/app/talkback/talkback.apk=com.google.android.marvin.talkback
/system/app/videoplaceholder/videoplaceholder.apk=com.sony.tvsideview.videoph
/system/app/videotvsideview/videotvsideview.apk=com.sony.tvsideview.phone
/system/app/weather-release/weather-release.apk=com.sonymobile.xperiaweather
/system/priv-app/CameraWearableBridgeHandheldServer-release/CameraWearableBridgeHandheldServer-release.apk=com.sonymobile.cameracommon.wearablebridge
/system/priv-app/ConfigUpdater/ConfigUpdater.apk=com.google.android.configupdater
/system/priv-app/CoverApp2/CoverApp2.apk=com.sonymobile.coverapp2
/system/priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk=com.android.cts.priv.ctsshim
/system/priv-app/DocumentsUI/DocumentsUI.apk=com.android.documentsui
/system/priv-app/GetMore-standard-release/GetMore-standard-release.apk=com.sonymobile.getmore
/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/GmsCore/GmsCore.apk=com.google.android.gms
/system/priv-app/GoogleBackupTransport/GoogleBackupTransport.apk=com.google.android.backuptransport
/system/priv-app/GoogleFeedback/GoogleFeedback.apk=com.google.android.feedback
/system/priv-app/GoogleLoginService/GoogleLoginService.apk=com.google.android.gsf.login
/system/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk=com.google.android.onetimeinitializer
/system/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk=com.google.android.partnersetup
/system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk=com.google.android.gsf
/system/priv-app/ManagedProvisioning/ManagedProvisioning.apk=com.android.managedprovisioning
/system/priv-app/MyXperia-release/MyXperia-release.apk=com.sonymobile.mx.android
/system/priv-app/OMAClientProvisioning/OMAClientProvisioning.apk=com.sonyericsson.android.omacp
/system/priv-app/Phonesky/Phonesky.apk=com.android.vending
/system/priv-app/RcsVideoShare/RcsVideoShare.apk=com.sonymobile.rcsvideoprovider
/system/priv-app/RemoteUnlockService/RemoteUnlockService.apk=com.sonymobile.simlock.service
/system/priv-app/SemcClock-release/SemcClock-release.apk=com.sonyericsson.organizer
/system/priv-app/SemcCnapProvider/SemcCnapProvider.apk=com.sonyericsson.providers.cnap
/system/priv-app/SemcMusic/SemcMusic.apk=com.sonyericsson.music
/system/priv-app/SetupWizard/SetupWizard.apk=com.google.android.setupwizard
/system/priv-app/SocialphonebookStub/SocialphonebookStub.apk=com.sonyericsson.android.socialphonebook
/system/priv-app/SomcMovieCreator-Tsv-release/SomcMovieCreator-Tsv-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/Velvet/Velvet.apk=com.google.android.googlequicksearchbox
/system/priv-app/album-albumLive-release/album-albumLive-release.apk=com.sonyericsson.album
/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/qcrilmsgtunnel/qcrilmsgtunnel.apk=com.qualcomm.qcrilmsgtunnel
/system/priv-app/somc-get-to-know-it-release/somc-get-to-know-it-release.apk=com.sonymobile.gettoknowit
/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
I uploaded both files too, added .txt after .bat so i can upload it since uploader doesnt support .bat files

@gorunn seems like you saved the bat file with wrong encoding, there are apparently characters interpreted which are not in the file. Encoding should be of CR/LF type Windows and filetype batch or shell(bash)

ondrejvaroscak said:
@gorunn seems like you saved the bat file with wrong encoding, there are apparently characters interpreted which are not in the file. Encoding should be of CR/LF type Windows and filetype batch or shell(bash)
Click to expand...
Click to collapse
@ondrejvaroscak i have tried few more times, without luck.
1. via Notepad
CMD>notepad.exe
File > Save as: "debloat_xc.bat"
Save as type: All Files (*.*)
Encoding: ANSI
Tried: copying #code in initial post - not working, same errors
and typing it my self - not working, same errors
2. via Notepad++
Language > Batch
Encoding: ANSI
File > Save as: "debloat_xc"
Save as type: Batch file (*.bat; *.cmd; *.nt)
Tried: copying #code in initial post - not working, same errors
and typing it my self - not working, same errors
even tried with Edit > "EOL conversion" > Windows (CR LF) - not working, same errors
Literally every time i end up with lines formatted like this and errors like these when i run it (see photo link)
https://imgur.com/a/vamig

gorunn said:
@ondrejvaroscak i have tried few more times, without luck.
1. via Notepad
CMD>notepad.exe
File > Save as: "debloat_xc.bat"
Save as type: All Files (*.*)
Encoding: ANSI
Tried: copying #code in initial post - not working, same errors
and typing it my self - not working, same errors
2. via Notepad++
Language > Batch
Encoding: ANSI
File > Save as: "debloat_xc"
Save as type: Batch file (*.bat; *.cmd; *.nt)
Tried: copying #code in initial post - not working, same errors
and typing it my self - not working, same errors
even tried with Edit > "EOL conversion" > Windows (CR LF) - not working, same errors
Literally every time i end up with lines formatted like this and errors like these when i run it (see photo link)
https://imgur.com/a/vamig
Click to expand...
Click to collapse
What do you use for rooting (SuperSu/MagiskSU or..) and do you have any Busybox installed?

ondrejvaroscak said:
What do you use for rooting (SuperSu/MagiskSU or..) and do you have any Busybox installed?
Click to expand...
Click to collapse
@ondrejvaroscak im using:
recovery:
Twrp 3.1.1
Flashed:
Kernel: XC-GenesisKernel-v1.04-nodrm.zip packed with my TA keys,
Superuser: superuser-r310-beta.zip,
Installed:
Busybox: ru.meefik.busybox_34.apk,
Superuser: me.phh.superuser_1033.apk,
Yeye, everything is installed and running fine, i was able to "fastboot devices" and "adb install" without any issues, "Rootchecker" also says that both "Busybox" and superuser are installed correctly and that im rooted.
Note that i was able to run .bat from here just fine, out of the box without ANY issues at all, the issue is that this debloat is for other sony devices (with higher resolution thus different apk names) and it leaves far too much of X Compact stuff which i would like to get rid off.
Xperia X Performance debloat

Related

Rooted with mediascape

Many ppl seem to want to reinstall mediascape..
well as far as i know you can't reinstall mediascape after rooting; however, it is possible to NOT DELETE mediascape in Step 4.
You follow the root guide in the stick up to step 3, then before you run step 4 (well i guess it's better to do it before you start rooting) open cleanup.sh in step 4 and remove mediascape and mediascapeplugin from the list... so it should look like this
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
rm -R /sdcard/apps
mkdir /sdcard/apps
cd /system/app
cp AndroidQuadrapop* /sdcard/apps
cp docomo_market* /sdcard/apps
cp EManual* /sdcard/apps
cp LatinIME* /sdcard/apps
cp LatinImeTutorial* /sdcard/apps
cp Launcher* /sdcard/apps
cp LearningClient* /sdcard/apps
cp MixiPlugin* /sdcard/apps
cp moxiermail* /sdcard/apps
cp officesuite* /sdcard/apps
cp pocket_rashinban* /sdcard/apps
cp SemcIME* /sdcard/apps
cp trackid* /sdcard/apps
rm AndroidQuadrapop*
rm docomo_market*
rm EManual*
rm LatinIME*
rm LatinImeTutorial*
rm Launcher*
rm LearningClient*
rm MixiPlugin*
rm moxiermail*
rm officesuite*
rm pocket_rashinban*
rm SemcIME*
rm trackid*
rm /data/app/*.zip
rm /data/app-private/jp.*
rm -r /etc/semc/startupshow
rm -r /etc/semc/preset/app
rm -r /etc/*.iso
then run step 4..
personally i don't know exactly what's changed on my phone other than the fact that i now have a zeam home launcher instead, titanium backup says my phone's been rooted, i didn't have to restore anything because everything (all data/apps i installed personally) were kept the same, mediascape still there, and i lost korean keyboard/option to switch to korean menu which came with the R2BA020 update...
oh and my step 3a wasn't working properly so i just skipped it.. but regardless i can type 'su' into better terminal, and titanium backup says my phone's rooted so i don't really care..
although if the devs could release another one with the korean keyboard/menu from the new R2BA020 update, it'd be great
oh and i went from x10a(rogers 014) -> x10i (R2BA020) -> root
Thanks Dude!!! This is just what I needed. No timescape?? What if I wanted timescape, is there a way to prevent it from removing that?
Fuzalert2k said:
Thanks Dude!!! This is just what I needed. No timescape?? What if I wanted timescape, is there a way to prevent it from removing that?
Click to expand...
Click to collapse
it doesn't remove timescape..
Retrying for the fourth time, I managed to root the phone, then I saw you could keep mediascape, and the original keyboard... tried opening and saving the sh file with notepad, wordpad, write... don't know if it modifies something but once we get to the uninstalling part I get 'No such files or directory'...
found the solution, do not edit shell file in windows with notepad,
http://sourceforge.net/projects/eme...-editor-2.72-r286/cedt-286-setup.exe/download
works pretty well on windows, so you can decide to keep whatever you want
mayamo said:
Many ppl seem to want to reinstall mediascape..
well as far as i know you can't reinstall mediascape after rooting; however, it is possible to NOT DELETE mediascape in Step 4.
You follow the root guide in the stick up to step 3, then before you run step 4 (well i guess it's better to do it before you start rooting) open cleanup.sh in step 4 and remove mediascape and mediascapeplugin from the list... so it should look like this
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
rm -R /sdcard/apps
mkdir /sdcard/apps
cd /system/app
cp AndroidQuadrapop* /sdcard/apps
cp docomo_market* /sdcard/apps
cp EManual* /sdcard/apps
cp LatinIME* /sdcard/apps
cp LatinImeTutorial* /sdcard/apps
cp Launcher* /sdcard/apps
cp LearningClient* /sdcard/apps
cp MixiPlugin* /sdcard/apps
cp moxiermail* /sdcard/apps
cp officesuite* /sdcard/apps
cp pocket_rashinban* /sdcard/apps
cp SemcIME* /sdcard/apps
cp trackid* /sdcard/apps
rm AndroidQuadrapop*
rm docomo_market*
rm EManual*
rm LatinIME*
rm LatinImeTutorial*
rm Launcher*
rm LearningClient*
rm MixiPlugin*
rm moxiermail*
rm officesuite*
rm pocket_rashinban*
rm SemcIME*
rm trackid*
rm /data/app/*.zip
rm /data/app-private/jp.*
rm -r /etc/semc/startupshow
rm -r /etc/semc/preset/app
rm -r /etc/*.iso
then run step 4..
oh and i went from x10a(rogers 014) -> x10i (R2BA020) -> root
Click to expand...
Click to collapse
So what i understand is that If I want to keep the Default home then I should be removing the Launcher from the list as well. Also is Backup and Restore Included which is there in new firmware.... as I do not want to go for limited backup tool.
hotfile.com/dl/51161486/a67bb41/step4.zip.html
Click to expand...
Click to collapse
moded
step4 with mediaspace

Remove built in apps HTC 3DEVO using cmd

Hi everyone,
This is my first post, I thought I contribute something, hopefully everyone finds this useful.
After looking around for hours and hours on how to remove built in apps I have found the safest way to remove built in apps using cmd prompt, all credits goes qiuness
1. Rooted EVO 3D.
2. Download the adb tool to use with cmd prompt (attached below)
3. Extract the tool to drive c: and name the folder whatever you like I called it “root” it’s easier to navigate to
4. Make sure phone is in USB debugging mode go to SETTINGS -> PROGRAMS -> DEVELOPMENT -> activate USB Debugging
5. Open cmd prompt with administrator privilege and use the following cmd
a. cd c:\root
b. adb shell
c. su
d. cd /system/app
e. mount -o rw,remount /system
f. pm list packages –f (this will list all the appz installed on you devices)
g. rm –r /system/app/appname.apk (this will uninstall the app safely)
h. example rm -r /system/app/Flickr.apk
The apps that I have removed
# rm -r /system/app/HtcFacebook.apk
# rm -r /system/app/com.htc.Twitter3DWidget.apk
# rm -r /system/app/HtcNavigateWidget3d.apk
# rm -r /system/app/com.htc.FriendStream3DWidget.apk
# rm -r /system/app/picasapryramid.apk
# rm -r /system/app/HtcGreaderWidget.apk
# rm -r /system/app/teeter.apk=com
# rm -r /system/app/teeter.apk
# rm -r /system/app/HtcGreader.apk
# rm -r /system/app/MagicSmokeWallpapers.apk
# rm -r /system/app/MagicSmokeWallpapers.apk
# rm -r /system/app/teeter.apk
# rm -r /system/app/HtcGreader.apk
# rm -r /system/app/MagicSmokeWallpapers.apk
# rm -r /system/app/MagicSmokeWallpapers.apk
# rm -r /system/app/Mode10Wallpapers.apk
# rm -r /system/app/HtcTwitter.apk=com
# rm -r /system/app/HtcTwitter.apk
# rm -r /system/app/LiveWallpapers.apk
# rm -r /system/app/MyShelf_Widget.apk
# rm -r /system/app/HTCCamera.apk
# rm -r /system/app/FriendStream.apk
# rm -r /system/app/HTCLivewallpaperStreak.apk
Easy way to open a command prompt from this folder is to hold shift and right click. Choose open command prompt here
Sent from my PG86100 using xda premium
Or you can just use titanium backup to do it. It's much simpler. Nice write-up though.
ssojyeti2 said:
Or you can just use titanium backup to do it. It's much simpler. Nice write-up though.
Click to expand...
Click to collapse
Or root explorer but I agree, it is a nice write up & 1st post.
Sent from my PG86100 using xda premium
Not bad for your first post in the EVO 3D section. Keep it up.

Tablet S 4.0.3 r1a rooted

Thanks Yupandra2012, my Tablet S 4.0.3 r1a finally rooted.
Ref: http://forum.xda-developers.com/showpost.php?p=31408901&postcount=12
The original steps(this link) was written in Japanese, I've just translate it into Eng. But sorry for my bad English.
UPDATE:
A semi automatic script can be found at here.
Files you need:
adb tools
SonyTabletICS-2.zip
Superuser-3.1.3-arm-signed.zip
VpnFaker.apk (Attachment)
For those who are no using the US firmware, the attached VpnFaker.apk may not suitable for your tablet.
Please follow this steps(click me) to resign the VpnFaker.apk. Thanks.
***Pls Execute the command line by line***
Unzip those files into a dir, Open cmd console, cd to that dir
Run the following command and press Restore on your tablet
Code:
adb restore settings.ab
Check the result
Code:
adb shell ls -ld /data/data/com.android.settings/a
[I][COLOR="DarkGreen"]drwxrwxrwx system system a[/COLOR][/I]
And continue, ignore the "rm -r a" permission denied error
Code:
adb shell
cd /data/data/com.android.settings
rm -r a
while : ; do ln -s /data a/file99; done
While the loop is running, open another cmd console and run
Code:
adb restore settings.ab
Once the restore process is completed, you can press CTRL+C on the 1st cmd console to break the loop
Check the /data permission
Code:
adb shell ls -ld /data
[I][COLOR="DarkGreen"]drwxrwxrwx system system data[/COLOR][/I]
Then continue
Code:
adb push busybox /data/local/tmp
adb push rootkit.tar.gz /data/local/tmp
adb push Superuser.apk /data/local/tmp
adb push su /data/local/tmp
adb shell
cd /data/local/tmp
chmod 755 busybox
./busybox tar zxf rootkit.tar.gz
exit
Push the resigned VpnFaker.apk(resign by ZipSigner 2) and update the timestamp
Code:
adb push VpnFaker.apk /data/local/tmp
adb shell
touch -t 1346025600 /data/local/tmp/VpnFaker.apk
exit
Now, replace the VpnDialogs, ignore "cp: can't open 'system/xxxxxxx': Permission denied" while you execute "/data/local/tmp/busybox cp -r system system2"
Code:
adb shell
cd /data
/data/local/tmp/busybox cp -r system system2
[COLOR="DarkGreen"]#Pls ignore "cp: can't open 'system/xxxxxxx': Permission denied"[/COLOR]
/data/local/tmp/busybox find system2 -type f -exec chmod 666 {} \;
/data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \;
mv system system-
mv system2 system
mv app app-
mkdir app
mv /data/local/tmp/VpnFaker.apk /data/app
Make sure the datatime is 2012/08/27 00:00
Code:
TZ=0 ls -l /data/app
[I][COLOR="DarkGreen"]-rw-r--r-- shell shell 198580 2012-08-27 00:00 VpnFaker.apk[/COLOR][/I]
Generate the packages.xml
Code:
/data/local/tmp/busybox sed -f /data/local/tmp/packages.xml.sed system-/packages.xml > system/packages.xml
And double check the result
Code:
/data/local/tmp/busybox grep vpndialogs system/packages.xml
[I][COLOR="DarkGreen"]<updated-package name="com.android.vpndialogs" codepath="/system/app/VpnDialogs.apk" nativelibrarypath="/data/data/com.android.vpndialogs/lib" flags="1" ft="136f14be668" it="136f14be668" ut="136f14be668" version="15" shareduserid="1000">
<package name="com.android.vpndialogs" codepath="/data/app/VpnFaker.apk" nativelibrarypath="/data/data/com.android.vpndialogs/lib" flags="1" ft="1396560b400" it="1396560b400" ut="1396560b400" version="45" shareduserid="1000">[/COLOR][/I]
Exit adb shell and reboot, you should see something like "Android is updating" during startup.
Code:
exit
adb reboot
Start the injected Terminal Emulator
Code:
adb shell am start -n com.android.vpndialogs/.Term
Unlock your tabet, The Terminal Emulator should appeared. If not, post your "adb logcat".
Now, in the Terminal Emulator
Code:
id
You should see the uid is 1000(system)
Still in the Terminal Emulator, ignore the script error
Code:
/data/local/tmp/onload.sh
/data/local/tmp/onload2.sh
Now back to the cmd console
Code:
adb shell
/dev/sh
id
Check the uid is 2000(shell)
And
Code:
chown 0.0 /data/local/tmp/_su
chmod 6755 /data/local/tmp/_su
/data/local/tmp/_su
id
Check the root access uid 0(root)
Backup /system (you may just skip it)
Code:
dd if=/dev/block/mmcblk0p3 of=/mnt/sdcard/system.ext4 bs=128K
Copy su & Superuser.apk to /system
Code:
/data/local/tmp/busybox mount -o rw,remount /system
/data/local/tmp/busybox cp /data/local/tmp/_su /system/xbin
chown 0.0 /system/xbin/_su
chmod 6755 /system/xbin/_su
/data/local/tmp/busybox cp /data/local/tmp/su /system/xbin
chown 0.0 /system/xbin/su
chmod 6755 /system/xbin/su
/data/local/tmp/busybox cp /data/local/tmp/Superuser.apk /system/app
/data/local/tmp/busybox mount -o ro,remount /system
sync
exit
Check the /system _su is working or not
Code:
_su
id
Should be uid 0(root)
And move the original /data/app & /data/system back (the original steps will keep the VpnFaker.apk, but i skip it)
Code:
cd /data
mv app app2
mv app- app
mv system system2
mv system- system
exit
exit
Now, you Tablet S should be rooted.
I'm getting permission denied rm -r a... hopefully someone can make a batch file for this.
SWFlyerUK said:
I'm getting permission denied rm -r a... hopefully someone can make a batch file for this.
Click to expand...
Click to collapse
You may just skip that error.
You can't delete that folder actually, just fake the system.
WonderEkin said:
Thanks Yupandra2012, my Tablet S 4.0.3 r1a finally rooted.
Ref: http://forum.xda-developers.com/showpost.php?p=31408901&postcount=12
The original steps(this link) was written in Japanese, I've just translate it into Eng. But sorry for my bad English.
Click to expand...
Click to collapse
Good job and thank you. You beat me to the finish line, I was also translating (slowly) the original Japanese post into English by tediously using [B]http://www.bing.com/translator/[/B] and [B]http://translate.google.com/[/B] as my translators.
For convenience, those who do this rooting method may also want to copy the ADB files adb.exe, AdbWinApi.dll, and AdbWinUsbApi.dll (or download and extract ADB_v1.0.29.zip) into the same directory where they put the rooting files SonyTabletICS-2.zip, Superuser-3.1.3-arm-signed.zip, and VpnFaker.apk.
Now I just need to get an unrooted Sony Tablet S to test this method on. Perhaps I will unrooted my granddaughter's tablet.
This stopped working for me when I had to launch VpnDialogs, activity not found - also had permission denied which meant I couldn't go further, mkdir app said mkrdir not found:
Code:
/data/local/tmp/busybox cp -r system system2
= Permission Denied.
A couple questions,
Couldthis method brick my tablet, or is safe try it?
Would this work doing it on Ubuntu Linux?
Thanks in advance!
SWFlyerUK said:
This stopped working for me when I had to launch VpnDialogs, activity not found - also had permission denied which meant I couldn't go further, mkdir app said mkrdir not found:
Code:
/data/local/tmp/busybox cp -r system system2
= Permission Denied.
Click to expand...
Click to collapse
Same Problem here, what to do now?
WonderEkin said:
Thanks Yupandra2012, my Tablet S 4.0.3 r1a finally rooted.
Ref: http://forum.xda-developers.com/showpost.php?p=31408901&postcount=12
Now, you Tablet S should be rooted.
Click to expand...
Click to collapse
Thanks a lot for your hard work.
Before I start this root, I want to confirm with you whether this root will wipe out my installed app data?
SWFlyerUK said:
This stopped working for me when I had to launch VpnDialogs, activity not found - also had permission denied which meant I couldn't go further, mkdir app said mkrdir not found:
Code:
/data/local/tmp/busybox cp -r system system2
= Permission Denied.
Click to expand...
Click to collapse
Can you post the full command log?
WonderEkin said:
Can you post the full command log?
Click to expand...
Click to collapse
Sure, i tried it two times: (for any reason i can't copy the full log, sry)
C:\STS>adb shell
[email protected]:/ $ cd /data
cd /data
[email protected]:/data $ /data/local/tmp/busybox cp -r system system2
/data/local/tmp/busybox cp -r system system2
cp: can't create directory 'system2': Permission denied
1|[email protected]:/data $ /data/local/tmp/busybox find system2 -type f -exec chmod
666 {} \
d system2 -type f -exec chmod 666 {} \ <
> /data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \
/data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \
> mv system system-
mv system system-
find: -exec requires an argument
1|[email protected]:/data $ mv system2 system
mv system2 system
failed on 'system2' - No such file or directory
255|[email protected]:/data $ cd /data
/data/local/tmp/busybox cp -r system system2
/data/local/tmp/busybox find system2 -type f -exec chmod 666 {} \;
/data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \;
mv system system-
mv system2 systemcd /data
/data/local/tmp/busybox cp -r system system2
/data/local/tmp/busybox find system2 -type f -exec chmod 666 {} \;
/data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \;
mv system system-
[email protected]:/data $ /data/local/tmp/busybox cp -r system system2
cp: can't create directory 'system2': Permission denied
daniel910821 said:
A couple questions,
Couldthis method brick my tablet, or is safe try it?
Would this work doing it on Ubuntu Linux?
Thanks in advance!
Click to expand...
Click to collapse
Modify /data won't brick the device, you can wipe it if /data really corrupted.
For /system, those steps should be harmless
If you have and for Linux, then yes, should works on Linux
I can't get the restore settings part to work. All the files are extracted to the same folder as adb any ideas
Sent from my Sony Tablet S using xda app-developers app
rrlu21 said:
Thanks a lot for your hard work.
Before I start this root, I want to confirm with you whether this root will wipe out my installed app data?
Click to expand...
Click to collapse
I'm not sure this root will keep the installed app or not, as i've wipe my tablet many times to test the VpnFaker.apk...
But the steps will rename the original app folder and rename it back in the final steps. Should be no data lost.
TomaHawk93 said:
Sure, i tried it two times: (for any reason i can't copy the full log, sry)
C:\STS>adb shell
[email protected]:/ $ cd /data
cd /data
[email protected]:/data $ /data/local/tmp/busybox cp -r system system2
/data/local/tmp/busybox cp -r system system2
cp: can't create directory 'system2': Permission denied
1|[email protected]:/data $ /data/local/tmp/busybox find system2 -type f -exec chmod
666 {} \
d system2 -type f -exec chmod 666 {} \ <
> /data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \
/data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \
> mv system system-
mv system system-
find: -exec requires an argument
1|[email protected]:/data $ mv system2 system
mv system2 system
failed on 'system2' - No such file or directory
255|[email protected]:/data $ cd /data
/data/local/tmp/busybox cp -r system system2
/data/local/tmp/busybox find system2 -type f -exec chmod 666 {} \;
/data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \;
mv system system-
mv system2 systemcd /data
/data/local/tmp/busybox cp -r system system2
/data/local/tmp/busybox find system2 -type f -exec chmod 666 {} \;
/data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \;
mv system system-
[email protected]:/data $ /data/local/tmp/busybox cp -r system system2
cp: can't create directory 'system2': Permission denied
Click to expand...
Click to collapse
Seeme you paste multi lines of command at one time, am I correct?
Those command should execute one by one.
You can simple wipe the device and redo again
or
Can you execute the following code in adb shell so that I can give you the fallback command?
Code:
ls -la /data
My brother has this tablet and I plan on attempting to root this evening...
[/COLOR]video tut maybe ?
Resign VpnFaker.apk
Hi
Do I have to resign the file VpnFaker.apk? If yes can someone explain hoe this is done.
I can do all commands until the replacement of the VpnDialogs. Then I get stuck with 'permission denied'.
Regards Paul
Can we use this method to may root Xperia tablet s on 4.0.3?
im stuck @ replace the VpnDialogs
i get Permission denied for all
c:\sony>adb shell
[email protected]:/ $ cd /data
/data/local/tmp/busybox cp -r system system2
/data/local/tmp/busybox find system2 -type f -exec chmod 666 {} \;
/data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \;
mv system system-
mv system2 system
c
d /data
mv app app-
mkdir app
mv /data/local/tmp/VpnFaker.apk /data/app /data/local/tmp/busybox
cp -r system system2
/data/local/tmp/busybox find system2 -type f -exec chmod 666 {} \;
/data/local/tmp/busybox find system2 -type d -exec chmod 777 {} \;
mv system system-
mv system2 system
mv app app-
[email protected]:/data $ /data/local/tmp/busybox cp -r system system2
mkdir app
cp: can't create directory 'system2': Permission denied
d system2 -type f -exec chmod 666 {} \; <
find: system2: No such file or directory
d system2 -type d -exec chmod 777 {} \; <
find: system2: No such file or directory
1|[email protected]:/data $ mv system system-
failed on 'system' - Permission denied
255|[email protected]:/data $ mv system2 system
failed on 'system2' - No such file or directory
255|[email protected]:/data $
255|[email protected]:/data $ mv app app-
failed on 'app' - Permission denied
255|[email protected]:/data $ mkdir app
mkdir failed for app, File exists
255|[email protected]:
zorbakun said:
Can we use this method to may root Xperia tablet s on 4.0.3?
Click to expand...
Click to collapse
It says so in the first post and the thread title also referrs to 4.0.3 r1a

Problem restore script

Hi, have problem with restore script. This script is for init.d. First boot with restore app and app data. Have problem with restore app data. If run script for restore app data then restore only from one tar.gz file, no from all. Where problem? Thanks
App restore:
#!/system/bin/sh
su
mount -o remount,rw /system
mount -o remount,rw /data
for filename in /system/app2/*.apk;
do
busybox install $filename /data/app;
done
busybox rm -rf /system/app2
busybox rm -rf /system/etc/init.d/90app​
App data restore:
#!/sbin/busybox sh
sleep 45
su
mount -o remount,rw /system
mount -o remount,rw /data
for filenamezip in /system/appdata/*.zip;
do
busybox chown -R root /data/data/${filenamezip%.zip}/*
busybox chmod -R 777 /data/data/${filenamezip%.zip}/*
busybox rm -rf /data/data/${filenamezip%.zip}
done
for izip in /system/appdata/*.zip;
do
busybox unzip -o $izip -d /;
done
for filenametar in /system/appdata/*.tar.gz;
do
busybox chown -R root /data/data/${filenametar%.tar.gz}/*
busybox chmod -R 777 /data/data/${filenametar%.tar.gz}/*
sleep 1
busybox rm -rf /data/data/${filenametar%.tar.gz}
done
for itar in /system/appdata/*.tar.gz;
do
busybox tar -xzf $itar -C /;
done
sleep 5
busybox rm -rf /system/appdata
busybox rm -rf /system/etc/init.d/95appdata
reboot​
For manual backup:
su
mount -o remount,rw /system
mount -o remount,rw /data
BACKUPDIR=/system/appdata
DATADIR=/data/data
echo
# create BACKUPDIR if necessary and modify ownership/permissions
if [ -d $BACKUPDIR ]; then
rm -rf $BACKUPDIR
mkdir $BACKUPDIR
else
mkdir $BACKUPDIR
fi
chown root $BACKUPDIR
chmod 777 $BACKUPDIR
# make
for name in $DATADIR/*; do
tar -cpvzf $BACKUPDIR/${name#/data/data/}.tar.gz $name
done;
# modify ownership/permissions of all archives
chown root $BACKUPDIR/*
chmod 777 $BACKUPDIR/*
echo​
Sorry my bad english
Any solution please?
Hi. Please help my with this problem.

how to replace system file help needed

fix.bat
Code:
::writable(mount writable)
adb shell < scripts/writeable.sh
::apps remower
adb shell < scripts/mdmkaldir.sh
::dnsconf change
::starting problem here file cant owerwrite.
adb push 20-dns.conf system/etc/dhcpcd/dhcpcd-hooks
::system readonly
adb shell < scripts/readonly.sh
::needed apks
::how i can isntall system app filemanager only
adb install apps/com.rhmsoft.fm-1.apk
adb install apps/com.buak.Link2SD.apk
adb install apps/uk.co.mytechie.setDNS.apk
::(root change)
adb install apps/eu.chainfire.supersu-minAPI7.apk
PAUSE
adb reboot
mdmkaldir.sh
Code:
su
cd system/app
rm EBAMarket.apk
rm EBA_SSO.apk
rm TR_Soft_Keyboard_default.apk
rm FatihMDM_ibnisina.apk
rm MpTest.apk
rm MpTest.odex
rm MpTestGps.apk
rm MpTestGps.odex
exit
exit
writable.sh
Code:
su
mount -o remount,rw /system
exit
exit
please help for this script
adb push 20-dns.conf system/etc/dhcpcd/dhcpcd-hooks
this line not work please help.
gencom said:
fix.bat
Code:
::writable(mount writable)
adb shell < scripts/writeable.sh
::apps remower
adb shell < scripts/mdmkaldir.sh
::dnsconf change
::starting problem here file cant owerwrite.
adb push 20-dns.conf system/etc/dhcpcd/dhcpcd-hooks
::system readonly
adb shell < scripts/readonly.sh
::needed apks
::how i can isntall system app filemanager only
adb install apps/com.rhmsoft.fm-1.apk
adb install apps/com.buak.Link2SD.apk
adb install apps/uk.co.mytechie.setDNS.apk
::(root change)
adb install apps/eu.chainfire.supersu-minAPI7.apk
PAUSE
adb reboot
mdmkaldir.sh
Code:
su
cd system/app
rm EBAMarket.apk
rm EBA_SSO.apk
rm TR_Soft_Keyboard_default.apk
rm FatihMDM_ibnisina.apk
rm MpTest.apk
rm MpTest.odex
rm MpTestGps.apk
rm MpTestGps.odex
exit
exit
writable.sh
Code:
su
mount -o remount,rw /system
exit
exit
please help for this script
adb push 20-dns.conf system/etc/dhcpcd/dhcpcd-hooks
this line not work please help.
Click to expand...
Click to collapse
Why do you need scripts when there are apps that can replace system files easily if rooted?
Dom3616 said:
Why do you need scripts when there are apps that can replace system files easily if rooted?
Click to expand...
Click to collapse
yes rooted all ok only
adb push 20-dns.conf system/etc/dhcpcd/dhcpcd-hooks
this line not work
gencom said:
yes rooted all ok only
adb push 20-dns.conf system/etc/dhcpcd/dhcpcd-hooks
this line not work
Click to expand...
Click to collapse
Just use ES Explorer (it's free) and copy/paste the file.
Dom3616 said:
Just use ES Explorer (it's free) and copy/paste the file.
Click to expand...
Click to collapse
i tryed already rooted device rooted filemanagers not work edit or owerwirite not work.
console log here
Code:
C:\Users\akiyoshi\Desktop\MT\etab4\ADB_Fastboot>adb shell 0<scripts/writeable.sh
su
mount -o remount,rw /system
exit
exit
[email protected]:/ $ su
1|[email protected]:/ $ mount -o remount,rw /system
mount: Operation not permitted
255|[email protected]:/ $ exit
C:\Users\akiyoshi\Desktop\MT\etab4\ADB_Fastboot>adb shell 0<scripts/mdmkaldir.sh
su
cd system/app
rm EBAMarket.apk
rm EBA_SSO.apk
rm TR_Soft_Keyboard_default.apk
rm FatihMDM_ibnisina.apk
rm MpTest.apk
rm MpTest.odex
rm MpTestGps.apk
rm MpTestGps.odex
exit
exit
[email protected]:/ $ su
[email protected]:/ # cd system/app
[email protected]:/system/app # rm EBAMarket.apk
rm failed for EBAMarket.apk, No such file or directory
255|[email protected]:/system/app # rm EBA_SSO.apk
rm failed for EBA_SSO.apk, No such file or directory
255|[email protected]:/system/app # rm TR_Soft_Keyboard_default.apk
rm failed for TR_Soft_Keyboard_default.apk, No such file or directory
255|[email protected]:/system/app # rm FatihMDM_ibnisina.apk
rm failed for FatihMDM_ibnisina.apk, No such file or directory
255|[email protected]:/system/app # rm MpTest.apk
rm failed for MpTest.apk, No such file or directory
255|[email protected]:/system/app # rm MpTest.odex
rm failed for MpTest.odex, No such file or directory
255|[email protected]:/system/app # rm MpTestGps.apk
rm failed for MpTestGps.apk, No such file or directory
255|[email protected]:/system/app # rm MpTestGps.odex
rm failed for MpTestGps.odex, No such file or directory
255|[email protected]:/system/app # exit
255|[email protected]:/ $ exit
[B][COLOR="Red"]C:\Users\akiyoshi\Desktop\MT\etab4\ADB_Fastboot>adb push 20-dns.conf system/etc/dhcpcd/dhcpcd-hooks
failed to copy '20-dns.conf' to 'system/etc/dhcpcd/dhcpcd-hooks/20-dns.conf': Read-only file system[/COLOR][/B]
C:\Users\akiyoshi\Desktop\MT\etab4\ADB_Fastboot>adb shell 0<scripts/readonly.sh
su
mount -o remount,ro /system
exit
exit
[email protected]:/ $ su
[email protected]:/ # mount -o remount,ro /system
[email protected]:/ # exit
[email protected]:/ $ exit
C:\Users\akiyoshi\Desktop\MT\etab4\ADB_Fastboot>adb install apps/com.rhmsoft.fm-1.apk
3920 KB/s (4357102 bytes in 1.085s)
pkg: /data/local/tmp/com.rhmsoft.fm-1.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
C:\Users\akiyoshi\Desktop\MT\etab4\ADB_Fastboot>adb install apps/com.buak.Link2SD.apk
3572 KB/s (4218237 bytes in 1.152s)
pkg: /data/local/tmp/com.buak.Link2SD.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
C:\Users\akiyoshi\Desktop\MT\etab4\ADB_Fastboot>adb install apps/uk.co.mytechie.setDNS.apk
2696 KB/s (877302 bytes in 0.317s)
pkg: /data/local/tmp/uk.co.mytechie.setDNS.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
C:\Users\akiyoshi\Desktop\MT\etab4\ADB_Fastboot>adb install apps/eu.chainfire.supersu-minAPI7.apk
3812 KB/s (5905465 bytes in 1.512s)
pkg: /data/local/tmp/eu.chainfire.supersu-minAPI7.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
C:\Users\akiyoshi\Desktop\MT\etab4\ADB_Fastboot>adb reboot
C:\Users\akiyoshi\Desktop\MT\etab4\ADB_Fastboot>PAUSE
Press any key to continue . . .
maybe required mount /etc as writable. etc not linked system??
need help replace system file in etc folder .

Categories

Resources