I have an Android s710i MT6516 - Delete the Launcher and then did a clean rom and kernel, now I want to -
script clone the internal memory. for System Restore.
-----------------------------------------------------------------------------------------------
I'm using these commands in the update.
-----------------------------------------------------------------------------------------------
updater-script
package_extract_file("busybox", "/tmp/busybox");set_perm(0, 0, 0777, "/tmp/busybox");
run_program("/tmp/busybox", "mkdir sdcard/carlos");ui_print("ok...");
-----------------------------------------------------------------------------------------------
The script appears normal and runs until the ui_print.
But the folder and not created. Course and a test and then execute the command.
dd if = / dev / ... of = / sdcard / ..iso
Someone has a way I run the update alert by busybox? :D
script clone the internal memory. for System Restore.
-----------------------------------------------------------------------------------------------
I'm using these commands in the update.
-----------------------------------------------------------------------------------------------
updater-script
package_extract_file("busybox", "/tmp/busybox");set_perm(0, 0, 0777, "/tmp/busybox");
run_program("/tmp/busybox", "mkdir sdcard/carlos");ui_print("ok...");
-----------------------------------------------------------------------------------------------
The script appears normal and runs until the ui_print.
But the folder and not created. Course and a test and then execute the command.
dd if = / dev / ... of = / sdcard / ..iso
Someone has a way I run the update alert by busybox? :D