Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. #
  2. # Updater-script
  3. #
  4. show_progress(0.500000, 0);
  5. ui_print("Customization Pack for 1.9");
  6. ui_print("This pack includes:");
  7. ui_print("-cool bootanimation special made by tzutzu78 for Insertcoint");
  8. ui_print("-some nice icons and % battery from UOT");
  9. ui_print("-flyin window transition");
  10.  
  11. show_progress(0.500000, 40);
  12.  
  13. ui_print("Writing Data");
  14. mount("MTD", "system", "/system");
  15. mount("ext4","/dev/block/mmcblk0p2","/sd-ext");
  16.  
  17.  
  18. delete("/sd-ext/.customize/resource/bootanimation.zip");
  19. delete("/system/framework/framework-res.apk");
  20.  
  21. package_extract_dir("system", "/system");
  22. package_extract_dir("sd-ext", "/sd-ext");
  23.  
  24.  
  25.  
  26. show_progress(0.100000, 0);
  27. ui_print("Its done. Enjoy your new look");
  28. ui_print("Remember you need to wipe davlik-cache");
  29. ui_print("If you want the window animations");
  30. ui_print("1st boot will take a while if you do that);
  31. ui_print("But you can admire the cool bootanimation");
  32. ui_print("While you are waiting");
  33.  
  34. unmount("/sd-ext");
  35. unmount("/system");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement