mount("MTD", "system", "/system");

ui_print("Verifying current system...");
assert(getprop("ro.product.device") == "CP9130" ||
       getprop("ro.build.product") == "CP9130");

show_progress(0.100000, 10);
ui_print("Installing GMS files...");
package_extract_dir("system", "/system");

unmount("/system");
