Question How to R\W System folder after root with magisk? - Samsung Galaxy Tab A7 Lite

After rooting the tablet, it seems like magisk is not letting file managers to access system files, even i cant permanently delete apps via luckypatcher.
How do we gain rw on stock a11?

Civil123y said:
After rooting the tablet, it seems like magisk is not letting file managers to access system files, even i cant permanently delete apps via luckypatcher.
How do we gain rw on stock a11?
Click to expand...
Click to collapse
Why not use ADB to debloat apps? On stock A11, I usually uninstalled and disabled these after entering
Code:
adb shell
and then
Code:
su
:
Code:
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.samsung.android.fmm
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.sec.android.app.samsungapps
pm uninstall --user 0 com.samsung.android.forest
pm uninstall --user 0 com.sec.android.app.clockpackage
pm uninstall --user 0 com.samsung.android.calendar
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.netflix.partner.activation
pm uninstall --user 0 com.microsoft.skydrive
pm uninstall --user 0 com.samsung.android.app.spage
pm uninstall --user 0 com.osp.app.signin
pm uninstall --user 0 com.sec.android.daemonapp
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.samsung.android.galaxycontinuity
pm disable --user 0 com.samsung.android.dialer
pm disable --user 0 com.samsung.android.messaging
pm disable --user 0 com.sec.android.app.soundalive
pm disable --user 0 com.sec.android.soagent
pm disable --user 0 com.wssyncmldm
As for what is what or if you'd like to customize your debloating, you can use apps like App Inspector or programs like ADB AppControl for that.

nirogu325 said:
Why not use ADB to debloat apps? On stock A11, I usually uninstalled and disabled these after entering
Code:
adb shell
and then
Code:
su
:
Code:
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.samsung.android.fmm
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.sec.android.app.samsungapps
pm uninstall --user 0 com.samsung.android.forest
pm uninstall --user 0 com.sec.android.app.clockpackage
pm uninstall --user 0 com.samsung.android.calendar
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.netflix.partner.activation
pm uninstall --user 0 com.microsoft.skydrive
pm uninstall --user 0 com.samsung.android.app.spage
pm uninstall --user 0 com.osp.app.signin
pm uninstall --user 0 com.sec.android.daemonapp
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.samsung.android.galaxycontinuity
pm disable --user 0 com.samsung.android.dialer
pm disable --user 0 com.samsung.android.messaging
pm disable --user 0 com.sec.android.app.soundalive
pm disable --user 0 com.sec.android.soagent
pm disable --user 0 com.wssyncmldm
As for what is what or if you'd like to customize your debloating, you can use apps like App Inspector or programs like ADB AppControl for that.
Click to expand...
Click to collapse
Not gonna get rw with debolt
Even possible this without root but to get rw device is os11 or under 11
Os12 not support i try hard but fail

Mr Hassan said:
Not gonna get rw with debolt
Even possible this without root but to get rw device is os11 or under 11
Os12 not support i try hard but fail
Click to expand...
Click to collapse
I just gave the op a working alternative to debloat. As to making /system rewritable I'm not sure if it's possible at all without repartitioning and that can brick the device. Samsung is not the only company that has restricted the system partition. The only way to have a rw /system would be with a custom ROM or a GSI that lets you modify system (the ones labeled vndk). That's all I know. Good luck.

nirogu325 said:
I just gave the op a working alternative to debloat. As to making /system rewritable I'm not sure if it's possible at all without repartitioning and that can brick the device. Samsung is not the only company that has restricted the system partition. The only way to have a rw /system would be with a custom ROM or a GSI that lets you modify system (the ones labeled vndk). That's all I know. Good luck.
Click to expand...
Click to collapse
Previously i rooted via unlocking bootloader then flashing patched boot image.
After our conversation, i tried this method and it works -but dont know why-.
On my rooted tab i used magisk to batch whole AP.tar.. File
Then moved it to PC and flashed it via odin in AP slot.
Then Factory reset via recovery.
Now finish intial android setup of language and time until home screen is shown
then restart tablet normally without updating magisk .
After reboot updating magisk app without opening it (it will say something needs reboot, i skipped this, and root works fine) i gained 500mb in system(size don't matter , what matter is removal of unwanted apps).

Decompress system.img partition out of super.img.
mount -t ext4 -o loop,rw ./system.img mount-point
Edit what you want.
unmount
Pack new super.img file , create custom AP framework file , flash with Odin.

Related

Debloat for the Rest of Us

Below are the commands needed to debloat without root on the LG G6. These commands will need to be run in ADB shell. The apps themselves are not removed from the system partition but are “uninstalled” from user 0, so they show up as disabled. This is not permanent and can be reversed by factory resetting your device. This is my setup, so I have all LG apps except for the camera and have replaced them with Google apps when I needed the functionality. The dialer is also removed, but I will attach a working version of Google Dialer. If you decide to remove everything on this list you will need to install a third party home screen and keyboard before you start. I am specifically not creating a step by step guide so that users will need to research how to use ADB and potentially consider what apps they do want to remove. I will add to this list as I continue to figure out what is useless.
*DO NOT REMOVE LG SUI WIDGET* (I know that the name seems innocent enough but it will cause a bootloop needing a factory reset.)
Package Name
Package
Command
360 Image Wallpaper
com.lge.gallery.vr.wallpaper
pm uninstall -k --user 0 com.lge.gallery.vr.wallpaper
360 Video
com.lge.vrplayer
pm uninstall -k --user 0 com.lge.vrplayer
LG Account
com.lge.lgaccount
pm uninstall -k --user 0 com.lge.lgaccount
com.remote.lgairdrive
com.lge.remote.lgairdrive
pm uninstall -k --user 0 com.lge.remote.lgairdrive
Cloud
com.lge.cloudhub
pm uninstall -k --user 0 com.lge.cloudhub
LG Collage Wallpapers
com.lge.gallery.collagewallpaper
pm uninstall -k --user 0 com.lge.gallery.collagewallpaper
DRM Service
com.lge.drmservice
pm uninstall -k --user 0 com.lge.drmservice
LG AirDrive
com.lge.remote.setting
pm uninstall -k --user 0 com.lge.remote.setting
Calendar
com.android.calendar
pm uninstall -k --user 0 com.android.calendar
EasyHome
com.lge.easyhome
pm uninstall -k --user 0 com.lge.easyhome
GCUV
com.lge.gcuv
pm uninstall -k --user 0 com.lge.gcuv
Home Selector
com.lge.homeselector
pm uninstall -k --user 0 com.lge.homeselector
InCalAgent
com.lge.ia.task.incalagent
pm uninstall -k --user 0 com.lge.ia.task.incalagent
LG Keyboard
com.lge.ime
pm uninstall -k --user 0 com.lge.ime
Handwriting
com.lge.ime.solution.handwriting
pm uninstall -k --user 0 com.lge.ime.solution.handwriting
File Manager
com.lge.filemanager
pm uninstall -k --user 0 com.lge.filemanager
Gallery
com.android.gallery3d
pm uninstall -k --user 0 com.android.gallery3d
HD Audio Recorder
com.lge.hifirecorder
pm uninstall -k --user 0 com.lge.hifirecorder
Quick Help
com.lge.qhelp.application
pm uninstall -k --user 0 com.lge.qhelp.application
Quick Help Service
com.lge.qhelp
pm uninstall -k --user 0 com.lge.qhelp
Home
com.lge.launcher3
pm uninstall -k --user 0 com.lge.launcher3
LGInstallService
com.lge.lginstallservies
pm uninstall -k --user 0 com.lge.lginstallservies
Home & app drawer
com.lge.launcher2
pm uninstall -k --user 0 com.lge.launcher2
LDB
com.lge.mlt
pm uninstall -k --user 0 com.lge.mlt
LIA SmartDoctor Engine
com.lge.ia.task.smartcare
pm uninstall -k --user 0 com.lge.ia.task.smartcare
License Provider
com.lge.eulaprovider
pm uninstall -k --user 0 com.lge.eulaprovider
LGMapUI
com.lge.lgmapui
pm uninstall -k --user 0 com.lge.lgmapui
QuickMemo+
com.lge.qmemoplus
pm uninstall -k --user 0 com.lge.qmemoplus
Music
com.lge.music
pm uninstall -k --user 0 com.lge.music
Audio share
com.lge.musicshare
pm uninstall -k --user 0 com.lge.musicshare
Music (widget)
com.lge.sizechangable.musicwidget.widget
pm uninstall -k --user 0 com.lge.sizechangable.musicwidget.widget
My Places Engine
com.lge.myplace.engine
pm uninstall -k --user 0 com.lge.myplace.engine
My places
com.lge.myplace
pm uninstall -k --user 0 com.lge.myplace
LG Health
com.lge.lifetracker
pm uninstall -k --user 0 com.lge.lifetracker
LG P2p Service
com.lge.wifi.p2p
pm uninstall -k --user 0 com.lge.wifi.p2p
Bookmark Provider
com.android.bookmarkprovider
pm uninstall -k --user 0 com.android.bookmarkprovider
Content lock
com.lge.privacylock
pm uninstall -k --user 0 com.lge.privacylock
SmartDoctorWebView
com.lge.smartdoctor.webview
pm uninstall -k --user 0 com.lge.smartdoctor.webview
SmartSetting
com.lge.ia.task.smartsetting
pm uninstall -k --user 0 com.lge.ia.task.smartsetting
Media server
com.lge.smartshare
pm uninstall -k --user 0 com.lge.smartshare
com.lge.smartshare.provider
com.lge.smartshare.provider
pm uninstall -k --user 0 com.lge.smartshare.provider
SmartWorld
com.lge.lgworld
pm uninstall -k --user 0 com.lge.lgworld
SnapPage
com.lge.snappage
pm uninstall -k --user 0 com.lge.snappage
Smart cleaning
com.lge.springcleaning
pm uninstall -k --user 0 com.lge.springcleaning
Update center
com.lge.updatecenter
pm uninstall -k --user 0 com.lge.updatecenter
Video
com.lge.videoplayer
pm uninstall -k --user 0 com.lge.videoplayer
Quick Video Editor
com.lge.videostudio
pm uninstall -k --user 0 com.lge.videostudio
Weather
com.lge.sizechangable.weather
pm uninstall -k --user 0 com.lge.sizechangable.weather
Weather Service
com.lge.sizechangable.weather.platform
pm uninstall -k --user 0 com.lge.sizechangable.weather.platform
Weather Theme
com.lge.sizechangable.weather.theme.optimus
pm uninstall -k --user 0 com.lge.sizechangable.weather.theme.optimus
LG WFDS Services
com.lge.wfds.service.v3
pm uninstall -k --user 0 com.lge.wfds.service.v3
XT9
com.lge.ime.solution.text
pm uninstall -k --user 0 com.lge.ime.solution.text
Clock
com.lge.clock
pm uninstall -k --user 0 com.lge.clock
com.lge.lgdrm.permission
com.lge.lgdrm.permission
pm uninstall -k --user 0 com.lge.lgdrm.permission
Contacts
com.android.contacts
pm uninstall -k --user 0 com.android.contacts
EULA
com.lge.lgsetupview
pm uninstall -k --user 0 com.lge.lgsetupview
Evernote
com.evernote
pm uninstall -k --user 0 com.evernote
Facebook
com.facebook.katana
pm uninstall -k --user 0 com.facebook.katana
Facebook App Installer
com.facebook.system
pm uninstall -k --user 0 com.facebook.system
Facebook App Manager
com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.appmanager
FM Radio
com.lge.fmradio
pm uninstall -k --user 0 com.lge.fmradio
Google Play Movies
com.google.android.videos
pm uninstall -k --user 0 com.google.android.videos
Home Theme – LG
com.lge.launcher2.theme.optimus
pm uninstall -k --user 0 com.lge.launcher2.theme.optimus
Instagram
com.instagram.android
pm uninstall -k --user 0 com.instagram.android
LG Switch Launcher
com.lge.bnr.launcher
pm uninstall -k --user 0 com.lge.bnr.launcher
Mobile Services Manager
com.LogiaGroup.LogiaDeck
pm uninstall -k --user 0 com.LogiaGroup.LogiaDeck
Smart settings
com.lge.iftttmanager
pm uninstall -k --user 0 com.lge.iftttmanager
Terms of Use for LG apps
com.lge.eula
pm uninstall -k --user 0 com.lge.eula
App Updates
com.lge.appbox.client
pm uninstall -k --user 0 com.lge.appbox.client
File sharing
com.lge.smartsharepush
pm uninstall -k --user 0 com.lge.smartsharepush
LG Bridge Service
com.lge.sync
pm uninstall -k --user 0 com.lge.sync
LG Mobile Switch
com.lge.bnr
pm uninstall -k --user 0 com.lge.bnr
MirrorLink
com.lge.mirrorlink
pm uninstall -k --user 0 com.lge.mirrorlink
Smart Doctor
com.lge.phonemanagement
pm uninstall -k --user 0 com.lge.phonemanagement
Video Wallpaper
com.lge.video.vr.wallpaper
pm uninstall -k --user 0 com.lge.video.vr.wallpaper
WfdSpMirroringSourceService
com.lge.wfd.spmirroring.source
pm uninstall -k --user 0 com.lge.wfd.spmirroring.source
Messaging
com.android.mms
pm uninstall -k --user 0 com.android.mms
Duo
pm uninstall -k --user 0 com.google.android.apps.tachyon
Thanks man. This type of debloating has been covered many times, but not as explicitly as this. This will be invaluable to those with locked bootloader and adb novices... like me.
Very good job, thanks
can i disable lg connectivity service
it always postponed on greenfy
MsuatafaKhatab said:
can i disable lg connectivity service
it always postponed on greenfy
Click to expand...
Click to collapse
I just did and it didn't appear to break anything I use.
pm uninstall -k --user 0 com.lge.leccp
how can i re-enable QuickMemo+?
kongming said:
how can i re-enable QuickMemo+?
Click to expand...
Click to collapse
Unfortunately as far as I know you need to do a factory reset to restore apps uninstalled this way.
LG G6 AROMA Debloater
Very easy to use in my Sig
Sent from my lucye using XDA Labs
And useless for those of us with locked bootloaders.
Here is a list of the installed gapps.
You are safe to get rid of some (youtube, gmail, docs, sheets, slides)
and there are some you will need for most apps (gms, gsf, etc.)
Better do some research before uninstalling.
Here is the list:
package:com.google.android.youtube
package:com.google.android.ext.services
package:com.google.android.apps.docs.editors.docs
package:com.google.android.onetimeinitializer
package:com.google.android.ext.shared
package:com.google.android.apps.docs.editors.sheets
package:com.google.android.apps.docs.editors.slides
package:com.google.android.configupdater
package:com.google.android.marvin.talkback
package:com.google.android.gm
package:com.google.zxing.client.android
package:com.google.android.setupwizard
package:com.google.android.apps.maps
package:com.google.android.webview
package:com.google.android.syncadapters.contacts
package:com.google.android.calculator
package:com.google.android.packageinstaller
package:com.google.android.gms
package:com.google.android.gsf
package:com.google.android.tts
package:com.google.android.partnersetup
package:com.google.android.feedback
package:com.google.android.printservice.recommendation
package:com.google.android.syncadapters.calendar
package:com.google.android.gsf.login
package:com.google.android.backuptransport
EDIT: I uninstalled all except of those:
package:com.google.android.configupdater
package:com.google.zxing.client.android
package:com.google.android.webview
package:com.google.android.packageinstaller
package:com.google.android.gms
package:com.google.android.gsf
package:com.google.android.gsf.login
---------- Post added at 10:29 PM ---------- Previous post was at 10:27 PM ----------
hecksagon said:
WfdSpMirroringSourceService
.com.lge.wfd.spmirroring.source
pm uninstall -k --user 0 .com.lge.wfd.spmirroring.source
Click to expand...
Click to collapse
there is a dot between the 0 and com
Helsy64 said:
Here is a list of the installed gapps.
You are safe to get rid of some (youtube, gmail, docs, sheets, slides)
and there are some you will need for most apps (gms, gsf, etc.)
Better do some research before uninstalling.
Here is the list:
package:com.google.android.youtube
package:com.google.android.ext.services
package:com.google.android.apps.docs.editors.docs
package:com.google.android.onetimeinitializer
package:com.google.android.ext.shared
package:com.google.android.apps.docs.editors.sheets
package:com.google.android.apps.docs.editors.slides
package:com.google.android.configupdater
package:com.google.android.marvin.talkback
package:com.google.android.gm
package:com.google.zxing.client.android
package:com.google.android.setupwizard
package:com.google.android.apps.maps
package:com.google.android.webview
package:com.google.android.syncadapters.contacts
package:com.google.android.calculator
package:com.google.android.packageinstaller
package:com.google.android.gms
package:com.google.android.gsf
package:com.google.android.tts
package:com.google.android.partnersetup
package:com.google.android.feedback
package:com.google.android.printservice.recommendation
package:com.google.android.syncadapters.calendar
package:com.google.android.gsf.login
package:com.google.android.backuptransport
---------- Post added at 10:29 PM ---------- Previous post was at 10:27 PM ----------
there is a dot between the 0 and com
Click to expand...
Click to collapse
Fixed, thanks.
What is the space reduction doing it this way? Seems like this is basically just like freezing the app, which can be done without adb commands. That would be just disabling the apps which isn't really debloating...just freeing up memory. Is that right...or am i wrong?
Sent from my LG-LS993 using Tapatalk
Decepticaons said:
What is the space reduction doing it this way? Seems like this is basically just like freezing the app, which can be done without adb commands. That would be just disabling the apps which isn't really debloating...just freeing up memory. Is that right...or am i wrong?
Sent from my LG-LS993 using Tapatalk
Click to expand...
Click to collapse
No space reduction. This is for disabling apps that the system normally does not let you without root.
I did most of the uninstalling but the phone app is missing now
is it because of this?
pm uninstall -k --user 0 com.android.contacts
Click to expand...
Click to collapse
EDIT:
I have been an idiot and didn't read all the top post.
How can I get the default dialer back without factory resetting?
alanwyl said:
I did most of the uninstalling but the phone app is missing now
is it because of this?
EDIT:
I have been an idiot and didn't read all the top post.
How can I get the default dialer back without factory resetting?
Click to expand...
Click to collapse
I don't believe there is a way to get that back without a factory reset. I will look around and see if I can find anything. In the mean time you can install the Google Dialer (https://drive.google.com/open?id=0BxOsuCVqSlnfZnhVTkdhYS1XUlk) and install Google contacts from the play store.
Help I stummbled on this site!
Since I mentioned stumbling to this site. I am not tech savvy at all! But I have been going through a lot personally for a while now! And I finally started to do my due diligence and just kept messing with my phone all day and all night! I was in my activity history and i noticed .com.lge.spring cleaning and many other codes specifically almost all that are mentioned in the front page of this site. I know you're here to help so I'm not doing this it's been done to me my phone and all my apps work well enough for me a stay at home mommy of 5 who loves social media, and Couponing that and keeping in contact with my family at all times. Only reasons I'm on my phone.... So my question is why would someone do those thing's what are they gaining from it? I recently started getting back to normal cause for a good while I wouldn't go on line at all nor did I want to have my credit card information on my phone. But since I hadn't had anything go wrong I decided it was only paranoia, and I was being silly. But silly doesn't stumble on a site like this by going through her browser and phone significantly. I don't know what all those things mean but they are coming from a different device... I know this because i have an LG power and some of these codes are associated with a Lg charge please any information (in plain english. Dumb it down way down for me!) Idk wht they want why they have targeted me! But I'm determined to find out and have it be over! Thank you in advance. Also what can i do to put an end to this and find the people who are harrassing me now only online and through my phone! Had to move so I'm not getting any of the other harassment! Amen for at least that... also I'm getting app suggestions to turn my phone into a recording device could they be doing that from some other location!? And other file sharing apps and hiden calls, text, and e-mails is that significant? Are they doing that already? Or could someone be, that is?
posting this as it might help some do this quickly, just add this to a batch or shells script
@Echo off
adb shell pm uninstall -k --user 0 com.lge.gallery.vr.wallpaper
adb shell pm uninstall -k --user 0 com.lge.vrplayer
adb shell pm uninstall -k --user 0 com.lge.lgaccount
adb shell pm uninstall -k --user 0 com.lge.remote.lgairdrive
adb shell pm uninstall -k --user 0 com.lge.cloudhub
adb shell pm uninstall -k --user 0 com.lge.gallery.collagewallpaper
adb shell pm uninstall -k --user 0 com.lge.drmservice
adb shell pm uninstall -k --user 0 com.lge.remote.setting
adb shell pm uninstall -k --user 0 com.android.calendar
adb shell pm uninstall -k --user 0 com.lge.easyhome
adb shell pm uninstall -k --user 0 com.lge.gcuv
adb shell pm uninstall -k --user 0 com.lge.homeselector
adb shell pm uninstall -k --user 0 com.lge.ia.task.incalagent
adb shell pm uninstall -k --user 0 com.lge.ime
adb shell pm uninstall -k --user 0 com.lge.ime.solution.handwriting
adb shell pm uninstall -k --user 0 com.lge.filemanager
adb shell pm uninstall -k --user 0 com.android.gallery3d
adb shell pm uninstall -k --user 0 com.lge.hifirecorder
adb shell pm uninstall -k --user 0 com.lge.qhelp.application
adb shell pm uninstall -k --user 0 com.lge.qhelp
adb shell pm uninstall -k --user 0 com.lge.launcher3
adb shell pm uninstall -k --user 0 com.lge.lginstallservies
adb shell pm uninstall -k --user 0 com.lge.launcher2
adb shell pm uninstall -k --user 0 com.lge.mlt
adb shell pm uninstall -k --user 0 com.lge.ia.task.smartcare
adb shell pm uninstall -k --user 0 com.lge.eulaprovider
adb shell pm uninstall -k --user 0 com.lge.lgmapui
adb shell pm uninstall -k --user 0 com.lge.qmemoplus
adb shell pm uninstall -k --user 0 com.lge.music
adb shell pm uninstall -k --user 0 com.lge.musicshare
adb shell pm uninstall -k --user 0 com.lge.sizechangable.musicwidget.widget
adb shell pm uninstall -k --user 0 com.lge.myplace.engine
adb shell pm uninstall -k --user 0 com.lge.myplace
adb shell pm uninstall -k --user 0 com.lge.lifetracker
adb shell pm uninstall -k --user 0 com.lge.wifi.p2p
adb shell pm uninstall -k --user 0 com.android.bookmarkprovider
adb shell pm uninstall -k --user 0 com.lge.privacylock
adb shell pm uninstall -k --user 0 com.lge.smartdoctor.webview
adb shell pm uninstall -k --user 0 com.lge.ia.task.smartsetting
adb shell pm uninstall -k --user 0 com.lge.smartshare
adb shell pm uninstall -k --user 0 com.lge.smartshare.provider
adb shell pm uninstall -k --user 0 com.lge.lgworld
adb shell pm uninstall -k --user 0 com.lge.snappage
adb shell pm uninstall -k --user 0 com.lge.springcleaning
adb shell pm uninstall -k --user 0 com.lge.updatecenter
adb shell pm uninstall -k --user 0 com.lge.videoplayer
adb shell pm uninstall -k --user 0 com.lge.videostudio
adb shell pm uninstall -k --user 0 com.lge.sizechangable.weather
adb shell pm uninstall -k --user 0 com.lge.sizechangable.weather.platform
adb shell pm uninstall -k --user 0 com.lge.sizechangable.weather.theme.optimus
adb shell pm uninstall -k --user 0 com.lge.wfds.service.v3
adb shell pm uninstall -k --user 0 com.lge.ime.solution.text
adb shell pm uninstall -k --user 0 com.lge.clock
adb shell pm uninstall -k --user 0 com.lge.lgdrm.permission
adb shell pm uninstall -k --user 0 com.android.contacts
adb shell pm uninstall -k --user 0 com.lge.lgsetupview
adb shell pm uninstall -k --user 0 com.evernote
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.lge.fmradio
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.lge.launcher2.theme.optimus
adb shell pm uninstall -k --user 0 com.instagram.android
adb shell pm uninstall -k --user 0 com.lge.bnr.launcher
adb shell pm uninstall -k --user 0 com.LogiaGroup.LogiaDeck
adb shell pm uninstall -k --user 0 com.lge.iftttmanager
adb shell pm uninstall -k --user 0 com.lge.eula
adb shell pm uninstall -k --user 0 com.lge.appbox.client
adb shell pm uninstall -k --user 0 com.lge.smartsharepush
adb shell pm uninstall -k --user 0 com.lge.sync
adb shell pm uninstall -k --user 0 com.lge.bnr
adb shell pm uninstall -k --user 0 com.lge.mirrorlink
adb shell pm uninstall -k --user 0 com.lge.phonemanagement
adb shell pm uninstall -k --user 0 com.lge.video.vr.wallpaper
adb shell pm uninstall -k --user 0 com.lge.wfd.spmirroring.source
adb shell pm uninstall -k --user 0 com.android.mms
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb install Google_Phone_11.0.164102751__Bubble___Patched_.apk
Anyone? Please....any info small or big please help!
Pcat03 said:
Since I mentioned stumbling to this site. I am not tech savvy at all! But I have been going through a lot personally for a while now! And I finally started to do my due diligence and just kept messing with my phone all day and all night! I was in my activity history and i noticed .com.lge.spring cleaning and many other codes specifically almost all that are mentioned in the front page of this site. I know you're here to help so I'm not doing this it's been done to me my phone and all my apps work well enough for me a stay at home mommy of 5 who loves social media, and Couponing that and keeping in contact with my family at all times. Only reasons I'm on my phone.... So my question is why would someone do those thing's what are they gaining from it? I recently started getting back to normal cause for a good while I wouldn't go on line at all nor did I want to have my credit card information on my phone. But since I hadn't had anything go wrong I decided it was only paranoia, and I was being silly. But silly doesn't stumble on a site like this by going through her browser and phone significantly. I don't know what all those things mean but they are coming from a different device... I know this because i have an LG power and some of these codes are associated with a Lg charge please any information (in plain english. Dumb it down way down for me!) Idk wht they want why they have targeted me! But I'm determined to find out and have it be over! Thank you in advance. Also what can i do to put an end to this and find the people who are harrassing me now only online and through my phone! Had to move so I'm not getting any of the other harassment! Amen for at least that... also I'm getting app suggestions to turn my phone into a recording device could they be doing that from some other location!? And other file sharing apps and hiden calls, text, and e-mails is that significant? Are they doing that already? Or could someone be, that is?
Click to expand...
Click to collapse
Please help anything greatly appreciated!!!
Pcat03 said:
Please help anything greatly appreciated!!!
Click to expand...
Click to collapse
Factory reset.
Phone services
Can we uninstall phone services also, want to replace with Google ones if possible?

Galaxy Note 10 / Note 10+ Plus Debloat / bloatware removal list

Hey everyone! New phone, new debloat / bloatware removal list!
Please see my original post from the Galaxy S8 to see the XDA article on how to do this.
https://forum.xda-developers.com/galaxy-s8/how-to/s8-debloat-bloatware-thread-t3669009
Also, here's my post from the Galaxy S10 / S10+ Plus, just for comparison:
https://forum.xda-developers.com/galaxy-s10/how-to/galaxy-s10-s10-debloat-bloatware-t3912073
Just debloat what you don't need. Of course, this is NOT a complete list. Some have reported that Bixby is completely safe to remove, as well as, Pay but I'll leave that up to the community to discuss.
I've removed Bixby and my phone hasn't explode (yet!).
Code:
How to Re-Install an Uninstalled App
************************************
Open a command prompt or terminal window, and enter the following command (don't need to be in ADB Shell):
adb shell cmd package install-existing <name of package>
RUN IN COMMAND PROMPT WINDOW
***************************
adb devices
adb shell
You can run multiple command lines by copy / pasting multiple lines, you don't have to remove one package at a time:
BLOAT
pm uninstall -k --user 0 flipboard.boxer.app
SAMSUNG VOICEMAIL
pm uninstall -k --user 0 com.samsung.vvm.se
SAMSUNG TIPS
pm uninstall -k --user 0 com.samsung.android.app.tips
SAMSUNG TTS ENGINE
pm uninstall -k --user 0 com.samsung.SMT
SAMSUNG GLOBAL GOALS
pm uninstall -k --user 0 com.samsung.sree
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
FM/AM RADIO
pm uninstall -k --user 0 com.dsi.ant.sample.acquirechannels
pm uninstall -k --user 0 com.dsi.ant.service.socket
pm uninstall -k --user 0 com.dsi.ant.server
pm uninstall -k --user 0 com.dsi.ant.plugins.antplus
GENERAL
pm uninstall -k --user 0 com.android.egg
pm uninstall -k --user 0 com.android.dreams.phototable
pm uninstall -k --user 0 com.sec.android.easyonehand
pm uninstall -k --user 0 com.sec.android.widgetapp.samsungapps
pm uninstall -k --user 0 com.sec.android.app.launcher
pm uninstall -k --user 0 com.samsung.android.mateagent
pm uninstall -k --user 0 com.sec.android.easyMover.Agent
pm uninstall -k --user 0 com.android.dreams.basic
pm uninstall -k --user 0 com.samsung.android.app.watchmanagerstub
pm uninstall -k --user 0 com.sec.android.daemonapp
pm uninstall -k --user 0 com.samsung.android.app.social
pm uninstall -k --user 0 com.samsung.android.messaging
pm uninstall -k --user 0 com.samsung.vvm
SECURE WI-FI
pm uninstall -k --user 0 com.samsung.android.fast
SAMSUNG DEX
pm uninstall -k --user 0 com.sec.android.desktopmode.uiservice
pm uninstall -k --user 0 com.samsung.desktopsystemui
pm uninstall -k --user 0 com..sec.android.app.desktoplauncher
pm uninstall -k --user 0 com.sec.android.desktopcommunity
MICROSOFT
pm uninstall -k --user 0 com.microsoft.skydrive
GOOGLE:
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.ar.core
VERIZON
pm uninstall -k --user 0 com.vzw.apnlib
SAMSUNG PASS / PAY
pm uninstall -k --user 0 com.samsung.android.samsungpassautofill
pm uninstall -k --user 0 com.samsung.android.authfw
pm uninstall -k --user 0 com.samsung.android.samsungpass
pm uninstall -k --user 0 com.samsung.android.spay
pm uninstall -k --user 0 com.samsung.android.spayfw
GIMMICKY APPS
pm uninstall -k --user 0 com.samsung.android.wellbeing
pm uninstall -k --user 0 com.samsung.android.da.daagent
pm uninstall -k --user 0 com.samsung.android.service.livedrawing
SAMSUNG AR EMOJI
pm uninstall -k --user 0 com.samsung.android.aremoji
pm uninstall -k --user 0 com.sec.android.mimage.avatarstickers
pm uninstall -k --user 0 com.samsung.android.emojiupdater
SAMSUNG STICKER CENTER
pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.stamp.preload
pm uninstall -k --user 0 com.samsung.android.stickercenter
pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facearframe.preload
pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facearexpression.preload
pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facear.preload
FACEBOOK
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
CAR MODE
pm uninstall -k --user 0 com.samsung.android.drivelink.stub
PRINTING
pm uninstall -k --user 0 com.android.bips
pm uninstall -k --user 0 com.google.android.printservice.recommendation
pm uninstall -k --user 0 com.android.printspooler
SAMSUNG EMAIL
pm uninstall -k --user 0 com.samsung.android.email.provider
pm uninstall -k --user 0 com.wsomacp
SAMSUNG GAME LAUNCHER
pm uninstall -k --user 0 com.samsung.android.game.gamehome
pm uninstall -k --user 0 com.enhance.gameservice
pm uninstall -k --user 0 com.samsung.android.game.gametools
pm uninstall -k --user 0 com.samsung.android.game.gos
pm uninstall -k --user 0 com.samsung.android.gametuner.thin
SAMSUNG BROWSER
pm uninstall -k --user 0 com.sec.android.app.sbrowser
pm uninstall -k --user 0 com.samsung.android.app.sbrowseredge
GEAR VR
pm uninstall -k --user 0 com.samsung.android.hmt.vrsvc
pm uninstall -k --user 0 com.samsung.android.app.vrsetupwizardstub
pm uninstall -k --user 0 com.samsung.android.hmt.vrshell
pm uninstall -k --user 0 com.google.vr.vrcore
SAMSUNG KIDS
pm uninstall -k --user 0 com.samsung.android.kidsinstaller
pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facearavatar.preload
pm uninstall -k --user 0 com.sec.android.app.kidshome
SAMSUNG LED COVER
pm uninstall -k --user 0 com.samsung.android.app.ledbackcover
pm uninstall -k --user 0 com.sec.android.cover.ledcover
EDGE
pm uninstall -k --user 0 com.samsung.android.service.peoplestripe
SAMSUNG DEX
pm uninstall -k --user 0 com.sec.android.app.dexonpc
pm uninstall -k --user 0 com.sec.android.app.desktoplauncher
Air command - com.samsung.android.service.aircommand
(Removes entry in settings. Allows button to be used as an eraser in drawing apps)
- com.samsung.android.aircommandmanager
AOD (Removes charging status from lock scree ) - com.samsung.android.app.aodservice
DeX on PC - com.sec.android.app.dexonpc
AR Doodle - com.samsung.android.ardrawing
@Ace42 Thank you for finding those!
If you found this post useful, please Rate 5 stars and Thank, that's all I ask
I was removing apps through adb as well when I had my Mate 20 X but it's easier to just use App Freezer from the play store to feeeze/unfreeze apps on the fly. Then if you want you can share your xml file with others.
Removed SoundAlive then realised that also got rid of Dolby Atmos, now Advanced Sound Settings doesn't do anything.
Does anyone know the actual package name (seeing as App inspector now shows only installed apps) so that I can resurrect the app?
Thanks in advance.
zhudm66 said:
Removed SoundAlive then realised that also got rid of Dolby Atmos, now Advanced Sound Settings doesn't do anything.
Does anyone know the actual package name (seeing as App inspector now shows only installed apps) so that I can resurrect the app?
Thanks in advance.
Click to expand...
Click to collapse
See if this is what you're looking for.
zhudm66 said:
Removed SoundAlive then realised that also got rid of Dolby Atmos, now Advanced Sound Settings doesn't do anything.
Does anyone know the actual package name (seeing as App inspector now shows only installed apps) so that I can resurrect the app?
Thanks in advance.
Click to expand...
Click to collapse
I heard that app freezer can mess up your phone so it can't do backups?
ggrant3876 said:
See if this is what you're looking for.
Click to expand...
Click to collapse
Thank you so much! :highfive:
Gonna give the ADB Shell another go shortly...
---------- Post added at 04:03 PM ---------- Previous post was at 03:54 PM ----------
ggrant3876 said:
See if this is what you're looking for.
Click to expand...
Click to collapse
It worked! I got back Dolby Atmos! TQVM!!
---------- Post added at 04:09 PM ---------- Previous post was at 04:03 PM ----------
Neo3D said:
I heard that app freezer can mess up your phone so it can't do backups?
Click to expand...
Click to collapse
Nope, Backup still working as intended, just checked. To be clear, I am using ADB command line in Terminal , not any specific apps. Read that firmware updates are also unaffected.
I could not find official adb for macOS. I did find an old thread (2017) which has adb for macOS for download.
Quick question: Is there an official adb installer for macOS or do I have to fire up my windows machine?
---------- Post added at 07:47 PM ---------- Previous post was at 07:30 PM ----------
I actually got adb on my MacOS by installing "android-platform-tools".
Code:
brew cask install android-platform-tools
SAMSUNG GLOBAL GOALS pm uninstall -k --user 0
Click to expand...
Click to collapse
Can I get the full command? The OP is missing the actual service name.
Lostwarriorram said:
Can I get the full command? The OP is missing the actual service name.
Click to expand...
Click to collapse
"com.samsung.sree"
@Neo3D Add:
Air command - com.samsung.android.service.aircommand
(Removes entry in settings. Allows button to be used as an eraser in drawing apps)
- com.samsung.android.aircommandmanager
AOD (Removes charging status from lock scree ) - com.samsung.android.app.aodservice
DeX on PC - com.sec.android.app.dexonpc
AR Doodle - com.samsung.android.ardrawing
I'm loving Bixby Routines, as it actually has nothing to do with Bixby and does a really awesome function. I was telling someone about that yesterday as a reason they should swap from iOS (they're debating on it already).
Does removing any of the Bixby stuff change / mess with Routines? I'm thinking they just called it this, and it has nothing to do with actual Bixby. The AI stuff for battery, performance and these Routines are why I changed over to a Samsung (not from Apple) and I love them.
In response to whoever mentioned removing Samsung Pay. SP is accepted in more places than Google Pay and has increased security. They generate a one time Card Number for any transactions, masking your existing.
Recent Apps not showing
After running the command above. I can't use the Recent Apps button. How do I enable it again? Thanks!
I would guess with most of the bloatware removed the Note 10 would be much faster
Wait is there FM Radio app in the note 10 or did OP just copy paste the codes from another post?
Zionator said:
Wait is there FM Radio app in the note 10 or did OP just copy paste the codes from another post?
Click to expand...
Click to collapse
Look again. Copy from S8 original post.
Sent from my SM-G965F using Tapatalk
Very useful, thanks!
I want to disable Bixby, but want to keep routines. Do they rely on each other to run, or do I need all of Bixby there for Routines to run
Edit: didn't see Llama had the same question... Still looking for an answer though. Same thing with samsung pass and samsung pay. I use lastpass since Samsung pass doesn't have a desktop version, but want to keep samsung pay
Debloat My Note..
The copy/paste suggestion saved me hours of typing pm uninstall, over and over, lol.
Thanks for an invaluable post, once again..
Anyone have battery dramatically improve doing this?
If so, by how much?
Need to know whether it's worth it. Only getting 4.5hrs sot
Help, I have a galaxy note 10 unlocked using metro, I cant seem to get the "ADB Device" to work. Windows 10 uses power shell ,the commands listed above dont seem to work, I found a few threads that have the device powershell command but after that it just doesnt work, am I missing something or is everyone still using old CMD?
Thanks Im a newbie
jeriko187 said:
Help, I have a galaxy note 10 unlocked using metro, I cant seem to get the "ADB Device" to work. Windows 10 uses power shell ,the commands listed above dont seem to work, I found a few threads that have the device powershell command but after that it just doesnt work, am I missing something or is everyone still using old CMD?
Thanks Im a newbie
Click to expand...
Click to collapse
download adb

[GUIDE] DeGoogle & debloat M30s and install MicroG

This guide explains how to debloat M30s (or any other samsung device or any other device) and also deGoogle it by removing most of google invasive crap. (yes, GPlay services is also removed).​Play store, Google app and other crap is also removed from system, so if you want to use them, install them as user app. The installation for play store is different, and it is explained below.
Check my Post on reddit for more up to date info and clear instructions HERE
When we remove Gplay services, many apps and services stop working . Many apps will give error but still work (like maps and telegram and whatsapp). Play store will definitely not work and many apps that use push notification through Gplay services (most of them) will not be able to do so. In my case Uber, ola or any other ride app was also not working and was crashing constantly. Paytm will also not work without play services. And on top of that many apps that use location might not behave properly.
Whoosh! those are a lot of problems for uninstalling play services. So, why would anyone want to do that?
Simply put it, Google is an Advertising company. No it is not a company that sells product, i mean yes it sells products and earns from them BUT more than 60% of their revenue comes from Ads that they serve you. And yes, google is the biggest Ad company in the world with more than 80% of ad share (i may be wrong about the %, feel free to search yourself). So obviously they want ta make money out of your data (by selling it) and to do that what better way than to install spyware on world's largest mobile OS.
Google play services record your every action, tracking every app that you opened and everything you do. That data remains with google and they sell it to 3rd parties (and you agreed to it when you made Google account and setup your android device. Remember Clicking on "I AGREE"?).
Here i will not discuss how invasive it is. A simple Web search with "google play services tracking" will give you much more information. (and please do search it, i beg you) (Pro Tip: reddit has best answers, so explore reddit links from search)
Here is a good one explaining things
And Gplay services Eat a LOT of battery by constantly Running in background. So if you want better battery, remove it
So you have decided to degoogle your phone (and debloat it). What to do about all those errors after removing play services?
Here Comes MicroG. microG is an Open Source replacement for Google Play Services.
"MicroG is a free-as-in-freedom re-implementation of Google’s proprietary Android user space apps and libraries.
The linux-based open-source mobile operating system Android is not only the most popular mobile operating system in the world, it’s also on the way to becoming a proprietary operating system. How is that?
While the core operating system is still released as part of the Android Open Source Project, the majority of core apps are not. It gets worse: More and more libraries and APIs are only available on phones that run various Google apps pre-installed, effectively locking third-party apps to the Google ecosystem. For these reasons Android is described as being a “look but don’t touch” kind of open.
At this point, several popular open-source applications already require some of Google’s proprietary libraries to be installed. Increasing demand in the free software community in addition to severe problems in Google’s proprietary software discovered by the Android modding community, have led to the development of a free software clone of Google’s proprietary core libraries and applications - the microG Project was born.
Although most microG components are far from complete, users are amazed by the results. Free software users got extended application support, privacy-caring users can reduce or monitor data that is sent to Google and especially older phones can expect some battery life improvements."
(So it basically removes all those errors. Great!)
So, Lets start Degoogling!
Warning: bootloader needs to be unlocked, magisk should be there and twrp should be installed.
NOTE: MAKE FULL NANDROID BACKUP OF YOUR DEVICE BEFORE PROCEEDING BY GOING TO TWRP -> BACKUP -> SELECT ALL . store it in PC or somewhere safe​
Removing google crap
Flash TWRP and install magisk.
We need Signature spoofing in the ROM. Download SmaliPatcher from here and tick all patches, (We are interested in the "signature spoofing" one but all of them are useful) and follow the instructions on its page to install that module. Now your system supports signature spoofing. (I recommend SmaliPatcher even if your rom supports Signature Spoofing so that no issue arises)
Other ways for signature spoofing are given in MicroG wiki here
(IF YOU ARE ON STOCK ROM)
In case you had the Google Play Services previously installed (which Users having stock ROM have), remove all updates and the packages in /system/priv-app of the Google Services (you can use TWRP file manager or any root explorer to delete below packages, just delete the apk files in respective folders):
GmsCore (PrebuiltGmsCore, PrebuiltGmsCorePi, PrebuiltGmsCorePix)
GoogleBackupTransport
GoogleFeedback
GoogleLoginService
GoogleOneTimeInitializer
GooglePartnerSetup
GoogleServicesFramework
Phonesky
SetupWizard
Velvet.
In case you forgot to remove the GmsCore updates, you can manually remove these using adb uninstall com.google.android.gms.
After that, reboot your android device - all privileged GAPPS should be removed. (a bootloop may be caused, but dont worry, just boot into TWRP and follow below steps.)
IF YOU ARE ON CUSTOM ROM-> after flashing rom zip, do not reboot and follow below (DONT FLASH ANY GAPPS)
Make full backup of your device if not made till now​
Installing MicroG
Download Latest "MinMicroG-Standard-XXX.zip" from here
Add "system-" to start of package name (thus making it like "system-MinMicroG-Standard-XXX.zip" ) and copy it in sdcard or internal storage of phone. Now boot into TWRP
flash "system-MinMicroG-Standard-XXX.zip".
OLD METHOD, USE THIS IF ABOVE WONT WORK
Download the following from here
full NanoDroid-xx.xx.xx.xxxxxxx.zip
NanoDroid-setupwizard.zip
NanoDroid-uninstaller.zip (if it causes brick)
Copy below in sdcard or internal storage of phone. Now boot into TWRP
NanoDroid-setupwizard.zip
NanoDroid-uninstaller.zip (if it causes brick)
flash NanoDroid-setupwizard.zip, now an aroma installer is opened. click on next , agree to terms and click next, chose save location "/data/media/0" (you can change this as per your needs but remember this location since here the installer will save 3 files) and click next
now from here onwards you can select yourself according to your needs or follow my tutorial till the end of aroma installer.
you should be on generic settings page, tick 'apps', 'maps apiv1', 'init scrips', 'gnu bash', and 'shell utils'. click next.
in microG page, select "full", next, on f-droid page select "official", next, select all 4 nlpBackends, next, now here select "play store(patrched)" if you want to use Play store (your choice, if you want to degoogle select "Aurora + fake store"), next
now select apps of your choice here, next, on Debloat setup page click next (yeah just skip it), and finally click on create config, next and finish.
Aroma installer Ends now.
Now while in twrp, connect your phone to PC and browse to internal storage (or the location you selected during aroma installer to save files)
the 3 files will be ".nanodroid-overlay", ".nanodroid-setup", ".nanodroid-apps". Copy these to PC and keep them in some place safe. Now open "nanodroid.zip" (that you downloaded earlier) with winRAR or 7zip and drag and drop these 3 files in it. (they should be in root of the zip where "meta-inf" folder is)
now copy NanoDroid-xx.xx.xx.xxxxxxx.zip to your phone and flash it.
now boot into system. if flashing nanodroid causes bootloop, restore from twrp backup that you made (i told you so!).
Configuring MicroG
You need to setup microG , go into microG settings (in app drawer or in settings) and set up everything like:
check results in Self-Check, grant all the missing permissions (by tapping on them)
especially the Battery Optimization item
if Phonesky (= Fake Store or Play Store) lacks signature spoofing permissions head to Settings / Apps / Permissions / Signature Spoofing and grant it
enable Google device registration
enable Google Cloud Messaging (only if you want to receive push messages from your applications)
enable Google SafetyNet, required for applications that utilize SafetyNet, for example Pokémon GO (Currently Broken)
in UnifiedNlp Settings choose all (whichever you've choosen to be installed)
Déjà Vu, Mozilla, Apple, and others (like GSM and WiFi Location Service)
Nominatim as Address lockup backend
after everything is done, reboot
if you installed Play Store open it, setup account and install your apps
Make sure you have all options ticked in self-check of microG settings (except maybe for last one). if not web search it or post it here.
Congratulations, you have successfully removed Gplay services.
ONLY IF YOU HAVE USED OLD METHOD (USING NANODROID)
Updates of nanodroid
Make full backup of your device before update. In case anything happens after update, you can rollback easily​So the nanodroid is updated quite frequently with the apps that come with it. So when you see an updated version of nanodroid on official download page (yeah there are no automatic updates, you have to manually check by going to the download page and download it) download below zips from here
full NanoDroid-xx.xx.xx.xxxxxxx.zip (the updated version)
NanoDroid-uninstaller.zip (the updated version)
* Now open "NanoDroid-xx.xx.xx.xxxxxxx.zip " (updated version) with winRAR or 7zip and drag and drop those 3 files [ ".nanodroid-overlay", ".nanodroid-setup", ".nanodroid-apps".] in it. (just like you did before)
* Now copy NanoDroid-xx.xx.xx.xxxxxxx.zip to your phone and flash it through twrp.
You may need to re-configure microG, so just do it again.
Huge thanks to the below members for the tools.
@santhoosh for twrp
@MaR-V-iN for microG (thank you sir!)
@Setialpha for nanodroid
@FriendlyNeighborhoodShane for MinMicroG
and other ones whom i forgot to add
Now lets de-bloat your device. see post #2
De-bloat M30s
make full backup of /data and /system using twrp before debloat
The following apps are going to be de-bloated from your phone through adb. I cannot find another way to batch uninstall apps on android pie. If you know then please comment it below. PLEASE.
If you want other apps to be added to this list then please comment the package name (like com.xxx.xxxx.xxx or whatever) (not the app name like google app) and what this app does. It would be very helpful for all of us and i am also looking for other packages to add to this list since this is near-least de-bloat which does not break any system functionality.
if you want to remove any app from this list then comment the package name and what that package does. . It would be very helpful for all of us and i am also looking for packages to remove from this list that break system functionality.
APPS
android.autoinstalls.config.samsung
com.android.backupconfirm
com.android.bips
com.android.bookmarkprovider
com.android.chrome
com.android.dreams.phototable
com.android.keychain
com.android.providers.partnerbookmarks
com.android.se
com.android.sharedstoragebackup
com.android.vending
com.android.wallpaperbackup
com.aura.oobe.samsung
com.enhance.gameservice
com.facebook.appmanager
com.facebook.katana
com.facebook.services
com.facebook.system
com.google.android.apps.maps
com.google.android.apps.photos
com.google.android.apps.restore
com.google.android.apps.turbo
com.google.android.backuptransport
com.google.android.configupdater
com.google.android.ext.services
com.google.android.ext.shared
com.google.android.feedback
com.google.android.gm
com.google.android.gms
com.google.android.gms.policy_sidecar_aps
com.google.android.googlequicksearchbox
com.google.android.gsf
com.google.android.marvin.talkback
com.google.android.music
com.google.android.onetimeinitializer
com.google.android.partnersetup
com.google.android.printservice.recommendation
com.google.android.setupwizard
com.google.android.syncadapters.calendar
com.google.android.syncadapters.contacts
com.google.android.tts
com.google.android.videos
com.google.android.youtube
com.google.ar.core
com.google.vr.vrcore
com.hiya.star
com.knox.vpn.proxyhandler
com.microsoft.office.officehubrow
com.microsoft.skydrive
com.mygalaxy
com.netflix.mediaclient
com.netflix.partner.activation
com.opera.max.preinstall
com.samsung.SMT
com.samsung.aasaservice
com.samsung.android.aircommandmanager
com.samsung.android.airtel.stubapp
com.samsung.android.app.ledbackcover
com.samsung.android.app.sbrowseredge
com.samsung.android.app.siofviewer
com.samsung.android.app.social
com.samsung.android.app.tips
com.samsung.android.app.vrsetupwizardstub
com.samsung.android.app.watchmanagerstub
com.samsung.android.bbc.bbcagent
com.samsung.android.beaconmanager
com.samsung.android.dlp.service
com.samsung.android.dynamiclock
com.samsung.android.easysetup
com.samsung.android.email.provider
com.samsung.android.hmt.vrshell
com.samsung.android.hmt.vrsvc
com.samsung.android.keyguardwallpaperupdator
com.samsung.android.kidsinstaller
com.samsung.android.knox.analytics.uploader
com.samsung.android.knox.containeragent
com.samsung.android.knox.containercore
com.samsung.android.mateagent
com.samsung.android.mdm
com.samsung.android.mfi
com.samsung.android.mobileservice
com.samsung.android.net.wifi.wifiguider
com.samsung.android.rubin.app
com.samsung.android.samsungpass
com.samsung.android.samsungpassautofill
com.samsung.android.scloud
com.samsung.android.smartswitchassistant
com.samsung.android.spay
com.samsung.android.spayfw
com.samsung.android.svoice
com.samsung.android.svoiceime
com.samsung.desktopsystemui
com.samsung.klmsagent
com.samsung.knox.securefolder
com.samsung.knox.securefolder.setuppage
com.samsung.sree
com.samsung.storyservice
com.samsung.svoice.sync
com.sec.android.app.apex
com.sec.android.app.billing
com.sec.android.app.chromecustomizations
com.sec.android.app.dexonpc
com.sec.android.app.kidshome
com.sec.android.cover.ledcover
com.sec.android.desktopcommunity
com.sec.android.desktopmode.uiservice
com.sec.android.easyMover.Agent
com.sec.android.widgetapp.samsungapps
com.sec.android.widgetapp.webmanual
com.sec.enterprise.knox.attestation
com.sec.enterprise.knox.cloudmdm.smdms
com.sec.enterprise.mdm.services.simpin
com.sec.enterprise.mdm.vpn
com.sec.factory.cameralyzer
com.sec.spp.push
com.wssnps
To de-bloat above apps
Download Minimal ADB and Fastboot from here
extract them and where there is "adb.exe" open cmd window there (for windows: go to address bar of file explorer and type "cmd" and press enter)
make sure usb debugging is enabled in your phone and type "adb devices" in cmd. you should see your device.
now type "adb shell" and copy paste below commands in a go.
ADB commands for these apps
pm uninstall -k --user 0 android.autoinstalls.config.samsung
pm uninstall -k --user 0 com.android.backupconfirm
pm uninstall -k --user 0 com.android.bips
pm uninstall -k --user 0 com.android.bookmarkprovider
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.android.dreams.phototable
pm uninstall -k --user 0 com.android.keychain
pm uninstall -k --user 0 com.android.providers.partnerbookmarks
pm uninstall -k --user 0 com.android.se
pm uninstall -k --user 0 com.android.sharedstoragebackup
pm uninstall -k --user 0 com.android.vending
pm uninstall -k --user 0 com.android.wallpaperbackup
pm uninstall -k --user 0 com.aura.oobe.samsung
pm uninstall -k --user 0 com.enhance.gameservice
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.katana
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.maps
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.apps.restore
pm uninstall -k --user 0 com.google.android.apps.turbo
pm uninstall -k --user 0 com.google.android.backuptransport
pm uninstall -k --user 0 com.google.android.configupdater
pm uninstall -k --user 0 com.google.android.ext.services
pm uninstall -k --user 0 com.google.android.ext.shared
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.gms
pm uninstall -k --user 0 com.google.android.gms.policy_sidecar_aps
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.google.android.gsf
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.onetimeinitializer
pm uninstall -k --user 0 com.google.android.partnersetup
pm uninstall -k --user 0 com.google.android.printservice.recommendation
pm uninstall -k --user 0 com.google.android.setupwizard
pm uninstall -k --user 0 com.google.android.syncadapters.calendar
pm uninstall -k --user 0 com.google.android.syncadapters.contacts
pm uninstall -k --user 0 com.google.android.tts
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.core
pm uninstall -k --user 0 com.google.vr.vrcore
pm uninstall -k --user 0 com.hiya.star
pm uninstall -k --user 0 com.knox.vpn.proxyhandler
pm uninstall -k --user 0 com.microsoft.office.officehubrow
pm uninstall -k --user 0 com.microsoft.skydrive
pm uninstall -k --user 0 com.mygalaxy
pm uninstall -k --user 0 com.netflix.mediaclient
pm uninstall -k --user 0 com.netflix.partner.activation
pm uninstall -k --user 0 com.opera.max.preinstall
pm uninstall -k --user 0 com.samsung.SMT
pm uninstall -k --user 0 com.samsung.aasaservice
pm uninstall -k --user 0 com.samsung.android.aircommandmanager
pm uninstall -k --user 0 com.samsung.android.airtel.stubapp
pm uninstall -k --user 0 com.samsung.android.app.ledbackcover
pm uninstall -k --user 0 com.samsung.android.app.sbrowseredge
pm uninstall -k --user 0 com.samsung.android.app.siofviewer
pm uninstall -k --user 0 com.samsung.android.app.social
pm uninstall -k --user 0 com.samsung.android.app.tips
pm uninstall -k --user 0 com.samsung.android.app.vrsetupwizardstub
pm uninstall -k --user 0 com.samsung.android.app.watchmanagerstub
pm uninstall -k --user 0 com.samsung.android.bbc.bbcagent
pm uninstall -k --user 0 com.samsung.android.beaconmanager
pm uninstall -k --user 0 com.samsung.android.dlp.service
pm uninstall -k --user 0 com.samsung.android.dynamiclock
pm uninstall -k --user 0 com.samsung.android.easysetup
pm uninstall -k --user 0 com.samsung.android.email.provider
pm uninstall -k --user 0 com.samsung.android.hmt.vrshell
pm uninstall -k --user 0 com.samsung.android.hmt.vrsvc
pm uninstall -k --user 0 com.samsung.android.keyguardwallpaperupdator
pm uninstall -k --user 0 com.samsung.android.kidsinstaller
pm uninstall -k --user 0 com.samsung.android.knox.analytics.uploader
pm uninstall -k --user 0 com.samsung.android.knox.containeragent
pm uninstall -k --user 0 com.samsung.android.knox.containercore
pm uninstall -k --user 0 com.samsung.android.mateagent
pm uninstall -k --user 0 com.samsung.android.mdm
pm uninstall -k --user 0 com.samsung.android.mfi
pm uninstall -k --user 0 com.samsung.android.mobileservice
pm uninstall -k --user 0 com.samsung.android.net.wifi.wifiguider
pm uninstall -k --user 0 com.samsung.android.rubin.app
pm uninstall -k --user 0 com.samsung.android.samsungpass
pm uninstall -k --user 0 com.samsung.android.samsungpassautofill
pm uninstall -k --user 0 com.samsung.android.scloud
pm uninstall -k --user 0 com.samsung.android.smartswitchassistant
pm uninstall -k --user 0 com.samsung.android.spay
pm uninstall -k --user 0 com.samsung.android.spayfw
pm uninstall -k --user 0 com.samsung.android.svoice
pm uninstall -k --user 0 com.samsung.android.svoiceime
pm uninstall -k --user 0 com.samsung.desktopsystemui
pm uninstall -k --user 0 com.samsung.klmsagent
pm uninstall -k --user 0 com.samsung.knox.securefolder
pm uninstall -k --user 0 com.samsung.knox.securefolder.setuppage
pm uninstall -k --user 0 com.samsung.sree
pm uninstall -k --user 0 com.samsung.storyservice
pm uninstall -k --user 0 com.samsung.svoice.sync
pm uninstall -k --user 0 com.sec.android.app.apex
pm uninstall -k --user 0 com.sec.android.app.billing
pm uninstall -k --user 0 com.sec.android.app.chromecustomizations
pm uninstall -k --user 0 com.sec.android.app.dexonpc
pm uninstall -k --user 0 com.sec.android.app.kidshome
pm uninstall -k --user 0 com.sec.android.cover.ledcover
pm uninstall -k --user 0 com.sec.android.desktopcommunity
pm uninstall -k --user 0 com.sec.android.desktopmode.uiservice
pm uninstall -k --user 0 com.sec.android.easyMover.Agent
pm uninstall -k --user 0 com.sec.android.widgetapp.samsungapps
pm uninstall -k --user 0 com.sec.android.widgetapp.webmanual
pm uninstall -k --user 0 com.sec.enterprise.knox.attestation
pm uninstall -k --user 0 com.sec.enterprise.knox.cloudmdm.smdms
pm uninstall -k --user 0 com.sec.enterprise.mdm.services.simpin
pm uninstall -k --user 0 com.sec.enterprise.mdm.vpn
pm uninstall -k --user 0 com.sec.factory.cameralyzer
pm uninstall -k --user 0 com.sec.spp.push
pm uninstall -k --user 0 com.wssnps
for the other de-bloat thread please visit here. The apps mentioned there were breaking many system functions so this is my own list here.
Just in case
Reserved, Just in case.
After debloating my gallery keeps stopping.Which application I have to reinstall? Also please give the package name of that application.
pnsdhrn said:
After debloating my gallery keeps stopping.Which application I have to reinstall? Also please give the package name of that application.
Click to expand...
Click to collapse
Strange, do you have m307f or m307fn?
Also what's the region of your phone firmware, mine is INS and there was no prob for me while debloating.
Restore to the backup before debloating and try to de bloat again and see if the problem persists.
If nothing works, try debloating some apps at a time and see if it breaks
Hritwik said:
Strange, do you have m307f or m307fn?
Also what's the region of your phone firmware, mine is INS and there was no prob for me while debloating.
Restore to the backup before debloating and try to de bloat again and see if the problem persists.
If nothing works, try debloating some apps at a time and see if it breaks
Click to expand...
Click to collapse
Mine is m307f.My region is India. I took about 8 hrs to complete the debloat about 60 apps.So it might be better to know which are apps connected with gallery app.So I can reinstall them.
pnsdhrn said:
Mine is m307f.My region is India. I took about 8 hrs to complete the debloat about 60 apps.So it might be better to know which are apps connected with gallery app.So I can reinstall them.
Click to expand...
Click to collapse
why did it took you 8 hrs to complete de bloat?
ping this issue on telegram on official group https://t.me/SamsungGalaxyM30SOfficial , i will discuss it with you there.
should the phone be rooted for debloating? or can I simply debloatvusing adb?
udyannk5 said:
should the phone be rooted for debloating? or can I simply debloatvusing adb?
Click to expand...
Click to collapse
no need to root
Hi and thanks for the guide. I have installed everything.
Have also wiped and tried it several times because i have no network: "sim not registered on network" on bth sims.
This happens as soon as I disable dm-verity. If I flash Stock ROM back again then its ok and the cards work. Then I do the whole thing again with magisk then dm-verity and can't make or receive any calls. It shows sgnal bars (although sometimes very bad) but I can't mke any calls.
IMEI ist intact as far as I can tell.
The stock ROM I flashed was the PDA version on sammmoble for my phone and country.
I have booted into safe mode and it made no difference.
Any suggestions would be appreciatted.
thanks
Which ones do I need to remove from the list to keep Google play store? Also is it possible to remove Samsung store ?
Thanks for the help
Hritwik said:
De-bloat M30s
make full backup of /data and /system using twrp before debloat
The following apps are going to be de-bloated from your phone through adb. I cannot find another way to batch uninstall apps on android pie. If you know then please comment it below. PLEASE.
If you want other apps to be added to this list then please comment the package name (like com.xxx.xxxx.xxx or whatever) (not the app name like google app) and what this app does. It would be very helpful for all of us and i am also looking for other packages to add to this list since this is near-least de-bloat which does not break any system functionality.
if you want to remove any app from this list then comment the package name and what that package does. . It would be very helpful for all of us and i am also looking for packages to remove from this list that break system functionality.
APPS
android.autoinstalls.config.samsung
com.android.backupconfirm
com.android.bips
com.android.bookmarkprovider
com.android.chrome
com.android.dreams.phototable
com.android.keychain
com.android.providers.partnerbookmarks
com.android.se
com.android.sharedstoragebackup
com.android.vending
com.android.wallpaperbackup
com.aura.oobe.samsung
com.enhance.gameservice
com.facebook.appmanager
com.facebook.katana
com.facebook.services
com.facebook.system
com.google.android.apps.maps
com.google.android.apps.photos
com.google.android.apps.restore
com.google.android.apps.turbo
com.google.android.backuptransport
com.google.android.configupdater
com.google.android.ext.services
com.google.android.ext.shared
com.google.android.feedback
com.google.android.gm
com.google.android.gms
com.google.android.gms.policy_sidecar_aps
com.google.android.googlequicksearchbox
com.google.android.gsf
com.google.android.marvin.talkback
com.google.android.music
com.google.android.onetimeinitializer
com.google.android.partnersetup
com.google.android.printservice.recommendation
com.google.android.setupwizard
com.google.android.syncadapters.calendar
com.google.android.syncadapters.contacts
com.google.android.tts
com.google.android.videos
com.google.android.youtube
com.google.ar.core
com.google.vr.vrcore
com.hiya.star
com.knox.vpn.proxyhandler
com.microsoft.office.officehubrow
com.microsoft.skydrive
com.mygalaxy
com.netflix.mediaclient
com.netflix.partner.activation
com.opera.max.preinstall
com.samsung.SMT
com.samsung.aasaservice
com.samsung.android.aircommandmanager
com.samsung.android.airtel.stubapp
com.samsung.android.app.ledbackcover
com.samsung.android.app.sbrowseredge
com.samsung.android.app.siofviewer
com.samsung.android.app.social
com.samsung.android.app.tips
com.samsung.android.app.vrsetupwizardstub
com.samsung.android.app.watchmanagerstub
com.samsung.android.bbc.bbcagent
com.samsung.android.beaconmanager
com.samsung.android.dlp.service
com.samsung.android.dynamiclock
com.samsung.android.easysetup
com.samsung.android.email.provider
com.samsung.android.hmt.vrshell
com.samsung.android.hmt.vrsvc
com.samsung.android.keyguardwallpaperupdator
com.samsung.android.kidsinstaller
com.samsung.android.knox.analytics.uploader
com.samsung.android.knox.containeragent
com.samsung.android.knox.containercore
com.samsung.android.mateagent
com.samsung.android.mdm
com.samsung.android.mfi
com.samsung.android.mobileservice
com.samsung.android.net.wifi.wifiguider
com.samsung.android.rubin.app
com.samsung.android.samsungpass
com.samsung.android.samsungpassautofill
com.samsung.android.scloud
com.samsung.android.smartswitchassistant
com.samsung.android.spay
com.samsung.android.spayfw
com.samsung.android.svoice
com.samsung.android.svoiceime
com.samsung.desktopsystemui
com.samsung.klmsagent
com.samsung.knox.securefolder
com.samsung.knox.securefolder.setuppage
com.samsung.sree
com.samsung.storyservice
com.samsung.svoice.sync
com.sec.android.app.apex
com.sec.android.app.billing
com.sec.android.app.chromecustomizations
com.sec.android.app.dexonpc
com.sec.android.app.kidshome
com.sec.android.cover.ledcover
com.sec.android.desktopcommunity
com.sec.android.desktopmode.uiservice
com.sec.android.easyMover.Agent
com.sec.android.widgetapp.samsungapps
com.sec.android.widgetapp.webmanual
com.sec.enterprise.knox.attestation
com.sec.enterprise.knox.cloudmdm.smdms
com.sec.enterprise.mdm.services.simpin
com.sec.enterprise.mdm.vpn
com.sec.factory.cameralyzer
com.sec.spp.push
com.wssnps
To de-bloat above apps
Download Minimal ADB and Fastboot from here
extract them and where there is "adb.exe" open cmd window there (for windows: go to address bar of file explorer and type "cmd" and press enter)
make sure usb debugging is enabled in your phone and type "adb devices" in cmd. you should see your device.
now type "adb shell" and copy paste below commands in a go.
ADB commands for these apps
pm uninstall -k --user 0 android.autoinstalls.config.samsung
pm uninstall -k --user 0 com.android.backupconfirm
pm uninstall -k --user 0 com.android.bips
pm uninstall -k --user 0 com.android.bookmarkprovider
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.android.dreams.phototable
pm uninstall -k --user 0 com.android.keychain
pm uninstall -k --user 0 com.android.providers.partnerbookmarks
pm uninstall -k --user 0 com.android.se
pm uninstall -k --user 0 com.android.sharedstoragebackup
pm uninstall -k --user 0 com.android.vending
pm uninstall -k --user 0 com.android.wallpaperbackup
pm uninstall -k --user 0 com.aura.oobe.samsung
pm uninstall -k --user 0 com.enhance.gameservice
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.katana
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.maps
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.apps.restore
pm uninstall -k --user 0 com.google.android.apps.turbo
pm uninstall -k --user 0 com.google.android.backuptransport
pm uninstall -k --user 0 com.google.android.configupdater
pm uninstall -k --user 0 com.google.android.ext.services
pm uninstall -k --user 0 com.google.android.ext.shared
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.gms
pm uninstall -k --user 0 com.google.android.gms.policy_sidecar_aps
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm uninstall -k --user 0 com.google.android.gsf
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.onetimeinitializer
pm uninstall -k --user 0 com.google.android.partnersetup
pm uninstall -k --user 0 com.google.android.printservice.recommendation
pm uninstall -k --user 0 com.google.android.setupwizard
pm uninstall -k --user 0 com.google.android.syncadapters.calendar
pm uninstall -k --user 0 com.google.android.syncadapters.contacts
pm uninstall -k --user 0 com.google.android.tts
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.core
pm uninstall -k --user 0 com.google.vr.vrcore
pm uninstall -k --user 0 com.hiya.star
pm uninstall -k --user 0 com.knox.vpn.proxyhandler
pm uninstall -k --user 0 com.microsoft.office.officehubrow
pm uninstall -k --user 0 com.microsoft.skydrive
pm uninstall -k --user 0 com.mygalaxy
pm uninstall -k --user 0 com.netflix.mediaclient
pm uninstall -k --user 0 com.netflix.partner.activation
pm uninstall -k --user 0 com.opera.max.preinstall
pm uninstall -k --user 0 com.samsung.SMT
pm uninstall -k --user 0 com.samsung.aasaservice
pm uninstall -k --user 0 com.samsung.android.aircommandmanager
pm uninstall -k --user 0 com.samsung.android.airtel.stubapp
pm uninstall -k --user 0 com.samsung.android.app.ledbackcover
pm uninstall -k --user 0 com.samsung.android.app.sbrowseredge
pm uninstall -k --user 0 com.samsung.android.app.siofviewer
pm uninstall -k --user 0 com.samsung.android.app.social
pm uninstall -k --user 0 com.samsung.android.app.tips
pm uninstall -k --user 0 com.samsung.android.app.vrsetupwizardstub
pm uninstall -k --user 0 com.samsung.android.app.watchmanagerstub
pm uninstall -k --user 0 com.samsung.android.bbc.bbcagent
pm uninstall -k --user 0 com.samsung.android.beaconmanager
pm uninstall -k --user 0 com.samsung.android.dlp.service
pm uninstall -k --user 0 com.samsung.android.dynamiclock
pm uninstall -k --user 0 com.samsung.android.easysetup
pm uninstall -k --user 0 com.samsung.android.email.provider
pm uninstall -k --user 0 com.samsung.android.hmt.vrshell
pm uninstall -k --user 0 com.samsung.android.hmt.vrsvc
pm uninstall -k --user 0 com.samsung.android.keyguardwallpaperupdator
pm uninstall -k --user 0 com.samsung.android.kidsinstaller
pm uninstall -k --user 0 com.samsung.android.knox.analytics.uploader
pm uninstall -k --user 0 com.samsung.android.knox.containeragent
pm uninstall -k --user 0 com.samsung.android.knox.containercore
pm uninstall -k --user 0 com.samsung.android.mateagent
pm uninstall -k --user 0 com.samsung.android.mdm
pm uninstall -k --user 0 com.samsung.android.mfi
pm uninstall -k --user 0 com.samsung.android.mobileservice
pm uninstall -k --user 0 com.samsung.android.net.wifi.wifiguider
pm uninstall -k --user 0 com.samsung.android.rubin.app
pm uninstall -k --user 0 com.samsung.android.samsungpass
pm uninstall -k --user 0 com.samsung.android.samsungpassautofill
pm uninstall -k --user 0 com.samsung.android.scloud
pm uninstall -k --user 0 com.samsung.android.smartswitchassistant
pm uninstall -k --user 0 com.samsung.android.spay
pm uninstall -k --user 0 com.samsung.android.spayfw
pm uninstall -k --user 0 com.samsung.android.svoice
pm uninstall -k --user 0 com.samsung.android.svoiceime
pm uninstall -k --user 0 com.samsung.desktopsystemui
pm uninstall -k --user 0 com.samsung.klmsagent
pm uninstall -k --user 0 com.samsung.knox.securefolder
pm uninstall -k --user 0 com.samsung.knox.securefolder.setuppage
pm uninstall -k --user 0 com.samsung.sree
pm uninstall -k --user 0 com.samsung.storyservice
pm uninstall -k --user 0 com.samsung.svoice.sync
pm uninstall -k --user 0 com.sec.android.app.apex
pm uninstall -k --user 0 com.sec.android.app.billing
pm uninstall -k --user 0 com.sec.android.app.chromecustomizations
pm uninstall -k --user 0 com.sec.android.app.dexonpc
pm uninstall -k --user 0 com.sec.android.app.kidshome
pm uninstall -k --user 0 com.sec.android.cover.ledcover
pm uninstall -k --user 0 com.sec.android.desktopcommunity
pm uninstall -k --user 0 com.sec.android.desktopmode.uiservice
pm uninstall -k --user 0 com.sec.android.easyMover.Agent
pm uninstall -k --user 0 com.sec.android.widgetapp.samsungapps
pm uninstall -k --user 0 com.sec.android.widgetapp.webmanual
pm uninstall -k --user 0 com.sec.enterprise.knox.attestation
pm uninstall -k --user 0 com.sec.enterprise.knox.cloudmdm.smdms
pm uninstall -k --user 0 com.sec.enterprise.mdm.services.simpin
pm uninstall -k --user 0 com.sec.enterprise.mdm.vpn
pm uninstall -k --user 0 com.sec.factory.cameralyzer
pm uninstall -k --user 0 com.sec.spp.push
pm uninstall -k --user 0 com.wssnps
for the other de-bloat thread please visit here. The apps mentioned there were breaking many system functions so this is my own list here.
Click to expand...
Click to collapse
Do you know if any M30s global version attemp works with this guide?
Derealjessejames said:
Which ones do I need to remove from the list to keep Google play store? Also is it possible to remove Samsung store ?
Thanks for the help
Click to expand...
Click to collapse
"com.android.vending" for playstore.
and i think this list removes samsung store, if not, just execute below command after putting samsung store package name in it (just like other commands).
"pm uninstall -k --user 0 <samsung store pkg name>"
rullydotcom said:
Do you know if any M30s global version attemp works with this guide?
Click to expand...
Click to collapse
it works on any version.
A Reddit User sent me the link to this Thread and I believe this may be what I am looking for, however, I have a few questions, just to make sure:
+Will this Debloat/DeGoogle/MicroG Install work on a Samsung Galaxy Note 9 (Exynos) and, once complete, still allow one to use Samsung's One UI with full S-Pen functionality?
+If so, is there a different process for the Note?
+When it was stated that this will work on "...any other device", does that mean any Android Phone from any manufacturer with an Unlockable Bootloader, like the Red Hydrogen One or the LG V60 (LMV600EA)?
Thanks for any help that may be sent my way.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Hritwik said:
This guide explains how to debloat M30s (or any other samsung device or any other device) and also deGoogle it by removing most of google invasive crap. (yes, GPlay services is also removed).​Play store, Google app and other crap is also removed from system, so if you want to use them, install them as user app. The installation for play store is different, and it is explained below.
Check my Post on reddit for more up to date info and clear instructions HERE
When we remove Gplay services, many apps and services stop working . Many apps will give error but still work (like maps and telegram and whatsapp). Play store will definitely not work and many apps that use push notification through Gplay services (most of them) will not be able to do so. In my case Uber, ola or any other ride app was also not working and was crashing constantly. Paytm will also not work without play services. And on top of that many apps that use location might not behave properly.
Whoosh! those are a lot of problems for uninstalling play services. So, why would anyone want to do that?
Simply put it, Google is an Advertising company. No it is not a company that sells product, i mean yes it sells products and earns from them BUT more than 60% of their revenue comes from Ads that they serve you. And yes, google is the biggest Ad company in the world with more than 80% of ad share (i may be wrong about the %, feel free to search yourself). So obviously they want ta make money out of your data (by selling it) and to do that what better way than to install spyware on world's largest mobile OS.
Google play services record your every action, tracking every app that you opened and everything you do. That data remains with google and they sell it to 3rd parties (and you agreed to it when you made Google account and setup your android device. Remember Clicking on "I AGREE"?).
Here i will not discuss how invasive it is. A simple Web search with "google play services tracking" will give you much more information. (and please do search it, i beg you) (Pro Tip: reddit has best answers, so explore reddit links from search)
Here is a good one explaining things
And Gplay services Eat a LOT of battery by constantly Running in background. So if you want better battery, remove it
So you have decided to degoogle your phone (and debloat it). What to do about all those errors after removing play services?
Here Comes MicroG. microG is an Open Source replacement for Google Play Services.
"MicroG is a free-as-in-freedom re-implementation of Google’s proprietary Android user space apps and libraries.
The linux-based open-source mobile operating system Android is not only the most popular mobile operating system in the world, it’s also on the way to becoming a proprietary operating system. How is that?
While the core operating system is still released as part of the Android Open Source Project, the majority of core apps are not. It gets worse: More and more libraries and APIs are only available on phones that run various Google apps pre-installed, effectively locking third-party apps to the Google ecosystem. For these reasons Android is described as being a “look but don’t touch” kind of open.
At this point, several popular open-source applications already require some of Google’s proprietary libraries to be installed. Increasing demand in the free software community in addition to severe problems in Google’s proprietary software discovered by the Android modding community, have led to the development of a free software clone of Google’s proprietary core libraries and applications - the microG Project was born.
Although most microG components are far from complete, users are amazed by the results. Free software users got extended application support, privacy-caring users can reduce or monitor data that is sent to Google and especially older phones can expect some battery life improvements."
(So it basically removes all those errors. Great!)
So, Lets start Degoogling!
Warning: bootloader needs to be unlocked, magisk should be there and twrp should be installed.
NOTE: MAKE FULL NANDROID BACKUP OF YOUR DEVICE BEFORE PROCEEDING BY GOING TO TWRP -> BACKUP -> SELECT ALL . store it in PC or somewhere safe​
Removing google crap
Flash TWRP and install magisk.
We need Signature spoofing in the ROM. Download SmaliPatcher from here and tick all patches, (We are interested in the "signature spoofing" one but all of them are useful) and follow the instructions on its page to install that module. Now your system supports signature spoofing. (I recommend SmaliPatcher even if your rom supports Signature Spoofing so that no issue arises)
Other ways for signature spoofing are given in MicroG wiki here
(IF YOU ARE ON STOCK ROM)
In case you had the Google Play Services previously installed (which Users having stock ROM have), remove all updates and the packages in /system/priv-app of the Google Services (you can use TWRP file manager or any root explorer to delete below packages, just delete the apk files in respective folders):
GmsCore (PrebuiltGmsCore, PrebuiltGmsCorePi, PrebuiltGmsCorePix)
GoogleBackupTransport
GoogleFeedback
GoogleLoginService
GoogleOneTimeInitializer
GooglePartnerSetup
GoogleServicesFramework
Phonesky
SetupWizard
Velvet.
In case you forgot to remove the GmsCore updates, you can manually remove these using adb uninstall com.google.android.gms.
After that, reboot your android device - all privileged GAPPS should be removed. (a bootloop may be caused, but dont worry, just boot into TWRP and follow below steps.)
IF YOU ARE ON CUSTOM ROM-> after flashing rom zip, do not reboot and follow below (DONT FLASH ANY GAPPS)
Make full backup of your device if not made till now​
Installing MicroG
Download Latest "MinMicroG-Standard-XXX.zip" from here
Add "system-" to start of package name (thus making it like "system-MinMicroG-Standard-XXX.zip" ) and copy it in sdcard or internal storage of phone. Now boot into TWRP
flash "system-MinMicroG-Standard-XXX.zip".
OLD METHOD, USE THIS IF ABOVE WONT WORK
Download the following from here
full NanoDroid-xx.xx.xx.xxxxxxx.zip
NanoDroid-setupwizard.zip
NanoDroid-uninstaller.zip (if it causes brick)
Copy below in sdcard or internal storage of phone. Now boot into TWRP
NanoDroid-setupwizard.zip
NanoDroid-uninstaller.zip (if it causes brick)
flash NanoDroid-setupwizard.zip, now an aroma installer is opened. click on next , agree to terms and click next, chose save location "/data/media/0" (you can change this as per your needs but remember this location since here the installer will save 3 files) and click next
now from here onwards you can select yourself according to your needs or follow my tutorial till the end of aroma installer.
you should be on generic settings page, tick 'apps', 'maps apiv1', 'init scrips', 'gnu bash', and 'shell utils'. click next.
in microG page, select "full", next, on f-droid page select "official", next, select all 4 nlpBackends, next, now here select "play store(patrched)" if you want to use Play store (your choice, if you want to degoogle select "Aurora + fake store"), next
now select apps of your choice here, next, on Debloat setup page click next (yeah just skip it), and finally click on create config, next and finish.
Aroma installer Ends now.
Now while in twrp, connect your phone to PC and browse to internal storage (or the location you selected during aroma installer to save files)
the 3 files will be ".nanodroid-overlay", ".nanodroid-setup", ".nanodroid-apps". Copy these to PC and keep them in some place safe. Now open "nanodroid.zip" (that you downloaded earlier) with winRAR or 7zip and drag and drop these 3 files in it. (they should be in root of the zip where "meta-inf" folder is)
now copy NanoDroid-xx.xx.xx.xxxxxxx.zip to your phone and flash it.
now boot into system. if flashing nanodroid causes bootloop, restore from twrp backup that you made (i told you so!).
Configuring MicroG
You need to setup microG , go into microG settings (in app drawer or in settings) and set up everything like:
check results in Self-Check, grant all the missing permissions (by tapping on them)
especially the Battery Optimization item
if Phonesky (= Fake Store or Play Store) lacks signature spoofing permissions head to Settings / Apps / Permissions / Signature Spoofing and grant it
enable Google device registration
enable Google Cloud Messaging (only if you want to receive push messages from your applications)
enable Google SafetyNet, required for applications that utilize SafetyNet, for example Pokémon GO (Currently Broken)
in UnifiedNlp Settings choose all (whichever you've choosen to be installed)
Déjà Vu, Mozilla, Apple, and others (like GSM and WiFi Location Service)
Nominatim as Address lockup backend
after everything is done, reboot
if you installed Play Store open it, setup account and install your apps
Make sure you have all options ticked in self-check of microG settings (except maybe for last one). if not web search it or post it here.
Congratulations, you have successfully removed Gplay services.
ONLY IF YOU HAVE USED OLD METHOD (USING NANODROID)
Updates of nanodroid
Make full backup of your device before update. In case anything happens after update, you can rollback easily​So the nanodroid is updated quite frequently with the apps that come with it. So when you see an updated version of nanodroid on official download page (yeah there are no automatic updates, you have to manually check by going to the download page and download it) download below zips from here
full NanoDroid-xx.xx.xx.xxxxxxx.zip (the updated version)
NanoDroid-uninstaller.zip (the updated version)
* Now open "NanoDroid-xx.xx.xx.xxxxxxx.zip " (updated version) with winRAR or 7zip and drag and drop those 3 files [ ".nanodroid-overlay", ".nanodroid-setup", ".nanodroid-apps".] in it. (just like you did before)
* Now copy NanoDroid-xx.xx.xx.xxxxxxx.zip to your phone and flash it through twrp.
You may need to re-configure microG, so just do it again.
Huge thanks to the below members for the tools.
@santhoosh for twrp
@MaR-V-iN for microG (thank you sir!)
@Setialpha for nanodroid
@FriendlyNeighborhoodShane for MinMicroG
and other ones whom i forgot to add
Now lets de-bloat your device. see post #2
Click to expand...
Click to collapse
CommanderSozo said:
A Reddit User sent me the link to this Thread and I believe this may be what I am looking for, however, I have a few questions, just to make sure:
+Will this Debloat/DeGoogle/MicroG Install work on a Samsung Galaxy Note 9 (Exynos) and, once complete, still allow one to use Samsung's One UI with full S-Pen functionality?
+If so, is there a different process for the Note?
+When it was stated that this will work on "...any other device", does that mean any Android Phone from any manufacturer with an Unlockable Bootloader, like the Red Hydrogen One or the LG V60 (LMV600EA)?
Thanks for any help that may be sent my way.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Click to expand...
Click to collapse
+Yes, just dont uninstall apps that control S-pen functions (you can search which apps are necessary for them)
+NO, but make a complete backup in case you ****up something.
+Yes, it should. Try it and for more general guide visit here
Thanks so much!
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Hritwik said:
+Yes, just dont uninstall apps that control S-pen functions (you can search which apps are necessary for them)
+NO, but make a complete backup in case you ****up something.
+Yes, it should. Try it and for more general guide visit here
Click to expand...
Click to collapse
Can i do signature spoofing with super su and xposed? My phone doesnt support magisk
So, If i understand correctly, I will have oneui with microG instead of GMS correct? Also, after all the process can I root the phone or that must be done before? I wanna use magisk module to spoof Saftynet. And to finish, will I be able to update oneui without a problem?
Thx a lot

Chrome keeps coming back

Anyone else's Chrome keep coming back after disabling?
It keeps coming back no matter what I do and yes I do know about removing apps via ADB, but I shouldn't have to if disabling the app worked properly.
Yes automatic app updates from the Play store are disabled.
Edit: T-Mobile variant LM-V600TM on software version 10p
Sorry, ADB is the best way to go. Try the following steps and see if it works for you: clear data & cache on the app first. 2. Uninstall updates on the app. 3. Force stop the app. 4. Disable the app.
---------- Post added at 12:06 PM ---------- Previous post was at 12:01 PM ----------
If that doesn't work, then try the app "Package Disabler" from the play store. If that doesn't work too, then ADB is your best choice. I have the AT&T variant of this phone and boy did I aggressively remove close to 20 bloatware apps and stupid games installed by AT&T. AT&T is the champion of bloatware
I just kept disabling it until it stopped re enabling itself. I don't know how it stopped coming back but it did lol.
datkevjames said:
Anyone else's Chrome keep coming back after disabling?
It keeps coming back no matter what I do and yes I do know about removing apps via ADB, but I shouldn't have to if disabling the app worked properly.
Yes automatic app updates from the Play store are disabled.
Edit: T-Mobile variant LM-V600TM on software version 10p
Click to expand...
Click to collapse
You can uninstall via adb or disable it via the lg package disabler in the market. If you don't use adb there's a tutorial on XDA.
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
YES! I am so sick of doing this several frigging times a day! It does it regardless of not allowing to use data, regardless of my settings at all! I was hoping the Tmo update that just came thru would stop it, but nope it re-enabled immediately upon completion! I have reported it as malicious, nothing changes. I'm taking a four day weekend and by god I AM USING ADB to junk it! That package disable everyone recommends is the same as disabling via app section unless you give ADB access. Well if I'm gonna take time to go thru those steps, I may as well just bite the bullet and do it right.
---------- Post added at 12:53 PM ---------- Previous post was at 12:52 PM ----------
lendawg said:
I just kept disabling it until it stopped re enabling itself. I don't know how it stopped coming back but it did lol.
Click to expand...
Click to collapse
I've been doing the same for 2 months and it is still re-enabling. I'M DONE! lol
ggrant3876 said:
You can uninstall via adb or disable it via the lg package disabler in the market. If you don't use adb there's a tutorial on XDA.
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
Click to expand...
Click to collapse
Ok, well windows 10 sucks. Will NOT open the CMD in the folder, only that stupid powershell window which is useless. So now I'm stuck with chrome re-enabling itself all day every day I guess. ARGH!!!
After lots and LOTS of different finagling, I got it to work! One note for anyone trying this, use the MIDI setting of USB connection, not the file transfer.
pre4speed said:
Ok, well windows 10 sucks. Will NOT open the CMD in the folder, only that stupid powershell window which is useless. So now I'm stuck with chrome re-enabling itself all day every day I guess. ARGH!!!
Click to expand...
Click to collapse
I'm using minimal adb on a windows 10 machine with no problems.
https://forum.xda-developers.com/showthread.php?t=2317790
I used to dl the full sdk and have to keep it updated but minimal adb does everything I need and takes up a lot less space on my ssd.
Tutorial here: https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
I went ahead and made a bloatware removal list for ADB:
pm uninstall --user 0 com.tmobile.m1
pm uninstall --user 0 com.tmobile.pr.mytmobile
pm uninstall --user 0 com.tmobile.pr.adapt
pm uninstall --user 0 com.tmobile.rsuadapter.qualcomm
pm uninstall --user 0 com.tmobile.rsuapp
pm uninstall --user 0 com.tmobile.rsusrv
pm uninstall --user 0 com.lge.lgwallet
pm uninstall --user 0 com.lge.gametools.gamerecorder
pm uninstall --user 0 com.lge.qhelp.application
pm uninstall --user 0 com.lge.lgworld
pm uninstall --user 0 com.dsl.ant.server
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.oem.autotest
pm uninstall --user 0 com.android.wallpaper.livepicker
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.google.android.printservice.recommendation
pm uninstall --user 0 com.google.android.tts
pm uninstall --user 0 com.oem.autotest
pm uninstall --user 0 com.android.traceur
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.apps.magazines
pm uninstall --user 0 com.google.android.apps.docs.editors.slides
pm uninstall --user 0 com.google.android.apps.docs.editors.sheets
pm uninstall --user 0 com.google.android.apps.docs.editors.docs
pm uninstall --user 0 com.google.android.apps.cloudprint
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.facebook.katana
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.android.printspooler
pm uninstall --user 0 com.android.bips
pm uninstall --user 0 com.google.android.music
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.lge.animal.resource
pm uninstall --user 0 com.lge.exchange
pm uninstall --user 0 com.lge.email
pm uninstall --user 0 com.lge.carfinding
pm uninstall --user 0 com.lge.lgpay.qlauncher
pm uninstall --user 0 com.lge.lifetracker
pm uninstall --user 0 com.lge.upsell
pm uninstall --user 0 com.lge.wifihotspotwidget
pm uninstall --user 0 com.lge.hotspotlauncher
pm uninstall --user 0 com.lge.music
pm uninstall --user 0 com.lge.musicpicker
pm uninstall --user 0 com.lge.qhelp
pm uninstall --user 0 com.lge.bnr
pm uninstall --user 0 com.lge.myplace.engine
pm uninstall --user 0 com.lge.myplace
pm uninstall --user 0 com.lge.ime.myavatar.default01
pm uninstall --user 0 com.lge.ime.myavatar.default02
pm uninstall --user 0 com.lge.ime.myavatar.default03
pm uninstall --user 0 com.lge.gamelauncher
pm uninstall --user 0 com.lge.gametuner
pm uninstall --user 0 com.google.android.projection.gearhead
datkevjames said:
I went ahead and made a bloatware removal list for ADB:
pm uninstall --user 0 com.tmobile.m1
pm uninstall --user 0 com.tmobile.pr.mytmobile
pm uninstall --user 0 com.tmobile.pr.adapt
pm uninstall --user 0 com.tmobile.rsuadapter.qualcomm
pm uninstall --user 0 com.tmobile.rsuapp
pm uninstall --user 0 com.tmobile.rsusrv
pm uninstall --user 0 com.lge.lgwallet
pm uninstall --user 0 com.lge.gametools.gamerecorder
pm uninstall --user 0 com.lge.qhelp.application
pm uninstall --user 0 com.lge.lgworld
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.apps.magazines
pm uninstall --user 0 com.google.android.apps.docs.editors.slides
pm uninstall --user 0 com.google.android.apps.docs.editors.sheets
pm uninstall --user 0 com.google.android.apps.docs.editors.docs
pm uninstall --user 0 com.google.android.apps.cloudprint
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.facebook.katana
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.android.printspooler
pm uninstall --user 0 com.android.bips
pm uninstall --user 0 com.google.android.music
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.lge.animal.resource
pm uninstall --user 0 com.lge.exchange
pm uninstall --user 0 com.lge.email
pm uninstall --user 0 com.lge.carfinding
pm uninstall --user 0 com.lge.lgpay.qlauncher
pm uninstall --user 0 com.lge.lifetracker
pm uninstall --user 0 com.lge.upsell
pm uninstall --user 0 com.lge.wifihotspotwidget
pm uninstall --user 0 com.lge.hotspotlauncher
pm uninstall --user 0 com.lge.music
pm uninstall --user 0 com.lge.musicpicker
pm uninstall --user 0 com.lge.qhelp
pm uninstall --user 0 com.lge.bnr
pm uninstall --user 0 com.lge.myplace.engine
pm uninstall --user 0 com.lge.myplace
pm uninstall --user 0 com.lge.ime.myavatar.default01
pm uninstall --user 0 com.lge.ime.myavatar.default02
pm uninstall --user 0 com.lge.ime.myavatar.default03
pm uninstall --user 0 com.lge.gamelauncher
pm uninstall --user 0 com.lge.gametuner
pm uninstall --user 0 com.google.android.projection.gearhead
Click to expand...
Click to collapse
I tried that com.tmobile.ml one and it said it wasn't installed, also the LG pay, now both those show as not installed. However, the main malicious culprit, chrome is BANISHED.

[curtana} Debloat list for Global MIUI 11.0.10

The update from MIUI 11.0.9 to 11.0.10 has changed some pre-installed apps. I have uninstalled more apps now including their unnecessary settings.
Please pay attention: This time I have not uninstalled com.miui.gallery, as somebody warned me that it leads to a bootloop. But I havent experienced it in 11.0.9. In this version 11.0.10 I am more cautious and I let the gallery app untouched. Nevermind, I dont neet the MI Gallery, because I prefer the open source Simple Mobile Tools from Fdroid or PlayStore: www.simplemobiletools.com I recommend the open source Lawnchair2 from PlayStore as alternative launcher. There you can hide MI Gallery app.
My device has no root, no custom ROM, just the original MIUI global. The Xiaomi App-Updater works. So I suppose OTA to MIUI12 will work too!
The debloating leaves you with a very clean phone at least you have only a handful apps installed on your MIUI homescreen. A good start!
My "old" list for MIUI 11.0.9. is here.
I also recommend: Xiaomi ADB/Fastboot Tools by Szaki, a simple tool for managing Xiaomi devices on desktop using ADB and Fastboot. There you find many of the debloated apps, that I have noted in my debloating list, although my list digs deeper in some areas.
If you are interest in the meaning of an app, simply search for it in a search engine of your choice e.g. startpage, duckduckgo, qwant etc.
Debloating list:
Code:
ANDROID / GOOGLE
-----------------------------------
pm uninstall --user 0 com.android.chrome
pm uninstall --user 0 com.android.deskclock
pm uninstall --user 0 com.android.providers.downloads.ui
pm uninstall --user 0 com.android.providers.partnerbookmarks
pm uninstall --user 0 com.android.soundrecorder
pm uninstall --user 0 com.google.android.apps.googleassistant
pm uninstall --user 0 com.google.android.apps.maps
pm uninstall --user 0 com.google.android.apps.subscriptions.red
pm uninstall --user 0 com.google.android.apps.walletnfcrel
pm uninstall --user 0 com.google.android.apps.wellbeing
pm uninstall --user 0 com.google.android.calendar
pm uninstall --user 0 com.google.android.contacts
pm uninstall --user 0 com.google.android.feedback
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.marvin.talkback
pm uninstall --user 0 com.google.android.projection.gearhead
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.google.ar.core
pm uninstall --user 0 com.google.ar.lens
MIUI / XIAOMI
-----------------------------------
pm uninstall --user 0 com.duokan.phone.remotecontroller
pm uninstall --user 0 com.duokan.phone.remotecontroller.peel.plugin
pm uninstall --user 0 com.mi.android.globalFileexplorer
pm uninstall --user 0 com.mi.android.globalminusscreen
pm uninstall --user 0 com.micredit.in
pm uninstall --user 0 com.milink.service
pm uninstall --user 0 com.mipay.wallet.id
pm uninstall --user 0 com.mipay.wallet.in
pm uninstall --user 0 com.miui.analytics
pm uninstall --user 0 com.miui.android.fashiongallery
pm uninstall --user 0 com.miui.backup
pm uninstall --user 0 com.miui.bugreport
pm uninstall --user 0 com.miui.calculator
pm uninstall --user 0 com.miui.cleanmaster
pm uninstall --user 0 com.miui.cloudbackup
pm uninstall --user 0 com.miui.cloudservice
pm uninstall --user 0 com.miui.cloudservice.sysbase
pm uninstall --user 0 com.miui.compass
pm uninstall --user 0 com.miui.daemon
pm uninstall --user 0 com.miui.fm
pm uninstall --user 0 com.miui.fmservice
pm uninstall --user 0 com.miui.freeform
pm uninstall --user 0 com.miui.huanji
pm uninstall --user 0 com.miui.hybrid
pm uninstall --user 0 com.miui.hybrid.accessory
pm uninstall --user 0 com.miui.micloudsync
pm uninstall --user 0 com.miui.miservice
pm uninstall --user 0 com.miui.msa.global
pm uninstall --user 0 com.miui.newmidrive
pm uninstall --user 0 com.miui.notes
pm uninstall --user 0 com.miui.phrase
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.screenrecorder
pm uninstall --user 0 com.miui.touchassistant
pm uninstall --user 0 com.miui.videoplayer
pm uninstall --user 0 com.miui.yellowpage
pm uninstall --user 0 com.miui.weather2
pm uninstall --user 0 com.tencent.soter.soterserver
pm uninstall --user 0 com.xiaomi.glgm
pm uninstall --user 0 com.xiaomi.joyose
pm uninstall --user 0 com.xiaomi.midrop
pm uninstall --user 0 com.xiaomi.mipicks
pm uninstall --user 0 com.xiaomi.miplay_client
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 com.xiaomi.scanner
ADVERTISING APPS
-----------------------------------
pm uninstall --user 0 cn.wps.moffice_eng
pm uninstall --user 0 cn.wps.xiaomi.abroad.lite
pm uninstall --user 0 com.alibaba.aliexpresshd
pm uninstall --user 0 com.ebay.carrier
pm uninstall --user 0 com.ebay.mobile
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.facebook.katana
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.linkedin.android
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.netflix.partner.activation
If you get an error for the package "com.google.ar.lens" or .core just ignore it and remove it together with the following apps again. After the first start some Google Apps get installed. Remove them too:
Code:
pm uninstall --user 0 com.google.ar.lens
pm uninstall --user 0 com.google.ar.core
pm uninstall --user 0 com.google.android.apps.docs
pm uninstall --user 0 com.google.android.apps.magazines
pm uninstall --user 0 com.google.android.apps.photos
pm uninstall --user 0 com.google.android.apps.podcasts
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.apps.youtube.music
pm uninstall --user 0 com.google.android.videos
I have only disabled the following apps:
Code:
pm disable-user --user 0 com.android.apps.tag
pm disable-user --user 0 com.android.calllogbackup
pm disable-user --user 0 com.android.backupconfirm
pm disable-user --user 0 com.android.bips
pm disable-user --user 0 com.android.bookmarkprovider
pm disable-user --user 0 com.android.dreams.basic
pm disable-user --user 0 com.android.dreams.phototable
pm disable-user --user 0 com.android.egg
pm disable-user --user 0 com.android.emergency
pm disable-user --user 0 com.android.fileexplorer
pm disable-user --user 0 com.android.hotwordenrollment.okgoogle
pm disable-user --user 0 com.android.hotwordenrollment.xgoogle
pm disable-user --user 0 com.android.managedprovisioning
pm disable-user --user 0 com.android.printspooler
pm disable-user --user 0 com.android.proxyhandler
pm disable-user --user 0 com.android.wallpaper.livepicker
pm disable-user --user 0 com.android.wallpaperbackup
pm disable-user --user 0 com.google.android.apps.messaging
pm disable-user --user 0 com.google.android.ext.shared
pm disable-user --user 0 com.google.android.onetimeinitializer
pm disable-user --user 0 com.google.android.partnersetup
pm disable-user --user 0 com.google.android.printservice.recommendation
pm disable-user --user 0 com.miui.wmsvc
Thanks for this. I am planning to buy Indian version (RN9promax). It'd be great if you can give a brief description of what features each uninstalled/disabled app removes from phone. Most are self explanatory but some need a bit explaining. Thanks.
Hi there gerega,
Care to answer a few queries:
1. Things to be taken care of before preforming these, IF any?
2. Apps disabled why, uninstalling creates issues?
3. What improvements noticed, besides bloat gone away?
4. In simple words which apps were removed and where did you later install them from......Play store, F Driod etc?
5. is a reboot required after uninstalling and disabling, each time?
6. Pros over unlocking bootloader, TWRP, Root and a MIUI 11/12 stable ROM?
Thanks again.
Regards!!
iSLaND7 said:
... be great if you can give a brief description of what features each uninstalled/disabled app removes from phone.
Click to expand...
Click to collapse
Please look for yourself. Simply copy the app file name in a search engine and then you get the answers. Took me a long time to find and I havent copied the info separately.
Mike2030 said:
Hi there gerega,
Care to answer a few queries:
Click to expand...
Click to collapse
Of course!
1. Nothing, you must know how to setup adb of course or run a jar-file, if you use the solution by Szaki.
2. Apps disabled, because I dont know, if I might probably need them anytime later.
3. Nothing more positive that I am aware of. Of course I hope that there is less personal data sent to Xiaomi.
4. The apps I remove completely (uninstall), are the ones I dont need them at all. So there is no need to reinstall anything for me. PLaystore, apkmirror should be fine though.
5. It is okay to reboot at the whole end.
6. No pros I think, but my aunt needs a new phone and I need a working phone that I wont be able to administrate, so it needs to be running stable.
WARNING:
i found a minor issue with my debloat list. The Mi Gallery stops working. Seems as if a dependent app is missing. Will check it tomorrow.
gerega said:
Of course!
1. Nothing, you must know how to setup adb of course or run a jar-file, if you use the solution by Szaki.
2. Apps disabled, because I dont know, if I might probably need them anytime later.
3. Nothing more positive that I am aware of. Of course I hope that there is less personal data sent to Xiaomi.
4. The apps I remove completely (uninstall), are the ones I dont need them at all. So there is no need to reinstall anything for me. PLaystore, apkmirror should be fine though.
5. It is okay to reboot at the whole end.
6. No pros I think, but my aunt needs a new phone and I need a working phone that I wont able to administrate, so it needs be running stable.
WARNING:
i found a minor issue with my debloat list. The Mi Galler stops working. Seems as if a dependent app is missing. Will check it tomorrow.
Click to expand...
Click to collapse
Thanks for taking out the time to reply.
A few more questions from an old man!
1. Do the Android/Google apps and MIUI services/apps be installed in 1 go, or one could uninstall them in a staggered way...the reason for asking is to see the stability and not for errors to appear. Than one would not know which was/ is the culprit?
2. How do you figure out like in case of Mi Galler that's stop working to see for the dependent app missing?
3. I have a SD card installed, and am signed into Xiaomi Cloud ......do I need to take care of anything?
4. Are google apps and ad apps like FB, Linkedin etc linked to Xiaomi sending data?
5. Are the uninstalled apps a clean uninstall or leave remnants behind?
6. Since you are so smart, why don't you create a deblaoted MIUI ROM, I would gladly purchase/donate? Never used a Xiaomi before, am used to Oneplus.
7. How long does it take to debloat from your list.......can it be done using Team Viewer?
8. I dont play games on the phone, just for normal calls, texting, browsing and social network apps like Whatsapp, FB, Messanger, Instagram, Linkedin, Snapchat, Twitter, Skype, VLC, Chrooma KB, Accu batt Pro, CPUZ Pro, Greenify Donation and Whicons, use Brave browser, and google apps installed are Chrome, Photos, Drive, Maps. I use Nova Prime or Lawnchair as recommended by you, no weather but Yr.no, none compass, screen recorder, etc provided by stock Xiaomi.
9. RAM usage never exceeds more 3.8 of 6 gigs. Internal storage free is approx 101 GB of 128.
10. Want a clean, stable trouble free ROM, as Lineage OS for Oneplus.
Thanks again.
Best regards!
1. Windows unable to install drivers for RN9Pro......any links?
2. Szaki tools downloaded, but won't detect the phone or get connected, realized Brave has no Java installed....is that correct?
Thanks again.
Mike2030 said:
Thanks for taking out the time to reply.
Click to expand...
Click to collapse
Your questions:
1. in one go! Just copy paste. If it gives you an error, read it. Most common errors: the package is not installed etc. Nothing to worry about!
2. A bit of logic thinking and then trial & error. I have found the package that caused the error and have just removed it from the debloating list! (com.xiaomi.micloud.sdk must not be removed from the device!)
3. Depends on what you want.
4. Of course. Since Snowden leaks we know that everything that can be will be collected and sent home. I want to minimize and I am very privacy orientated.
5. Please read the manpage of pm. The -k option keeps all config files. I dont need them so I deleted those files too.
6. No interest in it.
7. Once you got adb working: about 2 minutes, just copy & paste Once you start debloating you will literally see it on the "desktop" how the files disappear.
8. You need to figure out, what you dont want to uninstall and delete those lines before executing them.
9. Okay
10. So you might maybe give LineageOS a try. You wont get it any cleaner than that.
Mike2030 said:
1. Windows unable to install drivers for RN9Pro......any links?
2. Szaki tools downloaded, but won't detect the phone or get connected, realized Brave has no Java installed....is that correct?
Thanks again.
Click to expand...
Click to collapse
2. If you are on Windows, you need to install Java:
https://www.java.com/de/download/
nice work, quick question .... In case there is a problem,would a factory reset restore all the disabled and Uninstalled apps?
gerega said:
Your questions:
1. in one go! Just copy paste. If it gives you an error, read it. Most common errors: the package is not installed etc. Nothing to worry about!
2. A bit of logic thinking and then trial & error. I have found the package that caused the error and have just removed it from the debloating list! (com.xiaomi.micloud.sdk must not be removed from the device!)
3. Depends on what you want.
4. Of course. Since Snowden leaks we know that everything that can be will be collected and sent home. I want to minimize and I am very privacy orientated.
5. Please read the manpage of pm. The -k option keeps all config files. I dont need them so I deleted those files too.
6. No interest in it.
7. Once you got adb working: about 2 minutes, just copy & paste Once you start debloating you will literally see it on the "desktop" how the files disappear.
8. You need to figure out, what you dont want to uninstall and delete those lines before executing them.
9. Okay
10. So you might maybe give LineageOS a try. You wont get it any cleaner than that.
Click to expand...
Click to collapse
Thanks again for replying.
1. Since I use google apps, won't it be good to uninstall only MIUI and advertising apps?
2. OR would be better in your expert opinion to uninstall all including google apps and than reinstall ones required to get a clean phone?
3. Java gets installed in Chrome but doesn't work, despite uninstalling Ad blocker...strange.....would try it with IE.
4. Can I omit Google lens?
Shall keep you updated.
Best regards!
dork997 said:
nice work, quick question .... In case there is a problem,would a factory reset restore all the disabled and Uninstalled apps?
Click to expand...
Click to collapse
Yes!
Mike2030 said:
1. Since I use google apps, won't it be good to uninstall only MIUI and advertising apps?
2. OR would be better in your expert opinion to uninstall all including google apps and than reinstall ones required?
Click to expand...
Click to collapse
1. Yes
2. No... You may even here sort out / uninstall those apps that you need or dont need. In case you would need them later you can download the google apps later from Playstore (same for most of the Mi apps).
gerega said:
1. Yes
2. No
Click to expand...
Click to collapse
Thanks again, you indeed are one intelligent smart man!
Best regards!
Mike2030 said:
Thanks again, you indeed are one intelligent smart man!
Best regards!
Click to expand...
Click to collapse
Read my answer again, I have just added something.
gerega said:
2. If you are on Windows, you need to install Java:
https://www.java.com/de/download/
Click to expand...
Click to collapse
Do you recommend any other browser....OR why Java isn't working in Chrome after an install.
The jar app doesn't open gives an error...
Mike2030 said:
Do you recommend any other browser....OR why Java isn't working in Chrome after an install.
Click to expand...
Click to collapse
Cant help you with that, I am on Linux for 20yrs now. But read the error. You could find the solution there.
gerega said:
Cant help you with that, I am on Linux for 20yrs now. But read the error. You could find the solution there.
Click to expand...
Click to collapse
Woh, I have a patient who too is a Linux man/software engineer. He uses customized Red head and has 6 pcs as a hardware firewall. Wish I had the knowledge!
He uses a Linux based ROM on his Samsung.......
Mike2030 said:
He uses a Linux based ROM on his Samsung...
Click to expand...
Click to collapse
Android by itself is Linux based Without Linux and especially the open source principles Google would probably be just one of many other regular software companies and not the main player for years.
gerega said:
Android by itself is Linux based Without Linux and especially the open source principles Google would probably be just one of many other regular software companies and not the main player for years.
Click to expand...
Click to collapse
Really...woh awesome. Red Hat Enterprise
Thanks again!
---------- Post added at 04:40 AM ---------- Previous post was at 04:37 AM ----------
gerega said:
Android by itself is Linux based Without Linux and especially the open source principles Google would probably be just one of many other regular software companies and not the main player for years.
Click to expand...
Click to collapse
Care to name a few alternatives for Google apps and other apps you uninstalled....like Chrome, Drive, Photos? (Off topic)
Thanks again!
---------- Post added at 04:42 AM ---------- Previous post was at 04:40 AM ----------
So in away Huawei phones are better with none google apps?

Categories

Resources