Heloo, i have hard times finding a solution to my problem, here my script :
it return : Updater process ended with ERROR: 6
and the script is working fine if i remove the line
any help is welcome, thanks you
Code:
ui_print("Starting...");
mount("ext4", "EMMC", "/dev/block/mmcblk0p41", "/system");
ui_print("...system mounted");
package_extract_dir("modifiedframework", "/system/framework");
ui_print("...framework-res.apk transfered");
set_perm(0, 0, 0644, "/system/framework/framework-res.apk");
ui_print("...permissions set");
unmount("/system");
ui_print("...system unmounted");
and the script is working fine if i remove the line
Code:
set_perm(0, 0, 0644, "/system/framework/framework-res.apk");
any help is welcome, thanks you
from xda-developers http://ift.tt/2aBOkTa
via IFTTT
No comments:
Post a Comment