Repo created
This commit is contained in:
parent
21de94943c
commit
4e2998210b
143 changed files with 10606 additions and 2 deletions
1
fastlane/metadata/android/de/short_description.txt
Normal file
1
fastlane/metadata/android/de/short_description.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
nutze die Power von Magisk, um unerwünschte System-Apps loszuwerden
|
||||
3
fastlane/metadata/android/en-US/changelogs/30.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/30.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
* Updated build tools.
|
||||
* Added Estonian translations.
|
||||
* Miscellaneous changes.
|
||||
29
fastlane/metadata/android/en-US/full_description.txt
Normal file
29
fastlane/metadata/android/en-US/full_description.txt
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<i>De-Bloater</i> is an application using the power of Magisk/Kernel SU/APatch to de-bloat unwanted applications systemless-ly. It easily remove system apps from "/system", "/vendor", and "/product" directories.
|
||||
|
||||
<i>De-Bloater</i> requires Root Access and a fully functional Magisk or Kernel SU/APatch environment, including modules, for proper working. As a result, De-Bloater won't work with other rooting solutions as well as in Magisk core-only mode.
|
||||
|
||||
<b>Features</b>
|
||||
|
||||
- Easily remove system applications from "/system", "/vendor", and "/product" directories (Reboot required).
|
||||
- Restore de-bloated apps, either individually or as a whole (Reboot required).
|
||||
- Includes pre-defined de-bloated scripts (Universal Android and Tomatot debloater).
|
||||
- Elegantly designed user interface with an auto-dark/light theme.
|
||||
- A lot more.
|
||||
|
||||
<b>How to Use</b>
|
||||
|
||||
Open the app, click the remove button on each app you want to remove. The selected apps will be removed systemless-ly after a reboot. To restore an app, either Reset Module (on the top menu) or selectively restore from the second page. Please note that a restart is necessary to get any of the changes in effect.
|
||||
|
||||
The app will systemless-ly replace the selected APKs by making a Magisk/Kernel SU/APatch module. As a result, you will see a new Module (name: De-bloater).
|
||||
|
||||
<b>Troubleshooting</b>
|
||||
|
||||
In case, if you accidentally remove some important apps and your phone bootloops, please delete "/data/adb/modules/De-bloater" via recovery.
|
||||
|
||||
<b>Translations</b>
|
||||
|
||||
Please help me to translate this application via <a href='https://poeditor.com/join/project?hash=BZS89Ev3WG'>POEditor</a>. You may also translate after downloading the original language string available <a href='https://github.com/sunilpaulmathew/De-Bloater/blob/master/app/src/main/res/values/strings.xml'>here</a>.
|
||||
|
||||
<b>Please Note</b>
|
||||
|
||||
Please be noted that De-Bloater contains its own auto-update implementation, which is only (from v0.10 onwards) available for installation from GitHub release page (and consequently, for IzzyOnDroid). In that case, APK files provided by the developer is directly acquired from the official GitHub release page.
|
||||
BIN
fastlane/metadata/android/en-US/images/icon.png
Normal file
BIN
fastlane/metadata/android/en-US/images/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Normal file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 236 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Normal file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 216 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Normal file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 224 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/4.png
Normal file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 218 KiB |
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Use the power of Magisk/Kernel SU to de-bloat system applications systemless-ly
|
||||
Loading…
Add table
Add a link
Reference in a new issue