chris41g

Untitled

Oct 11th, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ui_print("-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*");
  2. ui_print("-* chris41g and ACS present... -*");
  3. ui_print("-* CWM5Plus-1.0.1.1 -*");
  4. ui_print("-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*");
  5. sleep(2);
  6. show_progress(1.335, 0);
  7. ui_print("Clearing caches...");
  8. delete_recursive("/cache");
  9. mount("ext4", "EMMC", "/dev/block/mmcblk0p10", "/data");
  10. delete_recursive("/data/dalvik-cache");
  11. set_progress(0.3);
  12. ui_print("Flashing LoStKernel...");
  13. package_extract_file("zImage", "/tmp/zImage");
  14. write_raw_image("/tmp/zImage", "/dev/block/mmcblk0p5");
  15. delete("/tmp/zImage");
  16. set_progress(0.3);
  17. ui_print("Finished.");
  18. set_progress(0.1);
  19. sleep(2);
  20.  
Advertisement
Add Comment
Please, Sign In to add comment