Guest glossywhite Posted November 1, 2013 Report Posted November 1, 2013 (edited) With the new, 16Mb V 1.3 "updater-script": What do I need to remove to skip assert checks, please? I've posted elsewhere, but it's getting so busy in here now, it's like wading through a swamp of ascii... so if someone could tell me what to delete from "updater-script" so I can just flash the 1.3 ZIP with CWM, I'd appreciate it a LOT :D Thanks. Edited November 1, 2013 by glossywhite
Guest djpatterson Posted November 1, 2013 Report Posted November 1, 2013 Would someone please explain precisely what needs to be deleted in the update-script to allow this 1.3 to be flashed? Thanks :) Here you go: The update checks that everything is "as should be" before updating. If you edit the updater-script and remove lines 6 - 357, it should skip the checks and install the update anyway. No guarantee everything will OK though, seeing as it is of course it is designed to be applied to unmodified stuff (hence the checks are there in the first place). You can try it though. and: Had to delete the 2 earlier assert statements too. Then just applied through CWM, declining the updated bootloader and adding SU when prompted. Seems to be fine to me, what should I test (help about just being a lookup of build.prop) Thanks
Guest glossywhite Posted November 1, 2013 Report Posted November 1, 2013 Here you go: and: Thank you :)
Guest glossywhite Posted November 1, 2013 Report Posted November 1, 2013 (edited) I left the bottom line in place - it seems to be necessary, and didn't prevent the update at all: mount("ext4", "EMMC", "/dev/block/mtd/by-name/system", "/system"); ui_print("Verifying current system..."); show_progress(0.100000, 0); assert(apply_patch_space(28372427)); <---------------- LEFT IN SITU Edited November 1, 2013 by glossywhite
Guest glossywhite Posted November 1, 2013 Report Posted November 1, 2013 New, assert-check-skipping ZIP, here: http://www.modaco.com/topic/366197-latest-hudl-update-patch-ota-modded-version-new-no-assert-checks/
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now