Question Remove Blotware - Samsung Galaxy A12

How can I get rid of the preinstalled apps I do not want (Like Facebook)
Thank you ....Tom

Simply rooting your device would do. Then there are enough programs to assist

odatkid said:
How can I get rid of the preinstalled apps I do not want (Like Facebook)
Thank you ....Tom
Click to expand...
Click to collapse
1. Setup adb
2. Insert "adb devices" to verify that the device is connected properly.
2. Uninstall app using this list ( You can copy-paste these commands and run in command prompt individually. ): https://raw.githubusercontent.com/khlam/debloat-samsung-android/master/commands.txt
Overall guide is here : https://www.naldotech.com/remove-bloatware-samsung-galaxy-a32-5g/

I have rooted phone for multiple reasons, one is to be able to uninstall bloatware.
Experimenting little bit with some apps claiming they are able to uninstall bloatware (Titanium, well... surprised badly, while so many good references I heard, Magisk module debloat, Root uninstaller).... but to be honest, I have no clue which apps/modules I can uninstall without consequences, there are so many of them.
Sure, I uninstall those, I know and wish to uninstall - FB, Instagram, Carrier apps and then what?
My intention was to disable whole Knox and ..... well am not sure, its good approach just select to uninstall those item having knox in name.
Any tips or whats yours typical choose to uninstall?

wizzROM Creator a12
wizzROM a12 Creator for Samsung a125 Turn any stock or custom OneUI into a QwizzROM or RwizzROM Also see the Magisk module in post#2 OneUI 2.0 will become QwizzROM OneUI 3.1 will become RwizzROM Debloated ROM with Extras Extras: Battery...
forum.xda-developers.com

If you want to keep it stock and debloat it the easiest way is to use a Package Disabler.
You can enabled/disabled real time. Useful for troubleshooting. Uses little resources and battery. After activating it you can firewall block if desired ie with Karma Firewall for example.

blackhawk said:
If you want to keep it stock and debloat it the easiest way is to use a Package Disabler.
You can enabled/disabled real time. Useful for troubleshooting. Uses little resources and battery. After activating it you can firewall block if desired ie with Karma Firewall for example.
Click to expand...
Click to collapse
Nice

blackhawk said:
If you want to keep it stock and debloat it the easiest way is to use a Package Disabler.
You can enabled/disabled real time. Useful for troubleshooting. Uses little resources and battery. After activating it you can firewall block if desired ie with Karma Firewall for example.
Click to expand...
Click to collapse
So that method requires the user to have some knowledge of which apps can be safely deleted.
My method allows them to debloat without that worry

physwizz said:
So that method requires the user to have some knowledge of which apps can be safely deleted.
My method allows them to debloat without that worry
Click to expand...
Click to collapse
I've never boot looped any phones using this kind of app in 6 years. Some apps like One UI Home or Galaxy Graphics Driver shouldn't be disabled.
Other times apps you normally wouldn't disable you want to because it's using excessive battery or misbehaving like Playstore or Google backup Transport.

blackhawk said:
I've never boot looped any phones using this kind of app in 6 years. Some apps like One UI Home or Galaxy Graphics Driver shouldn't be disabled.
Other times apps you normally wouldn't disable you want to because it's using excessive battery or misbehaving like Playstore or Google backup Transport.
Click to expand...
Click to collapse
As I told my students over many years.
There is never ever only one way to do anything.
What is great for one person may not suit another

Just don't use stock at all, some apps like ONE UI home you might be able to get a workaround. There is always a workaround for anything. There use to be workarounds and probably they still exist but in some other way then before, I use to do.

You can remove at least some of the bloatware just by flashing a PNG (Papua New Guinea) or some other financially-unpromising country stock firmware. Just look at the size of the CSC image file, it must be about 64 MB. For example, prism.img in the PNG firmware is absolutely minimal and completely devoid of the "app" dir, so you'll get no forcefully installed "partner" applications. Many other unneeded apps are either uninstallable or blockable in Android 11. Even Google Services are blockable, you'll only get two extra warning notifications after a phone reboot but otherwise no other functionality lost (in case you're using Aurora Store instead of Google Play that is). But actually it will be a pretty privacy-lame system, because there's still a lot of Samsung's and Google's stuff left in the system. So basically, to achieve at least some kind of actual degooglification you have to root it with Magisk, and then uproot all the Samsung's and Google's apps via "adb shell pm uninstall".

Related

Does removing preinstalled apps using ADB revoke SafetyNet attestation?

Hello,
I stumbled upon a post on removing preinstalled apps using ADB (pm uninstall -u 0 com.app), and after couple hours of googling the only unanswered question I have left about this is: would doing this revoke device's SafetyNet attestation? I.e. would it break Google Pay and banking apps?
The process would involve:
Enabling USB debug
Connecting via ADB and removing a number of apps
Disabling USB debug
Rebooting the device
No root or anything.
I'm running current MiUi, if that helps.
Gendalph said:
Hello,
I stumbled upon a post on removing preinstalled apps using ADB (pm uninstall -u 0 com.app), and after couple hours of googling the only unanswered question I have left about this is: would doing this revoke device's SafetyNet attestation? I.e. would it break Google Pay and banking apps?
The process would involve:
Enabling USB debug
Connecting via ADB and removing a number of apps
Disabling USB debug
Rebooting the device
No root or anything.
I'm running current MiUi, if that helps.
Click to expand...
Click to collapse
No. It should not revoke safety attestation. But if you remove all Google play apps that run in the background, you could potentially loose it because attestation releys on Google services
Further more, be weary and understand what you are doing... Removing certain apps and system files can result in a unusable device
Cheers
Nameless Foe said:
No. It should not revoke safety attestation. But if you remove all Google play apps that run in the background, you could potentially loose it because attestation releys on Google services
Further more, be weary and understand what you are doing... Removing certain apps and system files can result in a unusable device
Cheers
Click to expand...
Click to collapse
You can remove the Play store and all other apps with a user interface but if you remove the google architecture system apps that offer NO user interface, you will not even be able to run the Attestation test anymore
Gendalph said:
Hello,
I stumbled upon a post on removing preinstalled apps using ADB (pm uninstall -u 0 com.app), and after couple hours of googling the only unanswered question I have left about this is: would doing this revoke device's SafetyNet attestation? I.e. would it break Google Pay and banking apps?
Click to expand...
Click to collapse
The code shown doesn't really uninstall an app, it simply hides it to user. Physically removing apps requires another method - and some knowledge of Linux commands
BTW: If the apps you've in mind are installed as system apps or system privileged apps, Android must be rooted to deal with them.
Nameless Foe said:
No. It should not revoke safety attestation. But if you remove all Google play apps that run in the background, you could potentially loose it because attestation relies on Google services
Further more, be weary and understand what you are doing... Removing certain apps and system files can result in a unusable device
Cheers
Click to expand...
Click to collapse
This answers my question, thanks!
jwoegerbauer said:
The code shown doesn't really uninstall an app, it simply hides it to user. Physically removing apps requires another method - and some knowledge of Linux commands
Click to expand...
Click to collapse
As far as I understand it prevents them from running until the next system update, and that is enough. I don't really want to deal with rooting and then getting SafetyNet attestation to pass.
Thank you for the correction though.
jwoegerbauer said:
BTW: If the apps you've in mind are installed as system apps or system privileged apps, Android must be rooted to deal with them.
Click to expand...
Click to collapse
Can you please elaborate? Let's take for example Chrome (com.android.chrome):
It's safe to remove, since in-app web pages are displayed either in WebView or default browser
But it's a "system" app, i.e. I can't uninstall it through Settings.
If my understanding is correct, executing pm uninstall -u 0 com.android.chrome would not remove Chrome from the device, but instead disable it, keeping the APK in ROM, so if I decide to re-enable it at any point in time, I can just install the app from the Google Play Market and it would get re-enabled and updated to latest version.
To actually remove it, I would need to root the phone, log on as root and manually remove the app.
Is this what you were trying to say?
Gendalph said:
As far as I understand it prevents them from running until the next system update, and that is enough. I don't really want to deal with rooting and then getting SafetyNet attestation to pass.
Thank you for the correction though.
Click to expand...
Click to collapse
Wrong. To prevent an app from running you've to disable it:
Code:
adb devices
adb shell "pm disable <PACKAGE_NAME>"
jwoegerbauer said:
Wrong. To prevent an app from running you've to disable it:
Code:
adb devices
adb shell "pm disable <PACKAGE_NAME>"
Click to expand...
Click to collapse
Would using the command
adb shell "pm disable -packagename-"
Essentially be just using the disable function for pre-installed apps?
I think you since the start mean with pre-installed apps the apps that are installed either in /system or /system-priv - often called bloatware. It was the explicit will of OEM/Carrier that those apps will remain untouched by user, otherwise these apps would have been installed by them as user-apps.
As I already said you can only manage those apps if Android is rooted. But rooting Android prevents e.g. banking/payment apps to run because the SafetyNet attestion then will fail: almost all of these apps have the SafetyNet API implemented.
jwoegerbauer said:
I think you since the start mean with pre-installed apps the apps that are installed either in /system or /system-priv - often called bloatware. It was the explicit will of OEM/Carrier that those apps will remain untouched by user, otherwise these apps would have been installed by them as user-apps.
As I already said you can only manage those apps if Android is rooted. But rooting Android prevents e.g. banking/payment apps to run because the SafetyNet attestion then will fail: almost all of these apps have the SafetyNet API implemented.
Click to expand...
Click to collapse
The article I read claims the opposite (and comments support the claim): pm uninstall can be used to completely disable and hide these apps until factory reset or system update without rooting the device.
The article is not in English, however it lists Facebook, OneDrive, OneNote, PowerPoint, OnePlus apps, Google Play Music and a few more as apps you can "uninstall" using this method - they become inaccessible from UI (unless you factory reset or re-install them from Play Market), don't load into memory and don't do anything at all.
Gendalph said:
The article I read claims the opposite (and comments support the claim): pm uninstall can be used to completely disable and hide these apps until factory reset or system update without rooting the device.
The article is not in English, however it lists Facebook, OneDrive, OneNote, PowerPoint, OnePlus apps, Google Play Music and a few more as apps you can "uninstall" using this method - they become inaccessible from UI (unless you factory reset or re-install them from Play Market), don't load into memory and don't do anything at all.
Click to expand...
Click to collapse
May be I'm mistaken. Resume: It's on you to do it correctly.

Apps list for disable

Hi I'm looking for a list for disabling some apps,there was one around before where it gave a brief info of what the app did and if it was safe to remove or not but I cannot find it anywhere does anyone have a copy thanks
Also I've paid for package dissabler Pro and ccswe but both have stopped working is there a good alternative
Thanks
might provide a good start
Note 9 debloat bash script
Hello, So basically I wanted to de-bloat my note 9, but also understand what I am removing and avoid some troublesome packages. So I looked at the packages from sea-wa's Note9 and S9 Bloatware Removal Threads (thank you sea-wa) and try to find...
forum.xda-developers.com
You really should take the time/trouble to learn what a apk does and what happens (dependencies) when you do.
Home - Package Disabler
The only NON-root solution that let’s you disable any unwanted packages that come pre-installed / installed with your phone / tablet.
www.packagedisabler.com
Some apps are best firewall blocked rather than package blocked; Karma Firewall, Playstore.
raul6 said:
might provide a good start
Note 9 debloat bash script
Hello, So basically I wanted to de-bloat my note 9, but also understand what I am removing and avoid some troublesome packages. So I looked at the packages from sea-wa's Note9 and S9 Bloatware Removal Threads (thank you sea-wa) and try to find...
forum.xda-developers.com
Click to expand...
Click to collapse
Thanks I'll take a look I remember seeing a excel format type list a while back been trying to find that one but cannot seem to find it lol
blackhawk said:
You really should take the time/trouble to learn what a apk does and what happens (dependencies) when you do.
Home - Package Disabler
The only NON-root solution that let’s you disable any unwanted packages that come pre-installed / installed with your phone / tablet.
www.packagedisabler.com
Some apps are best firewall blocked rather than package blocked; Karma Firewall, Playstore.
Click to expand...
Click to collapse
Will this get stopped by knox license key like the others?
Thanks
brockyneo said:
Will this get stopped by knox license key like the others?
Click to expand...
Click to collapse
Yes. It is actually PDP pro (what was linked) . Like ccswe it is a dependant on Samsung deciding if the licencing terms have been broken and if so invalidating all the licences
brockyneo said:
Will this get stopped by knox license key like the others?
Thanks
Click to expand...
Click to collapse
Been using it for over 3 years, zero issues.
It can completely clear apk data/caches unlike when you do it in settings so it can repair system apks that otherwise would cost you a factory reset. A very useful tool.
It also has an interactive widget that allows you to toggle all checked apps on/off easily, very useful. The app uses little battery and can be firewall blocked once it's license has been activated.
It literally is the first app I load after a factory reset
blackhawk said:
It also has an interactive widget that allows you to toggle all checked apps on/off easily, very useful. The app uses little battery and can be firewall blocked once it's license has been activated.
It literally is the first app I load after a factory reset
Click to expand...
Click to collapse
I'll get it bought so if the key runs out do I just go back onto the Web site and buy a new key? I've just factory reset my device as I fancied a fresh install and the first thing I try to do is disable all the apps I don't use lol
brockyneo said:
I'll get it bought so if the key runs out do I just go back onto the Web site and buy a new key? I've just factory reset my device as I fancied a fresh install and the first thing I try to do is disable all the apps I don't use lol
Click to expand...
Click to collapse
Last reload it updated its license automatically I believe. Either way it wasn't hard or eventful to do.
As useful as it is on one of my reloads I simply just repurchased it to expedite matters. The 10+ is an unusable mess without it
brockyneo said:
Will this get stopped by knox license key like the others?
Thanks
Click to expand...
Click to collapse
Haven't had any issue with my license so far, been using it for 4-5 months now. I personally like it better than the adb method because you can disable and reenable on the fly.
ggrant3876 said:
Haven't had any issue with my license so far, been using it for 4-5 months now. I personally like it better than the adb method because you can disable and reenable on the fly.
Click to expand...
Click to collapse
Just be careful as it's active even in safe mode.
The -only- way to disable PD MDM is in Device administrator apps.
If you disable a system apk that's needed to boot and you reboot you're boned.
I never had that kind of issue but keep it in mind.
blackhawk said:
Just be careful as it's active even in safe mode.
The -only- way to disable PD MDM is in Device administrator apps.
If you disable a system apk that's needed to boot and you reboot you're boned.
I never had that kind of issue but keep it in mind.
Click to expand...
Click to collapse
Been doing this for years with zero problems. The note 10+ and Note 20 Ultra are the only 2 phones I haven't rooted. If you didn't have to pay to unlock the bootloader I'd do the Note 20.
ggrant3876 said:
Been doing this for years with zero problems. The note 10+ and Note 20 Ultra are the only 2 phones I haven't rooted. If you didn't have to pay to unlock the bootloader I'd do the Note 20.
Click to expand...
Click to collapse
Lol, ever get the "Android kernel has stopped" message?
It's rare but oh ever so fun
Hasn't happened with my current disabler or on the 10+ but damn...
As the flash rate increases it becomes quit a challenge to deactivate.
Androids are a riot

How To Guide [ADB DEBLOAT] [OOS 12, 11 & Custom ROMs] [2022.10.06 - v2.2] Extreme debloat your OnePlus 9

EXTREME DEBLOAT
Code:
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, asphyxiation due to lack of Oxygen,
ColorOS and OxygenOS migration,
existential crisis,
or you getting fired because the alarm app failed.
YOU are choosing to make these modifications, and if
you point the finger at me for messing up your device, I will laugh at you.
Hi!
First of all, this debloat.txt is heavily based on the work of SirTAVARES, but since his thread is no longer available i thought i might improve it and share.
This debloat file will wipe out almost everything from your phone. I use this debloat for daily usage and i don't see any problems.
Android 11
Support for Android 11 is discontinued.​Get the v1.4 list here for Android 11 if the attachment below does not work.​
v1.4 - Tested with rooted OnePlus 9 running OxygenOS 11.2.9.9 LE25BA, Paranoid Android Ruby Alpha 2 and crDroid 20210716 build.
​Known issues:
- If you have a WiFi network saved, using this debloat will make your phone forget the network.
Fix: If you connect to the network after using these, it won't forget it again.
- Phone lags for 10 seconds and a message with "Settings isn't responding" shows up whenever you open/go back to Bluetooth & Device Connection setting. However if you tap on "Wait" it'll go away, the setting will open and no problem. AFAIK it does not affect the actual functionalities of the settings.
*Changelog*
v1.0 - Release
v1.1 - Added oemtcma, Factory Mode, and Factory Mode Specialtest to the list.
v1.2 - [Comptible with up to OOS 11.2.7.7] Added Cloud Services, Charging Pilar, OnePlus Roaming, Membership, Secure Payment (experimental), Work-Life Balance to the list.
v1.21 - [Comptible with Paranoid Android Ruby Alpha 1] Added Abstruct from Paranoid Android.
v1.3 - [Comptible with Paranoid Android Ruby Alpha 2] Added Paranoid FaceSense to the list (experimental)
v1.4 - [Comptible with latest crDroid & OOS up to 11.2.9.9] Added LogCat, Jelly, Calendar, AudioFX, crDroid Music, Updater, Omni stuff, and some other apps to the list.
[DISCONTINUED]
Android 12​​v2.1 - Tested with rooted OnePlus 9 running OxygenOS 12.C60, LineageOS 19.1 (2022.06.12 build), and AOSPA Sapphire Beta (2022.06.11 build), and Pixel Extended 5.0 (2022.10.04 build)​​Get the list here if the attachment below does not work.​
Yes, it's extreme. I use this for my liking, check the list before uninstalling!
Use at your own risk!
Features:
- Over 100 apps removed. Contains debloat for Google, OnePlus, and other apps
- Experimental Debloat:
GPS & Location
Always-on Display
- Almost everything can be downloaded from the Play Store if you accidentally removed something you didn't want to
(I recommend using the latest platform-tools for ADB)
Usage:
- Turn on USB Debugging
- In cmd type adb devices, and allow adb authorization on device
- Type adb shell
- (Optional) Type su
- Copy & paste the lines starting with "pm uninstall" to the cmd and press Enter. (You can select all or one-by-one too)
- Reboot & Enjoy
For reinstalling accidentally removed apps, try using
adb shell cmd package install-existing <package_name>
To do list:
Find other apps to remove
Known issues:
- Same as Android 11, see above
*Changelog*
v2.0 - Update to Android / OOS 12
v2.1 - [Comptible with latest LineageOS, AOSPA & OOS up to 12.C60] Added apps for OOS, LOS and AOSPA debloat.
v2.11 - Removed DocumentsUI from the list. (Some app depends on it)
v2.2 - [Comptible with Pixel Extended Android 13] Added Security stuff from Google to the list (i find it annoying). Removed Styles & wallpaper as some ROM customization depends on it.
*This could work with other devices with OOS / PA / crDroid running. Try and let me know*
First bit of development for our beloved op9. Fantastic
why llist all those app in your other stuff section? samsung, omnirom, mii, and various other OEM apps not on any OP phone. did you forget to clean up from a list? that paired with using pm uninstall instead of disable doesn't scream "run my script with confidence"
you say "Almost everything can be downloaded from the Play Store " but , not only is thats not true. many are OEM, you extreme debloating almost everything google but keep play store and services?, GPS, AR core,, location services and even webviewer. uninstalling the webviewer will break a a few settings that rely on it, as well as any application that decides to call on it for web content. webviewer is something that should be replaced, not removed.
just root and use magisk moduals made just for desires like that. google replicates uninstalled apps to the secondary slot for reboots in A11, thats why terminal de-bloater tricks it by removing the program but keeping files in the place google checks before deciding to repair itself.
PS check out ADB AppControl with built in de bloating. even offers to backup the programs for you prior (not the data, just apk but its better than nothing)
lastly, i tried to address your flair usage of how-to guide and authoritive writing but re-reading what i said just made me sound like a jerk. i just see someone googling this in the future and getting screwed, by them. Dont be afraid to ask questions when you are unsure about something and workshop initial builds with other members before throwing it out there as a guide.
applyscience said:
why llist all those app in your other stuff section? samsung, omnirom, mii, and various other OEM apps not on any OP phone. did you forget to clean up from a list? that paired with using pm uninstall instead of disable doesn't scream "run my script with confidence"
you say "Almost everything can be downloaded from the Play Store " but , not only is thats not true. many are OEM, you extreme debloating almost everything google but keep play store and services?, GPS, AR core,, location services and even webviewer. uninstalling the webviewer will break a a few settings that rely on it, as well as any application that decides to call on it for web content. webviewer is something that should be replaced, not removed.
just root and use magisk moduals made just for desires like that. google replicates uninstalled apps to the secondary slot for reboots in A11, thats why terminal de-bloater tricks it by removing the program but keeping files in the place google checks before deciding to repair itself.
PS check out ADB AppControl with built in de bloating. even offers to backup the programs for you prior (not the data, just apk but its better than nothing)
lastly, i tried to address your flair usage of how-to guide and authoritive writing but re-reading what i said just made me sound like a jerk. i just see someone googling this in the future and getting screwed, by them. Dont be afraid to ask questions when you are unsure about something and workshop initial builds with other members before throwing it out there as a guide.
Click to expand...
Click to collapse
1. You don't need to use it, all i can say is that because it works for me, i thought i'd share it.
2. "Almost" means most of them, of course there are some that cannot be downloaded.
3. I clearly state in the file that removing stuff can be risky, i didn't say that it can be used with confidence
Mh, always, when I use it, the abdroid calendar storage is no longer available...any ideas? And my calendar app stopps working...
AxelM said:
Mh, always, when I use it, the abdroid calendar storage is no longer available...any ideas? And my calendar app stopps working...
Click to expand...
Click to collapse
The phone works normally without it, and because i don't use it this list will remove those apps.
You can try using adb shell cmd package install-existing <package_name> to reinstall them.
AxelM said:
Mh, always, when I use it, the abdroid calendar storage is no longer available...any ideas? And my calendar app stopps working...
Click to expand...
Click to collapse
this is the situation i was trying to show concern about arising. part of me sympathizes with users who just want better performance and what not and I still do feel OP should have worded this less vague and authoritative because I feel most replies will be from users who assume this is a fleshed out guide and not something slapped together hastily and contains some mis-truths, applicable situations and errors.
That all being said, OP did title it extreme debloat, which is a pretty clear and easy to comprehend so anyone just running this without a considerable understanding of what it does or how it does it is just shooting themselves on the foot.
Don't run extreme de-bloats blindly and don't assume what one user is fine with removing is what you'll be ok with. Also, dont run pm uninstall on anything unless you are 100% sure you know exactly what it is, you will never need it again and if so, know how to install it again. pm disable exists for a reason and more should be aware of it.
If you find yourself habitually dealing with situaitons of something you need or not working, you should probably reinstall the OS. this is a extreme debloat and removes many things that arent easy to just reinstall on their own. (cant state this enough, OP did title it extreme debloat)
If people still want to run this and arent 100% sure they want to commit to the same level of debloat as OP, do yourselves a favor and copy the commands into a word processor and find and replace pm uninstall with pm disable-user --user 0.
OP says "
For reinstall accidentally removed apps, use
adb shell cmd package install-existing <package_name>"
but did you make a copy of the apk before running the script? do you know where its located to point the command to? many of the apks this removes arent even accessible without root folder access. some also cant just be downloaded so if you need something back, you will more than likely be reinstalling the OS.
OP, unless you enjoy replying to people asking how to get "X" back or wondering why "Y" is gone, maybe re-word some things and clarify some of the comments you made. Im not out here trying to belittle you or make you feel any type of way. i guarantee theres millions of things you know and do better than i and thats amazing, thats what makes people coming together and working on outcomes so awesome. or if you are someone who sees anyone offering suggestions/corrections as a personal attack and just want to run a thread with you constantly on the defensive, thats fine too. I really am just trying to prevent people breaking their phones (regaurdless if they deserve it or not becuse, in the end, its titled extreme debloat, come on people lol)
@applyscience: I totally understand your concerns. I checked all the names of the the unistalled files beforehand, but misinterpreted this one. It costs me some time, but fortunatly I work with titanium and so I was able within 3h to get everything to normal.
@_MartyMan_ : I just change the code to my goals and now everything works fine.
Did you know the code, where the files are just frozen, because than you can try it out first and than delete them...
just use
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
Thanks for the list, OP. Always nice to have a breakdown of the debloat apps.
Just as a suggestion to those who do not want to uninstall and feel more comfortable just disabling the apps, you can replace the first part of the commands in the ADB script from:
Code:
pm uninstall --user 0
to:
Code:
pm disable-user
Doing this will also save the state of the app even after doing an OS update.
@_MartyMan
THANK YOU for this guide. I'm rocking the OP 9 5g Pro. My first Oneplus device I decided upon because Facebook does NOT ship with it. And the camera.
As a root enthusiast (Privacy concerns), removing the absolute trash apps embedded in carrier-sponsored Android in the U.S. MUST be done before my device gets it's data turned on.
And your delightful list (All Uninstall) is just what I needed. None of the apps I deleted are ever going to be needed in my life.
Slightly more privacy, and my battery idled on 100% for 5 hours.
I'm off to F-Droid for my usual lineup.
Thank You Again!!!
Updated for OOS 12
Does this actually remove the package/application from the phone, i.e. I get the storage space back that the app was taking up? Or does it only disable the app from 'user 0' and the storage space is unnaffected? I want to permanently remove some packages and so far everything I have seen regarding ADB is that it doesnt remove the pacakge/app, it merely disables it from the primary user.
I am considering rooting and using TWRP or Magisk to permanently remove the packages, but if ADB actually removes them, and I get my storage space back, then I will stick to ADB.
Also, why not remove com.oneplus.brickmode? Its OnePlus's Zen Mode as far as I can tell and is completely worthless. If I am wrong please correct me so I can re-enable this package.
RonnieDoitch said:
Does this actually remove the package/application from the phone, i.e. I get the storage space back that the app was taking up? Or does it only disable the app from 'user 0' and the storage space is unnaffected? I want to permanently remove some packages and so far everything I have seen regarding ADB is that it doesnt remove the pacakge/app, it merely disables it from the primary user.
I am considering rooting and using TWRP or Magisk to permanently remove the packages, but if ADB actually removes them, and I get my storage space back, then I will stick to ADB.
Also, why not remove com.oneplus.brickmode? Its OnePlus's Zen Mode as far as I can tell and is completely worthless. If I am wrong please correct me so I can re-enable this package.
Click to expand...
Click to collapse
I'm unsure. Your correct looked it up it's Zen mode your probably fine. I uninstalled Zen mode through titanium it shows this now.
RonnieDoitch said:
Does this actually remove the package/application from the phone, i.e. I get the storage space back that the app was taking up? Or does it only disable the app from 'user 0' and the storage space is unnaffected? I want to permanently remove some packages and so far everything I have seen regarding ADB is that it doesnt remove the pacakge/app, it merely disables it from the primary user.
I am considering rooting and using TWRP or Magisk to permanently remove the packages, but if ADB actually removes them, and I get my storage space back, then I will stick to ADB.
Also, why not remove com.oneplus.brickmode? Its OnePlus's Zen Mode as far as I can tell and is completely worthless. If I am wrong please correct me so I can re-enable this package.
Click to expand...
Click to collapse
It's still there, it's only removed for the current user. All i know is that is does not show up in Greenify so i think it's not running in the background.
What would be the command to delete red cable pro?
Updated with new apps for OOS, AOSP, and LOS. Enjoy
Can this be used for Oos 12 c62?
paz999 said:
Can this be used for Oos 12 c62?
Click to expand...
Click to collapse
Very likely - not tested though. Not much changed since C60

Question De-Samsungize?

Hi everyone,
My previous phone was Stock Android, and I rooted the one before that and used Lineage. I recently bought the A52, and decided to stay with the stock ROM for the warranty period, just in case (one year).
There's a lot of Samsung stuff and services running on the A52. I'm no strange to adb, and I'm aware some application can be removed using adb, but most of the stuff I found online was just "how to remove things with adb". I'm looking for a "this and that - can be safely remove without breaking the ROM". Was a list of sort for samsungs devices exists somewhere? or I basically need to check all the installed apps and google what the do each and if they are safe to remove?
Thanks!
Try this
[2022-07-03] [v0.5.1] Universal Android Debloater
Universal Android Debloater This is a complete rewrite in Rust of the UAD bash script. DISCLAIMER : Use this software at your own risk. I am not responsible for anything that could happen to your phone. Summary I try to maintain a...
forum.xda-developers.com
Thank you! Sounds a bit overkill running an Sh script to delete bunch of stuff, but this:
lists/Samsung.sh · master · W1nst0n / Universal Android Debloater · GitLab
Bash script using ADB to debloat rooted and non-rooted android devices. Improve your privacy, the security and battery life of your device.
gitlab.com
Is exactly what I was looking for. I can easily just check the file now, and install the stuff the doesn't sound important to me. Thanks!
Okiba said:
Thank you! Sounds a bit overkill running an Sh script to delete bunch of stuff, but this:
lists/Samsung.sh · master · W1nst0n / Universal Android Debloater · GitLab
Bash script using ADB to debloat rooted and non-rooted android devices. Improve your privacy, the security and battery life of your device.
gitlab.com
Is exactly what I was looking for. I can easily just check the file now, and install the stuff the doesn't sound important to me. Thanks!
Click to expand...
Click to collapse
Even I want to debloat my A52(4G). Could you please list the steps to run this script by a layman?
You need to review each apk you are going to disable as some are useful and some have dependencies that you will learn of latter
Each user and device have different needs; one size doesn't fit all!
You should take the time to develop your own app management strategy like the creators of these lists have.
Using a package disabler works a lot better because some you want to be able to easily toggle on/off.
It's also useful for troubleshooting... including the issues you create by inadvertently blocking an apk you need
Could you please list the steps to run this script by a layman?
Click to expand...
Click to collapse
I probably not going to run the script as I mentioned, I'm going to manually remove the packages I want and use this script as reference. BUT, I had a quick-look, and it seems seems to be an easy way doing it. The script is written in "Bash". Windows doesn't support Bash by default, so you have to install a third party utility to be able to run it. So you probably need to play around with it. What I did found was that:
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
It might be more friendly, and can be combined.
Using a package disabler works a lot better because some you want to be able to easily toggle on/off.
It's also useful for troubleshooting... including the issues you create by inadvertently blocking an apk you need
Click to expand...
Click to collapse
You right, that's probably a more saner solution. Try to disable the applications first. If I recall correctly, you can't disable a lot of the Build-in stuff. I wonder if that's a UI thingi that block you from doing it - as you can uninstall the APK.
Okiba said:
Thank you! Sounds a bit overkill running an Sh script to delete bunch of stuff, but this:
lists/Samsung.sh · master · W1nst0n / Universal Android Debloater · GitLab
Bash script using ADB to debloat rooted and non-rooted android devices. Improve your privacy, the security and battery life of your device.
gitlab.com
Is exactly what I was looking for. I can easily just check the file now, and install the stuff the doesn't sound important to me. Thanks!
Click to expand...
Click to collapse
No problem!
Okiba said:
Hi everyone,
My previous phone was Stock Android, and I rooted the one before that and used Lineage. I recently bought the A52, and decided to stay with the stock ROM for the warranty period, just in case (one year).
There's a lot of Samsung stuff and services running on the A52. I'm no strange to adb, and I'm aware some application can be removed using adb, but most of the stuff I found online was just "how to remove things with adb". I'm looking for a "this and that - can be safely remove without breaking the ROM". Was a list of sort for samsungs devices exists somewhere? or I basically need to check all the installed apps and google what the do each and if they are safe to remove?
Thanks!
Click to expand...
Click to collapse
Using ADB I've removed ~80% of the Samsung apps on my S10e, leaving mostly the camera, calculator, gallery and backends. I also removed all google services except for the GSF, for notifications.
I use apps from F-Droid and Aurora store for browsing, chat, email, productivity etc.
My battery life is at least 50% better due to the lack of background processes and apps I'd never use anyways. If you have the ability to flash a ROM (my snapdragon doesn't) I highly recommend installing a de-googled ROM and setting up MicroG.
But for your current situation, ADB is a no-brainer.
Can you remove the Google Store service? I was sure it breaks the ROM?

Rooted Android Security Measures. What are they?

I've never rooted an Android. One of the warnings I see over and over is that rooted devices are more vulnerable to malware. I don't see any solutions for this though.
What extra measures will I need to take to keep my Android safe?
I use Norton 360 on my PC and Androids. Will this be of any help?
Are there any apps I can install to help with this issue?
Are there any system settings I should use for this particular problem?
Thank you
With stock or rooted the biggest threat is the user themselves. Most either install or download the malware themselves. A fully updated stock Android isn't invulnerable; there's no saving dumb bunnies...
Side loaded apps are high risk; at the least scan with online Virustotal and consider the results before installing. Keep email in the cloud and be careful if you choose to download anything.
All downloads stay in the download folder until vetted. Jpeg's and png's are suspect; open them there first before moving them and watch for strange behavior in that folder. Check the download folder daily for anything you didn't download, if found do not open, delete.
Keep thrash social media apps off the phone, all of them. They are targets and vectors for malware of all types.
Use a good firewall and police what apps are doing. Revoke internet access to all apps that don't need it. Know what apps have run at start permissions; do they need it? Updates and upgrades can cause more lost time then malware trying to find work arounds. Lock auto updates down, and download them only if needed. Updates and firmware upgrades can and do break things...
Most importantly cover your six and be prepared.
Critical data can not be lost, protect it!
Redundantly backup all critical data to at least 2 hdds that are physically and electronically isolated from each other and the PC. Be ready to do a full reload if needed.
If malware is found or suspected, isolate the phone and if it can't be completely deleted in an hour or two, nuke that load. Be ready to change passwords and secure accounts.
Never trust antivirus apps to detect malware or save you, mostly they just waste resources on an Android.
Thank you!
I'm already doing a lot of those things, especially social media apps.
One of the reasons I want to root my phone is that I can't uninstall, force stop, disable or take away permissions for some apps, like Facebook, Facebook App installer, FB app manager Google, ad nauseum. The same goes for the millions of preinstalled Samsung bloatware apps. They dont stay disabled and routinely restore permissions. Im sick of having to routinely check them all. I'll never buy another Saamsung again.
You're welcome. Welcome to XDA
I run 2 stock N10+'s, one on Pie, the other on 10.
I use package disabler to kill bloatware and services I don't want to run at bootup. You can also use a adb editing app to disable apks. Don't go too nuts; be wary of disabling any Samsung system apps. Most of these apps just sit unless needed. Dependencies... actions have consequences; understand what the app does and what other apps, services or UI functions are dependent on it!
Google play Services can be disabled when not needed; disable find my device as System Administrator first.
On Pie Karma Firewall is fully functional but not on Android 10 and up, although it will still block access. It uses virtually no battery.
Once you sort it out (learning curve ahead) stock Samsung's especially older ones like the N10+ are easy to run. They are the most customizable stock Android on the planet with an excellent UI. The current load on this one will be 2 yo this June; still fast, stable and fulfilling its mission. Security is simply not an issue.
blackhawk said:
You're welcome. Welcome to XDA
I run 2 stock N10+'s, one on Pie, the other on 10.
I use package disabler to kill bloatware and services I don't want to run at bootup. You can also use a adb editing app to disable apks. Don't go too nuts; be wary of disabling any Samsung system apps. Most of these apps just sit unless needed. Dependencies... actions have consequences; understand what the app does and what other apps, services or UI functions are dependent on it!
Google play Services can be disabled when not needed; disable find my device as System Administrator first.
On Pie Karma Firewall is fully functional but not on Android 10 and up, although it will still block access. It uses virtually no battery.
Once you sort it out (learning curve ahead) stock Samsung's especially older ones like the N10+ are easy to run. They are the most customizable stock Android on the planet with an excellent UI. The current load on this one will be 2 yo this June; still fast, stable and fulfilling its mission. Security is simply not an issue.
Click to expand...
Click to collapse
The more annoying Samsung apps I was referring to are the Bixby apps, AR doodle, Smarter things... those kind of apps. If they didn't re-enable themselves restore permissions, I wouldn't mind them so much. But they DO.
I won't be using that phone much longer anyway. I'm going back to Motorola.
I always buy factory or globally unlocked phones. That helps some. But Motorola recently started forcing FB. I can uninstall it, however I have to review updates to make sure it doesn't end up on my phone again. But then I review all updates before installing them anyway..
I always look up the system apps before making any changes. Like Google Easter Egg. Everything I could find says it's unnecessary.
All those mentioned apps can be safely disabled.
Bixby Vision is used for barcode scanning though.
Try the free Galaxy store icon packs, themes and the Good Lock family of apps including One Handed Operation plus.
Chose theme>icon pack>whatever wallpaper you want. The native high contrast theme looks good.
Play with it...
blackhawk said:
All those mentioned apps can be safely disabled.
Bixby Vision is used for barcode scanning though.
Try the free Galaxy store icon packs, themes and the Good Lock family of apps including One Handed Operation plus.
Chose theme>icon pack>whatever wallpaper you want. The native high contrast theme looks good.
Play with it...
Click to expand...
Click to collapse
I actually already ordered a new Moto. It will be here tomorrow. Well, it's after 1am, so I guess it'll be here later today.
I've disabled multiple Samsung apps, restricted data and battery, taken away permissions, not just in app settings, but in permissions setting, special access permissions... And all the other weird ways I keep finding out about that you wouldn't think would be a place to remove permissions. When my phone starts to slow down, or the battery isn't lasting very long, sure enough, Samsung has gone behind my back and reset my preferences again. I never had issues like this any of the Motorola phones I've had.

Categories

Resources