ui_print(" ");
ui_print("       <<-----------------------------");
ui_print("        UNIVERSAL FLASHER TOOL [v4.3]");
ui_print("            by  JRsoft & Intronauta");
ui_print("           - - - - - - - - - - - -    ");
ui_print("          based in  <vrtheme system>");
ui_print("       ----------------------------->>");
ui_print(" ");
package_extract_dir("tools", "/cache/tools");
set_perm(0, 0, 0755, "/cache/tools/mount.sh");
set_perm(0, 0, 0755, "/cache/tools/tar");
set_perm(0, 0, 0755, "/cache/tools/7z");
set_perm(0, 0, 0755, "/cache/tools/zip");
set_perm(0, 0, 0755, "/cache/tools/zipalign");
set_perm(0, 0, 0755, "/cache/tools/run.sh");
package_extract_file("UFT.config", "/cache/tools/UFT.config");
run_program("/sbin/mkdir", "-p", "/Utmp");
run_program("/cache/tools/mount.sh");
package_extract_dir("MORPH", "/Utmp/MORPH");
package_extract_dir("XTRAS", "/Utmp/XTRAS");
run_program("/sbin/sync");
run_program("/cache/tools/run.sh");
run_program("/sbin/umount", "/Utmp");
run_program("/sbin/umount", "/system");
run_program("/sbin/umount", "/data");









