Guest User

Untitled

a guest
Apr 24th, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ui_print("ICSLite Gapps");
  2. ui_print("-gmail title bar");
  3. ui_print("-search widget layout");
  4. ui_print("-talk fixes");
  5. run_program("/sbin/mount", "/system");
  6. show_progress(1, 15);
  7. package_extract_dir("system", "/system");
  8. set_perm (0, 0, 0644, "/system/app/GoogleSearch.apk")
  9. set_perm (0, 0, 0644, "/system/lib/libtalk_jni.so")
  10. run_program("/sbin/umount", "/system");
  11. ui_print("Wipe dalvik-cache then");
  12. ui_print("REBOOT");
Add Comment
Please, Sign In to add comment