Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ui_print("-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*");
- ui_print("-* chris41g and ACS present... -*");
- ui_print("-* CWM5Plus-1.0.1.1 -*");
- ui_print("-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*");
- sleep(2);
- show_progress(1.335, 0);
- ui_print("Clearing caches...");
- delete_recursive("/cache");
- mount("ext4", "EMMC", "/dev/block/mmcblk0p10", "/data");
- delete_recursive("/data/dalvik-cache");
- set_progress(0.3);
- ui_print("Flashing LoStKernel...");
- package_extract_file("zImage", "/tmp/zImage");
- write_raw_image("/tmp/zImage", "/dev/block/mmcblk0p5");
- delete("/tmp/zImage");
- set_progress(0.3);
- ui_print("Finished.");
- set_progress(0.1);
- sleep(2);
Advertisement
Add Comment
Please, Sign In to add comment