Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/m0t9/sar
- Owner: m0t9
- Created: 2020-11-24T13:06:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T09:30:42.000Z (over 2 years ago)
- Last Synced: 2023-03-06T22:41:37.537Z (almost 2 years ago)
- Language: Python
- Size: 26.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.**