Removing or disabling bloatware - Samsung Galaxy A8 (2018) Guides, News, & Discussio

While, I do see quality in this phone, I still think it's filled with too much crapware. Many apps don't have the option to disable them in the apps menu in settings so, I used ADB shell to disable them. I'll see in a few days if it improved my battery life.
I used this command to disable unwanted app: "pm uninstall --user 0 xxxx.xxxxx.xxxx" . This way, the apps will still be there in system folder but they won't be there for the user.
Here's the list of everything I disabled:
pm uninstall --user 0 com.facebook.katana (Facebook app is obviously a battery hog and you can use Facebook Lite instead)
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.samsung.android.app.spage (Bixby home, it's useless you can use Google Assistant instead)
pm uninstall --user 0 com.samsung.android.visionintelligence (Bixby vision, it's useless you can use Google Lense)
pm uninstall --user 0 com.samsung.android.app.reminder
pm uninstall --user 0 com.sec.android.app.clockpackage (Samsung clock, I prefer Google Clock app)
pm uninstall --user 0 com.sec.android.app.sbrowser (Samsung web Browser, I prefer to use Opera)
pm uninstall --user 0 com.quickplay.android.bellmediaplayer (this app is useful only for Bell TV customer)
pm uninstall --user 0 ca.bell.wt.android.tunesappswidget (this widget is useful only for Bell TV customer)
pm uninstall --user 0 com.sec.android.inputmethod (default Samsung keyboard, I prefer Google keyboard)
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.enhance.gameservice
pm uninstall --user 0 com.samsung.android.game.gametools (supposedly useful for gamer but I'm not even sure if it really help improve gaming performance)
pm uninstall --user 0 com.samsung.android.lool (device maintenance service, disabling it will remove "Device maintenance" option from the settings menu but, you don't really need it anyway since this app is doing more harm than good)
There's probably more you could disable but for now, that's enough for me.
You could also root your phone and completely remove these apps from the phone but I chose to use a simpler method because I'm getting lazy as I get older. Also, the ADB shell method won't void your warranty. Sadly, Motorola used to be the way to go to get a decently priced pure Android phone without crapware, but their customer service took a plunge when they were bought my Lenovo.

Here's a link to a complete tutorial on how to use ADB shell, you will need to plug your phone to your computer with a USB cable.
https://www.reddit.com/r/Android/comments/6ftg72/want_to_completely_disableuninstall_those_pesky/

The same can be achieved by using Package Disabler Pro, right?

gauco said:
The same can be achieved by using Package Disabler Pro, right?
Click to expand...
Click to collapse
Well kind of, if you dont want to save space
Package Disabler Pro disables it, not delete.

SaboorTheCool said:
Well kind of, if you dont want to save space
Package Disabler Pro disables it, not delete.
Click to expand...
Click to collapse
ADB Shell doesn't delete either, it only remove access for the current user. This way, you don't have to root your phone but, the app is still there in the system folder.

I uninstalled a few more apps in an effort to gain more RAM and speed up the phone:
pm uninstall --user 0 com.samsung.android.themestore
pm uninstall --user 0 com.samsung.android.drivelink.stub
pm uninstall --user 0 com.samsung.SMT
pm uninstall --user 0 com.samsung.android.app.vrsetupwizardstub
pm uninstall --user 0 com.samsung.android.hmt.vrshell
pm uninstall --user 0 com.samsung.android.hmt.vrsvc
but still, the phone lag occasionnally. Sometimes it take 1 second to open a basic app like Contacts. Does it get better with a different kernel?

Nico3d3 said:
While, I do see quality in this phone, I still think it's filled with too much crapware. Many apps don't have the option to disable them in the apps menu in settings so, I used ADB shell to disable them. I'll see in a few days if it improved my battery life.
I used this command to disable unwanted app: "pm uninstall --user 0 xxxx.xxxxx.xxxx" . This way, the apps will still be there in system folder but they won't be there for the user.
Here's the list of everything I disabled:
pm uninstall --user 0 com.facebook.katana (Facebook app is obviously a battery hog and you can use Facebook Lite instead)
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.samsung.android.app.spage (Bixby home, it's useless you can use Google Assistant instead)
pm uninstall --user 0 com.samsung.android.visionintelligence (Bixby vision, it's useless you can use Google Lense)
pm uninstall --user 0 com.samsung.android.app.reminder
pm uninstall --user 0 com.sec.android.app.clockpackage (Samsung clock, I prefer Google Clock app)
pm uninstall --user 0 com.sec.android.app.sbrowser (Samsung web Browser, I prefer to use Opera)
pm uninstall --user 0 com.quickplay.android.bellmediaplayer (this app is useful only for Bell TV customer)
pm uninstall --user 0 ca.bell.wt.android.tunesappswidget (this widget is useful only for Bell TV customer)
pm uninstall --user 0 com.sec.android.inputmethod (default Samsung keyboard, I prefer Google keyboard)
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.enhance.gameservice
pm uninstall --user 0 com.samsung.android.game.gametools (supposedly useful for gamer but I'm not even sure if it really help improve gaming performance)
pm uninstall --user 0 com.samsung.android.lool (device maintenance service, disabling it will remove "Device maintenance" option from the settings menu but, you don't really need it anyway since this app is doing more harm than good)
There's probably more you could disable but for now, that's enough for me.
You could also root your phone and completely remove these apps from the phone but I chose to use a simpler method because I'm getting lazy as I get older. Also, the ADB shell method won't void your warranty. Sadly, Motorola used to be the way to go to get a decently priced pure Android phone without crapware, but their customer service took a plunge when they were bought my Lenovo.
Click to expand...
Click to collapse
Without Device maintenance how do we stop battery management killing task?

Maybe I wrong but, I thought Device Maintenance Service was the one responsible for killing task??? Then, if you uninstall it, you won't have to worry about killed task anymore since the service isn't working.

Nico3d3 said:
While, I do see quality in this phone, I still think it's filled with too much crapware. Many apps don't have the option to disable them in the apps menu in settings so, I used ADB shell to disable them. I'll see in a few days if it improved my battery life.
I used this command to disable unwanted app: "pm uninstall --user 0 xxxx.xxxxx.xxxx" . This way, the apps will still be there in system folder but they won't be there for the user.
Here's the list of everything I disabled:
pm uninstall --user 0 com.facebook.katana (Facebook app is obviously a battery hog and you can use Facebook Lite instead)
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.samsung.android.app.spage (Bixby home, it's useless you can use Google Assistant instead)
pm uninstall --user 0 com.samsung.android.visionintelligence (Bixby vision, it's useless you can use Google Lense)
pm uninstall --user 0 com.samsung.android.app.reminder
pm uninstall --user 0 com.sec.android.app.clockpackage (Samsung clock, I prefer Google Clock app)
pm uninstall --user 0 com.sec.android.app.sbrowser (Samsung web Browser, I prefer to use Opera)
pm uninstall --user 0 com.quickplay.android.bellmediaplayer (this app is useful only for Bell TV customer)
pm uninstall --user 0 ca.bell.wt.android.tunesappswidget (this widget is useful only for Bell TV customer)
pm uninstall --user 0 com.sec.android.inputmethod (default Samsung keyboard, I prefer Google keyboard)
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.enhance.gameservice
pm uninstall --user 0 com.samsung.android.game.gametools (supposedly useful for gamer but I'm not even sure if it really help improve gaming performance)
pm uninstall --user 0 com.samsung.android.lool (device maintenance service, disabling it will remove "Device maintenance" option from the settings menu but, you don't really need it anyway since this app is doing more harm than good)
There's probably more you could disable but for now, that's enough for me.
You could also root your phone and completely remove these apps from the phone but I chose to use a simpler method because I'm getting lazy as I get older. Also, the ADB shell method won't void your warranty. Sadly, Motorola used to be the way to go to get a decently priced pure Android phone without crapware, but their customer service took a plunge when they were bought my Lenovo.
Click to expand...
Click to collapse
Can you install modded version of Facebook if you disable it in this way?
Tapatalked with my A8 2018 (SM-A530F)

the stranger94 said:
Can you install modded version of Facebook if you disable it in this way?
Tapatalked with my A8 2018 (SM-A530F)
Click to expand...
Click to collapse
I can't really answer since I didn't try but, I can tell you that Facebook lite is working.

Here's an updated list with things added:
pm uninstall --user 0 com.samsung.android.rubin.app
pm uninstall --user 0 com.sec.spp.push
pm uninstall --user 0 com.sec.android.app.clockpackage
pm uninstall --user 0 com.sec.android.app.sbrowser
pm uninstall --user 0 com.samsung.android.weather
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.enhance.gameservice
pm uninstall --user 0 com.samsung.android.game.gametools
pm uninstall --user 0 com.samsung.android.app.spage
pm uninstall --user 0 com.samsung.android.visionintelligence
pm uninstall --user 0 com.samsung.android.app.reminder
pm uninstall --user 0 com.samsung.android.themestore
pm uninstall --user 0 com.samsung.android.drivelink.stub
pm uninstall --user 0 com.samsung.SMT
pm uninstall --user 0 com.samsung.android.hmt.vrsvc
pm uninstall --user 0 com.samsung.android.scloud
pm uninstall --user 0 com.samsung.android.samsungpass
pm uninstall --user 0 com.samsung.android.samsungpassautofill
pm uninstall --user 0 com.samsung.android.app.talkback
pm uninstall --user 0 com.samsung.android.spayfw
pm uninstall --user 0 com.samsung.android.mateagent
pm uninstall --user 0 com.sec.android.daemonapp
pm uninstall --user 0 com.sec.android.inputmethod (you must install another keyboard app like Gboard before removing it)
pm uninstall --user 0 com.samsung.storyservice
pm uninstall --user 0 com.samsung.android.beaconmanager
pm uninstall --user 0 com.samsung.android.easysetup
Every app in this list are app which you can't disable using the settings menu. There are many other useless apps (like Facebook) but, those apps have a button available to disable them.

To remove more Facebook bloat You can remove 'FB App Manager' and 'FB Services' as well:
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.facebook.appmanager
So far (four days) no issues detected ...

what is difference between pm uninstall --user 0 <name of package> and pm uninstall -k --user 0 <name of package>

if youre rooted, then you can use titanium backup to uninstall and titanium backup pro to freeze apps

my list of system exemptions that I do not use
adb shell
pm uninstall --user 0 com.enhance.gameservice
pm uninstall --user 0 com.trustonic.tuiservice
pm uninstall --user 0 com.sec.android.inputmethod
pm uninstall --user 0 com.samsung.android.rubin.app
pm uninstall --user 0 com.samsung.android.messaging
pm uninstall --user 0 com.microsoft.office.word
pm uninstall --user 0 com.samsung.android.app.reminder
pm uninstall --user 0 com.microsoft.office.powerpoint
pm uninstall --user 0 com.sec.android.daemonapp
pm uninstall --user 0 com.microsoft.skydrive
pm uninstall --user 0 com.sec.android.service.health
pm uninstall --user 0 com.samsung.android.game.gametools
pm uninstall --user 0 com.sec.android.gallery3d
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.sec.android.app.samsungapps
pm uninstall --user 0 com.monotype.android.font.foundation
pm uninstall --user 0 com.microsoft.office.excel
pm uninstall --user 0 com.sec.android.mimage.photoretouching
pm uninstall --user 0 com.monotype.android.font.cooljazz
pm uninstall --user 0 com.samsung.android.weather
pm uninstall --user 0 com.monotype.android.font.chococooky
pm uninstall --user 0 com.samsung.android.drivelink.stub
pm uninstall --user 0 com.samsung.android.visionintelligence
pm uninstall --user 0 com.dsi.ant.service.socket
pm uninstall --user 0 com.dsi.ant.server
pm uninstall --user 0 com.android.wallpaper.livepicker
pm uninstall --user 0 com.sec.android.easyMover.Agent
pm uninstall --user 0 com.samsung.android.weather

Qaaqqu said:
what is difference between pm uninstall --user 0 <name of package> and pm uninstall -k --user 0 <name of package>
Click to expand...
Click to collapse
Answering bc this is the thread that came up in a google search when looking for this same answer.
According to https://developer.android.com/studio/command-line/adb :
uninstall [-k] package = "Remove this app package from the device. Add the -k option to keep the data and cache directories."

Related

9.5.14.0 - 4 days 7 hours on battery

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

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

!!!UPDATE: There is new non root version for Android 9: DEBLOAT Script XZ1 Compact - STOCK Pie - G8441_47.2.A.11.228
This is heavy debloat of Google stuff (Play and Services) / Sony / other / tracking apps etc., better battery life and privacy.
I've done this debloat batch script you can experiment with. It reads the file deb.xz1c.txt and process all lines which does not start with #
Package(App) is disabled, then it's data removed and uninstalled for user 0 (root)
You need working adb shell (or Flashtool), custom kernel (rooted phone)
debloat_xz1c.bat and deb.xz1c.txt must be in the same directory. For example ...\Flashtool\x10flasher_lib\
debloat_xz1c.bat
Code:
SETLOCAL ENABLEDELAYEDEXPANSION
:: give user some time to respond to adb/root notification on phone o_o
adb devices
timeout 2
adb shell su -c ls >nul
timeout 2
echo off
:: input file deb.xz1c.txt
for /f "eol=#" %%f in (deb.xz1c.txt) do (
set line=%%f
set fchar=!line:~0,1!
call :work_disonly
if not "!fchar!" == "@" call :work_uninst
)
goto :end
:work_disonly
for /f "tokens=1,2 delims=^=" %%a in ("%line%") do (
echo --------[ %%b ]
echo Disabling app and deleting it's data:
adb shell su -c pm disable %%b
adb shell su -c pm clear %%b
)
goto :eof
:work_uninst
for /f "tokens=1,2 delims=^=" %%a in ("%line%") do (
echo Uninstalling app:
adb shell su -c pm uninstall -k --user 0 %%b
)
goto :eof
:end
This is wip debloat list - minimum google stuff, no play services, sony and other.
I am using alternative launcher/email/offline calendar/sms so you probably want to edit it and enable stuff (place # as first character on line).
You can also disable specific app without uninstalling it (place @ as first character on line)
This is safe working minimum for max battery life and no nagging windows "enable google xxx.." QKMS as sms/mms app is good.
and as always !!! Backup your /system /vendor /oem /data partitions first !!! wipe dalvik/art cache in recovery after script run.)
deb.xz1c.txt
Code:
# script ignores lines starting with #
# lines(apps) starting with @ will be disabled only
# all other lines are processed. disabled first, then uninstalled.
# add # to ignore, add @ to disable, remove # or @ to disable and uninstall.
#----Sony Launcher----
#/system/priv-app/home-sonyMobile-release/home-sonyMobile-release.apk=com.sonymobile.home
#----Sony Email----
/system/app/SemcEmail-release/SemcEmail-release.apk=com.sonymobile.email
#----Google Stuff----
#!/system/app/WebViewGoogle/WebViewGoogle.apk=com.google.android.webview
#/system/priv-app/GooglePackageInstaller/GooglePackageInstaller.apk=com.google.android.packageinstaller
#/system/priv-app/SetupWizard/SetupWizard.apk=com.google.android.setupwizard
#!/system/app/GoogleExtShared/GoogleExtShared.apk=com.google.android.ext.shared
#!/system/app/Messages/Messages.apk=com.google.android.apps.messaging
@/system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk=com.google.android.gsf
/system/priv-app/CarrierServices/CarrierServices.apk=com.google.android.ims
/system/priv-app/GmsCore/GmsCore.apk=com.google.android.gms
/system/priv-app/GoogleExtServices/GoogleExtServices.apk=com.google.android.ext.services
/system/priv-app/Phonesky/Phonesky.apk=com.android.vending
/system/app/CalendarGoogle/CalendarGoogle.apk=com.google.android.calendar
/system/app/Drive/Drive.apk=com.google.android.apps.docs
/system/app/Duo/Duo.apk=com.google.android.apps.tachyon
/system/app/EasterEgg/EasterEgg.apk=com.android.egg
/system/app/Gmail2/Gmail2.apk=com.google.android.gm
/system/app/GoogleAnalyticsProxy/GoogleAnalyticsProxy.apk=com.sonymobile.googleanalyticsproxy
/system/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk=com.google.android.syncadapters.contacts
/system/app/GoogleLyricsPlugin/GoogleLyricsPlugin.apk=com.sonymobile.music.googlelyricsplugin
/system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk=com.google.android.printservice.recommendation
/system/app/GoogleTTS/GoogleTTS.apk=com.google.android.tts
/system/app/Maps/Maps.apk=com.google.android.apps.maps
/system/app/Music2/Music2.apk=com.google.android.music
/system/app/Photos/Photos.apk=com.google.android.apps.photos
/system/app/Videos/Videos.apk=com.google.android.videos
/system/app/YouTube/YouTube.apk=com.google.android.youtube
/system/app/talkback/talkback.apk=com.google.android.marvin.talkback
/system/priv-app/ConfigUpdater/ConfigUpdater.apk=com.google.android.configupdater
/system/priv-app/GoogleBackupTransport/GoogleBackupTransport.apk=com.google.android.backuptransport
/system/priv-app/GoogleFeedback/GoogleFeedback.apk=com.google.android.feedback
/system/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk=com.google.android.onetimeinitializer
/system/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk=com.google.android.partnersetup
/system/priv-app/HotwordEnrollmentOKGoogleWCD9340/HotwordEnrollmentOKGoogleWCD9340.apk=com.android.hotwordenrollment.okgoogle
/system/priv-app/OobConfig/OobConfig.apk=com.google.android.apps.work.oobconfig
/system/priv-app/Velvet/Velvet.apk=com.google.android.googlequicksearchbox
#----Safe to uninstall or disable----
/oem/app/com.amazon.avod.thirdpartyclient/com.amazon.avod.thirdpartyclient.apk=com.amazon.avod.thirdpartyclient
/oem/priv-app/de.telekom.tsc/de.telekom.tsc.apk=de.telekom.tsc
/system/app/AdvancedLogging/AdvancedLogging.apk=com.sonymobile.advancedlogging
/system/app/AnonymousData/AnonymousData.apk=com.sonymobile.anondata
/system/app/AptxNotifier/AptxNotifier.apk=com.sonymobile.aptx.notifier
/system/app/BasicDreams/BasicDreams.apk=com.android.dreams.basic
/system/app/BluetoothMidiService/BluetoothMidiService.apk=com.android.bluetoothmidiservice
/system/app/CrashMonitor/CrashMonitor.apk=com.sonyericsson.crashmonitor
/system/app/CrashMonitorSystem/CrashMonitorSystem.apk=com.sonymobile.crashmonitor.system
/system/app/CtsShimPrebuilt/CtsShimPrebuilt.apk=com.android.cts.ctsshim
/system/app/DemoAppChecker/DemoAppChecker.apk=com.sonymobile.demoappchecker
/system/app/Exchange-release/Exchange-release.apk=com.sonymobile.exchange
/system/app/ExternalKeyboardJP/ExternalKeyboardJP.apk=com.sonymobile.android.externalkeyboardjp
/system/app/FaceLock/FaceLock.apk=com.android.facelock
/system/app/IddAgent/IddAgent.apk=com.sonyericsson.idd.agent
/system/app/NfcExtension/NfcExtension.apk=com.sonymobile.nfcextension
/system/app/PartnerBookmarksProvider/PartnerBookmarksProvider.apk=com.android.providers.partnerbookmarks
/system/app/PrintSpooler/PrintSpooler.apk=com.android.printspooler
/system/app/RcaHandler/RcaHandler.apk=com.sonymobile.rcahandler
/system/app/SecureClockService/SecureClockService.apk=com.sonymobile.secureclockservice
/system/app/SemcWarrantyTime/SemcWarrantyTime.apk=com.sonyericsson.warrantytime
/system/app/SomcDualshockManager/SomcDualshockManager.apk=com.sonymobile.dualshockmanager
/system/app/SomcMovieCreatorRmm-release/SomcMovieCreatorRmm-release.apk=com.sonymobile.moviecreator.rmm
/system/app/SomcPOBox/SomcPOBox.apk=com.sonymobile.pobox
/system/app/SomcXperiaServices/SomcXperiaServices.apk=com.sonymobile.xperiaservices
/system/app/SusResCheck/SusResCheck.apk=com.sonymobile.susrescheck
/system/app/SyncHub-release/SyncHub-release.apk=com.sonymobile.synchub
/system/app/Theme-Sou-M-cid19-silver-sw360dp-xhdpi-release/Theme-Sou-M-cid19-silver-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid19.silver
/system/app/Theme-Sou-M-cid20-blue-sw360dp-xhdpi-release/Theme-Sou-M-cid20-blue-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid20.blue
/system/app/Theme-Sou-M-cid21-pink-sw360dp-xhdpi-release/Theme-Sou-M-cid21-pink-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid21.pink
/system/app/WallpaperBackup/WallpaperBackup.apk=com.android.wallpaperbackup
/system/app/WikipediaPlugin/WikipediaPlugin.apk=com.sonymobile.music.wikipediaplugin
/system/app/XperiaTransferMobile-release/XperiaTransferMobile-release.apk=com.sonymobile.xperiatransfermobile
/system/app/XperiaXLiveWallpaper-release/XperiaXLiveWallpaper-release.apk=com.sonymobile.xperiaxlivewallpaper
/system/app/YouTubeKaraokePlugin/YouTubeKaraokePlugin.apk=com.sonymobile.music.youtubekaraokeplugin
/system/app/YouTubePlugin/YouTubePlugin.apk=com.sonymobile.music.youtubeplugin
/system/app/com.amazon.kindle/com.amazon.kindle.apk=com.amazon.kindle
/system/app/com.amazon.mShop.android.shopping/com.amazon.mShop.android.shopping.apk=com.amazon.mShop.android.shopping
/system/app/com.facebook.appmanager/com.facebook.appmanager.apk=com.facebook.appmanager
/system/app/com.facebook.katana/com.facebook.katana.apk=com.facebook.katana
/system/app/com.s.antivirus/com.s.antivirus.apk=com.s.antivirus
/system/app/com.sonyericsson.xhs/com.sonyericsson.xhs.apk=com.sonyericsson.xhs
/system/app/com.sonymobile.deqp/com.sonymobile.deqp.apk=com.sonymobile.deqp
/system/app/com.sonymobile.infoapp/com.sonymobile.infoapp.apk=com.sonymobile.infoapp
/system/app/com.sonymobile.support/com.sonymobile.support.apk=com.sonymobile.support
/system/app/com.sonymobile.xperialounge.services/com.sonymobile.xperialounge.services.apk=com.sonymobile.xperialounge.services
/system/app/com.spotify.music/com.spotify.music.apk=com.spotify.music
/system/app/dlna-somc-xhdpi-release/dlna-somc-xhdpi-release.apk=com.sonymobile.dlna
/system/app/fota-service/fota-service.apk=com.sonymobile.fota.service
/system/app/late-cmz-auto-install-stub-release/late-cmz-auto-install-stub-release.apk=com.sonymobile.updatecenter.config.autoinstall
/system/app/late-cmz-late-cmz-stub-release/late-cmz-late-cmz-stub-release.apk=com.sonymobile.updatecenter.config.latecmz
/system/app/phone-usage/phone-usage.apk=com.sonymobile.phoneusage
/system/app/pip/pip.apk=com.sonymobile.pip
/system/app/theme-xperialoops2-release/theme-xperialoops2-release.apk=com.sonymobile.themes.xperialoops2
/system/app/videoplaceholder/videoplaceholder.apk=com.sony.tvsideview.videoph
/system/app/weather-release/weather-release.apk=com.sonymobile.xperiaweather
/system/priv-app/CameraWearableBridgeHandheldServer/CameraWearableBridgeHandheldServer.apk=com.sonymobile.cameracommon.wearablebridge
/system/priv-app/ClockWidgets-release/ClockWidgets-release.apk=com.sonymobile.advancedwidget.clock
/system/priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk=com.android.cts.priv.ctsshim
/system/priv-app/ManagedProvisioning/ManagedProvisioning.apk=com.android.managedprovisioning
/system/priv-app/OMAClientProvisioning/OMAClientProvisioning.apk=com.sonyericsson.android.omacp
/system/priv-app/SemcCnapProvider/SemcCnapProvider.apk=com.sonyericsson.providers.cnap
/system/priv-app/SemcMusic/SemcMusic.apk=com.sonyericsson.music
/system/priv-app/SimlockUnlockApp/SimlockUnlockApp.apk=com.sonymobile.simlockunlockapp
/system/priv-app/SomcMovieCreator-release/SomcMovieCreator-release.apk=com.sonymobile.moviecreator
/system/priv-app/StartupFlagV2/StartupFlagV2.apk=com.sonyericsson.startupflagservice
/system/priv-app/Tag/Tag.apk=com.android.apps.tag
/system/priv-app/UpdateCenter-release/UpdateCenter-release.apk=com.sonyericsson.updatecenter
/system/priv-app/album-albumLive-release/album-albumLive-release.apk=com.sonyericsson.album
/system/priv-app/assist.persistent-release/assist.persistent-release.apk=com.sonymobile.assist.persistent
/system/priv-app/com.facebook.services/com.facebook.services.apk=com.facebook.services
/system/priv-app/com.facebook.system/com.facebook.system.apk=com.facebook.system
/system/priv-app/com.sonymobile.retaildemo/com.sonymobile.retaildemo.apk=com.sonymobile.retaildemo
/system/priv-app/dpmserviceapp/dpmserviceapp.apk=com.qti.dpmserviceapp
/system/priv-app/home-sonyMobile-release/home-sonyMobile-release.apk=com.sonymobile.home
/system/priv-app/sonyentrance2-release/sonyentrance2-release.apk=com.sonymobile.entrance
/system/priv-app/textinput-chn-xhdpi-release/textinput-chn-xhdpi-release.apk=com.sonyericsson.textinput.chinese
/system/priv-app/usb-mtp-backup-transport/usb-mtp-backup-transport.apk=com.sonyericsson.mtp.extension.backuprestore
/system/priv-app/usb-mtp-factoryreset-wrapper/usb-mtp-factoryreset-wrapper.apk=com.sonyericsson.mtp.extension.factoryreset
/system/priv-app/usb-mtp-fotaupdate-wrapper/usb-mtp-fotaupdate-wrapper.apk=com.sonymobile.mtp.extension.fotaupdate
/system/priv-app/usb-mtp-update-wrapper/usb-mtp-update-wrapper.apk=com.sonyericsson.mtp.extension.update
/system/priv-app/usb-mtp-vendor-extension-service/usb-mtp-vendor-extension-service.apk=com.sonyericsson.mtp
/vendor/app/ChromeCustomizations/ChromeCustomizations.apk=com.android.partnerbrowsercustomizations.chromeHomepage
/vendor/app/UnsupportedHeadsetNotifier/UnsupportedHeadsetNotifier.apk=com.sonyericsson.unsupportedheadsetnotifier
/vendor/overlay/Conversations-Overlay-defaultgmessaging-285-release.apk=android.product.res.overlay.defaultgmessaging
/vendor/overlay/Home-Overlay-275-release.apk=com.sonymobile.home.product.res.overlay
/vendor/overlay/Stk-Overlay-285-common-release.apk=com.android.stk.product.res.overlay.common
/vendor/overlay/SwiftKey-Overlay-270-release.apk=com.touchtype.swiftkey.res.overlay
/vendor/overlay/com.android.carrierconfig.res.overlay.carrierservicesenabler.apk=com.android.carrierconfig.res.overlay.carrierservicesenabler
/vendor/overlay/overlay-xperiaxlivewallpaper-300-release.apk=com.sonymobile.xperiaxlivewallpaper.product.res.overlay
#----Core----
#/system/app/Bluetooth/Bluetooth.apk=com.android.bluetooth
#/system/app/BookmarkProvider/BookmarkProvider.apk=com.android.bookmarkprovider
#/system/app/CameraAddonPermission-release/CameraAddonPermission-release.apk=com.sonymobile.camera.addon.permission
#/system/app/CameraCommonPermission-release/CameraCommonPermission-release.apk=com.sonymobile.cameracommon.permission
#/system/app/CameraExtensionPermission-release/CameraExtensionPermission-release.apk=com.sonyericsson.cameraextension.permission
#/system/app/CaptivePortalLogin/CaptivePortalLogin.apk=com.android.captiveportallogin
#/system/app/CarrierDefaultApp/CarrierDefaultApp.apk=com.android.carrierdefaultapp
#/system/app/CertInstaller/CertInstaller.apk=com.android.certinstaller
#/system/app/Chrome/Chrome.apk=com.android.chrome
#/system/app/CompanionDeviceManager/CompanionDeviceManager.apk=com.android.companiondevicemanager
#/system/app/DownloadProviderUi/DownloadProviderUi.apk=com.android.providers.downloads.ui
#/system/app/FidoCryptoService/FidoCryptoService.apk=com.qualcomm.qti.auth.fidocryptoservice
#/system/app/GpaiConfig-release/GpaiConfig-release.apk=android.autoinstalls.config.sony.xperia
#/system/app/HTMLViewer/HTMLViewer.apk=com.android.htmlviewer
#/system/app/IddPermissionApplicationCertificate/IddPermissionApplicationCertificate.apk=com.sonymobile.idd.permission.application_certificate
#/system/app/Iengine/Iengine.apk=com.sonymobile.intelligent.iengine
#/system/app/ImageEnhancer/ImageEnhancer.apk=com.sonymobile.imageenhancer
#/system/app/ImageProcessorPermission-release/ImageProcessorPermission-release.apk=com.sonymobile.imageprocessor.permission
#/system/app/IntelligentObserver/IntelligentObserver.apk=com.sonymobile.intelligent.observer
#/system/app/KerberosService/KerberosService.apk=com.sonymobile.sso
#/system/app/KeyChain/KeyChain.apk=com.android.keychain
#/system/app/LiveWallpapersPicker/LiveWallpapersPicker.apk=com.android.wallpaper.livepicker
#/system/app/LockscreenSettings-release/LockscreenSettings-release.apk=com.sonyericsson.lockscreen.uxpnxt
#/system/app/NfcNci/NfcNci.apk=com.android.nfc
#/system/app/OneTimePassLockScreenApp/OneTimePassLockScreenApp.apk=com.sonymobile.lockscreen.otp
#/system/app/PacProcessor/PacProcessor.apk=com.android.pacprocessor
#/system/app/QtiTelephonyService/QtiTelephonyService.apk=com.qualcomm.qti.telephonyservice
#/system/app/SemcAutoPowerOff/SemcAutoPowerOff.apk=com.sonyericsson.autopoweroffservice
#/system/app/SemcSettings/SemcSettings.apk=com.sonyericsson.settings
#/system/app/SemcSimDetection/SemcSimDetection.apk=com.sonyericsson.simdetection
#/system/app/ServiceMenu/ServiceMenu.apk=com.sonyericsson.android.servicemenu
#/system/app/SimSettings/SimSettings.apk=com.qualcomm.qti.simsettings
#/system/app/SmartPrediction/SmartPrediction.apk=com.sonymobile.prediction
#/system/app/SmartcardService/SmartcardService.apk=org.simalliance.openmobileapi.service
#/system/app/SomcColorGamut/SomcColorGamut.apk=com.sonymobile.colorgamut
#/system/app/Stk/Stk.apk=com.android.stk
#/system/app/TetherEntitlementCheck/TetherEntitlementCheck.apk=com.sonyericsson.tetherentitlementcheck
#/system/app/Theme-Sou-M-cid18-black-sw360dp-xhdpi-release/Theme-Sou-M-cid18-black-sw360dp-xhdpi-release.apk=com.sonymobile.themes.sou.cid18.black
#/system/app/TransmitPower/TransmitPower.apk=com.sonymobile.transmitpower
#/system/app/UiccTerminal/UiccTerminal.apk=org.simalliance.openmobileapi.uiccterminal
#/system/app/UserDictionaryProvider/UserDictionaryProvider.apk=com.android.providers.userdictionary
#/system/app/WAPPushManager/WAPPushManager.apk=com.android.smspush
#/system/app/WfdService/WfdService.apk=com.qualcomm.wfd.service
#/system/app/app-scan3d-release/app-scan3d-release.apk=com.sonymobile.scan3d
#/system/app/bootinfo/bootinfo.apk=com.sonyericsson.android.bootinfo
#/system/app/btidd/btidd.apk=com.sonymobile.btidd
#/system/app/com.swiftkey.swiftkeyconfigurator/com.swiftkey.swiftkeyconfigurator.apk=com.swiftkey.swiftkeyconfigurator
#/system/app/com.touchtype.swiftkey/com.touchtype.swiftkey.apk=com.touchtype.swiftkey
#/system/app/datastatusnotification/datastatusnotification.apk=com.qti.qualcomm.datastatusnotification
#/system/app/device-config-agent-release/device-config-agent-release.apk=com.sonymobile.deviceconfigtool
#/system/app/device-monitor/device-monitor.apk=com.sonyericsson.devicemonitor
#/system/app/embms/embms.apk=com.qualcomm.embms
#/system/app/externalkeyboardsinternational-release/externalkeyboardsinternational-release.apk=com.sonymobile.android.externalkeyboard
#/system/app/ims/ims.apk=org.codeaurora.ims
#/system/app/skin-core-release/skin-core-release.apk=com.sonymobile.runtimeskinning.core
#/system/app/skin-effects-release/skin-effects-release.apk=com.sonymobile.runtimeskinning.effects
#/system/app/skin-picker-release/skin-picker-release.apk=com.sonymobile.runtimeskinning.picker
#/system/app/smtofrgbc/smtofrgbc.apk=com.sonymobile.smtofrgbc
#/system/app/uceShimService/uceShimService.apk=com.qualcomm.qti.uceShimService
#/system/app/white-balance/white-balance.apk=com.sonymobile.whitebalance
#/system/framework/framework-res.apk=android
#/system/priv-app/ApnUpdater/ApnUpdater.apk=com.sonymobile.apnupdater
#/system/priv-app/ArtFilterCamera-xhdpi-release/ArtFilterCamera-xhdpi-release.apk=com.sonyericsson.android.addoncamera.artfilter
#/system/priv-app/BackupRestoreConfirmation/BackupRestoreConfirmation.apk=com.android.backupconfirm
#/system/priv-app/BlockedNumberProvider/BlockedNumberProvider.apk=com.android.providers.blockednumber
#/system/priv-app/CNEService/CNEService.apk=com.quicinc.cne.CNEService
#/system/priv-app/CalendarProvider/CalendarProvider.apk=com.android.providers.calendar
#/system/priv-app/CallLogBackup/CallLogBackup.apk=com.android.calllogbackup
#/system/priv-app/CameraCommon/CameraCommon.apk=com.sonymobile.cameracommon
#/system/priv-app/CameraPanorama-release/CameraPanorama-release.apk=com.sonyericsson.android.camera3d
#/system/priv-app/CarrierConfig/CarrierConfig.apk=com.android.carrierconfig
#/system/priv-app/Contacts/Contacts.apk=com.sonymobile.android.contacts
#/system/priv-app/CoreSettings/CoreSettings.apk=com.sonymobile.coresettings
#/system/priv-app/CredentialManagerService/CredentialManagerService.apk=com.sonyericsson.credentialmanagerservice
#/system/priv-app/CustomizationSelector/CustomizationSelector.apk=com.sonymobile.customizationselector
#/system/priv-app/CustomizedSettings/CustomizedSettings.apk=com.sonyericsson.customizedsettings
#/system/priv-app/DefaultContainerService/DefaultContainerService.apk=com.android.defcontainer
#/system/priv-app/DeviceSecurityService/DeviceSecurityService.apk=com.sonymobile.devicesecurity.service
#/system/priv-app/Dialer2/Dialer2.apk=com.sonymobile.android.dialer
#/system/priv-app/DocumentsUI/DocumentsUI.apk=com.android.documentsui
#/system/priv-app/DownloadProvider/DownloadProvider.apk=com.android.providers.downloads
#/system/priv-app/EmergencyInfo/EmergencyInfo.apk=com.android.emergency
#/system/priv-app/EnterpriseService/EnterpriseService.apk=com.sonymobile.enterprise.service
#/system/priv-app/ExternalStorageProvider/ExternalStorageProvider.apk=com.android.externalstorage
#/system/priv-app/FusedLocation/FusedLocation.apk=com.android.location.fused
#/system/priv-app/GetSetClient-release/GetSetClient-release.apk=com.sonymobile.getset
#/system/priv-app/GetSetSystem-release/GetSetSystem-release.apk=com.sonymobile.getset.priv
#/system/priv-app/InputDevices/InputDevices.apk=com.android.inputdevices
#/system/priv-app/IntelligentBacklight/IntelligentBacklight.apk=com.sonymobile.intelligent.backlight
#/system/priv-app/IntelligentGesture/IntelligentGesture.apk=com.sonymobile.intelligent.gesture
#/system/priv-app/MediaProvider/MediaProvider.apk=com.android.providers.media
#/system/priv-app/MmsService/MmsService.apk=com.android.mms.service
#/system/priv-app/MtpDocumentsProvider/MtpDocumentsProvider.apk=com.android.mtp
#/system/priv-app/MusicFX/MusicFX.apk=com.android.musicfx
#/system/priv-app/ProxyHandler/ProxyHandler.apk=com.android.proxyhandler
#/system/priv-app/RemoteUnlockService/RemoteUnlockService.apk=com.sonymobile.simlock.service
#/system/priv-app/SEMCSetupWizard/SEMCSetupWizard.apk=com.sonyericsson.setupwizard
#/system/priv-app/SemcCameraUI-jniLibs64-xhdpi-release/SemcCameraUI-jniLibs64-xhdpi-release.apk=com.sonyericsson.android.camera
#/system/priv-app/SemcClock/SemcClock.apk=com.sonyericsson.organizer
#/system/priv-app/SemcContactsProvider/SemcContactsProvider.apk=com.android.providers.contacts
#/system/priv-app/SemcPhotoEditor-photoeditor-release/SemcPhotoEditor-photoeditor-release.apk=com.sonyericsson.photoeditor
#/system/priv-app/SemcStorageChecker/SemcStorageChecker.apk=com.sonymobile.storagechecker
#/system/priv-app/SemcTelephonyProvider/SemcTelephonyProvider.apk=com.android.providers.telephony
#/system/priv-app/Settings/Settings.apk=com.android.settings
#/system/priv-app/SettingsProvider/SettingsProvider.apk=com.android.providers.settings
#/system/priv-app/SharedStorageBackup/SharedStorageBackup.apk=com.android.sharedstoragebackup
#/system/priv-app/Shell/Shell.apk=com.android.shell
#/system/priv-app/SmartCharger/SmartCharger.apk=com.sonymobile.smartcharger
#/system/priv-app/SmartCleaner/SmartCleaner.apk=com.sonymobile.smartcleaner
#/system/priv-app/SomcChargingSupport/SomcChargingSupport.apk=com.sonymobile.chargingsupport
#/system/priv-app/SomcExtTelephony/SomcExtTelephony.apk=com.sonymobile.telephony.extension
#/system/priv-app/SomcGloveMode/SomcGloveMode.apk=com.sonymobile.glovemode
#/system/priv-app/SomcIccCustProvider/SomcIccCustProvider.apk=com.android.providers.icccust
#/system/priv-app/SomcIndeviceIntelligence-release/SomcIndeviceIntelligence-release.apk=com.sonymobile.indeviceintelligence
#/system/priv-app/SomcWifiDisplay/SomcWifiDisplay.apk=com.sonymobile.tvout.wifidisplay
#/system/priv-app/SomcWifiService/SomcWifiService.apk=com.sonymobile.wifi
#/system/priv-app/SoundPhotoCamera-xhdpi-release/SoundPhotoCamera-xhdpi-release.apk=com.sonymobile.android.addoncamera.soundphoto
#/system/priv-app/StatementService/StatementService.apk=com.android.statementservice
#/system/priv-app/StorageManager/StorageManager.apk=com.android.storagemanager
#/system/priv-app/SystemUI/SystemUI.apk=com.android.systemui
#/system/priv-app/TeleService/TeleService.apk=com.android.phone
#/system/priv-app/Telecom/Telecom.apk=com.android.server.telecom
#/system/priv-app/TimeShiftCamera-release/TimeShiftCamera-release.apk=com.sonymobile.android.addoncamera.timeshift
#/system/priv-app/VpnDialogs/VpnDialogs.apk=com.android.vpndialogs
#/system/priv-app/WallpaperCropper/WallpaperCropper.apk=com.android.wallpapercropper
#/system/priv-app/WapPush/WapPush.apk=com.sonyericsson.wappush
#/system/priv-app/assist_app-release/assist_app-release.apk=com.sonymobile.assist
#/system/priv-app/com.qualcomm.location/com.qualcomm.location.apk=com.qualcomm.location
#/system/priv-app/enhancedusbux/enhancedusbux.apk=com.sonyericsson.usbux
#/system/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk=com.qualcomm.qcrilmsgtunnel
#/system/priv-app/sound-picker-release/sound-picker-release.apk=com.sonyericsson.suquashi.soundpicker
#/vendor/app/FingerprintExtensionService/FingerprintExtensionService.apk=com.fingerprints.extension.service
#/vendor/app/SVIService/SVIService.apk=com.qualcomm.svi
#/vendor/app/SemcPowerSaveModule/SemcPowerSaveModule.apk=com.sonyericsson.psm.sysmonservice
#/vendor/app/SoundEnhancement/SoundEnhancement.apk=com.sonyericsson.soundenhancement
#/vendor/app/SuperStamina/SuperStamina.apk=com.sonymobile.superstamina
#/vendor/app/TimeService/TimeService.apk=com.qualcomm.timeservice
#/vendor/app/USMHome/USMHome.apk=com.sonymobile.usm
my setup: xZ1c stock G8441_47.1.A.12.235 Oreo 8.0.0 + Kernel .235 + Magisk 16.6 + TWRP 3.2.1
Thanks a lot, that's exactly what I've been looking for. I've been wanting to go back to stock since 15.1 custom ROMs have a couple of unbearable issues (SD card write support, mic not working during calls with headphone connected, camera even worse than usual, ...) but I've been dreading the whole song and dance of selectively removing the dozen preinstalled bloatware packages.
I'll try it and report how it worked.
Hi. As you have written, those reasons pushed me back to stock. camera/connectivity are biggies, privacy and battery life without google bloat is the next good thing.
cU
Has anyone tried this and can feed back on the results?
Didgesteve said:
Has anyone tried this and can feed back on the results?
Click to expand...
Click to collapse
Hi,
I did it and it worked.
One thing only, per default Google Playstore and Play Services are uninstalled. So no Playstore and no updates are available. I had to reinstall both of them via APK and after that Playstore started to work again.
SkyHigh76 said:
Hi,
I did it and it worked.
One thing only, per default Google Playstore and Play Services are uninstalled. So no Playstore and no updates are available. I had to reinstall both of them via APK and after that Playstore started to work again.
Click to expand...
Click to collapse
Well it is completly intentional, as written in the first post. You don't have to reinstall, just put # in the google section of the debloat list (file deb.xz1c.txt) or did you?
megaice said:
Well it is completly intentional, as written in the first post. You don't have to reinstall, just put # in the google section of the debloat list (file deb.xz1c.txt) or did you?
Click to expand...
Click to collapse
I did, I think may be I forgot something. Anyway its good to be able to get rid of some apps
Bump.
Tried it out with PIE (47.2.A.10.45 april)
(Dalvik/ART cache wiped after script)
Here is what i safely removed:
Code:
pm uninstall -k --user 0 com.amazon.mShop.android.shopping
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.spotify.music
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.amazon.avod.thirdpartyclient
pm uninstall -k --user 0 com.amazon.kindle
pm uninstall -k --user 0 com.s.antivirus
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper
pm uninstall -k --user 0 com.sonymobile.xperiaweather
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper.product.res.overlay
pm uninstall -k --user 0 com.sonymobile.xperialounge.services
pm uninstall -k --user 0 com.sonymobile.themes.xperialoops2
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.sonymobile.assist
pm uninstall -k --user 0 com.touchtype.swiftkey
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.sonymobile.home
pm uninstall -k --user 0 com.touchtype.swiftkey.res.overlay
pm uninstall -k --user 0 com.swiftkey.swiftkeyconfigurator
pm uninstall -k --user 0 com.sonymobile.dualshockmanager
pm uninstall -k --user 0 com.android.printspooler
pm uninstall -k --user 0 com.sony.tvsideview.videoph
pm uninstall -k --user 0 com.sonymobile.xperiaweather
TGN said:
Bump.
Tried it out with PIE (47.2.A.10.45 april)
(Dalvik/ART cache wiped after script)
Here is what i safely removed:
Click to expand...
Click to collapse
Thank you! How do you run that script? Put it in debloat.sh?
andacro said:
Thank you! How do you run that script? Put it in debloat.sh?
Click to expand...
Click to collapse
Ran it manually through adb.
Added some more sony crapware in the meantime.
adb shell
Code:
pm uninstall -k --user 0 com.amazon.mShop.android.shopping
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.spotify.music
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.amazon.avod.thirdpartyclient
pm uninstall -k --user 0 com.amazon.kindle
pm uninstall -k --user 0 com.s.antivirus
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper
pm uninstall -k --user 0 com.sonymobile.xperiaweather
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper.product.res.overlay
pm uninstall -k --user 0 com.sonymobile.xperialounge.services
pm uninstall -k --user 0 com.sonymobile.themes.xperialoops2
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.sonymobile.assist
pm uninstall -k --user 0 com.touchtype.swiftkey
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.sonymobile.home
pm uninstall -k --user 0 com.touchtype.swiftkey.res.overlay
pm uninstall -k --user 0 com.swiftkey.swiftkeyconfigurator
pm uninstall -k --user 0 com.sonymobile.dualshockmanager
pm uninstall -k --user 0 com.android.printspooler
pm uninstall -k --user 0 com.sony.tvsideview.videoph
pm uninstall -k --user 0 com.sonymobile.xperiaweather
pm uninstall -k --user 0 com.sonyericsson.android.camera3d
pm uninstall -k --user 0 com.sonymobile.glovemode
pm uninstall -k --user 0 com.qualcomm.qti.simsettings
pm uninstall -k --user 0 com.qti.qualcomm.datastatusnotification
pm uninstall -k --user 0 com.sonymobile.intelligent.iengine
pm uninstall -k --user 0 com.sonymobile.android.externalkeyboard
pm uninstall -k --user 0 com.quicinc.cne.CNEService
pm uninstall -k --user 0 com.sonymobile.android.externalkeyboard
pm uninstall -k --user 0 com.sonyericsson.settings.res.overlay_305
pm uninstall -k --user 0 com.sonymobile.intelligent.observer
pm uninstall -k --user 0 com.sonymobile.indeviceintelligence
pm uninstall -k --user 0 com.sonymobile.devicesecurity.service
pm uninstall -k --user 0 com.sonymobile.swiqisystemservice
pm uninstall -k --user 0 com.sonymobile.apnupdater.res.overlay_305
pm uninstall -k --user 0 com.sonymobile.anondata
pm uninstall -k --user 0 com.sonymobile.home.product.res.overlay
pm uninstall -k --user 0 com.sonymobile.prediction
TGN said:
Ran it manually through adb.
Added some more sony crapware in the meantime.
adb shell
Click to expand...
Click to collapse
Thanks. Copy & paste one line at a time?
andacro said:
Thanks. Copy & paste one line at a time?
Click to expand...
Click to collapse
In the meantime you probably tried it
in adb shell you can copy paste them all at once.
Careful, the sony home launcher and default swiftkeyboard are included in there (xperia keyboard ftw)
App2SDpro (with root) does the same thing.
Only then with a GUI.
Got some nifty options in that one though.
TGN said:
In the meantime you probably tried it
in adb shell you can copy paste them all at once.
Careful, the sony home launcher is included in there
App2SDpro (with root) does the same thing.
Only then with a GUI.
Got some nifty options in that one though.
Click to expand...
Click to collapse
Thanks, that's great. Didn't know. Used the Debloat module for Magisk. Can use it with 'adb shell'. Haven't used App2SDpro in ages. Thanks!
andacro said:
Thanks, that's great. Didn't know. Used the Debloat module for Magisk. Can use it with 'adb shell'. Haven't used App2SDpro in ages. Thanks!
Click to expand...
Click to collapse
Now that is something i didn't know!
I see ''Debloater (Terminal Emulator)'' listed under there.
Did you tried this one out?
*edit, i got it thanks!
Seems there are still some left-overs!
This is actually the way-more complete method which you gave, thanks!
It seems to grab it all!
5 - Reinstall Uninstalled Apps - comes in very handy
Not sure what I"m missing here...I copied the batch file and text file to my sd card, fired up adb, and typed su ./debloat_xz1c.bat
I didn't get an error or anything, at all really. But nothing happened. All the bloatware is still there. How are you guys executing this?
Cheers.
Hi, .bat files are ment to run under windows, so you have to run it from windows command prompt. the .bat and .txt file must be in the same directory. Do you have working adb shell? (it means adb drivers for your phone, flashtool or alternative adb tool)
TGN said:
Ran it manually through adb.
Added some more sony crapware in the meantime.
adb shell
Code:
pm uninstall -k --user 0 com.amazon.mShop.android.shopping
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.spotify.music
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.amazon.avod.thirdpartyclient
pm uninstall -k --user 0 com.amazon.kindle
pm uninstall -k --user 0 com.s.antivirus
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper
pm uninstall -k --user 0 com.sonymobile.xperiaweather
pm uninstall -k --user 0 com.sonymobile.xperiaxlivewallpaper.product.res.overlay
pm uninstall -k --user 0 com.sonymobile.xperialounge.services
pm uninstall -k --user 0 com.sonymobile.themes.xperialoops2
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.sonymobile.assist
pm uninstall -k --user 0 com.touchtype.swiftkey
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.sonymobile.home
pm uninstall -k --user 0 com.touchtype.swiftkey.res.overlay
pm uninstall -k --user 0 com.swiftkey.swiftkeyconfigurator
pm uninstall -k --user 0 com.sonymobile.dualshockmanager
pm uninstall -k --user 0 com.android.printspooler
pm uninstall -k --user 0 com.sony.tvsideview.videoph
pm uninstall -k --user 0 com.sonymobile.xperiaweather
pm uninstall -k --user 0 com.sonyericsson.android.camera3d
pm uninstall -k --user 0 com.sonymobile.glovemode
pm uninstall -k --user 0 com.qualcomm.qti.simsettings
pm uninstall -k --user 0 com.qti.qualcomm.datastatusnotification
pm uninstall -k --user 0 com.sonymobile.intelligent.iengine
pm uninstall -k --user 0 com.sonymobile.android.externalkeyboard
pm uninstall -k --user 0 com.quicinc.cne.CNEService
pm uninstall -k --user 0 com.sonymobile.android.externalkeyboard
pm uninstall -k --user 0 com.sonyericsson.settings.res.overlay_305
pm uninstall -k --user 0 com.sonymobile.intelligent.observer
pm uninstall -k --user 0 com.sonymobile.indeviceintelligence
pm uninstall -k --user 0 com.sonymobile.devicesecurity.service
pm uninstall -k --user 0 com.sonymobile.swiqisystemservice
pm uninstall -k --user 0 com.sonymobile.apnupdater.res.overlay_305
pm uninstall -k --user 0 com.sonymobile.anondata
pm uninstall -k --user 0 com.sonymobile.home.product.res.overlay
pm uninstall -k --user 0 com.sonymobile.prediction
Click to expand...
Click to collapse
This ****ed me up, I just realized that something in here is needed, because running this second one you made breaks wifi calling -___-
Updated version for Android 9 stock here:
DEBLOAT Script XZ1 Compact - STOCK Pie - G8441_47.2.A.11.228 (No root, Android 9)
for xz1 G8341 pie .228 maybe someone can help me. thx

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

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

Debloat via ADB [NO-ROOT]

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

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

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

Categories

Resources