Hey guys,
Here is the stock rom (Canadian version) and the tools you need to flash it to your phone in download mode. This is just incase you brick your phone, it can recover your device even if you cannot factory reset. Here is the link to the rom and the tool you'll need (Odin). You will need to be on Windows for Odin but VM's will work (virtual machines). Keep in mind you take the blame for anything you might be doing and can't sue me if you bust your phone
! This does not void your warranty though, as it is factory and will not unlock or root your phone!
It has only been tested on my SM-A326W the Samsung A32 5G that was made for it (Canadian phone), but it is working perfectly. I have not yet confirmed if this works with other models (such as T-Mobile USA's SM-A326U) and would appreciate someone testing it for me.
I can confirm it is all clean (to the best power of my abilities), as I have Cylance Smart AV and Microsoft Windows Defender installed and scanning and they found nothing. I have used the exact version of the tool linked and installed this rom and it is what I'm currently using (free of viruses and all that).
You will need developer options (hit build version repeatedly in About Phone -> Software Information until it enables this) and USB debugging (in the developer options) on to be able to do this properly. I recommend leaving your main PC allowed forever, so that you don't have any issues with it (don't worry, as it will only allow USB debugging on that computer).
To get into download mode (flashing mode) turn your phone off while it's plugged into your computer with the Odin software on it that has USB debugging forever. Press and hold volume up, volume down, and power on. Keep holding the buttons until an image like this appears:
It will ask you if you would like to continue, press volume up to do so. This will get you into flashing mode.
Now that you're in flashing mode, open up Odin (with administrator privileges).
You should see something like this confirming the device is available:
Click BL, AP, CP, CSC, and select the file that starts with each of those symbols. You can only do it one at at a time and it will take time (especially for AP since it's big) for each of them to load up. It will say "Please wait.." on the left side in the log as you can see, and .."finished Sucessfully.." when done.
Look at the red underlining and this should explain it:
Now go to options on the left, and turn off Auto-reboot.
Press start to begin flashing! It will show up on the phone with the install progress bar, as well as on odin where it says ID:COM (first Odin image).
Once it's done (DOUBLE CONFIRM SO YOU DO NOT BRICK YOUR PHONE, it should say on both Odin and your device), boot it up (hold volume down and power to shut it off and restart your phone)!
Feel free to enable developer options, USB debugging, and debloat your phone. I have tested out this debloating list on this ROM from this thread and it's working just fine. It will take off all the crap on your phone from Samsung. Be sure to download another launcher first (I use Nova Launcher) and hit the home button and set it as your default always because OneUI will be removed. Keep in mind before doing this that pretty much all Samsung apps and functionality will be removed! The phone will run perfectly fine with Google apps etc. and will still have Google Play Store.
You will need these platform tools working on your computer:
Once you have them installed, plug in your developer options enabled USB debugging enabled phone and type in "adb devices" in the platform-tools folder on cmd or terminal.
This should pop up something on your phone which you will need to allow (USB debugging access for your computer).
Now type in "adb shell" in your platform-tools folder's cmd or terminal, it should display a $ somewhere meaning you now have a shell into your phone:
If you've never done this before, it's full access to your phone like a linux terminal! Feel free to type in "ls" (will list the current directory) or 'cd "directory" ' (change directory to the quotes directory). Type in "cd .." to go back to the parent directory. There are loads of commands you can do, and you can find them here!
Now remove any before copying it into the adb shell from the list below that you want to keep, and then just copy and paste the whole list into the adb shell, and hit enter if necessary. It should run all of them.
Here is the list:
Let me know if you have any trouble or need any help, and please post issues and errors if there are any.
Regards,
Magnetox
Here is the stock rom (Canadian version) and the tools you need to flash it to your phone in download mode. This is just incase you brick your phone, it can recover your device even if you cannot factory reset. Here is the link to the rom and the tool you'll need (Odin). You will need to be on Windows for Odin but VM's will work (virtual machines). Keep in mind you take the blame for anything you might be doing and can't sue me if you bust your phone
It has only been tested on my SM-A326W the Samsung A32 5G that was made for it (Canadian phone), but it is working perfectly. I have not yet confirmed if this works with other models (such as T-Mobile USA's SM-A326U) and would appreciate someone testing it for me.
I can confirm it is all clean (to the best power of my abilities), as I have Cylance Smart AV and Microsoft Windows Defender installed and scanning and they found nothing. I have used the exact version of the tool linked and installed this rom and it is what I'm currently using (free of viruses and all that).
You will need developer options (hit build version repeatedly in About Phone -> Software Information until it enables this) and USB debugging (in the developer options) on to be able to do this properly. I recommend leaving your main PC allowed forever, so that you don't have any issues with it (don't worry, as it will only allow USB debugging on that computer).
To get into download mode (flashing mode) turn your phone off while it's plugged into your computer with the Odin software on it that has USB debugging forever. Press and hold volume up, volume down, and power on. Keep holding the buttons until an image like this appears:
It will ask you if you would like to continue, press volume up to do so. This will get you into flashing mode.
Now that you're in flashing mode, open up Odin (with administrator privileges).
You should see something like this confirming the device is available:
Click BL, AP, CP, CSC, and select the file that starts with each of those symbols. You can only do it one at at a time and it will take time (especially for AP since it's big) for each of them to load up. It will say "Please wait.." on the left side in the log as you can see, and .."finished Sucessfully.." when done.
Look at the red underlining and this should explain it:
Now go to options on the left, and turn off Auto-reboot.
Press start to begin flashing! It will show up on the phone with the install progress bar, as well as on odin where it says ID:COM (first Odin image).
Once it's done (DOUBLE CONFIRM SO YOU DO NOT BRICK YOUR PHONE, it should say on both Odin and your device), boot it up (hold volume down and power to shut it off and restart your phone)!
Feel free to enable developer options, USB debugging, and debloat your phone. I have tested out this debloating list on this ROM from this thread and it's working just fine. It will take off all the crap on your phone from Samsung. Be sure to download another launcher first (I use Nova Launcher) and hit the home button and set it as your default always because OneUI will be removed. Keep in mind before doing this that pretty much all Samsung apps and functionality will be removed! The phone will run perfectly fine with Google apps etc. and will still have Google Play Store.
You will need these platform tools working on your computer:
Once you have them installed, plug in your developer options enabled USB debugging enabled phone and type in "adb devices" in the platform-tools folder on cmd or terminal.
This should pop up something on your phone which you will need to allow (USB debugging access for your computer).
Now type in "adb shell" in your platform-tools folder's cmd or terminal, it should display a $ somewhere meaning you now have a shell into your phone:
If you've never done this before, it's full access to your phone like a linux terminal! Feel free to type in "ls" (will list the current directory) or 'cd "directory" ' (change directory to the quotes directory). Type in "cd .." to go back to the parent directory. There are loads of commands you can do, and you can find them here!
Now remove any before copying it into the adb shell from the list below that you want to keep, and then just copy and paste the whole list into the adb shell, and hit enter if necessary. It should run all of them.
Here is the list:
Code:
pm uninstall -k --user 0 com.samsung.android.calendar
pm uninstall -k --user 0 com.samsung.android.app.contacts
pm uninstall -k --user 0 com.microsoft.skydrive
pm uninstall -k --user 0 com.microsoft.office.outlook
pm uninstall -k --user 0 com.microsoft.office.officehubrow
pm uninstall -k --user 0 com.spotify.music
pm uninstall -k --user 0 com.google.android.apps.youtube.music
pm uninstall -k --user 0 com.google.earth
pm uninstall -k --user 0 com.samsung.android.tvplus
pm uninstall -k --user 0 com.linkedin.android
pm uninstall -k --user 0 com.samsung.android.app.notes
pm uninstall -k --user 0 com.samsung.android.livestickers
pm uninstall -k --user 0 com.samsung.android.app.clockpack
pm uninstall -k --user 0 com.samsung.android.messaging
pm uninstall -k --user 0 com.samsung.android.arzone
pm uninstall -k --user 0 com.sec.android.app.clockpackage
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.samsung.android.app.galaxyfinder
pm uninstall -k --user 0 com.microsoft.appmanager
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.samsung.android.smartswitchassistant
pm uninstall -k --user 0 com.tmobile.pr.mytmobile
pm uninstall -k --user 0 com.tmobile.pr.adapt
pm uninstall -k --user 0 com.sec.android.app.sbrowser
pm uninstall -k --user 0 com.samsung.android.app.spage
pm uninstall -k --user 0 com.sec.android.app.samsungapps
pm uninstall -k --user 0 com.samsung.android.themestore
pm uninstall -k --user 0 com.samsung.android.game.gamehome
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.android.wallpaper.livepicker
pm uninstall -k --user 0 com.amazon.appmanager
pm uninstall -k --user 0 com.samsung.android.mateagent
pm uninstall -k --user 0 com.samsung.android.kidsinstaller
pm uninstall -k --user 0 com.sec.android.app.billing
pm uninstall -k --user 0 com.samsung.android.dialer
pm uninstall -k --user 0 com.sec.android.gallery3d
pm uninstall -k --user 0 com.sec.android.app.chromecustomizations
pm uninstall -k --user 0 com.google.ar.core
pm uninstall -k --user 0 com.samsung.android.app.settings.bixby
pm uninstall -k --user 0 com.samsung.android.bixbyvision.framework
pm uninstall -k --user 0 com.samsung.android.samsungpass
pm uninstall -k --user 0 com.samsung.android.samsungpassautofill
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.sprint.w.installer
pm uninstall -k --user 0 com.diotek.sec.lookup.dictionary
pm uninstall -k --user 0 com.sprint.ms.cdm
pm uninstall -k --user 0 com.sprint.ce.updater
pm uninstall -k --user 0 com.sprint.ms.smf.services
pm uninstall -k --user 0 com.samsung.android.privateshare
pm uninstall -k --user 0 com.samsung.SMT
pm uninstall -k --user 0 com.samsung.android.service.stplatform
pm uninstall -k --user 0 com.samsung.android.beaconmanager
pm uninstall -k --user 0 com.samsung.android.scloud
pm uninstall -k --user 0 com.samsung.android.app.sharelive
pm uninstall -k --user 0 com.samsung.android.spayfw
pm uninstall -k --user 0 com.samsung.android.allshare.service.mediashare
pm uninstall -k --user 0 com.samsung.android.aware.service
pm uninstall -k --user 0 com.samsung.android.mobileservice
pm uninstall -k --user 0 com.sec.spp.push
pm uninstall -k --user 0 com.vzw.apnlib
pm uninstall -k --user 0 com.android.egg
pm uninstall -k --user 0 com.sec.android.autodoodle.service
pm uninstall -k --user 0 com.samsung.android.ardrawing
pm uninstall -k --user 0 com.samsung.android.aremoji
pm uninstall -k --user 0 com.samsung.android.aremojieditor
pm uninstall -k --user 0 com.android.managedprovisioning
pm uninstall -k --user 0 com.tmobile.echocolate
pm uninstall -k --user 0 com.samsung.android.app.taskedge
pm uninstall -k --user 0 com.samsung.android.app.quicktool
pm uninstall -k --user 0 com.sec.android.daemonapp
pm uninstall -k --user 0 com.samsung.android.service.peoplestripe
pm uninstall -k --user 0 com.google.android.printservice.recommendation
pm uninstall -k --user 0 com.android.printspooler
pm uninstall -k --user 0 com.android.bips
pm uninstall -k --user 0 com.samsung.android.forest
pm uninstall -k --user 0 com.samsung.android.da.daagent
pm uninstall -k --user 0 com.android.app.clipboardedge
pm uninstall -k --user 0 com.amazon.mShop.android.shopping
pm uninstall -k --user 0 com.samsung.android.app.cocktailbarservice
pm uninstall -k --user 0 com.android.providers.calendar
pm uninstall -k --user 0 com.samsung.clipboardsaveservice
pm uninstall -k --user 0 com.sec.android.app.myfiles
pm uninstall -k --user 0 com.teslacoilsw.launcher
pm uninstall -k --user 0 com.samsung.android.smartmirroring
pm uninstall -k --user 0 com.samsung.android.incallui
pm uninstall -k --user 0 com.samsung.sree
pm uninstall -k --user 0 com.rogers.sportsnet.sportsnet
pm uninstall -k --user 0 com.samsung.android.rubin.app
pm uninstall -k --user 0 com.samsung.android.mdx.quickboard
pm uninstall -k --user 0 com.samsung.faceservice
pm uninstall -k --user 0 com.samsung.android.visualars
pm uninstall -k --user 0 com.netflix.partner.activation
pm uninstall -k --user 0 com.samsung.android.MtpApplication
pm uninstall -k --user 0 com.sec.epdgtestapp
pm uninstall -k --user 0 com.samsung.android.secsoundpicker
pm uninstall -k --user 0 com.samsung.android.app.watchmanager
pm uninstall -k --user 0 com.samsung.cmh
pm uninstall -k --user 0 com.samsung.android.aircommandmanager
pm uninstall -k --user 0 com.samsung.android.net.wifi.wifiguider
pm uninstall -k --user 0 com.samsung.klmsagent
pm uninstall -k --user 0 com.samsung.android.app.telephonyui
pm uninstall -k --user 0 com.samsung.android.wifi.softap.resources
pm uninstall -k --user 0 com.monotype.android.font.samsungone
pm uninstall -k --user 0 com.samsung.android.tadownloader
pm uninstall -k --user 0 com.samsung.android.mdx.kit
pm uninstall -k --user 0 com.samsung.storyservice
pm uninstall -k --user 0 com.samsung.android.wifi.resources
pm uninstall -k --user 0 com.samsung.knox.securefolder
pm uninstall -k --user 0 com.samsung.android.game.gametools
pm uninstall -k --user 0 com.samsung.android.app.simplesharing
pm uninstall -k --user 0 com.samsung.android.cmfa.framework
pm uninstall -k --user 0 com.samsung.android.app.reminder
pm uninstall -k --user 0 com.samsung.android.smartcallprovider
pm uninstall -k --user 0 com.samsung.android.app.smartcapture
pm uninstall -k --user 0 com.samsung.android.dynamiclock
pm uninstall -k --user 0 com.samsung.advp.imssettings
pm uninstall -k --user 0 com.samsung.android.location
pm uninstall -k --user 0 com.samsung.android.mdecservice
pm uninstall -k --user 0 com.samsung.android.themecenter
pm uninstall -k --user 0 com.samsung.android.server.wifi.mobilewips
pm uninstall -k --user 0 com.samsung.android.container
pm uninstall -k --user 0 com.samsung.android.biometrics.app.setting
pm uninstall -k --user 0 com.samsung.android.icecone
pm uninstall -k --user 0 com.samsung.android.allshare.service.fileshare
pm uninstall -k --user 0 com.samsung.adaptivebrightnessgo
pm uninstall -k --user 0 com.samsung.android.setting.multisound
pm uninstall -k --user 0 com.samsung.safetyinformation
pm uninstall -k --user 0 com.samsung.android.dqagent
pm uninstall -k --user 0 com.samsung.android.game.gos
pm uninstall -k --user 0 com.samsung.internal.systemui.navbar.gestural_no_hint_narrow_back
pm uninstall -k --user 0 com.samsung.internal.systemui.navbar.sec_gestural
pm uninstall -k --user 0 com.android.internal.systemui.navbar.gestural_wide_back
pm uninstall -k --user 0 com.samsung.internal.systemui.navbar.gestural_no_hint_wide_back
pm uninstall -k --user 0 com.samsung.android.hdmapp
pm uninstall -k --user 0 com.samsung.internal.systemui.navbar.gestural_no_hint
pm uninstall -k --user 0 com.samsung.android.oneconnect
pm uninstall -k --user 0 com.samsung.android.providers.media
pm uninstall -k --user 0 com.samsung.android.fmm
pm uninstall -k --user 0 com.samsung.android.mdx
pm uninstall -k --user 0 com.samsung.android.voc
pm uninstall -k --user 0 com.samsung.android.appseparation
pm uninstall -k --user 0 com.samsung.android.app.notes.addons
pm uninstall -k --user 0 com.samsung.app.newtrim
pm uninstall -k --user 0 com.samsung.android.lool
pm uninstall -k --user 0 com.samsung.android.spay
pm uninstall -k --user 0 com.samsung.android.localeoverlaymanager
pm uninstall -k --user 0 com.samsung.android.sm.policy
pm uninstall -k --user 0 com.samsung.android.motionphoto.viewer
pm uninstall -k --user 0 com.samsung.android.bluelightfilter
pm uninstall -k --user 0 com.samsung.android.callbgprovider
pm uninstall -k --user 0 com.samsung.android.app.watchmanagerstub
pm uninstall -k --user 0 com.samsung.android.svcagent
pm uninstall -k --user 0 com.samsung.android.networkdiagnostic
pm uninstall -k --user 0 com.samsung.android.shortcutbackupservice
pm uninstall -k --user 0 com.samsung.android.mcfserver
pm uninstall -k --user 0 com.samsung.android.networkstack.tethering.overlay
pm uninstall -k --user 0 com.samsung.android.app.omcagent
pm uninstall -k --user 0 com.fivemobile.myaccount
pm uninstall -k --user 0 com.samsung.ims.smk
pm uninstall -k --user 0 com.dti.samsung
pm uninstall -k --user 0 com.samsung.android.sdk.handwriting
pm uninstall -k --user 0 com.samsung.aasaservice
pm uninstall -k --user 0 com.samsung.android.cidmanager
pm uninstall -k --user 0 com.samsung.android.app.clipboardedge
pm uninstall -k --user 0 com.samsung.ipservice
pm uninstall -k --user 0 com.sec.android.app.magnifier
pm uninstall -k --user 0 com.samsung.android.sdm.config
pm uninstall -k --user 0 com.samsung.android.app.dressroom
pm uninstall -k --user 0 com.samsung.android.app.dofviewer
pm uninstall -k --user 0 com.samsung.android.tapack.authfw
pm uninstall -k --user 0 com.samsung.android.mcfds
pm uninstall -k --user 0 com.samsung.android.video
pm uninstall -k --user 0 com.sec.android.sdhms
pm install-existing --user 0 com.samsung.android.providers.contacts
pm install-existing --user 0 com.google.android.gm
Let me know if you have any trouble or need any help, and please post issues and errors if there are any.
Regards,
Magnetox
Last edited: