[HOW TO] Remove OEM Bloatware From S8/S8+ - Samsung Galaxy S8 Guides, News, & Discussion

Prerequisites
- ADB
- Your phone
How To
- Connect phone to computer
- Download Package List
- Open Package List and find an app ID you want to uninstall
- Type these commands
Code:
adb shell
pm uninstall -k --user 0 <package id>
So to uninstall the Samsung Keyboard, the command would be this:
Code:
adb shell
pm uninstall -k --user -0 com.sec.android.inputmethod
If you have any questions, please comment and I will try to help you when I get time. Please enjoy! :good:

Thank you

Awesome tutorial man, thanks! Can't wait to give it a swing when I drop by my terminal.

Another tutorial available here with pictures: https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/

So this works with things like Excel and Powerpoint that Samsung stick on there themselves? Now that would be useful.

ewokuk said:
So this works with things like Excel and Powerpoint that Samsung stick on there themselves? Now that would be useful.
Click to expand...
Click to collapse
Yes !
Sent from my iPhone using Tapatalk Pro

MishaalRahman said:
Another tutorial available here with pictures: https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
Click to expand...
Click to collapse
Thanks for the link! I just wanted to alert this community in case they didn't know, since Samsung really loads their phone with junk.

Worked like a charm
Bye bye package disabler ??

You don't even really need ADB. You can just use adhell or Package Disabler.

ironbesterer said:
You don't even really need ADB. You can just use adhell or Package Disabler.
Click to expand...
Click to collapse
This method uninstalls it entirely instead of disabling the APKs
Edit: was corrected. It technically disables the package if it's a system app. As far as the system is concerned you're uninstalling the apk from "your user", although it will persist in /system as well as it's data.

Great!!!
Is there an authoritative list of what stuff is safe to get rid of? Gotta get more careful with uninstalls

So if I installed the next update for my S8, I assume it would redownload the app that I uninstalled?

07argon said:
So if I installed the next update for my S8, I assume it would redownload the app that I uninstalled?
Click to expand...
Click to collapse
+1

07argon said:
So if I installed the next update for my S8, I assume it would redownload the app that I uninstalled?
Click to expand...
Click to collapse
I guess on a factory reset and not on a system update.

Yes !! I can finally get rid of Samsung connect

gillboyzz said:
I guess on a factory reset and not on a system update.
Click to expand...
Click to collapse
im thinking of removing youtube and install the one with ads....has anyone tried this yet and experience a new firmware upgrade?

Does removing the app also free up storage? I am still able to see storage size for removed apps under app settings. Can someone clarify?

tytydraco said:
This method uninstalls it entirely instead of disabling the APKs
Click to expand...
Click to collapse
No it doesn't... Watch the whole video
https://youtu.be/fAqmjU_EJ8g
Sent from my Redmi Note 4 using Tapatalk

Some stuff I removed, I put it in a sh script to rerun if I need to reflash or OTA put them back etc.
#!/system/bin/sh
pm uninstall -k --user 0 com.cnn.mobile.android.phone.edgepanel
pm uninstall -k --user 0 com.samsung.android.app.cliboardedge
pm uninstall -k --user 0 com.samsung.android.app.clipboardedge
pm uninstall -k --user 0 compound.light.subs
pm uninstall -k --user 0 com.MirrorVR.CubeRun
pm uninstall -k --user 0 com.templegatesgames.DiscoveryGear
pm uninstall -k --user 0 com.samsung.android.email.provider
pm uninstall -k --user 0 com.facebook.akira
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.samsung.android.widgetapp.yahooedge.finance
pm uninstall -k --user 0 com.samsung.android.game.tools
pm uninstall -k --user 0 com.samsung.android.game.gamehome
pm uninstall -k --user 0 com.samsung.android.game.gametools
pm uninstall -k --user 0 com.google.android.gm
pm uninstall -k --user 0 com.sec.android.service.health
pm uninstall -k --user 0 com.felixandpaul.jurassicworld.apatosaurus
pm uninstall -k --user 0 org.xmbc.kodi
pm uninstall -k --user 0 org.xbmc.kodi
pm uninstall -k --user 0 com.lookout
pm uninstall -k --user 0 com.samsung.android.keyguardwallpaperupdator
pm uninstall -k --user 0 com.samsung.android.service.peoplestripe
pm uninstall -k --user 0 com.android.printspooler
pm uninstall -k --user 0 com.samsung.android.app.sbrowseredge
pm uninstall -k --user 0 com.samsung.android.app.notes
pm uninstall -k --user 0 com.sec.android.easyMover.Agent
pm uninstall -k --user 0 com.sec.android.easyMover
pm uninstall -k --user 0 com.sec.android.app.SmartClipEdgeService
pm uninstall -k --user 0 com.samsung.android.widgetapp.yahooedge.sport
pm uninstall -k --user 0 com.samsung.android.app.taskedge
pm uninstall -k --user 0 mobi.lockdown.weather

fkloznica said:
No it doesn't... Watch the whole video
Click to expand...
Click to collapse
Thank you for the correction. I will edit that comment

Related

[Tested] De-bloat Poco F1

This thread is only intended for pro users. If you have not de-bloated, or unsure on the procedure or side-effects, please stop right now. I am no way responsible for any loss of data that might occur due to the below procedure.
I have personally tested de-bloat of below APPS (bloat). Before you proceed, please install launcher such as Nova or such since I am removing Poco launcher that is installed by default.
1. You will need to install Minimal ADB fastboot 1.4.3 (available on XDA)
2. Shift + Right-click on the folder and open powershell windows/open command prompt
3. In your phone, go to about phone and click 10 times on MIUI version (For POCO)
4. You will be granted developer permission
5. Go to settings -> additional settings -> developer options and enable "USB Debugging"
6. Connect phone to Laptop
7. In powershell or CMD prompt that is open, type "adb device"
8. In your phone, you will have a popup window and click "OK"
9. Type "adb shell"
10. Paste these below commands one by one to remove bloat
pm uninstall -k --user 0 com.miui.analytics
pm uninstall -k --user 0 com.android.egg
pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
pm uninstall -k --user 0 com.xiaomi.mipicks
pm uninstall -k --user 0 com.miui.audioeffect
pm uninstall -k --user 0 com.miui.backup
pm uninstall -k --user 0 com.android.bookmarkprovider
pm uninstall -k --user 0 com.android.browser
pm uninstall -k --user 0 com.miui.calculator
pm uninstall -k --user 0 com.android.calendar
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.miui.cleanmaster
pm uninstall -k --user 0 com.miui.cloudservice.sysbase
pm uninstall -k --user 0 com.mfashiongallery.emag
pm uninstall -k --user 0 com.mi.global.bbs.overlay
pm uninstall -k --user 0 com.miui.miwallpaper
pm uninstall -k --user 0 com.miui.translation.kingsoft
pm uninstall -k --user 0 com.miui.translation.youdao
pm uninstall -k --user 0 com.miui.translationservice
pm uninstall -k --user 0 com.miui.translation.youdao
pm uninstall -k --user 0 com.miui.translationservice
pm uninstall -k --user 0 com.miui.videoplayer.overlay
pm uninstall -k --user 0 com.xiaomi.joyose
pm uninstall -k --user 0 com.xiaomi.micloud.sdk
pm uninstall -k --user 0 com.xiaomi.midrop.overlay
pm uninstall -k --user 0 com.mi.global.bbs
pm uninstall -k --user 0 com.miui.compass
pm uninstall -k --user 0 com.eterno
pm uninstall -k --user 0 com.android.bips
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.xiaomi.midrop
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.microsoft.office.excel
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.facebook.services
pm uninstall -k --user 0 com.miui.bugreport
pm uninstall -k --user 0 com.android.documentsui
pm uninstall -k --user 0 com.miui.gallery
pm uninstall -k --user 0 com.miui.fm
pm uninstall -k --user 0 com.xiaomi.glgm
pm uninstall -k --user 0 com.google.android.gm
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.tts
pm uninstall -k --user 0 com.miui.klo.bugreport
pm uninstall -k --user 0 com.android.wallpaper.livepicker
pm uninstall -k --user 0 com.miui.cloudservice
pm uninstall -k --user 0 com.miui.cloudbackup
pm uninstall -k --user 0 com.xiaomi.payment
pm uninstall -k --user 0 com.xiaomi.mirecycle
pm uninstall -k --user 0 com.miui.virtualsim
pm uninstall -k --user 0 com.mi.global.shop
pm uninstall -k --user 0 com.miui.micloudsync
pm uninstall -k --user 0 com.mipay.wallet.in
pm uninstall -k --user 0 com.mi.webkit.core
pm uninstall -k --user 0 com.android.mms
pm uninstall -k --user 0 com.android.mms.service
pm uninstall -k --user 0 com.miui.player
pm uninstall -k --user 0 com.netflix.mediaclient
pm uninstall -k --user 0 com.mi.globalTrendNews
pm uninstall -k --user 0 com.miui.notes
pm uninstall -k --user 0 com.microsoft.office.outlook
pm uninstall -k --user 0 com.netflix.partner.activation
pm uninstall -k --user 0 com.phonepe.app
pm uninstall -k --user 0 com.android.dreams.phototable
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.mi.android.globallauncher
pm uninstall -k --user 0 com.microsoft.office.powerpoint
pm uninstall -k --user 0 com.android.printspooler
pm uninstall -k --user 0 com.google.android.printservice.recommendation
pm uninstall -k --user 0 com.miui.hybrid
pm uninstall -k --user 0 com.android.soundrecorder
pm uninstall -k --user 0 com.xiaomi.scanner
pm uninstall -k --user 0 com.miui.screenrecorder
pm uninstall -k --user 0 com.miui.touchassistant
pm uninstall -k --user 0 com.xiaomi.oversea.ecom
pm uninstall -k --user 0 com.skype.m2
pm uninstall -k --user 0 com.google.android.marvin.talkback
pm uninstall -k --user 0 com.UCMobile.intl
pm uninstall -k --user 0 com.miui.videoplayer
pm uninstall -k --user 0 com.miui.vsimcore
pm uninstall -k --user 0 com.miui.android.fashiongallery
pm uninstall -k --user 0 com.miui.weather2
pm uninstall -k --user 0 com.miui.providers.weather
pm uninstall -k --user 0 com.microsoft.office.word
pm uninstall -k --user 0 com.miui.yellowpage
pm uninstall -k --user 0 com.xiaomi.bttester
pm uninstall -k --user 0 com.miui.cit
pm uninstall -k --user 0 com.miui.qr
pm uninstall -k --user 0 com.miui.antispam
pm uninstall -k --user 0 com.milink.service
pm uninstall -k --user 0 com.android.wallpaperbackup
pm uninstall -k --user 0 com.android.wallpapercropper
Issues
1. Unable to remove this service - pm uninstall -k --user 0 com.kikaoem.xiaomi.qisiemoji.inputmethod
mohan_168 said:
This thread is only intended for pro users. If you have not de-bloated, or unsure on the procedure or side-effects, please stop right now. I am no way responsible for any loss of data that might occur due to the below procedure.
I have personally tested de-bloat of below APPS (bloat). Before you proceed, please install launcher such as Nova or such since I am removing Poco launcher that is installed by default.
1. You will need to install Minimal ADB fastboot 1.4.3 (available on XDA)
2. Shift + Right-click on the folder and open powershell windows/open command prompt
3. In your phone, go to about phone and click 10 times on MIUI version (For POCO)
4. You will be granted developer permission
5. Go to settings -> additional settings -> developer options and enable "USB Debugging"
6. Connect phone to Laptop
7. In powershell or CMD prompt that is open, type "adb device"
8. In your phone, you will have a popup window and click "OK"
9. Type "adb shell"
10. Paste these below commands one by one to remove bloat
Issues
1. Unable to remove this service - pm uninstall -k --user 0 com.kikaoem.xiaomi.qisiemoji.inputmethod
Click to expand...
Click to collapse
Very strange, I got the phone on the first day of sale at launch in India as did u i believe.
It seems the roms are different.
My security patch is June whereas urs is july.
My version is 9.6.11 and urs is 9.6.14 something
Even kernel seems to be different.
sanjay0501 said:
Very strange, I got the phone on the first day of sale at launch in India as did u i believe.
It seems the roms are different.
My security patch is June whereas urs is july.
My version is 9.6.11 and urs is 9.6.14 something
Even kernel seems to be different.
Click to expand...
Click to collapse
It could be that packaging dates are different. You can go and manually check for update, and I believe you should get the latest update.
mohan_168 said:
It could be that packaging dates are different. You can go and manually check for update, and I believe you should get the latest update.
Click to expand...
Click to collapse
Had checked the update today morning .
Checked again now and updated to 9.6.14 same as urs
Still there is another version 9.6.18 uploaded here on XDA .
sanjay0501 said:
Had checked the update today morning .
Checked again now and updated to 9.6.14 same as urs
Still there is another version 9.6.18 uploaded here on XDA .
Click to expand...
Click to collapse
I am not using my POCO right now, especially with a locked bootloader. I tried un-locking bootloader, and it said 720 hour wait (30 days). I have applied for beta testing on MIUI forum, and hopefully they send me a confirmation for unlock within a week.
Do you think any of these services would effect bootloader unlocking process like Mi account getting detached from phone?
Thanks so much, miui has so many bloated Just waiting for a new rom!
Would be better to mention that you're deleting the SMS app and the ability to do a Factory Reset as well ...
ashagg said:
Would be better to mention that you're deleting the SMS app and the ability to do a Factory Reset as well ...
Click to expand...
Click to collapse
Which app handles the Factory reset ?
Thanks for this. These tested results speeded up the process obviously. You can add whetstone(Xiaomi RAM management - not needed because android can take care), MSA(Xiaomi Ads), MIUI daemon(I donno the exact purpose but didn't cause any bootloop), MIUI security components (Guard provider), WM service, TelemetryJservice(Qualcomm Telemetry), Google Feedback.
2 things I did not remove are, MIUI account and Find device. Rest all the apps have alternatives such as google messages, firefox etc. etc.
If i want to undo / unremove these bloatware, what is the instruction? Can update miui can re appear these bloatware? Thanks
executing these commands ...mi account removed...now cant bind mi account with my device ...so how to unlock bootloader....can we rollback these changes
If i want only disable / enable these bloatware, how is the instruction? Very thanks..
w3n_m1ng said:
If i want only disable / enable these bloatware, how is the instruction? Very thanks..
Click to expand...
Click to collapse
Just try to install simple apk file and report weather it work or not, I am curious to know about it
Ani0o7 said:
Just try to install simple apk file and report weather it work or not, I am curious to know about it
Click to expand...
Click to collapse
I cant find simple apk, please give me link to download it. Thanks.
I am telling you to give me any app name you want to install again which was accidentally deleted by you by following the process, I can share that apk with you then install that apk...
Deleteed--
Ani0o7 said:
I am telling you to give me any app name you want to install again which was accidentally deleted by you by following the process, I can share that apk with you then install that apk...
Click to expand...
Click to collapse
Bluetooth. Not able to connect to my car after debloating.
rob!n said:
Bluetooth. Not able to connect to my car after debloating.
Click to expand...
Click to collapse
Really a bluetooth issue? Can anybody else conform this? If you guys are pro, knows what you are doing then use this method else use Debloat tool also works for non-root user, this tool will remove apps which are safe to be uninstall. Follow here under link if you are interested in Debloat tool http://en.miui.com/thread-3620390-1-1.html

[GUIDE] Removing System Apps Etc without Bootloader Unlock or Rooting

HELLO EVERYONE!!! THIS GUIDE IS AVAILABLE ALL OVER XDA BUT I THOUGHT I WOULD POST IT HERE.
Basically, If you are like me, you like a nice clean debloated stock ROM, but I was too late to the party, and missed the date for bootloader unlocking (and root!)
But....all is not lost, we cannot use Titanium Backup Etc to freeze or remove system apps, because we have no root access.....
But there is a way to remove system apps without root, the commands given later will remove whatever program you want gone.
This procedure is at your own risk, make backups, it should work on most androids (Tested on Honor 10, Honor 9 Lite, Xperia XA1 and a Moto G6 Play) - Please dont moan at me if your phone explodes, makes weird noises, or kills you during the night - All the commands below will get rid of a LOT of stuff! Mine and 10 others who used this have suffered no problems at all.
What you Need :
1 x Honor 10
1 x USB Lead
ADB and Drivers installed properly on your PC
(Easiest thing to do is download and install Minimal ADB and FASTBOOT : https://forum.xda-developers.com/showthread.php?t=2317790 )
**Before you start, the apps option in your phone setting allows you to uninstall many programs, so uninstall away, some items just say 'disable' or nothing at all - these are the programs we are interested in **
follow the instructions on that thread how to install program properly.
Now on your phone, Enable USB Debugging (search XDA how to do this if you dont know)
open the command window (also known as CMD)
type in ADB DEVICES - if all your drivers etc all installed properly, then the message should read XXXXXXXXX (where the XXXXXXXXXXXs is your phone ID, and it will say device, if it says unauthorized, you may see a pop up on your phone screen, click allow, and run ADB devices, it should no longer say unauthorized
if you have nothing there, please install all drivers for your phone, search the forums on how to install drivers
now, type in ADB SHELL
my phone now says : HWCOL:/ $ and now allows me to enter the items that i need to debloat, you can get a list of app names by typing the command pm list packages
this will now list packages on your phone i.e
package:com.huawei.hifolder and the rest of your installed stuff
now you can enter these commands one by one, or CUT the commands and PASTE in your CMD window, after every command, it will say 'Success' but occasionally you will get error 'Failure [not installed for 0]' - this is because the app is not installed on your phone, dont worry about this.....
These commands will delete several Huawei items (some you might need, but in the interest of debloating, im including it), it will also debloat the extra included system apps (theres some facebook bloat, some other little programs, and a lot of google bloat - this will debloat a lot of it, and keep your phone lean and clean!)
Again, before doing this, read up about the programs installed on your phone, you may want a system app kept.....just choose which command you dont want to do.....) SO LETS GET TO IT
pm uninstall -k --user 0 com.google.android.apps.work.oobconfig
pm uninstall -k --user 0 com.google.android.gms
pm uninstall -k --user 0 com.google.ar.core
pm uninstall -k --user 0 com.google.android.gm
pm uninstall -k --user 0 com.google.tango.measure
pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.google.android.tts
pm uninstall -k --user 0 com.google.android.apps.walletnfcrel
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.feedback
pm uninstall -k --user 0 com.google.android.printservice.recommendation
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.apps.youtube.kids
pm uninstall -k --user 0 com.google.android.backuptransport
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.android.egg
pm uninstall -k --user 0 com.android.dreams.basic
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.android.exchange
pm uninstall -k --user 0 com.huawei.himovie.overseas
pm uninstall -k --user 0 com.android.callbroadcastreceiver
pm uninstall -k --user 0 com.android.soundrecorder
pm uninstall -k --user 0 com.huawei.scanner
pm uninstall -k --user 0 com.huawei.android.totemweather
pm uninstall -k --user 0 com.huawei.android.totemweatherapp
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.google.android.apps.docs.editors.docs
pm uninstall -k --user 0 com.google.android.marvin.talkback
pm uninstall -k --user 0 com.google.android.ims
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.android.chrome
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.android.email
pm uninstall -k --user 0 com.ebay.carrier
pm uninstall -k --user 0 com.realvnc.android.remote
pm uninstall -k --user 0 com.android.partnerbrowsercustomizations.tmobile
pm uninstall -k --user 0 com.netflix.partner.activation
pm uninstall -k --user 0 com.instagram.android
pm uninstall -k --user 0 com.microsoft.translator
pm uninstall -k --user 0 com.ironsource.appcloud.oobe.huawei
pm uninstall -k --user 0 com.netflix.mediaclient
pm uninstall -k --user 0 com.amazon.aa
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.booking
pm uninstall -k --user 0 com.ebay.mobile
pm uninstall -k --user 0 com.amazon.aa.attribution
pm uninstall -k --user 0 com.huawei.tips
pm uninstall -k --user 0 com.hisi.mapcon
pm uninstall -k --user 0 com.huawei.watch.sync
pm uninstall -k --user 0 com.example.android.notepad
pm uninstall -k --user 0 com.huawei.hitouch
pm uninstall -k --user 0 com.huawei.appmarket
pm uninstall -k --user 0 com.huawei.wallet
pm uninstall -k --user 0 com.huawei.hifolder
pm uninstall -k --user 0 com.huawei.nb.service
pm uninstall -k --user 0 com.huawei.hwaps
pm uninstall -k --user 0 com.huawei.bd
pm uninstall -k --user 0 com.huawei.android.hsf
pm uninstall -k --user 0 com.huawei.hwid
pm uninstall -k --user 0 com.huawei.bd
pm uninstall -k --user 0 com.huawei.hwaps
pm uninstall -k --user 0 com.huawei.nb.service
pm uninstall -k --user 0 com.huawei.hifolder
pm uninstall -k --user 0 com.huawei.android.tips
pm uninstall -k --user 0 com.huawei.gameassistant
pm uninstall -k --user 0 com.huawei.livewallpaper.paradise
pm uninstall -k --user 0 com.huawei.hidisk
pm uninstall -k --user 0 com.huawei.hwid
pm uninstall -k --user 0 com.huawei.vassistant
pm uninstall -k --user 0 com.huawei.hwdetectrepair
pm uninstall -k --user 0 com.huawei.phoneservice
pm uninstall -k --user 0 com.hicloud.android.clone
pm uninstall -k --user 0 com.android.stk
pm uninstall -k --user 0 com.google.android.apps.maps
now you should have a nice clean honor 10.......if you followed everything i said above, if you have any problems, either PM me and i will answer you ASAP
dont forget to leave a thanks!
Are all of those commands confirmed?
My phone is rooted and i tried to uninstall some system apps using TB.
Some apps could be removed but for some i got "apk not found".
I wasn't able to uninstall that translator app, so i would like to know if pm uninstall -k --user 0 com.microsoft.translator is working.
Yes it will work
Can I remove any of the listed above without major consequences?
chaguri said:
Can I remove any of the listed above without major consequences?
Click to expand...
Click to collapse
yes. the guide to do this procedure was originally posted on the XDA main portal, im basically adapted it for honor 10
I'm rooted and debloated. Still helpful guide for others"
fosterqaz11 said:
I'm rooted and debloated. Still helpful guide for others"
Click to expand...
Click to collapse
When there's a EMUI update, do you have to root it all over again?
chaguri said:
When there's a EMUI update, do you have to root it all over again?
Click to expand...
Click to collapse
No I don't need to root again unless I'm updating to pie
fosterqaz11 said:
No I don't need to root again unless I'm updating to pie
Click to expand...
Click to collapse
Friend, could you please describe the method you have used to root your device?
Hi. Thanks for guide! Will be uninstalled apps restored after factory reset?
chaguri said:
Friend, could you please describe the method you have used to root your device?
Click to expand...
Click to collapse
Simple I just use Huawei multi tool by team MT
vyklouz said:
Hi. Thanks for guide! Will be uninstalled apps restored after factory reset?
Click to expand...
Click to collapse
Yes, uninstalled system apps will come back after a factory reset
what are the commands for Files? (Dateien in german), Designs, Phonemanager? (Telefonmanager in german)
leAndroid91 said:
what are the commands for Files? (Dateien in german), Designs, Phonemanager? (Telefonmanager in german)
Click to expand...
Click to collapse
Use the app on the play store app inspector to get package names
Used the whole list, I can't use my SIM card anymore. You add too many "useful" apps in your list I'll customized it
Thanks for the base
I deleted the systemmanager what will remove the "battery" section in settings.
Didn't recognize any other impact just fyi
leAndroid91 said:
I deleted the systemmanager what will remove the "battery" section in settings.
Didn't recognize any other impact just fyi
Click to expand...
Click to collapse
There is one : it destroy recent apps task killer. And I don't know why but it delays some system message.
Only happen to me after deleting system manager
Do you know if it works to remove demos apps (like the apps installed on a phone when it's for presentation in stores) and if yes which command ?
Edit: Realised that i can't even use USB debugging...
would I still be able to receive ota updates?
also, for a conservative approach, which programs would you recommend keeping ( from the list )?
Can we still use it now?
I'm running latest 8.1 because i got no 9.0 yet...

Debload Problem

Guys i was debloating my phone, and i did something , i dont know what i uninstalled but my battery was dreaning sooo fast. I think only think. People are debloathing bixby and forgeting to rebove bixby.settings.. anyway i realy hate bixby and i had to reset my phone to fiz the battery and now i have bixby again..
https://forum.xda-developers.com/galaxy-note-10/how-to/galaxy-note-10-note-10-plus-debloat-t3964225
BIXBY
pm uninstall -k --user 0 com.samsung.android.bixby.wakeup
pm uninstall -k --user 0 com.samsung.android.app.spage
pm uninstall -k --user 0 com.samsung.android.app.routines
pm uninstall -k --user 0 com.samsung.android.bixby.service
pm uninstall -k --user 0 com.samsung.android.visionintelligence
pm uninstall -k --user 0 com.samsung.android.bixby.agent
pm uninstall -k --user 0 com.samsung.android.bixby.agent.dummy
pm uninstall -k --user 0 com.samsung.android.bixbyvision.framework
pm uninstall -k --user 0 com.samsung.systemui.bixby2
I tryed again... i think my battery are beeing drained again.
Before uninstall them, try to disable them instead to see if it causes issues, then you can disable them afterwards if everything is OK.
Nastrahl said:
Before uninstall them, try to disable them instead to see if it causes issues, then you can disable them afterwards if everything is OK.
Click to expand...
Click to collapse
Disabling packages required root doesn't it? Dont have root yet on U1
vboyz103 said:
Disabling packages required root doesn't it? Dont have root yet on U1
Click to expand...
Click to collapse
Nope, that why ADB is great, because you can disable them with almost the same command provided by @pvillasuso by using "pm disable-user --user 0 com.samsung.android.bixby.wakeup", etc, instead. ^^
If you want to avoid the hassle of ADB, you can buy CCSWE or Package Disabler Pro (but on their website because it often got down on the PlayStore and have to repurchase).

Bloatware remover for | Galaxy S10e (SM-G970F)

I hope i'm in the good sub forum
I am disapointed by Samsung, because it has to much bloatware. More than any phone I've had before !
So i have found ADB and published my 'findings' on github (anyone can take it and update)
Click to expand...
Click to collapse
If you spot any error, open an issue here :
https://github.com/alex-quiniou/remove-bloatware-galaxy-s10e
On Github the instructions are up to date.​
----------------------------------------------------------------------​
Bloatware remover for | Galaxy S10e (SM-G970F)
This project can help you if
You don't have time to search a solution by yourself
Don't know how android apps works under the hood
Get ride of some apps quickly
1. Steps
Download and unzip Minimal ADB and Fastboot (portable version --> zip)
After dowloaded Minimal ADB and Fastboot, unzip it where you want
Double click on cmd-here.exe
Type inside CMD window adb devices, it will launch daemon (*daemon not running; *starting now at tcp:5037 * daemon started successfully)
Enable developer options
Settings > About Phone > Information about software > Build Number
Poque it more than 7 times
It will say developper mode has been activated
Enable USB debugging
Go back twice
Inside the parameter app, at the bottom clic at developpers options
Find and toggle USB Debugging
Connect your phone to your PC
On your phone autorize Autorize phone debugging and check Always autorize this computer
Check your device connectivity
type adb devices ,you should see after List of devices attached your phone with random letters and numbers before the word device
Shell
Type adb shell in CMD, you should see beyond0:/ $
Copy and past list bellow
2. Easy list removal
This apps are not needed at all (unless you are using them). If you remove them nothing bad will happened.
Facebook
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'
Bixby
pm uninstall -k --user 0 'com.samsung.android.app.settings.bixby'
pm uninstall -k --user 0 'com.samsung.systemui.bixby2'
pm uninstall -k --user 0 'com.samsung.android.bixby.service'
pm uninstall -k --user 0 'com.samsung.android.bixby.agent'
pm uninstall -k --user 0 'com.samsung.android.bixbyvision.framework'
pm uninstall -k --user 0 'com.samsung.android.bixby.wakeup'
pm uninstall -k --user 0 'com.samsung.android.bixby.agent.dummy'
pm uninstall -k --user 0 'com.samsung.android.app.routines'
pm uninstall -k --user 0 'com.samsung.android.visionintelligence'
pm uninstall -k --user 0 'com.samsung.android.visionarapps'
Knox
pm uninstall -k --user 0 'com.samsung.android.knox.containercore'
pm uninstall -k --user 0 'com.sec.enterprise.knox.attestation'
pm uninstall -k --user 0 'com.samsung.android.knox.attestation'
pm uninstall -k --user 0 'com.samsung.android.knox.containeragent'
pm uninstall -k --user 0 'com.samsung.knox.keychain'
pm uninstall -k --user 0 'com.samsung.knox.securefolder'
pm uninstall -k --user 0 'com.samsung.android.knox.analytics.uploader'
pm uninstall -k --user 0 'com.knox.vpn.proxyhandler'
pm uninstall -k --user 0 'com.sec.enterprise.knox.cloudmdm.smdms'
pm uninstall -k --user 0 'com.android.managedprovisioning'
Dex
pm uninstall -k --user 0 'com.sec.android.app.dexonpc'
pm uninstall -k --user 0 'com.sec.android.app.desktoplauncher'
pm uninstall -k --user 0 'com.samsung.desktopsystemui'
pm uninstall -k --user 0 'com.sec.android.desktopmode.uiservice'
Samsung Smart Switch Mobile
pm uninstall -k --user 0 'com.samsung.android.smartswitchassistant'
pm uninstall -k --user 0 'com.sec.android.easyMover.Agent'
pm uninstall -k --user 0 'com.sec.android.easyMover'
Samsung Pass(word autofill)
pm uninstall -k --user 0 'com.samsung.android.samsungpassautofill'
pm uninstall -k --user 0 'com.samsung.android.samsungpass'
pm uninstall -k --user 0 'com.samsung.android.authfw'
Galaxy Theme app administrator
pm uninstall -k --user 0 'com.samsung.android.themestore'
pm uninstall -k --user 0 'com.samsung.android.themecenter'
Galaxy Theme styles
pm uninstall -k --user 0 'com.android.theme.icon.square'
pm uninstall -k --user 0 'com.android.theme.color.cinnamon'
pm uninstall -k --user 0 'com.android.theme.icon_pack.rounded.systemui'
pm uninstall -k --user 0 'com.android.theme.icon_pack.rounded.android'
pm uninstall -k --user 0 'com.android.theme.icon_pack.circular.themepicker'
pm uninstall -k --user 0 'com.android.theme.color.black'
pm uninstall -k --user 0 'com.android.theme.color.green'
pm uninstall -k --user 0 'com.android.theme.color.ocean'
pm uninstall -k --user 0 'com.android.theme.color.space'
pm uninstall -k --user 0 'com.android.theme.icon_pack.rounded.launcher'
pm uninstall -k --user 0 'com.android.theme.icon_pack.filled.settings'
pm uninstall -k --user 0 'com.android.theme.icon_pack.circular.settings'
pm uninstall -k --user 0 'com.android.theme.icon.teardrop'
pm uninstall -k --user 0 'com.android.theme.icon_pack.filled.systemui'
pm uninstall -k --user 0 'com.android.theme.icon_pack.filled.android'
pm uninstall -k --user 0 'com.android.theme.icon_pack.circular.systemui'
pm uninstall -k --user 0 'com.android.theme.icon.squircle'
pm uninstall -k --user 0 'com.android.theme.icon_pack.filled.launcher'
pm uninstall -k --user 0 'com.android.theme.icon_pack.circular.launcher'
pm uninstall -k --user 0 'com.android.theme.icon_pack.filled.themepicker'
pm uninstall -k --user 0 'com.android.theme.color.orchid'
pm uninstall -k --user 0 'com.android.theme.color.purple'
pm uninstall -k --user 0 'com.android.theme.icon.roundedrect'
pm uninstall -k --user 0 'com.android.theme.icon_pack.rounded.settings'
pm uninstall -k --user 0 'com.android.theme.icon_pack.circular.android'
ANT +
pm uninstall -k --user 0 'com.dsi.ant.service.socket'
pm uninstall -k --user 0 'com.dsi.ant.sample.acquirechannels'
pm uninstall -k --user 0 'com.dsi.ant.plugins.antplus'
pm uninstall -k --user 0 'com.dsi.ant.server'
Samsung partner
pm uninstall -k --user 0 'com.hiya.star'
pm uninstall -k --user 0 'de.axelspringer.yana.zeropage'
pm uninstall -k --user 0 'com.diotek.sec.lookup.dictionary'
LED cover
pm uninstall -k --user 0 'com.sec.android.cover.ledcover'
pm uninstall -k --user 0 'com.samsung.android.app.ledbackcover'
Samsung Pay
pm uninstall -k --user 0 'com.samsung.android.spayfw'
pm uninstall -k --user 0 'com.samsung.android.kgclient'
pm uninstall -k --user 0 'com.sec.android.app.billing'
Hard list removal
You are probably using one of them. Pay attention about your actions ! If you remove them nothing bad will happen.
Microsoft
Syntax Description
pm uninstall -k --user 0 'com.microsoft.skydrive' Microsoft OneDrive
pm uninstall -k --user 0 'com.microsoft.appmanager' Your Phone Companion - Link to Windows
Google
Syntax Description
pm uninstall -k --user 0 'com.android.chrome' Google Chrome: Fast & Secure
pm uninstall -k --user 0 'com.google.android.youtube' YouTube
pm uninstall -k --user 0 'com.google.android.googlequicksearchbox' Google
pm uninstall -k --user 0 'com.google.ar.core' Google Play Services for AR
pm uninstall -k --user 0 'com.google.android.gm' Gmail
pm uninstall -k --user 0 'com.google.android.music' Google Play Music
pm uninstall -k --user 0 'com.google.android.apps.docs' Google Drive
pm uninstall -k --user 0 'com.google.android.apps.maps' Maps - Navigate & Explore
pm uninstall -k --user 0 'com.google.android.tts' Google Text-to-Speech
pm uninstall -k --user 0 'com.google.android.videos' Google Play Movies & TV
pm uninstall -k --user 0 'com.google.android.apps.photos' Google Photos
pm uninstall -k --user 0 'com.google.android.apps.turbo' Device Health Services
pm uninstall -k --user 0 'com.google.android.gms.location.history' Historique des positions Google
pm uninstall -k --user 0 'com.google.android.projection.gearhead' Android Auto - Google Maps, Media & Messaging
pm uninstall -k --user 0 'com.google.android.apps.tachyon' Google Duo - High Quality Video Calls
Samsung
Syntax Description
pm uninstall -k --user 0 'com.samsung.android.app.cocktailbarservice' Ecran latéral
pm uninstall -k --user 0 'com.samsung.android.themestore' Galaxy Theme
pm uninstall -k --user 0 'com.samsung.android.aremoji' AR Emoji
pm uninstall -k --user 0 'com.samsung.android.ardrawing' AR Doodle
pm uninstall -k --user 0 'com.samsung.app.slowmotion' Rogner
pm uninstall -k --user 0 'com.samsung.android.calendar' Calendrier (Samsung)
pm uninstall -k --user 0 'com.sec.android.inputmethod' Clavier Samsung
pm uninstall -k --user 0 'com.osp.app.signin' Compte Samsung
pm uninstall -k --user 0 'com.samsung.android.app.contacts' Contacts (Samsung)
pm uninstall -k --user 0 'com.samsung.android.contacts' Contacts Migrator
pm uninstall -k --user 0 'com.samsung.android.forest' Bien-etre numérique et controles parentaux
pm uninstall -k --user 0 'com.sec.android.app.samsungapps' Galaxy Store
pm uninstall -k --user 0 'com.samsung.android.video' Lecteur vidéo
pm uninstall -k --user 0 'com.samsung.android.messaging' Messages (Sasmung)
pm uninstall -k --user 0 'com.sec.android.daemonapp' Meteo (Samsung)
pm uninstall -k --user 0 'com.sec.android.app.quicktool' Outils
pm uninstall -k --user 0 'com.samsung.android.app.simplesharing' Partage de liens
pm uninstall -k --user 0 'com.samsung.android.scloud' Samsung Cloud
pm uninstall -k --user 0 'com.samsung.android.app.spage' Samsung Daily Beta
pm uninstall -k --user 0 'com.sec.android.service.health' Samsung Health
pm uninstall -k --user 0 'com.sec.android.sdhms' Samsung Device Health Manager Service
pm uninstall -k --user 0 'com.samsung.android.mobileservice' Samsung Experience Service
pm uninstall -k --user 0 'com.samsung.android.mateagent' Samsung Galaxy Friends
pm uninstall -k --user 0 'com.sec.spp.push' Samsung push service
pm uninstall -k --user 0 'com.samsung.android.rubin.app' Service de personnalisation
pm uninstall -k --user 0 'com.samsung.android.lool' Device Care
pm uninstall -k --user 0 'com.samsung.android.app.sbrowseredge' Volet Samsung Internet
pm uninstall -k --user 0 'com.sec.android.app.launcher' Samsung One UI Home
You unistalled an important app, what to do ?
You can restore any app you have 'unistall' Use this command cmd package install-existing XXX and replace XXX by the name of the app.
You want to submit a new app or post a problem ?
Create an issue and take your time to explain what you want
Click to expand...
Click to collapse
alex.quiniou said:
I hope i'm in the googd sub forum
Wow thanks I just bought a S10e unlocked U.S. didn't know it had this much stuff on it.
Click to expand...
Click to collapse
You can actually disable a lot of those things in settings>apps and save your self from app close messages and double checking other things.
Sent from my SM-G970W using Tapatalk
Thank you for the effort !
I did not remove the Bixby Vision / Framework packages because then we still retain built-in QR, barcode scanning and other AI stuff from the stock camera app.
Click to expand...
Click to collapse
source
https://forum.xda-developers.com/galaxy-s10/how-to/galaxy-s10-s10-debloat-bloatware-t3912073
Do you know if this can work on G970U (Snapdragon version)?
alex.quiniou said:
I hope i'm in the googd sub forum
I am disapointed by Samsung, because it has to musch bloatware. More than any phone I've had before !
So i have found ADB and published my 'findings' on github (anyone can take it and update)
If you spot any error, write it below
github.com/AlexQuiniou/remove-bloatware-galaxy-s10e
----------------------------------------------------------------------
Bloatware remover for | Galaxy S10e (SM-G970F)
This project can help you if
You don't have time to search a solution by yourself
Don't know how android apps works under the hood
Get ride of some apps quickly
1. Steps
Download and unzip Minimal ADB and Fastboot (portable version --> zip)
After dowloaded Minimal ADB and Fastboot, unzip it where you want
Double click on cmd-here.exe
Type inside CMD window adb devices, it will launch daemon (*daemon not running; *starting now at tcp:5037 * daemon started successfully)
Enable developer options
Settings > About Phone > Information about software > Build Number
Poque it more than 7 times
It will say developper mode has been activated
Enable USB debugging
Go back twice
Inside the parameter app, at the bottom clic at developpers options
Find and toggle USB Debugging
Connect your phone to your PC
On your phone autorize Autorize phone debugging and check Always autorize this computer
Check your device connectivity
type adb devices ,you should see after List of devices attached your phone with random letters and numbers before the word device
Shell
Type adb shell in CMD, you should see beyond0:/ $
Copy and past list bellow
2. Easy list removal
This apps are not needed at all (unless you are using them). If you remove them nothing bad will happened.
Facebook
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'
Bixby
pm uninstall -k --user 0 'com.samsung.android.app.settings.bixby'
pm uninstall -k --user 0 'com.samsung.systemui.bixby2'
pm uninstall -k --user 0 'com.samsung.android.bixby.service'
pm uninstall -k --user 0 'com.samsung.android.bixby.agent'
pm uninstall -k --user 0 'com.samsung.android.bixbyvision.framework'
pm uninstall -k --user 0 'com.samsung.android.bixby.wakeup'
pm uninstall -k --user 0 'com.samsung.android.bixby.agent.dummy'
pm uninstall -k --user 0 'com.samsung.android.app.routines'
pm uninstall -k --user 0 'com.samsung.android.visionintelligence'
pm uninstall -k --user 0 'com.samsung.android.visionarapps'
Knox
pm uninstall -k --user 0 'com.samsung.android.knox.containercore'
pm uninstall -k --user 0 'com.sec.enterprise.knox.attestation'
pm uninstall -k --user 0 'com.samsung.android.knox.attestation'
pm uninstall -k --user 0 'com.samsung.android.knox.containeragent'
pm uninstall -k --user 0 'com.samsung.knox.keychain'
pm uninstall -k --user 0 'com.samsung.knox.securefolder'
pm uninstall -k --user 0 'com.samsung.android.knox.analytics.uploader'
pm uninstall -k --user 0 'com.knox.vpn.proxyhandler'
pm uninstall -k --user 0 'com.sec.enterprise.knox.cloudmdm.smdms'
pm uninstall -k --user 0 'com.android.managedprovisioning'
Dex
pm uninstall -k --user 0 'com.sec.android.app.dexonpc'
pm uninstall -k --user 0 'com.sec.android.app.desktoplauncher'
pm uninstall -k --user 0 'com.samsung.desktopsystemui'
pm uninstall -k --user 0 'com.sec.android.desktopmode.uiservice'
Samsung Smart Switch Mobile
pm uninstall -k --user 0 'com.samsung.android.smartswitchassistant'
pm uninstall -k --user 0 'com.sec.android.easyMover.Agent'
pm uninstall -k --user 0 'com.sec.android.easyMover'
Samsung Pass(word autofill)
pm uninstall -k --user 0 'com.samsung.android.samsungpassautofill'
pm uninstall -k --user 0 'com.samsung.android.samsungpass'
pm uninstall -k --user 0 'com.samsung.android.authfw'
Galaxy Theme app administrator
pm uninstall -k --user 0 'com.samsung.android.themestore'
pm uninstall -k --user 0 'com.samsung.android.themecenter'
Galaxy Theme styles
pm uninstall -k --user 0 'com.android.theme.icon.square'
pm uninstall -k --user 0 'com.android.theme.color.cinnamon'
pm uninstall -k --user 0 'com.android.theme.icon_pack.rounded.systemui'
pm uninstall -k --user 0 'com.android.theme.icon_pack.rounded.android'
pm uninstall -k --user 0 'com.android.theme.icon_pack.circular.themepicker'
pm uninstall -k --user 0 'com.android.theme.color.black'
pm uninstall -k --user 0 'com.android.theme.color.green'
pm uninstall -k --user 0 'com.android.theme.color.ocean'
pm uninstall -k --user 0 'com.android.theme.color.space'
pm uninstall -k --user 0 'com.android.theme.icon_pack.rounded.launcher'
pm uninstall -k --user 0 'com.android.theme.icon_pack.filled.settings'
pm uninstall -k --user 0 'com.android.theme.icon_pack.circular.settings'
pm uninstall -k --user 0 'com.android.theme.icon.teardrop'
pm uninstall -k --user 0 'com.android.theme.icon_pack.filled.systemui'
pm uninstall -k --user 0 'com.android.theme.icon_pack.filled.android'
pm uninstall -k --user 0 'com.android.theme.icon_pack.circular.systemui'
pm uninstall -k --user 0 'com.android.theme.icon.squircle'
pm uninstall -k --user 0 'com.android.theme.icon_pack.filled.launcher'
pm uninstall -k --user 0 'com.android.theme.icon_pack.circular.launcher'
pm uninstall -k --user 0 'com.android.theme.icon_pack.filled.themepicker'
pm uninstall -k --user 0 'com.android.theme.color.orchid'
pm uninstall -k --user 0 'com.android.theme.color.purple'
pm uninstall -k --user 0 'com.android.theme.icon.roundedrect'
pm uninstall -k --user 0 'com.android.theme.icon_pack.rounded.settings'
pm uninstall -k --user 0 'com.android.theme.icon_pack.circular.android'
ANT +
pm uninstall -k --user 0 'com.dsi.ant.service.socket'
pm uninstall -k --user 0 'com.dsi.ant.sample.acquirechannels'
pm uninstall -k --user 0 'com.dsi.ant.plugins.antplus'
pm uninstall -k --user 0 'com.dsi.ant.server'
Samsung partner
pm uninstall -k --user 0 'com.hiya.star'
pm uninstall -k --user 0 'de.axelspringer.yana.zeropage'
pm uninstall -k --user 0 'com.diotek.sec.lookup.dictionary'
LED cover
pm uninstall -k --user 0 'com.sec.android.cover.ledcover'
pm uninstall -k --user 0 'com.samsung.android.app.ledbackcover'
Samsung Pay
pm uninstall -k --user 0 'com.samsung.android.spayfw'
pm uninstall -k --user 0 'com.samsung.android.kgclient'
pm uninstall -k --user 0 'com.sec.android.app.billing'
Hard list removal
You are probably using one of them. Pay attention about your actions ! If you remove them nothing bad will happen.
Microsoft
Syntax Description
pm uninstall -k --user 0 'com.microsoft.skydrive' Microsoft OneDrive
pm uninstall -k --user 0 'com.microsoft.appmanager' Your Phone Companion - Link to Windows
Google
Syntax Description
pm uninstall -k --user 0 'com.android.chrome' Google Chrome: Fast & Secure
pm uninstall -k --user 0 'com.google.android.youtube' YouTube
pm uninstall -k --user 0 'com.google.android.googlequicksearchbox' Google
pm uninstall -k --user 0 'com.google.ar.core' Google Play Services for AR
pm uninstall -k --user 0 'com.google.android.gm' Gmail
pm uninstall -k --user 0 'com.google.android.music' Google Play Music
pm uninstall -k --user 0 'com.google.android.apps.docs' Google Drive
pm uninstall -k --user 0 'com.google.android.apps.maps' Maps - Navigate & Explore
pm uninstall -k --user 0 'com.google.android.tts' Google Text-to-Speech
pm uninstall -k --user 0 'com.google.android.videos' Google Play Movies & TV
pm uninstall -k --user 0 'com.google.android.apps.photos' Google Photos
pm uninstall -k --user 0 'com.google.android.apps.turbo' Device Health Services
pm uninstall -k --user 0 'com.google.android.gms.location.history' Historique des positions Google
pm uninstall -k --user 0 'com.google.android.projection.gearhead' Android Auto - Google Maps, Media & Messaging
pm uninstall -k --user 0 'com.google.android.apps.tachyon' Google Duo - High Quality Video Calls
Samsung
Syntax Description
pm uninstall -k --user 0 'com.samsung.android.app.cocktailbarservice' Ecran latéral
pm uninstall -k --user 0 'com.samsung.android.themestore' Galaxy Theme
pm uninstall -k --user 0 'com.samsung.android.aremoji' AR Emoji
pm uninstall -k --user 0 'com.samsung.android.ardrawing' AR Doodle
pm uninstall -k --user 0 'com.samsung.app.slowmotion' Rogner
pm uninstall -k --user 0 'com.samsung.android.calendar' Calendrier (Samsung)
pm uninstall -k --user 0 'com.sec.android.inputmethod' Clavier Samsung
pm uninstall -k --user 0 'com.osp.app.signin' Compte Samsung
pm uninstall -k --user 0 'com.samsung.android.app.contacts' Contacts (Samsung)
pm uninstall -k --user 0 'com.samsung.android.contacts' Contacts Migrator
pm uninstall -k --user 0 'com.samsung.android.forest' Bien-etre numérique et controles parentaux
pm uninstall -k --user 0 'com.sec.android.app.samsungapps' Galaxy Store
pm uninstall -k --user 0 'com.samsung.android.video' Lecteur vidéo
pm uninstall -k --user 0 'com.samsung.android.messaging' Messages (Sasmung)
pm uninstall -k --user 0 'com.sec.android.daemonapp' Meteo (Samsung)
pm uninstall -k --user 0 'com.sec.android.app.quicktool' Outils
pm uninstall -k --user 0 'com.samsung.android.app.simplesharing' Partage de liens
pm uninstall -k --user 0 'com.samsung.android.scloud' Samsung Cloud
pm uninstall -k --user 0 'com.samsung.android.app.spage' Samsung Daily Beta
pm uninstall -k --user 0 'com.sec.android.service.health' Samsung Health
pm uninstall -k --user 0 'com.sec.android.sdhms' Samsung Device Health Manager Service
pm uninstall -k --user 0 'com.samsung.android.mobileservice' Samsung Experience Service
pm uninstall -k --user 0 'com.samsung.android.mateagent' Samsung Galaxy Friends
pm uninstall -k --user 0 'com.sec.spp.push' Samsung push service
pm uninstall -k --user 0 'com.samsung.android.rubin.app' Service de personnalisation
pm uninstall -k --user 0 'com.samsung.android.lool' Device Care
pm uninstall -k --user 0 'com.samsung.android.app.sbrowseredge' Volet Samsung Internet
pm uninstall -k --user 0 'com.sec.android.app.launcher' Samsung One UI Home
You unistalled an important app, what to do ?
You can restore any app you have 'unistall' Use this command cmd package install-existing XXX and replace XXX by the name of the app.
You want to submit a new app or post a problem ?
Create an issue and take your time to explain what you want
Click to expand...
Click to collapse
JCMax1 said:
Do you know if this can work on G970U (Snapdragon version)?
Click to expand...
Click to collapse
Yes, adb is not Exynos specific. It's android.
Thank you for sharing....
To save time, you can also make a batch file as below:
(From debloat of S7 version, realized by @mooms and @Vordx )
Code:
@echo off
title= Andoid debloat v1.0 by Mooms and Vordx
tasklist | find /i "adb.exe" && taskkill /im adb.exe /F
adb devices
echo ...Waiting for authorization...
echo ...Answer "yes" on the popup displayed on the phone...
echo ...Then press a key to start the uninstall...
pause
:Facebook
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.instagram.android
adb shell pm uninstall -k --user 0 com.whatsapp
:...add other apps to be removed
adb kill-server
echo uninstall completed
timeout /t 10
Then just execute the command file inside CMD window
(The CMD window must be open in the ADB's directory)
And again, thank you for your complete list of unnecessary application
I remove them from my S10e, but just forget to check the available memory space before I did lol (I'm curious to know what we gain in space and performance)
jbs68 said:
Thank you for sharing....
To save time, you can also make a batch file as below:
(From debloat of S7 version, realized by @mooms and @Vordx )
Then just execute the command file inside CMD window
(The CMD window must be open in the ADB's directory)
And again, thank you for your complete list of unnecessary application
I remove them from my S10e, but just forget to check the available memory space before I did lol (I'm curious to know what we gain in space and performance)
Click to expand...
Click to collapse
You don't gain space afaik because the package can't be uninstalled from the whole phone without root. The command only uninstall it from the current user.
Vordx said:
You don't gain space afaik because the package can't be uninstalled from the whole phone without root. The command only uninstall it from the current user.
Click to expand...
Click to collapse
Yes, i know that. But I thought I would win a little anyway lol
Anyway, it still makes the application drawer more sober and there are fewer unnecessary applications that run in the background.
Thanks again.
jbs68 said:
Anyway, it still makes the application drawer more sober
Click to expand...
Click to collapse
You can hide apps using the stock launcher option.
jbs68;82575507and there are fewer unnecessary applications that run in the background.
[/QUOTE said:
Does it help with battery life?
Tapatalk via s10e
Click to expand...
Click to collapse
Hello
Thanks for your topic.
I have an question, maybe you can help me. I found an application was running called System UI in Accubattery.
What is "System UI"? It spent 9.8%, yesterday only (check my screenshot).
In my Accubattery history, i checked in all my 33 lasts sessions battery usage and there is no "System UI".
And i don't find it in CCSWE for Samsung or ADB command.
Thanks for your help.
Is normal, System UI is the device system user interface. It's just Android.
djg269 said:
Is normal, System UI is the device system user interface. It's just Android.
Click to expand...
Click to collapse
No trace about System UI in ACCUbattery since I got my s10e (May 19). It's weird it just opened in my last session usage battery as like in the picture i uploaded.
Is it possible to know for any reason System UI was requested? Because 10% of battery used it's a lot !
Sorry, can we just confirm. This series of scripts disables these features rather than removes them entirely from the phone?
Hi,
yes, it is written in the first post. these scripts uninstall applications for user 0 but do not remove the packages. you can reinstall them if needed.
alex.quiniou said:
You can restore any app you have 'uninstall'
Use this command : cmd package install-existing XXX (and replace XXX by the name of the app)
Click to expand...
Click to collapse
After removing ANT service I run into problem: reset of Android UI after about 3 minuts from start, every single time. After installing ANT service again problem is gone.
Did you see autonomy improvments by deleting some of these ?
Not really..... autonomy depends mainly on use.
it would be necessary to test without using the phone to see if there is a gain
"Samsung Multi Connectivity keeps stopping"
I got an above error when turning on Bluetooth to connect to my airpods, although airpods still gets connected and working normally. Not sure which one I should reinstall or how to fix this? Appreciate your help and this great post. Thanks!

De-bloat, any suggestions?

Hi, I know 1+ does not have much bloat on it but anyone have any suggestions for apps they've adb uninstalled with no adverse affects ? Obviously the google stuff is the usual candidates here but any other suggestions will be most welcome.
thanks.
Facebook!
Gesendet von meinem ONE E1003 mit Tapatalk
I read the Facebook apps are possible to uninstall, however Facebook service remains (active!)
Anyway to remove without root?
https://www.androidpolice.com/2020/08/05/oneplus-is-poisoning-its-phones-with-facebook-bloatware/
There we go:
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
If you have developers options enabled, connect to PC with USB debugging enabled.
and type each line in CMD which CD to the platformtools/adb then press enter:
This is System Tracing which is automatically enabled when dev options is on.
adb shell pm disable-user com.android.traceur
oneplus bug reporting
adb shell pm disable-user com.oneplus.opbugreportlite
zen mode (i dont use)
adb shell pm disable-user com.oneplus.brickmode
oneplus logging
adb shell pm disable-user net.oneplus.odm
more oneplus logging
adb shell pm disable-user net.oneplus.odm.provider
you can re-enable these packages by doing
adb shell pm enable <package_to_enable>
Source. Experienced good results on my OP7 after disabling OP Logging.
Piotrekk said:
If you have developers options enabled, connect to PC with USB debugging enabled.
and type each line in CMD which CD to the platformtools/adb then press enter:
This is System Tracing which is automatically enabled when dev options is on.
adb shell pm disable-user com.android.traceur
oneplus bug reporting
adb shell pm disable-user com.oneplus.opbugreportlite
zen mode (i dont use)
adb shell pm disable-user com.oneplus.brickmode
oneplus logging
adb shell pm disable-user net.oneplus.odm
more oneplus logging
adb shell pm disable-user net.oneplus.odm.provider
you can re-enable these packages by doing
adb shell pm enable <package_to_enable>
Source. Experienced good results on my OP7 after disabling OP Logging.
Click to expand...
Click to collapse
Brilliant, thanks all. Exactly sort of thing i was looking for.
Does debloating with adb change the system partition? So OTA updates are impossible?
Gesendet von meinem ONE E1003 mit Tapatalk
phillip1711 said:
Does debloating with adb change the system partition? So OTA updates are impossible?
Gesendet von meinem ONE E1003 mit Tapatalk
Click to expand...
Click to collapse
Nein. Yes ota is still available you only disable the apps.
..
DIR49DNOR0N said:
com.oneplus.collectiondata
possible candidate for removal considering the name, i removed it. I might give a full list when i'm done.
Click to expand...
Click to collapse
Are you guys disabling or uninstalling the apps cause as far as i know disabling can be reactivated via system which suggest if you really don't need them uninstalling would be the better option.
I only disabled Facebook app manager, app installer and services in settings and they are still stayed disabled.
Sent from my Nord using XDA Labs
I disabled these, running the risk of asking a very dumb question, but can I do this is one line? Tried is with spaces but didn't work
pm uninstall -k --user 0 com.netflix.mediaclient
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.google.android.gm
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.apps.walletnfcrel
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.android.apps.youtube.music
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.calendar
pm uninstall -k --user 0 com.android.chrome
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.oneplus.gamespace
pm uninstall -k --user 0 com.oneplus.gamespace.black.overlay
pm uninstall -k --user 0 com.oneplus.gamespace.white.overlay
Japhies said:
I disabled these, running the risk of asking a very dumb question, but can I do this is one line? Tried is with spaces but didn't work
pm uninstall -k --user 0 com.netflix.mediaclient
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.google.android.gm
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.apps.walletnfcrel
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.android.apps.youtube.music
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.calendar
pm uninstall -k --user 0 com.android.chrome
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.oneplus.gamespace
pm uninstall -k --user 0 com.oneplus.gamespace.black.overlay
pm uninstall -k --user 0 com.oneplus.gamespace.white.overlay
Click to expand...
Click to collapse
In Windows you should be able to put above into a batch file (.bat extension) and execute via command prompt or in powershell.
BTW, what's the last 3 entries (.gamespace) relating to? In particular the overlay entries?
Thanks will give it a try.
Gamespace...i was wondering the same. Noticed it in the app drawer but couldn't uninstall. Never played a game in my life so didn't want it there
https://play.google.com/store/apps/details?id=com.oneplus.gamespace&hl=nl
Piotrekk said:
If you have developers options enabled, connect to PC with USB debugging enabled.
and type each line in CMD which CD to the platformtools/adb then press enter:
adb shell pm disable-user
Click to expand...
Click to collapse
Did you mean pm uninstall -k --user 0 ?
I tried this one out but it spits out; Package ********* new state: disabled-user, as far as i can tell it changes something, but does not uninstall it.
Japhies said:
I disabled these, running the risk of asking a very dumb question, but can I do this is one line? Tried is with spaces but didn't work
pm uninstall -k --user 0 com.netflix.mediaclient
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.google.android.gm
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.apps.walletnfcrel
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.android.apps.youtube.music
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.calendar
pm uninstall -k --user 0 com.android.chrome
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.oneplus.gamespace
pm uninstall -k --user 0 com.oneplus.gamespace.black.overlay
pm uninstall -k --user 0 com.oneplus.gamespace.white.overlay
Click to expand...
Click to collapse
Like this ? double click the file to debloat, you can edit with notepad, it's a reproduction of your list atm...
My bit extreme debloat :
/system/app/OPPush
/system/app/AntHalService
/system/app/BasicDreams
/system/app/BackupRestoreRemoteService
/system/app/BookmarkProvider
/system/app/BTtestmode
/system/app/BuiltInPrintService
/system/app/CarrierDefaultApp
/system/app/CtsShimPrebuilt
/system/app/DeskClock
/system/app/EngineeringMode
/system/app/EngSpecialTest
/system/app/FBAppmanager
/system/app/EasterEgg_O2
/system/app/GoogleAssistant
/system/app/GooglePrintRecommendationService
/system/app/LogKitSdService
/system/app/netflix-activation
/system/app/netflix-stub
/system/app/NFCTestMode
/system/app/NVBackupUI
/system/app/oem_tcma
/system/app/OemAutoTestServer
/system/app/OEMLogKit
/system/app/OPAppUpgrader
/system/app/OPBreathMode
/system/app/OPBackup
/system/app/OPCommonLogTool
/system/app/OPBugReportLite
/system/app/OPFilemanager
/system/app/OPGeoIpTime
/system/app/OPSesAuthentication
/system/app/OPPush
/system/app/OPGamingSpace
/system/app/OPBackupRestore
/system/app/OPGeoIpTime
/system/app/OPYellowpage
/system/app/OPLiveWallpaper
/system/app/WallpaperBackup
/system/app/WapiCertManage
/system/app/OPScreenRecord
/system/app/OPTelephonyCollectionData
/system/app/PartnerBookmarksProvider
/system/app/PhotosOnline
/system/app/PlayAutoInstallConfig
/system/app/Rftoolkit
/system/app/SensorTestTool
/system/app/SmscPlugger
/system/app/SoterService
/system/app/Stk
/system/app/Traceur
/system/app/WAPPushManager
/system/app/YTMusic
/system/priv-app/BackupRestoreConfirmation
/system/priv-app/CallLogBackup
/system/priv-app/CtsShimPrivPrebuilt
/system/priv-app/EmergencyInfo
/system/priv-app/FBInstaller
/system/priv-app/FBServices
/system/priv-app/HotwordEnrollmentOKGoogleHEXAGON
/system/priv-app/HotwordEnrollmentXGoogleHEXAGON
/system/priv-app/IFAAService
/system/priv-app/GoogleDocumentsUIPrebuilt
/system/priv-app/ManagedProvisioning
/system/priv-app/OnePlusWizard
/system/priv-app/OPCellBroadcastReceiver
/system/priv-app/OPDeviceManagerProvider
/system/priv-app/OPDeviceManager
/system/priv-app/OPSimContacts
/system/priv-app/RcsSDK
/system/priv-app/SharedStorageBackup
/system/priv-app/TagGoogle
/system/product/app/Account
/system/product/app/CalendarGoogle
/system/product/app/Chrome
/system/product/app/GoogleContacts
/system/product/app/DeviceInfo
/system/product/app/Drive
/system/product/app/Duo
/system/product/app/Nearme
/system/product/app/Gmail2
/system/product/app/GoogleLocationHistory
/system/product/app/GooglePayIndia
/system/product/app/GooglePay
/system/product/app/GoogleTTS
/system/product/app/IndiaAccount
/system/product/app/Maps
/system/product/app/Messages
/system/product/app/OPMemberShip
/system/product/app/Photos
/system/product/app/PowerOffAlarm
/system/product/app/remoteSimLockAuthentication
/system/product/app/remotesimlockservice
/system/product/app/talkback
/system/product/app/TmoEngMode
/system/product/app/uceShimService
/system/product/app/uimgbaservice
/system/product/app/uimlpaservice
/system/product/app/uimremoteclient
/system/product/app/uimremoteserver
/system/product/app/Videos
/system/product/app/YouTube
/system/product/app/heytap_mcs_in
/system/product/app/HeytapIdProvider
/system/product/priv-app/AndroidAutoStub
/system/product/priv-app/CloudService
/system/product/priv-app/GoogleFeedback
/system/product/priv-app/GoogleDialer
/system/product/priv-app/OobConfig
/system/product/priv-app/GoogleOneTimeInitializer
/system/product/priv-app/GooglePartnerSetup
/system/product/priv-app/GoogleRestore
/system/product/priv-app/OPWorkLifeBalance
/system/product/priv-app/SetupWizard
/system/product/priv-app/Velvet
/system/product/priv-app/Turbo
/system/product/priv-app/Wellbeing
/system/product/priv-app/StorageManager
/system/product/priv-app/IndiaOPRoamingServiceRelease
/system/product/priv-app/GoogleFeedback
/system/product/priv-app/Velvet
/system/reserve/Audible
/system/reserve/AmazonShoppingMDIP
/system/reserve/AudibleMDIP
/system/reserve/card
/system/reserve/GameCenter
/system/reserve/facebook-localapk-stub
/system/reserve/instagram-localapk-stub
/system/reserve/Kindle
/system/reserve/messenger-localapk-stub
/system/reserve/OPBackupRestore
/system/reserve/OPForum
/system/reserve/OPIconpackOnePlusH2
/system/reserve/OPIconpackOnePlusO2
/system/reserve/OPNote
/system/reserve/OPSports
/system/reserve/OPWidget
/system/reserve/PrimeVideo
/system/reserve/SoundRecorder
/system/reserve/Weather
/system/vendor/app/pasrservice"
Nice one , is it tested and safe?
mchtt said:
Nice one , is it tested and safe?
Click to expand...
Click to collapse
Yes, i run it as daily. Note that i use other messages, dial-er etc so this list removes a lot
Thanks 2 over here! But thing is, if an next ota/full rom zip is installed you have to do it all over again..
lekiaM said:
Thanks 2 over here! But thing is, if an next ota/full rom zip is installed you have to do it all over again..
Click to expand...
Click to collapse
Use an magisk debloat zip. Install from magisk
https://androidfilehost.com/?fid=4349826312261823503
I am not the creator of this zip but i made my own install.sh to replace the one in the zip (attached, remove .txt)
You can edit the .sh with notepad++ or other text editor. Magisk will run the debloat every boot, so long you maintain magisk it should survive an update.

Categories

Resources