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
- Host: GitHub
- URL: https://github.com/msartore/atahelper
- Owner: msartore
- Archived: true
- Created: 2020-06-21T22:07:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T16:34:54.000Z (over 5 years ago)
- Last Synced: 2025-03-06T19:16:58.716Z (over 1 year ago)
- Topics: download, downloader, downloadercmd, unzip, unzipper
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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!