Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m0t9/sar

SAR (System App Remover) - this is an application with which you can remove system programs from your Android device.
https://github.com/m0t9/sar

Last synced: 1 day ago
JSON representation

SAR (System App Remover) - this is an application with which you can remove system programs from your Android device.

Awesome Lists containing this project

README

        

# SAR (System App Remover) - this is an application which can help with uninstalling system programs on Your Android-device.

## ⬇️ Installation

### Debug version
You should download and unzip this repository to desired folder, open it.

#### *For Windows users*
* You need to install the adb drivers via `DriverInstaller.msi`. Just launch it.

#### *For Linux users*
* You should install adb on your PC using `sudo apt install adb` command in terminal.

### Release version

#### *For Windows users*
* You need to install the archive with executable application from https://disk.yandex.ru/d/y8AMJWp6nV0VxA

## 📲 Preparing your phone

The next step is to enable **developer mode** on your phone. Through it, you must enable **USB-debugging**.
Connect your device to your computer using USB cable.

## 👌 Running the program

* Install the required modules using the `pip3 install -r requirements.txt` command in terminal in folder with program.
* Run the program using the `python3 main.py` command in terminal in folder with *SystemAppRemover*.
* Choose your phone model in corresponding menu, apps, which you want remove (a second click on the application will remove it from the list) and press "Remove" button. After completing the removal process, the results will be displayed in the log.

**❗ All actions You perform at Your own peril and risk.**