Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (31 loc) · 854 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 854 Bytes

ata logo

ATAHelper version 0.0.2.1007

💡Introduction

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

❓How ATAHelper works?

  • Download file
ATAHelper d <Url> <Filename with extension>
  • Unzip file
ATAHelper e <Directory> <Output Directory>
  • Uninstall system app
ATAHelper apkS <filename>

You have to create a file with the list of apps, to create this file you can use this command

adb shell pm list packages -s > <filename>
  • Uninstall non system app
ATAHelper apkNS <filename>

You have to create a file with the list of apps, to create this file you can use this command

adb shell pm list packages -3 > <filename>

🌞Windows Requirements

  1. .NET Framework 4.7.2 needed!