Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small fixes
  • Loading branch information
wwwutz committed Dec 6, 2017
1 parent da9a82f commit bc88107
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions META-INF/com/google/android/updater-script
Expand Up @@ -207,7 +207,6 @@ run_program("/sbin/rm", "-rf", "system/priv-app/FotaAgent");
run_program("/sbin/rm", "-rf", "system/priv-app/GalaxyAppsWidget_Phone");
# PM
run_program("/sbin/rm", "-rf", "system/priv-app/GalaxyAppsWidget_Phone_Hero");

run_program("/sbin/rm", "-rf", "system/priv-app/GalaxyBeta");
run_program("/sbin/rm", "-rf", "system/priv-app/GameHome");
run_program("/sbin/rm", "-rf", "system/priv-app/GameTools");
Expand Down Expand Up @@ -260,6 +259,8 @@ run_program("/sbin/rm", "-rf", "system/priv-app/SamsungBilling");
run_program("/sbin/rm", "-rf", "system/priv-app/SamsungCloud");
#run_program("/sbin/rm", "-rf", "system/priv-app/SamsungMagnifier2");
run_program("/sbin/rm", "-rf", "system/priv-app/SamsungMagnifier3");
# PM
run_program("/sbin/rm", "-rf", "system/priv-app/SamsungMembers");
run_program("/sbin/rm", "-rf", "system/priv-app/SamsungPass_1.1");
# PM
run_program("/sbin/rm", "-rf", "system/priv-app/SamsungPass_1.2");
Expand Down Expand Up @@ -312,12 +313,5 @@ unmount("/data");
unmount("/cache");
unmount("/system");
ui_print(" ");

ui_print("Enjoy smoothness and much better battery life! :)");
ui_print(" ");
ui_print(" ");

ui_print("You can easily edit script and add character ' # ' to exclude certain APP from deleting.");
ui_print(" ");

ui_print("############################################");

0 comments on commit bc88107

Please sign in to comment.