Sample Header Ad - 728x90

Installing stock ROM - at 65% get error assert failed: write_raw_image("/tmp/oemsbl2.img", "oemsbl2") Status(7), Installation Aborted

1 vote
1 answer
2237 views
So, that is the problem. I tried to search at google but no luck, only responses were boot.img, and those are not the same. updater-script: assert(package_extract_file("boot.img", "/tmp/boot.img"), write_raw_image("/tmp/boot.img", "boot"), delete("/tmp/boot.img")); set_oemsbl_size(494552); assert(package_extract_file("oemsbl.mbn", "/tmp/oemsbl2.img"), write_raw_image("/tmp/oemsbl2.img", "oemsbl2"), delete("/tmp/oemsbl2.img")); assert(package_extract_file("amss.mbn", "/tmp/amss.img"), write_raw_image("/tmp/amss.img", "amss"), delete("/tmp/amss.img")); assert(package_extract_file("splash.img", "/tmp/splash.img"), write_raw_image("/tmp/splash.img", "splash"), delete("/tmp/splash.img")); set_appsbl_size(66328); assert(package_extract_file("appsboot.mbn", "/tmp/appsbl.img"), write_raw_image("/tmp/appsbl.img", "appsbl"), delete("/tmp/appsbl.img"));
Asked by calexandru (113 rep)
Jan 18, 2014, 01:41 AM
Last activity: Jan 30, 2014, 03:03 AM