Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Introduce cache clear.
Browse files Browse the repository at this point in the history
Now the script automatically clears the cache data after debloating.
  • Loading branch information
thanuj10 committed Dec 17, 2019
1 parent a2cc724 commit 79730c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Batch-script
Expand Up @@ -114,6 +114,7 @@ adb.exe shell pm uninstall --user 0 com.evenwell.pandorasbox
adb.exe shell pm uninstall --user 0 com.evenwell.UsageStatsLogReceiver.data.overlay.base.s600ww
adb.exe shell pm uninstall --user 0 com.evenwell.UsageStatsLogReceiver.data.overlay.back.s600id
adb.exe shell pm uninstall --user 0 com.evenwell.UsageStatsLogReceiver
adb.exe shell rm -r /data/dalvik-cache

echo.
echo.
Expand Down

1 comment on commit 79730c7

@taalojarvi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its giving me a permission denied message.

Please sign in to comment.