Skip to content

msartore/ATAHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages