Releases: ciwga/UnBloatware
Releases · ciwga/UnBloatware
v1.1 - Initial executable version
Android Debloater v1.1 - Features:
- ADB Server Management: Start and stop the ADB server directly from the application.
- Device Detection: Automatically detects connected Android devices and lists them.
- App Listing: Fetches and displays installed apps from the connected device, including active, disabled, and system/user apps.
- App Debloating: Allows users to uninstall selected applications (debloating) from the device.
- File-Based App Removal: Removes apps from paths listed in a text file (root required). (Example File)
- Multi-threaded Operations: Ensures smooth UI performance by running device and app management tasks in separate threads.
- Root Access Check: Verifies whether the connected device has root access before performing system-level operations.
- GUI Interface: User-friendly graphical interface built with Tkinter for easy device and app management.