How to remove malware from Samsung phones [no root and PC]

    How to remove malware from Samsung phones [no root and PC]

    Unsurprisingly, Samsung phones are great, but no phone is perfect. Samsung phones have one negative point that users don't like. Samsung phones are preinstalled with a wide variety of apps. This leads to a decrease in memory, speed and battery performance. Nobody likes to store apps they don't use. If you want to get rid of the pre-installed apps, here's how to remove Samsung malware with or without PC. You don't need to root your phone to remove malware.

    Samsung even installs apps with incremental updates and this gets even more frustrating. And since you can remove some malware directly, there will still be a lot of malware that you can only disable. Yes, there are many applications that cannot be uninstalled. So, you need a way to uninstall these apps. We have a guide to remove malware from Samsung phone.

    Benefits of Malware Removal:

    Here are some of the benefits of removing Samsung malware. Bloated software is the culprit for many of the problems a user encounters on their phone.

    • More space
    • Free RAM
    • No delay
    • Best Battery
    • Performance improvement
    • Clean interface
    • Safe privacy settings
    • Improving speed

    Let's start with the methods that require a PC first. But in case you don't have a PC with you, you can skip this method and go to the PC-free method.

    How to remove Samsung Bloatware without root

    You can prevent the device from installing apps during device update with some tricks. But this is not enough, since at the time of purchase, a lot of applications are already preinstalled on the phone. So, the only and best option is to uninstall these preinstalled applications using available methods. Before moving on to the Samsung malware removal steps, you need to find apps that can be safely removed. And when you have a list of apps you want to uninstall, follow one of the methods below. We'll start by looking for the package name for the apps you want to uninstall.

    How to get package name for Android app

    Every Android app has a unique package name as defined by the developer of that app. And to remove Samsung malware without root, you need the package name for all the apps you want to remove. The package name is easy to find, so let's get down to the steps.

    Use a third party Android app

    This is the preferred method as you will know which package name is for which application. Let's see how it works.

    1. Download a good Android app that can display package names (I prefer the App Inspector ).
    2. Open the app on your device.
    3. It will show a complete list of apps installed on your Samsung phone.
    4. Click the application for which you want to know the package name.
    5. It will now display the properties of the application including the package name.
      How to remove Samsung Bloatware
    6. Make a note of the package name.

    Use CMD to get the package name

    Since you will be using adb to uninstall apps, this method is simple as well. You can get a list of package names using adb commands. You have to confirm the package name yourself, as it will not display the application name, only the package name.

    Here is the command you can use to display the package name of all applications:

    adb shell pm list packages

    Here is the command to display only the package name of the system apps:

    adb shell pm list packages -s

    Note. To use the adb commands, you need to enable usb debugging, which you will learn about next.

    How to enable USB debugging

    1. Open Settings on your phone.
    2. Go to About phone> Software information.
      How to remove Samsung Bloatware
    3. Now click the build number 7 times to enable developer options.
    4. Now go back to main settings and open Developer options.
    5. Find USB Debugging and enable it.

    How to remove Bloatware from Samsung using ADB

    Now that you have the package name and USB debugging enabled, you can proceed.

    1. Download the platform tools to your computer and extract the file.
    2. Now open CMD in the patch of the platform tools folder. To do this, open the platform tools folder and write CMD in the address bar, then press Enter.
      Remove Samsung Bloatware Using ADB
    3. Now connect your phone to your computer with a cable. And make sure your device is unlocked throughout the entire process. You can set the time to turn off the screen for 10 minutes or more.
      How to remove Samsung Bloatware
    4. In CMD / Command Prompt, enter the following command to start debugging.
      • adb devices
    5. A pop-up window will appear on your phone, click Allow / Authorize.
      Remove Samsung Bloatware Using ADB
    6. Now enter the following command to enter the shell window
      • adb shell
    7. Then enter the command below with the package name of the app you want to uninstall. Be sure to enter the package name (for example, com.caf.fmradio) instead of the package name. The first command will save the application data. The second command will be deleted along with the deletion of the data.
      • pm uninstall -k --user 0 packagename
      • pm uninstall --user 0 packagename
    8. Enter the above command one by one, changing the package name, to uninstall the system apps you want to uninstall.

    How to disable Samsung malware without package name

    If you want to disable apps right away without going into settings for each app, follow this method. This is a similar tutorial, but we will use a tool to disable applications without executing commands.

    1. Enable USB debugging on your phone and connect your phone to PC.
    2. Now follow the previous method up to step 6.
    3. Download the ADB App to your computer.
    4. Now launch ADB App Control on your PC. You will be prompted to install the ACBridge application, install it on your phone.
    5. In the ADB App control, you can select all the apps you want to disable.
    6. And after selecting all apps, click Disable (you can also delete apps and cache for selected apps).

    If you want to use any of these apps, you can enable it using the same method.

    How to remove Samsung Bloatware without PC

    What if you don't have a PC but want to remove malware from your Samsung phone? We got you covered. Yes, you can remove Samsung malware without a PC and even without root. Follow this method to learn how to remove malware from your Samsung without using a PC. We are going to use the USB debugging method for this method. So, if this option is not available in developer settings on your phone, then you cannot use this method.

    1. Open Settings on your phone and enable Developer Options (you can use the same steps to enable Developer Options from the first method).
    2. Connect your phone to Wi-Fi.
    3. Open developer options and this time enable wireless debugging (not ADB wireless debugging) instead of USB debugging.
    4. You will need an app to enter adb local commands. For this method, we are using LADB - the Local ADB Shell application available from the Play Store.
      How to remove Samsung Bloatware
    5. Open the app on your phone, it will show the password. It depends on the Android version, so for Android 9 and Android you can allow this, so click Allow.
    6. Now, if there is a pairing code page, you cannot close or switch to another application. So what we're going to do is use split screen . Go to the recent apps screen (swipe up or recent navigation button), don't switch to any app, just tap the LADB app icon (or press and hold if it's not working) and tap Open in split screen mode.
      How to remove Samsung Bloatware without PC
    7. You will now have two windows. In the second window, open Settings> Developer Options.
    8. Scroll down to find Wireless Debugging and click the text. Do not press the switch.
    9. It will show several options, click " Pair device with pairing code" .
    10. You will find the pairing code and IP details. Enter the same pairing code in the LADB app. In the Port section, you will need to enter numbers after the colon in the IP address (for example: if ip is 192.168.1.1: 6649, then 6649 is the port number).
    11. After entering the port number and Pairing code, click on Satisfactory in the LADB application window. You will receive a notification that wireless debugging is connected .
    12. You can now exit the Split View screen.
    13. Get the app package name by following the same steps we mentioned at the beginning of this tutorial.
    14. Then enter the following command in LADB with the package name of the application you want to uninstall. Be sure to enter the package name (for example, com.caf.fmradio) instead of the package name. The first command will save the application data. The second command will be deleted along with the deletion of the data.
      • pm uninstall -k --user 0 packagename
      • pm uninstall --user 0 packagename
    15. When you enter the command, you will receive a success message. You need to enter the same command, just changing the package name.

    And that's all you need to do to remove malware from your Samsung device. This method is a bit tricky, but it will work if you don't have a PC with you.

    How to remove Samsung Bloatware with root

    This is one of the easiest ways, provided you've already rooted your phone. You can simply uninstall the application without enabling debugging or the need for a PC.

    All you need to look for is an app compatible with your version of Android that can uninstall apps and runs as root. You can try apps like Titanium Backup, System App Remover, etc.

  • Date: 07 Nov 2021
  • Publisher: gsmserverpro