Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
K3V1991 authored Mar 17, 2023
1 parent 39d24ce commit 3c50606
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="LINK" width="200"></a>
<p align="center"><img src="https://github.com/K3V1991/ADB-Batch-Debloater/blob/main/Uninstall.png" width="200"></a>
<h1 align="center"><b>ADB Batch Debloater</b></h1>
<h4 align="center">A Batch Script to easily uninstall Android Apps</h4>
<br />
Expand All @@ -15,16 +15,23 @@

## NFO:
* The Keep Data Batch tells the Package Manager to keep the Cache and Data Directories
* Uses latest ADB Files (SDK Platform Tools v34.0.0-9570255, February 2023)
* Uses latest ADB Files (SDK Platform Tools v34.0.1-9680074, March 2023)
<br />

# Usage:
1. Download the latest Version from ```Releases Tab```
2. Extract the downloaded Zip
3. Add App Package Names to the ```Debloat.txt``` (Examples available in File)
4. Double-click the ```ADB Batch Debloater.bat``` or ```ADB Batch Debloater - Keep Data.bat```to easily uninstall all Apps in the Debloat List
4. Double-click the ```ADB Batch Debloater.bat``` or ```ADB Batch Debloater - Keep Data.bat``` to easily uninstall all Apps in the Debloat List

## How to re-install an App:
You can re-install the App using the following Command:
```adb shell pm install-existing "PackageName"```
```adb shell pm install-existing "Package Name"```
<br />
<br />

## Screenshots:
<img src="https://github.com/K3V1991/ADB-Batch-Debloater/blob/main/Screenshot-1.png"></a>
<br />

<img src="https://github.com/K3V1991/ADB-Batch-Debloater/blob/main/Screenshot-2.png"></a>

0 comments on commit 3c50606

Please sign in to comment.