mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 07:09:12 +02:00
docs: remove explicit mention of 'GUI'
It's unnecessary as everyone is already familiar with the name. Barely anyone uses the CLI-version now.
This commit is contained in:
parent
9785944558
commit
db1a1a5fc8
2 changed files with 7 additions and 14 deletions
4
LICENSE
4
LICENSE
|
|
@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively
|
|||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
Universal Android Debloater Next Generation GUI
|
||||
Universal Android Debloater Next Generation
|
||||
Copyright (C) 2023 Universal Debloater Alliance
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
|
|||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
Universal Android Debloater Next Generation GUI Copyright (C) 2021 W1nst0n
|
||||
Universal Android Debloater Next Generation Copyright (C) 2023 Universal Debloater Alliance
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
|
|
|||
17
README.md
17
README.md
|
|
@ -1,4 +1,4 @@
|
|||
# Universal Android Debloater Next Generation GUI
|
||||
# Universal Android Debloater Next Generation
|
||||
|
||||
**DISCLAIMER**: Use at your own risk. I am not responsible for anything that
|
||||
could happen to your phone.
|
||||
|
|
@ -12,19 +12,12 @@ could happen to your phone.
|
|||
|
||||
## Summary
|
||||
|
||||
This is a complete rewrite in Rust of the [UAD project](https://gitlab.com/W1nst0n/universal-android-debloater),
|
||||
which aims to improve privacy and battery performance by removing unnecessary
|
||||
and obscure system apps.
|
||||
This is a detached fork of the [UAD project](https://github.com/0x192/universal-android-debloater), which aims to improve privacy and battery performance by removing unnecessary and obscure system apps.
|
||||
This can also contribute to improving security by reducing [the attack surface](https://en.wikipedia.org/wiki/Attack_surface).
|
||||
|
||||
Packages are as well documented as possible to provide a better understanding
|
||||
of what you can delete or not. The worst issue that could happen is removing
|
||||
an essential system package needed during boot causing then an unfortunate
|
||||
bootloop. After about 5 failed system boots, the phone will automatically reboot
|
||||
in recovery mode, and you'll have to perform a FACTORY RESET. Make a backup first!
|
||||
Packages are as well documented as possible to provide a better understanding of what you can delete or not. The worst issue that could happen is removing an essential system package needed during boot causing then an unfortunate bootloop. After about 5 failed system boots, the phone will automatically reboot in recovery mode, and you'll have to perform a FACTORY RESET. Make a backup first!
|
||||
|
||||
In any case, you **CANNOT** brick your device with this software!
|
||||
That's the main point, right?
|
||||
In any case, you **CANNOT** brick your device with this software! That's the main point, right?
|
||||
|
||||
## Features
|
||||
|
||||
|
|
@ -185,7 +178,7 @@ NB : System apps cannot truly be uninstalled without root (see the [FAQ](https:/
|
|||
</details>
|
||||
</p>
|
||||
|
||||
- Download the latest release of UAD-ng GUI for your Operating System [here](https://github.com/Universal-Debloater-Alliance/universal-android-debloater/releases). Take the `opengl` version only if the default version (with a Vulkan backend) doesn't launch.
|
||||
- Download the latest release of UAD-ng for your Operating System [here](https://github.com/Universal-Debloater-Alliance/universal-android-debloater/releases). Take the `opengl` version only if the default version (with a Vulkan backend) doesn't launch.
|
||||
|
||||
**NOTE:** Chinese phone users may need to use the AOSP list to remove some stock
|
||||
apps because those Chinese manufacturers (especially Xiaomi and Huawei) have been
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue