ui_print("Mounting");
mount("ext4", "/dev/block/mmcblk0p12", "/system");
mount("ext4", "/dev/block/mmcblk0p13", "/data");
mount("ext4", "/dev/block/mmcblk0p6", "/cache");
delete_recursive("/cache");
delete_recursive("/data/dalvik-cache");
ui_print("Giggity");

ui_print("Installing Boot Sound");
package_extract_dir("system", "/system");

show_progress(0.1, 10);
show_progress(0.2, 0);

show_progress(0.2, 10);
show_progress(0.3, 0);

show_progress(0.3, 10);
show_progress(0.4, 0);

show_progress(0.4, 10);
show_progress(0.5, 0);

show_progress(0.5, 10);
show_progress(0.6, 0);

show_progress(0.6, 10);
show_progress(0.7, 0);

show_progress(0.7, 10);
show_progress(0.8, 0);

ui_print("Unmounting");
unmount("/system");

show_progress(0.8, 10);

ui_print("");
ui_print("Don't forget to show your");
ui_print("appreciation to the");
ui_print("Developer's!!!");
