Giter Club home page Giter Club logo

debloat-samsung-android's Introduction

Debloat Samsung Android via ADB

This repository contains a list of adb commands to aggressively remove bloatware from Samsung Android devices.

Running all commands listed in commands.txt will disable almost all Samsung apps. This includes the Galaxy App Store, Samsung Themes, Samsung Dex, Samsung Bixby, Facebook, and more. The end result will be a minimalist Samsung phone. These commands will not disrupt Samsung Knox or the Google Play Store. Use at your own risk and read over all commands to make sure you don't take out something you need. While these commands cannot harm your device, there may be situations where your phone gets into a loop and you must perform a factory reset.

Running these adb commands is equilivent to using Package Disabler Pro+ (Play Store Link), except you're running commands manually so you don't need to give an app device admin permission or pay anything.

⚠️ WARNING:⚠️

  1. After running these commands, you will no longer be able to install Profile Isolation (Work Profile) apps such as Island or Shelter. Installing Profile Isolation apps after running these commands will put OneUI into a crash-loop.
  2. Anything to do with the Galaxy Store will not work.
  3. Samsung Dex / Samsung Phone integration with Windows 10 will be disabled.
  4. The Device Care app will be disabled and will not appear in settings. This includes Samsung's app sleeper and battery monitor. There is evidence the Device Care app created by the Chinese company Qihoo 360 sends data to China domains over HTTP. If you want this functionality do not disable com.samsung.android.lool.
  5. Do not disable com.samsung.android.provider.filterprovider. Doing so will cause the stock Samsung camera app to crash.

⚠️ Research each package before running the command to disable it. Some apps have hidden dependencies.

Instructions

The following instructions assumes you are familiar with using a command-line interface.

  1. (Recommended for stability) Backup, update, and factory reset your phone.

  2. On your phone, enable Android's "Developer Options"

  3. In "Developer Options", turn on "USB Debugging"

  4. On your computer, download Android SDK Platform-Tools for your OS.

  5. Extract Android SDK Platform-Tools and start a command-prompt/shell session in the extracted folder's directory.

  6. Connect your Samsung Android phone to your computer with USB debugging enabled. Verify that adb sees your device and the daemon is running with the following command

    • adb devices
    • You should see the device name listed as a "device".
    • At this point your device should prompt you to accept USB debugging from your computer. Tap "Allow".
  7. Enter your device's shell with the following command

    • adb shell
  8. Once in the device's shell, copy and paste all desired commands from commands.txt to remove the package.

Other

Once in your device's shell, you can use the following command to list installed packages by name.

  • pm list package | grep '<package name>'

For example, to list all installed packages with Facebook in their name, you'd type,

  • pm list package | grep 'facebook'

Sources

debloat-samsung-android's People

Contributors

khlam avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.