From 1ddbbbfc8618aa6f2162df8692861cbb14c7771d Mon Sep 17 00:00:00 2001 From: arbitrary hexcode <0XDE57@users.noreply.github.com> Date: Sat, 2 Aug 2025 21:26:43 +0000 Subject: [PATCH 1/4] add: Universal Android Debloater GUI --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 85faf0c..3c56eda 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,13 @@ ### Alternative Google Play Store clients - [Aurora Store](https://auroraoss.com/download/#aurora-store) - Aurora Store is an open-source alternative Google Play Store frontend client with privacy and modern design in mind. +### Android Debloat Tools +⛔ **Avoid** +- ADB Control - A simple adb wrapper with a [terrible privacy policy](https://adbappcontrol.com/en/terms/) to collect things like device information and what applications you install/unsinstall. + +✅ **Instead use** +- [Universal Android Debloater](https://github.com/0x192/universal-android-debloater) - Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device. + ### Android Dialer ⛔ **Avoid** From 5072125b9285b0d3d0b3759ea0c3084ebc85f08c Mon Sep 17 00:00:00 2001 From: arbitrary hexcode <0XDE57@users.noreply.github.com> Date: Sat, 2 Aug 2025 22:50:41 +0000 Subject: [PATCH 2/4] Update README.md fix name of offending application --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c56eda..0b2620e 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ ### Android Debloat Tools ⛔ **Avoid** -- ADB Control - A simple adb wrapper with a [terrible privacy policy](https://adbappcontrol.com/en/terms/) to collect things like device information and what applications you install/unsinstall. +- ADB AppControl - A simple adb wrapper with a [terrible privacy policy](https://adbappcontrol.com/en/terms/) to collect things like device information and what applications you install/unsinstall. ✅ **Instead use** - [Universal Android Debloater](https://github.com/0x192/universal-android-debloater) - Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device. From 1059e461c8fb07af3eaa98451dc62e46632a4e9f Mon Sep 17 00:00:00 2001 From: arbitrary hexcode <0XDE57@users.noreply.github.com> Date: Sat, 2 Aug 2025 23:13:44 +0000 Subject: [PATCH 3/4] Update README.md -update fork. initially linked the outdated (2 years ago) fork. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b2620e..c6bd92e 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ - ADB AppControl - A simple adb wrapper with a [terrible privacy policy](https://adbappcontrol.com/en/terms/) to collect things like device information and what applications you install/unsinstall. ✅ **Instead use** -- [Universal Android Debloater](https://github.com/0x192/universal-android-debloater) - Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device. +- [Universal Android Debloater Next Generation](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/) - Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device. ### Android Dialer ⛔ **Avoid** From 503bc1f70aa146b613e1a6f46ee91d414db712a8 Mon Sep 17 00:00:00 2001 From: arbitrary hexcode <0XDE57@users.noreply.github.com> Date: Sat, 2 Aug 2025 23:16:45 +0000 Subject: [PATCH 4/4] Update README.md -add header link to Contents, alphabetically --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6bd92e..209e73a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [Analytics](#analytics) - [Android](#android) - [Android App Store](#android-app-store) + - [Android Debloat Tools](#android-debloat-tools) - [Android Dialer](#android-dialer) - [Android File Manager](#android-file-manager) - [Android Gallery](#android-gallery)