Skip to content

v1.1 - Initial executable version

Latest
Compare
Choose a tag to compare
@ciwga ciwga released this 22 Dec 06:58
· 5 commits to main since this release
e2963d4

Android Debloater

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.