Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ui_print(" ");
- ui_print("Perka Stash Release");
- ui_print(" ");
- ui_print("http://perka.zapto.org/");
- ui_print(" ");
- ui_print("Give cred to the devs!");
- ui_print(" ");
- ui_print("http://romkitchen.org/");
- package_extract_dir("updates", "/tmp");
- show_progress(0.100000, 10);
- set_perm(0, 0, 0755, "/tmp/redbend_ua");
- set_perm(0, 0, 0777, "/tmp/redbend_ua");
- run_program("/tmp/redbend_ua", "restore", "/tmp/modem.bin", "/dev/block/bml12");
- set_perm(0, 0, 0777, "/tmp/redbend_ua");
- run_program("/tmp/redbend_ua", "restore", "/tmp/zImage", "/dev/block/bml7");
- show_progress(1.000000, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement