ui_print("------------------------------------------------");
ui_print("                Welcome to flash                ");
ui_print("               saro's g7 mios                ");
ui_print("------------------------------------------------");
ui_print("    INSTALL SYSTEM PLEASE WAIT FOR 3 MINUTES    ");

ui_print("@Initializing file system...");
ui_print("Formatting /system");

format("yaffs2", "MTD", "system");

mount("yaffs2", "MTD", "system", "/system");
mount("yaffs2", "MTD", "userdata", "/data");

show_progress(0.9, 1200);
package_extract_dir("system", "/system");
show_progress(0.1, 5);



if
    file_getprop("/tmp/aroma-data/hboot.prop","hboot") == "dataplusplus"
then
	ui_print("hboot==dataplusplus");
	mount("yaffs2", "MTD", "system", "/system");
	package_extract_dir("other/apk/app", "/data/app");
	package_extract_dir("other/app/baidu/app", "/data/app");
	package_extract_dir("data", "/data");
	set_perm_recursive(0, 0, 0755, 0644, "/data");
else
	ui_print("hboot==stock");
	mount("yaffs2", "MTD", "system", "/system");
	package_extract_dir("other/apk", "/system");
	package_extract_dir("data", "/system");	
	package_extract_dir("other/app/baidu", "/system");	
	
endif;


if file_getprop("/tmp/aroma-data/bb.prop","selected.1") == "2"
then

#SuperTweak
if file_getprop("/tmp/aroma-data/st.prop","selected.1") == "2"
then
	ui_print("Installating SuperTweak auto");
    package_extract_dir("other/SuperTweak/auto", "/system/etc/init.d");
endif;

if file_getprop("/tmp/aroma-data/st.prop","selected.1") == "3"
then
	ui_print("Installating SuperTweak opt");
    package_extract_dir("other/SuperTweak/opt", "/system/etc/init.d");
endif;

if file_getprop("/tmp/aroma-data/st.prop","selected.1") == "4"
then
	ui_print("Installating spuercharger v6");
    package_extract_dir("other/supercharger/system", "/system");
    package_extract_dir("other/supercharger/data", "/data");	
	set_perm(0, 0, 0777, "/system/scriptv6.sh");
    run_program("/system/scriptv6.sh");
endif;


# 7key
if
  file_getprop("/tmp/aroma-data/ruanjian.prop","item.0.1") == "1"
then
    package_extract_dir("other/app/7key", "/system/app");
endif;

# auto
if
  file_getprop("/tmp/aroma-data/ruanjian.prop","item.0.2") == "1"
then
    package_extract_dir("other/app/autostart", "/system/app");
endif;


# haxor
if
  file_getprop("/tmp/aroma-data/ruanjian.prop","item.0.3") == "1"
then
    package_extract_dir("other/app/haxor", "/system/app");
endif;

# process
if
  file_getprop("/tmp/aroma-data/ruanjian.prop","item.0.4") == "1"
then
    package_extract_dir("other/app/process", "/system/app");
endif;

# pic
if
  file_getprop("/tmp/aroma-data/ruanjian.prop","item.0.5") == "1"
then
    package_extract_dir("other/app/quickpic/app", "/data/app");
endif;
# re
if
  file_getprop("/tmp/aroma-data/ruanjian.prop","item.0.6") == "1"
then
    package_extract_dir("other/app/re", "/system/app");
endif;
# reboot
if
  file_getprop("/tmp/aroma-data/ruanjian.prop","item.0.7") == "1"
then
    package_extract_dir("other/app/reboot", "/system/app");
endif;
# remover
if
  file_getprop("/tmp/aroma-data/ruanjian.prop","item.0.8") == "1"
then
    package_extract_dir("other/app/remover", "/system/app");
endif;

# baidu




# 
if file_getprop("/tmp/aroma-data/zt.prop","selected.1") == "1"
then
	ui_print("Installing miui's theme");
endif;
if file_getprop("/tmp/aroma-data/zt.prop","selected.1") == "2"
then
	ui_print("Installing saro's theme");
	package_extract_dir("other/theme/saro", "/system/media/theme/default");	
endif;


# 
if
  file_getprop("/tmp/aroma-data/texiao.prop","item.0.1") == "1"
then
	ui_print("Installing sony bravio");
	 package_extract_dir("other/bravia", "/system");
     set_perm(0, 0, 0777, "/system/scriptbravia.sh");
     run_program("/system/scriptbravia.sh");
     delete("/system/scriptbravia.sh");
endif;


# 
if
  file_getprop("/tmp/aroma-data/texiao.prop","item.0.2") == "1"
then
	ui_print("Installing xloud");
            package_extract_dir("other/xloud", "/system");
            set_perm(0, 0, 0777, "/system/scriptxloud.sh");
            run_program("/system/scriptxloud.sh");
            delete("/system/scriptbravia.sh");
endif;
# ħ
if
  file_getprop("/tmp/aroma-data/texiao.prop","item.0.3") == "1"
then
	ui_print("Installing beats");
    package_extract_dir("other/beats", "/system");
endif;


# װλ 
if
  file_getprop("/tmp/aroma-data/texiao.prop","item.0.4") == "1"
then
	ui_print("Installing app location chooser");
    package_extract_dir("other/installer", "/system/app");
endif;


# a2sd 
if
  file_getprop("/tmp/aroma-data/texiao.prop","item.0.5") == "1"
then
		ui_print("Installing ad2ext");
	    package_extract_dir("other/a2sd", "/system/etc/init.d");	
endif;

# ⰴ 
if
  file_getprop("/tmp/aroma-data/texiao.prop","item.0.6") == "1"
then
		ui_print("Installing vkey");
	    package_extract_dir("other/vkey", "/data");	
endif;

#  
if
  file_getprop("/tmp/aroma-data/texiao.prop","item.0.7") == "1"
then
		ui_print("Installing search to power");
		package_extract_dir("other/key", "/system/usr/keylayout");	
endif;

# swap 
if
  file_getprop("/tmp/aroma-data/texiao.prop","item.0.8") == "1"
then
		ui_print("Installing search to power");
		package_extract_dir("other/swap", "/system/etc/init.d");	
endif;



# sdfix
if
  file_getprop("/tmp/aroma-data/texiao.prop","item.0.9") == "1"
then
		ui_print("sdfix");
		package_extract_dir("other/sdfix", "/system/etc/init.d");	
endif;

endif;



ui_print("=>> Symlink processing..........................");
ui_print("Creating system links...");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf");
symlink("busybox", "/system/xbin/[", "/system/xbin/[[",
        "/system/xbin/adjtimex", "/system/xbin/arp", "/system/xbin/ash",
        "/system/xbin/awk", "/system/xbin/base64", "/system/xbin/basename",
        "/system/xbin/bbconfig", "/system/xbin/blkid", "/system/xbin/blockdev",
        "/system/xbin/brctl", "/system/xbin/bunzip2", "/system/xbin/bzcat",
        "/system/xbin/bzip2", "/system/xbin/cal", "/system/xbin/cat",
        "/system/xbin/catv", "/system/xbin/chattr", "/system/xbin/chgrp",
        "/system/xbin/chmod", "/system/xbin/chown", "/system/xbin/chroot",
        "/system/xbin/clear", "/system/xbin/cmp", "/system/xbin/comm",
        "/system/xbin/cp", "/system/xbin/cpio", "/system/xbin/crond",
        "/system/xbin/crontab", "/system/xbin/cut", "/system/xbin/date",
        "/system/xbin/dc", "/system/xbin/dd", "/system/xbin/depmod",
        "/system/xbin/devmem", "/system/xbin/df", "/system/xbin/diff",
        "/system/xbin/dirname", "/system/xbin/dmesg", "/system/xbin/dnsd",
        "/system/xbin/dos2unix", "/system/xbin/du", "/system/xbin/echo",
        "/system/xbin/ed", "/system/xbin/egrep", "/system/xbin/env",
        "/system/xbin/expand", "/system/xbin/expr", "/system/xbin/false",
        "/system/xbin/fdisk", "/system/xbin/fgrep", "/system/xbin/find",
        "/system/xbin/flash_lock", "/system/xbin/flash_unlock",
        "/system/xbin/flashcp", "/system/xbin/flock", "/system/xbin/fold",
        "/system/xbin/free", "/system/xbin/freeramdisk", "/system/xbin/fsync",
        "/system/xbin/ftpget", "/system/xbin/ftpput", "/system/xbin/fuser",
        "/system/xbin/getopt", "/system/xbin/grep", "/system/xbin/groups",
        "/system/xbin/gunzip", "/system/xbin/gzip", "/system/xbin/halt",
        "/system/xbin/head", "/system/xbin/hexdump", "/system/xbin/id",
        "/system/xbin/ifconfig", "/system/xbin/inetd", "/system/xbin/insmod",
        "/system/xbin/install", "/system/xbin/iostat", "/system/xbin/ip",
        "/system/xbin/kill", "/system/xbin/killall", "/system/xbin/killall5",
        "/system/xbin/length", "/system/xbin/less", "/system/xbin/ln",
        "/system/xbin/losetup", "/system/xbin/ls", "/system/xbin/lsattr",
        "/system/xbin/lsmod", "/system/xbin/lsusb", "/system/xbin/lzcat",
        "/system/xbin/lzma", "/system/xbin/lzop", "/system/xbin/lzopcat",
        "/system/xbin/man", "/system/xbin/md5sum", "/system/xbin/mesg",
        "/system/xbin/mkdir", "/system/xbin/mke2fs", "/system/xbin/mkfifo",
        "/system/xbin/mkfs.ext2", "/system/xbin/mkfs.vfat",
        "/system/xbin/mknod", "/system/xbin/mkswap", "/system/xbin/mktemp",
        "/system/xbin/modinfo", "/system/xbin/modprobe", "/system/xbin/more",
        "/system/xbin/mount", "/system/xbin/mountpoint", "/system/xbin/mpstat",
        "/system/xbin/mv", "/system/xbin/nanddump", "/system/xbin/nandwrite",
        "/system/xbin/netstat", "/system/xbin/nice", "/system/xbin/nohup",
        "/system/xbin/nslookup", "/system/xbin/ntpd", "/system/xbin/od",
        "/system/xbin/patch", "/system/xbin/pgrep", "/system/xbin/pidof",
        "/system/xbin/ping", "/system/xbin/pkill", "/system/xbin/pmap",
        "/system/xbin/poweroff", "/system/xbin/printenv", "/system/xbin/printf",
        "/system/xbin/ps", "/system/xbin/pstree", "/system/xbin/pwd",
        "/system/xbin/pwdx", "/system/xbin/rdev", "/system/xbin/readlink",
        "/system/xbin/realpath", "/system/xbin/renice", "/system/xbin/reset",
        "/system/xbin/resize", "/system/xbin/rev", "/system/xbin/rm",
        "/system/xbin/rmdir", "/system/xbin/rmmod", "/system/xbin/route",
        "/system/xbin/run-parts", "/system/xbin/rx", "/system/xbin/sed",
        "/system/xbin/seq", "/system/xbin/setconsole", "/system/xbin/setserial",
        "/system/xbin/setsid", "/system/xbin/sh", "/system/xbin/sha1sum",
        "/system/xbin/sha256sum", "/system/xbin/sha512sum",
        "/system/xbin/sleep", "/system/xbin/sort", "/system/xbin/split",
        "/system/xbin/stat", "/system/xbin/strings", "/system/xbin/stty",
        "/system/xbin/sum", "/system/xbin/swapoff", "/system/xbin/swapon",
        "/system/xbin/sync", "/system/xbin/sysctl", "/system/xbin/tac",
        "/system/xbin/tail", "/system/xbin/tar", "/system/xbin/taskset",
        "/system/xbin/tee", "/system/xbin/telnet", "/system/xbin/telnetd",
        "/system/xbin/test", "/system/xbin/tftp", "/system/xbin/tftpd",
        "/system/xbin/time", "/system/xbin/timeout", "/system/xbin/top",
        "/system/xbin/touch", "/system/xbin/tr", "/system/xbin/traceroute",
        "/system/xbin/true", "/system/xbin/ttysize", "/system/xbin/tune2fs",
        "/system/xbin/umount", "/system/xbin/uname", "/system/xbin/uncompress",
        "/system/xbin/unexpand", "/system/xbin/uniq", "/system/xbin/unix2dos",
        "/system/xbin/unlzma", "/system/xbin/unlzop", "/system/xbin/unxz",
        "/system/xbin/unzip", "/system/xbin/uptime", "/system/xbin/usleep",
        "/system/xbin/uudecode", "/system/xbin/uuencode", "/system/xbin/watch",
        "/system/xbin/wc", "/system/xbin/wget", "/system/xbin/which",
        "/system/xbin/whoami", "/system/xbin/xargs", "/system/xbin/xz",
        "/system/xbin/xzcat", "/system/xbin/yes",
        "/system/xbin/zcat");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/cat", "/system/bin/cmp",
        "/system/bin/date", "/system/bin/dd", "/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/log", "/system/bin/lsmod",
        "/system/bin/md5", "/system/bin/nandread", "/system/bin/netstat",
        "/system/bin/newfs_msdos", "/system/bin/notify", "/system/bin/printenv",
        "/system/bin/ps", "/system/bin/r", "/system/bin/reboot",
        "/system/bin/renice", "/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/uptime",
        "/system/bin/vmstat", "/system/bin/watchprops",
        "/system/bin/wipe");
symlink("vim", "/system/xbin/vi");
ui_print("Set permission...");
set_perm_recursive(0, 0, 0755, 0644, "/system");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm(0, 3003, 02750, "/system/bin/netcfg");
set_perm(0, 3004, 02755, "/system/bin/ping");
set_perm(0, 2000, 06750, "/system/bin/run-as");
set_perm_recursive(1002, 1002, 0755, 0440, "/system/etc/bluetooth");
set_perm(0, 0, 0755, "/system/etc/bluetooth");
set_perm(1000, 1000, 0640, "/system/etc/bluetooth/auto_pairing.conf");
set_perm(3002, 3002, 0444, "/system/etc/bluetooth/blacklist.conf");
set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
set_perm_recursive(0, 2000, 0755, 0750, "/system/etc/init.d");
set_perm(0, 0, 0755, "/system/etc/init.d");
set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm(0, 2000, 0755, "/system/vendor");
set_perm(0, 2000, 0755, "/system/vendor/firmware");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
set_perm(0, 0, 06755, "/system/xbin/busybox");
set_perm(0, 0, 06755, "/system/xbin/invoke-as");
set_perm(0, 0, 06755, "/system/xbin/librank");
set_perm(0, 0, 06755, "/system/xbin/procmem");
set_perm(0, 0, 06755, "/system/xbin/procrank");
set_perm(0, 0, 06755, "/system/xbin/su");
set_perm(0, 0, 06755, "/system/xbin/tcpdump");




assert(package_extract_file("boot.img", "/tmp/boot.img"),
       write_raw_image("/tmp/boot.img", "boot"),
       delete("/tmp/boot.img"));
show_progress(0.100000, 0);
unmount("/system");
ui_print("Flasing done! enjoy mios!");
