Skip to content

Commit

Permalink
updated uninstall app method
Browse files Browse the repository at this point in the history
this method is powerd by ATAHelper, ATAHelper repository: https://github.com/MassimilianoSartore/ATAHelper
  • Loading branch information
msartore committed Oct 7, 2020
1 parent e27f831 commit 92bf79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Windows/Scripts/ATA.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92bf79a

Please sign in to comment.