Guest User

Untitled

a guest
May 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. show_progress(1.000000, 0);
  2. ui_print("--This script is generated automatically--");
  3. ui_print("--FCM Script Engine v0.2");
  4. ui_print("--Rom Name: fcm");
  5. ui_print("--Rom Developer: SamCripp");
  6. ui_print("--Rom Base: 4.0.3");
  7. ui_print("--Device Name: galaxytab");
  8. ui_print("- - - - - - - - - - - - - - - - - - - - - - -");
  9. ui_print("--Installing Boot");
  10. set_progress(0.300000);
  11. package_extract_file("/boot.img","null");
  12. ui_print("--Installing System");
  13. set_progress(0.650000);
  14. package_extract_file("/system.img","null");
  15. ui_print("- - - - - - - - - - - - - - - - - - - - - - -");
  16. ui_print("--Don't forget to format data and cache");
  17. set_progress(1.000000);
Add Comment
Please, Sign In to add comment