Hey — huge fan of UAD-NG and use it as the backbone of debloat profiles I maintain.
I built a lightweight companion tool called android-adb-toolkit that covers the use cases UAD-NG intentionally does not:
- DPI/density changes
- Animation scale tweaks
- Dark mode via ADB
- Font scale
- Permission revocation (e.g. revoking location from Facebook without uninstalling)
- Wireless ADB setup assistant
- Device-specific debloat profiles that reference UAD-NG safe lists
It is browser-based (open index.html → connects to ADB server), no install needed beyond ADB itself.
I am not asking to merge or link anything — just wanted to share in case it is useful context for feature requests you receive. The profiles JSON directly uses package names from UAD-NG's curated lists and gives UAD-NG credit.
Happy to hear any feedback on the approach.
Hey — huge fan of UAD-NG and use it as the backbone of debloat profiles I maintain.
I built a lightweight companion tool called android-adb-toolkit that covers the use cases UAD-NG intentionally does not:
It is browser-based (open index.html → connects to ADB server), no install needed beyond ADB itself.
I am not asking to merge or link anything — just wanted to share in case it is useful context for feature requests you receive. The profiles JSON directly uses package names from UAD-NG's curated lists and gives UAD-NG credit.
Happy to hear any feedback on the approach.