-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the organization to separate dangerous packages
- Loading branch information
Showing
3 changed files
with
231 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,48 @@ | ||
## Remove-bloatware-for-android | ||
# Remove-bloatware-for-android | ||
|
||
A simple tool to uninstall multiple bloat apps with a single command. To run it requires Android Debug Bridge (ADB). | ||
|
||
### Requirements | ||
## Requirements | ||
|
||
* Data cable | ||
* <a href="https://developer.android.com/studio/releases/platform-tools" target="_blank">Android Debug Bridge (ADB)</a> | ||
|
||
## Script options for linux and windows | ||
#### 0 Clear screen | ||
* Clear screen (only for linux) | ||
#### 1 Checking for devices | ||
* Check if the device is connected | ||
#### 2. Save list for packages | ||
* Save list of names of applications installed on the device. -> packages.txt :page_facing_up: | ||
#### 3. Reboot System Now | ||
* Reboot the device quickly using ADB. :repeat: | ||
#### 4. Remove-bloatware | ||
* Uninstall bloat apps from Xiaomi, samsung, google, microsoft and more | ||
#### 5. Exit | ||
* Exit | ||
|
||
## Screenshot | ||
|
||
<a><img src="https://i.postimg.cc/y6SqWYzC/capturadepantalla-linux.png" alt="capturadepantalla-linux"/></a> | ||
* [Android Debug Bridge (ADB)](https://developer.android.com/studio/releases/platform-tools) | ||
|
||
<a><img src="https://i.postimg.cc/FzSw6GxH/capturadepantalla-windows.png" alt="capturadepantalla-windows"/></a><br/><br/> | ||
## Script options for Linux and Windows | ||
|
||
#### 0. Exit | ||
* Clear screen (only for Linux) | ||
|
||
## Linux | ||
|
||
Debian/Ubuntu | ||
|
||
``sudo apt install android-tools-adb`` | ||
|
||
Centos/Fedora/openSUSE | ||
#### 1. Checking for devices | ||
* Check if the device is connected | ||
|
||
``sudo dnf install android-tools`` | ||
#### 2. Save list for packages | ||
* Save a list of names of applications installed on the device. -> packages.txt 📄 | ||
|
||
ArchLinux y derivados | ||
#### 3. Remove Facebook bloatware | ||
* Uninstall Facebook bloatware | ||
|
||
``sudo pacman -Sy android-tools`` | ||
#### 4. Remove Google bloatware | ||
* Uninstall Google bloatware | ||
|
||
## File organitation in windows | ||
``` | ||
README | ||
LICENCIE | ||
Remove-bloatware <-- Executable | ||
adb | ||
AdbWinApi.dll | ||
AdbWinUsbApi.dll | ||
dmtracedump | ||
etc1tool | ||
fastboot | ||
hprof-conv | ||
libwinpthread-1.dll | ||
make_f2fs | ||
make_f2fs_casefold | ||
mke2fs.conf | ||
mke2fs | ||
NOTICE | ||
source | ||
sqlite3 | ||
``` | ||
## For linux | ||
Unzip and move the platform-tools folder to /opt/ | ||
#### 5. Remove Microsoft bloatware | ||
* Uninstall Microsoft bloatware | ||
|
||
`` | ||
/opt/ | ||
`` | ||
#### 6. Removing Xiaomi Bloatware | ||
* Uninstall Xiaomi bloatware | ||
|
||
give permissions to .sh script | ||
#### 7. Removing Bloatware extra | ||
* Uninstall extra bloatware | ||
|
||
`` | ||
sudo chmod +x remove-bloatware.sh | ||
`` | ||
`- DANGER: Can corrupt your system completely -` | ||
|
||
run script | ||
#### 8. Removing miui securitycenter | ||
* Uninstall miui securitycenter bloatware | ||
|
||
`` | ||
./remove-bloatware.sh | ||
`` | ||
#### 9. Removing Samsung Knox | ||
* Uninstall Samsung Knox bloatware | ||
|
||
## Contributions | ||
Issues will be fixed asap. Pull Request Welcomed | ||
https://github.com/JnBenites/Remove-bloatware-for-android/issues | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.