Skip to content

Commit a7f2128

Browse files
authored
Update README.md
1 parent bcca658 commit a7f2128

1 file changed

Lines changed: 31 additions & 9 deletions

File tree

README.md

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,46 @@ Before using Debloat Enhanced, ensure you have the following:
1414
* Enable USB debugging on your device.
1515
* Customize the .bat or .sh file according to your preferences.
1616

17-
## Usage
17+
## Features
1818

19-
Follow these steps to debloat your device:
19+
* **Support for Rooted and Non-Rooted Devices**: Debloat Enhanced works seamlessly on both rooted and non-rooted Android devices, providing flexibility for all users.
20+
21+
* **Customizable Debloating**: Tailor the debloating process to your preferences by customizing the list of apps and services you want to remove. This allows you to optimize your device according to your specific needs.
2022

21-
1. Download the latest source code from the repository.
22-
2. Enable USB debugging on your Android device.
23-
3. Customize the .bat or .sh file to specify which apps you want to remove.
24-
4. Run the script on your computer.
23+
* **Improved Privacy**: Remove pre-installed bloatware and unnecessary system apps to enhance your privacy and minimize data collection by third-party applications.
24+
25+
* **Enhanced Security**: Reduce the attack surface of your device by eliminating unnecessary system services and potential security vulnerabilities.
26+
27+
* **Extended Battery Life**: Disable battery-draining apps and services to prolong battery life and improve overall device efficiency.
28+
29+
## How to Use
30+
31+
1. **Download the Latest Version**: Get the latest version of Debloat Enhanced from the repository.
32+
33+
2. **Enable USB Debugging**: Enable USB debugging on your Android device by going to Settings > Developer options. If Developer options are not visible, go to Settings > About phone and tap on "Build number" seven times to enable Developer options.
34+
35+
3. **Connect Your Device**: Connect your Android device to your computer using a USB cable.
36+
37+
4. **Run the Script**: Open the debloat.bat or debloat.sh file and follow the on-screen instructions to begin the debloating process. For non-rooted devices, ADB permissions may need to be granted during the process.
38+
39+
5. **Review Changes**: Before proceeding, review the list of apps and services that will be removed. Make any necessary adjustments to ensure you do not accidentally remove essential system components.
40+
41+
6. **Enjoy Your Optimized Device**: Once the debloating process is complete, enjoy the improved performance, privacy, security, and battery life of your Android device.
2542

2643
## Important Notes
2744

2845
* **Battery Drainers**: Apps like Chrome and Quick Device Cnnect are known to drain battery quickly.
46+
2947
* **Ram Killers**: Avoid removing essential system services like Athena, as they may cause issues such as the disappearance of the Clear All button.
48+
3049
* **OS Brickers**: Be cautious when removing apps related to weather services, one-handed mode, or startup wizard, as they may affect the stability of your operating system.
3150

51+
* **Backup Your Data**: Before debloating your device, it's recommended to backup your important data to avoid any potential data loss.
52+
53+
* **Proceed with Caution**: While Debloat Enhanced provides a powerful optimization tool, it's important to proceed with caution and only remove apps and services that you are certain are safe to disable. Removing critical system components may lead to device instability or functionality issues.
54+
55+
* **Restore Factory Settings**: If you encounter any issues or wish to revert the changes made by Debloat Enhanced, you can restore your device to factory settings to reset it to its original state.
56+
3257
## Useful Links
3358

3459
* [Google USB Driver](https://developer.android.com/studio/run/win-usb)
@@ -47,7 +72,4 @@ adb shell pm install-existing <package name>
4772
OR
4873
4974
adb shell cmd package install-existing <package name>
50-
5175
```
52-
53-
### Important Note: If you want to restore the removed apps, perform a Factory Reset. ###

0 commit comments

Comments
 (0)