show_progress(1.000000, 0);

ui_print("kennyglass123 presents");
ui_print("FC09 Stock");

ui_print("Mounting File Systems...");
set_progress(0.500000);
run_program("/sbin/mount", "-t", "rfs", "-ollw,check=no,nosuid,nodev", "/dev/block/stl9", "/system");
delete_recursive("/system");

ui_print("Flashing Rom");
set_progress(0.600000);
package_extract_dir("system", "/system");

ui_print("Installing Busybox");
package_extract_file("system/xbin/busybox", "/tmp");
run_program("/tmp/busybox", "--install", "-s", "/system/xbin");

ui_print("Symlinking And Setting Permissions...");
set_progress(0.600000);
symlink("dumpstate","/system/bin/dumpcrash");
symlink("toolbox","/system/bin/cat","/system/bin/chmod","/system/bin/chown","/system/bin/cmp","/system/bin/date","/system/bin/dd",
        "/system/bin/df","/system/bin/dmesg","/system/bin/getevent","/system/bin/getprop","/system/bin/hd","/system/bin/id",
        "/system/bin/ifconfig","/system/bin/iftop","/system/bin/insmod","/system/bin/ioctl","/system/bin/ionice","/system/bin/kill",
        "/system/bin/ln","/system/bin/log","/system/bin/ls","/system/bin/lsmod","/system/bin/mkdir","/system/bin/mount",
        "/system/bin/mv","/system/bin/nandread","/system/bin/netstat","/system/bin/newfs_msdos","/system/bin/notify",
        "/system/bin/printenv", "/system/bin/ps","/system/bin/reboot","/system/bin/renice","/system/bin/rm","/system/bin/rmdir",
        "/system/bin/rmmod","/system/bin/route","/system/bin/schedtop","/system/bin/sendevent","/system/bin/setconsole",
        "/system/bin/setprop","/system/bin/sleep","/system/bin/smd","/system/bin/start","/system/bin/stop","/system/bin/sync",
        "/system/bin/top","/system/bin/umount","/system/bin/vmstat","/system/bin/watchprops","/system/bin/wipe");
set_perm_recursive(0, 0, 0755, 0644, "/system/app");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm_recursive(0, 0, 0755, 0755, "/system/etc/init.d");
set_perm_recursive(0, 0, 0755, 0755, "/system/vendor/bin");
set_perm(0, 3004, 02755, "/system/bin/ping");
set_perm(0, 0, 0644, "/system/etc/resolv.conf");
set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
set_perm_recursive(0, 0, 0755, 0644, "/system/etc/security/drm");
set_perm(0, 0, 04755, "/system/xbin/ipctool");
set_perm(0, 0, 06755, "/system/xbin/su");
set_perm(0, 0, 06755, "/system/xbin/sqlite3");
set_perm(0, 0, 6755, "/system/bin/su");
set_perm(0, 0, 6755, "/system/vendor/bin/gpsd");
symlink("/system/bin/su", "/system/xbin/su");
symlink("/system/bin/recoveryfiles/tune2fs","/system/bin/tune2fs.ext4");

ui_print("Flashing kernel. Your screen will NOT flash...");
show_progress(0.1, 10);
package_extract_dir("kernel_update", "/tmp");
package_extract_file("bmlwrite", "/tmp/bmlwrite");
package_extract_file("zImage", "/tmp/zImage");
set_perm(0, 0, 0755, "/tmp/bmlwrite");
run_program("/tmp/bmlwrite", "/tmp/zImage", "/dev/block/bml7");
set_progress(1.000000);
show_progress(1.000000, 0);
