Advertisement
Perka

Kernel modem zip CWM3

Apr 19th, 2011
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 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. package_extract_dir("updates", "/tmp");
  11. show_progress(0.100000, 10);
  12. set_perm(0, 0, 0755, "/tmp/redbend_ua");
  13. set_perm(0, 0, 0777, "/tmp/redbend_ua");
  14.  
  15. run_program("/tmp/redbend_ua", "restore", "/tmp/modem.bin", "/dev/block/bml12");
  16. set_perm(0, 0, 0777, "/tmp/redbend_ua");
  17.  
  18. run_program("/tmp/redbend_ua", "restore", "/tmp/zImage", "/dev/block/bml7");
  19. show_progress(1.000000, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement