Jump to content

[ICS] [REPACK] VODA-CZ VERSION B937 [4.0.3]


Guest mack_

Recommended Posts

META-INF\com\google\android\updater-script

ui_print("Now hota starting...");

ui_print("Verifying current system...");

assert(file_getprop("/system/build.prop", "ro.build.fingerprint") == "Huawei/U8815/hwu8815:2.3.6/HuaweiU8815C02B895/C02B895:user/ota-rel-keys,release-keys" ||

	 file_getprop("/system/build.prop", "ro.build.fingerprint") == "Huawei/U8815/hwu8815:4.0.3/HuaweiU8815C02B937/C02B937:user/ota-rel-keys,release-keys");

ui_print("Checking patch files...");

show_progress(0.200000, 0);

set_progress(0.004796);

if mount("vfat","EMMC","/dev/block/mmcblk0p14","/HWUserData") then ui_print("mounted internal sdcard") else mount("vfat","EMMC","/dev/block/mmcblk0p19","/HWUserData") endif;

if mount("vfat","EMMC","/dev/block/mmcblk1p1","/sdcard") then ui_print("mounted external SD card successfully!") else mount("vfat","EMMC","/dev/block/mmcblk1","/sdcard") endif;

if is_mounted("/HWUserData") then ui_print("internal card ok") else abort("internal SD card error!") endif;

show_progress(0.500000, 0);

if is_mounted("/sdcard") && package_extract_dir("sdcard", "/sdcard")

then

ui_print("Extracted pkg to external SD card ok")

else

if is_mounted("/sdcard")

then

concat( delete("/sdcard/dload/UPDATE.APP"),

delete("/sdcard/dload/au_temp.cfg"),

ui_print("extracted pkg to external sdcard error"),

abort("Maybe no space left on external SD card!")

)

else

if is_mounted("/HWUserData")&&package_extract_dir("sdcard", "/HWUserData")

then

ui_print("Extracted pkg to internal SD card ok")

else

concat( delete("/HWUserData/dload/UPDATE.APP"),

delete("/HWUserData/dload/au_temp.cfg"),

ui_print("extracted pkg to internal sdcard error"),

abort("Maybe no space left on internal SD card!")

)

endif

endif

endif;

sync();

if file_exists("/sdcard/dload/au_temp.cfg") then set_perm(0, 0, 000777,"/sdcard/dload/au_temp.cfg") endif;

if file_exists("/sdcard/dload/UPDATE.APP") then set_perm(0, 0, 000777,"/sdcard/dload/UPDATE.APP") endif;

if file_exists("/HWUserData/dload/au_temp.cfg") then set_perm(0, 0, 000777,"/HWUserData/dload/au_temp.cfg") endif;

if file_exists("/HWUserData/dload/UPDATE.APP") then set_perm(0, 0, 000777,"/HWUserData/dload/UPDATE.APP") endif;

set_progress(1.000000);

sync();
...removing

assert(file_getprop("/system/build.prop", "ro.build.fingerprint") == "Huawei/U8815/hwu8815:2.3.6/HuaweiU8815C02B895/C02B895:user/ota-rel-keys,release-keys" ||

file_getprop("/system/build.prop", "ro.build.fingerprint") == "Huawei/U8815/hwu8815:4.0.3/HuaweiU8815C02B937/C02B937:user/ota-rel-keys,release-keys");

let's see...

edit2: Well that resulted in "extracted package to external sd card ok" then for shits and giggles I tried a forced update (vol+,vol-) and got a blank pink screen :eek: Battery pull and back in action.

Mght try moving relevant files to a working zip without this weird updater script

Edited by tcpaulh
Link to comment
Share on other sites

Pity the dictionary is still bolloxed though

+ defaulting to internal storage

+ chrome://gpu-internals shows no 2d hw acceleration (software canvas, webgl been disabled) + News and weather FC on pressing i

Edited by tcpaulh
Link to comment
Share on other sites

  • 7 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.