Skip to content

SunsetTechuila/ADB-Debloater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADB Debloater

A PowerShell tool to debloat Android devices with ADB

Screenshots

Dark theme, blue accent, blue wallpaper Light theme, green accent, green wallpaper
screenshot1 screenshot2
screenshot3 screenshot4

Features

  • Options to: uninstall, disable and enable apps
  • WPF GUI in the WinUI 3 style
  • Localized interface, app names and tooltips
  • Automatic ADB downloading if it is not found in the PATH

Usage

  1. Launch PowerShell in any terminal

  2. Download this repo:

    iwr 'https://codeload.github.com/SunsetTechuila/ADB-Debloater/zip/refs/heads/master' -useb -out 'ADB-Debloater.zip'; Expand-Archive 'ADB-Debloater.zip'; cd 'ADB-Debloater'
  3. Enable debugging on your mobile deviceℹ️

  4. Connect your mobile device to your PC

  5. Run the script:

    ./start

Next time you can run the script by double clicking the "start" file in the "ADB-Debloater" folder.

Requirements

  • Windows 10 or higher
  • PowerShell 5.1 or higher