diff --git a/Windows/Scripts/ATA.bat b/Windows/Scripts/ATA.bat index 544f587..c3d3096 100644 --- a/Windows/Scripts/ATA.bat +++ b/Windows/Scripts/ATA.bat @@ -458,8 +458,8 @@ if %inputaim%==0 goto :menusystem if %inputaim%==1 goto :apksinstaller if %inputaim%==2 start %windir%\explorer.exe "%cd%\Apks" if %inputaim%==3 SET /P i=Write the app name like (app.apk) && adb install -r %i% -if %inputaim%==4 SET /P appcom=Write the app name like (com.myAppPackage) && adb uninstall %appcom% -if %inputaim%==5 SET /P app_com=Write the app name like com.myAppPackage && echo Loading.. && adb shell pm uninstall -k --user 0 %app_com% +if %inputaim%==4 adb shell pm list packages -3 > nonSystemApk.tmp && ATAHelper apkNS nonSystemApk.tmp && del nonSystemApk.tmp +if %inputaim%==5 adb shell pm list packages -s > SystemApk.tmp && ATAHelper apkS SystemApk.tmp && del SystemApk.tmp if %inputaim%==6 goto :grantpermissions if %inputaim%==7 adb shell pm list packages -s if %inputaim%==8 adb shell pm list packages -3