ATAHelper version 0.0.2.1007
This tool is able of unzip and download files via command lines
- 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>
- .NET Framework 4.7.2 needed!