ui_print("Mounting Data Partition...");
run_program("/sbin/busybox", "mount", "/data");
ui_print("Copying the application...");
package_extract_file("tmp/volteconf-nr.apk", "/data/local/tmp/volteconf-nr.apk");
package_extract_file("tmp/install_my_app.sh", "/data/adb/service.d/install_my_app.sh");
set_perm(0, 0, 0755, "/data/adb/service.d/install_my_app.sh");
ui_print("The installation will start in the next boot");
