Thursday, April 21, 2016

[EDIFY] Problem with updater-script files

Hi guys..
I'm cooking a custom rom, and i'm testing the updater-script files for flashing..

If i flash my updater-script i will get always:
"Updater process ended with segnal: 11
Error installing zip file '/external_sd/test/test.zip'"


This is my test updater-script:
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/hidden", "/preload");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/cache", "/cache");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data");

package_extract_dir("system", "/system");

unmount("/system");
unmount("/data");
unmount("/preload");
unmount("/cache");


Anyone have an idea on where is my error??

Thanks a lot,
BoGnY


via xda-developers http://ift.tt/1XJQr4H

IFTTT

Put the internet to work for you.

Turn off or edit this Recipe

No comments:

Post a Comment