All Projects → khlam → Debloat Samsung Android

khlam / Debloat Samsung Android

Licence: mit
ADB commands to aggressively de-bloat Samsung Android Phones without root. Make Samsung One UI closer to stock Android.

Projects that are alternatives of or similar to Debloat Samsung Android

adb-cheatsheet
Your journey to master Android™ Shell begins here
Stars: ✭ 44 (-44.3%)
Mutual labels:  adb, samsung
debloat-adb
Bash Debloat-Scripts for Android Devices (using ADB)
Stars: ✭ 27 (-65.82%)
Mutual labels:  adb, samsung
Debloat
Remove ads, bloatware and speed up your device.
Stars: ✭ 44 (-44.3%)
Mutual labels:  adb, samsung
React Native Fingerprint Scanner
Provide Fingerprint, Touch ID, and Face ID Scanner for React Native (Compatible with both Android and iOS)
Stars: ✭ 704 (+791.14%)
Mutual labels:  samsung
Weiqunkong
微群控, 电脑统一控制多台Android设备
Stars: ✭ 777 (+883.54%)
Mutual labels:  adb
Airfrozengranter
AirFrozen
Stars: ✭ 52 (-34.18%)
Mutual labels:  adb
Interview Process Coding Questions
Interview Coding Questions for Several Companies encapsulated into one Repository
Stars: ✭ 74 (-6.33%)
Mutual labels:  samsung
Androidscreencast
View and control your android device on PC
Stars: ✭ 571 (+622.78%)
Mutual labels:  adb
Hjmirror
Mirroring you droid device screen to Windows, MacOS and Linux.
Stars: ✭ 67 (-15.19%)
Mutual labels:  adb
Android Dev Bookmarks
Android Dev Bookmarks(ADB) - Android 开发者的浏览器书签 For CN-Dev now | 历史更新文章戳这里:https://rocko.xyz/categories/Android-Dev-Bookmarks/ | 订阅: https://tinyletter.com/Rocko | 站点主页:
Stars: ✭ 1,041 (+1217.72%)
Mutual labels:  adb
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device. Ghost Framework gives you the power and convenience of remote Android device administration.
Stars: ✭ 992 (+1155.7%)
Mutual labels:  adb
Phonesploit
Using open Adb ports we can exploit a Andriod Device
Stars: ✭ 854 (+981.01%)
Mutual labels:  adb
Addon Adb
Android Debug Bridge - Home Assistant Community Add-ons
Stars: ✭ 58 (-26.58%)
Mutual labels:  adb
Galaxybudsclient
Unofficial Galaxy Buds Client for Windows
Stars: ✭ 733 (+827.85%)
Mutual labels:  samsung
Livebudscli
A tool to control your Galaxy buds+ and live from linux
Stars: ✭ 69 (-12.66%)
Mutual labels:  samsung
Nexus Tools
Installer for ADB and Fastboot on Linux, macOS, and Chrome OS
Stars: ✭ 596 (+654.43%)
Mutual labels:  adb
Python Androidtv
Communicate with an Android TV or Fire TV device via ADB over a network.
Stars: ✭ 58 (-26.58%)
Mutual labels:  adb
Go Adbbot
android bot based on adb and golang
Stars: ✭ 34 (-56.96%)
Mutual labels:  adb
Divvydroid
Qt/C++ Application to screencast and remote control Android devices
Stars: ✭ 29 (-63.29%)
Mutual labels:  adb
Tasmota Connect
Add your Tasmota devices as SmartThings devices
Stars: ✭ 51 (-35.44%)
Mutual labels:  samsung

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].