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

https://github.com/msartore/atahelper

This tool is able to unzip and download files via command lines
https://github.com/msartore/atahelper

download downloader downloadercmd unzip unzipper

Last synced: 11 months ago
JSON representation

This tool is able to unzip and download files via command lines

Awesome Lists containing this project

README

          

![ata logo](https://i.postimg.cc/YqF7Rh0T/atahelper.png)

ATAHelper version 0.0.2.1007

## 💡Introduction

This tool is able of unzip and download files via command lines

## ❓How ATAHelper works?

- Download file
```bash
ATAHelper d
```
- Unzip file
```bash
ATAHelper e
```
- Uninstall system app
```bash
ATAHelper apkS
```
You have to create a file with the list of apps, to create this file you can use this command
```bash
adb shell pm list packages -s >
```
- Uninstall non system app
```bash
ATAHelper apkNS
```
You have to create a file with the list of apps, to create this file you can use this command
```bash
adb shell pm list packages -3 >
```
## 🌞Windows Requirements

1. .NET Framework 4.7.2 needed!