Advertisement
Perka

system zip cwm3

Apr 19th, 2011
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ui_print(" ");
  2. ui_print("Perka Stash Release");
  3. ui_print(" ");
  4. ui_print("http://perka.zapto.org/");
  5. ui_print(" ");
  6. ui_print("Give cred to the devs!");
  7. ui_print(" ");
  8. ui_print("http://romkitchen.org/");
  9.  
  10. mount("MTD", "system", "/system");
  11. show_progress(0.500000, 40);
  12. package_extract_dir("system", "/system");
  13. show_progress(0.200000, 10);
  14. ui_print("Install complete!");
  15. unmount("/system");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement