Jump to content

Always get write_raw_image("/tmp/boot.img","boot") error !!!


Guest pseudopod

Recommended Posts

Guest pseudopod

Hello ! I have an ACER S120. Just after buy, I have installed CWM 3 and T&L rom without problem. But last week, i want to test Perf ROM 4.3b =>get write_raw_image("/tmp/boot.img","boot"). Idem with MIUI version... Test with T&L => no error but never quit boot screen.

The unique ROM i can install is Gingerounay 3 !!! :blink:

I successfuly reinstal my original backup (yes, v2.3.6) and retest ROM flash but => idem

I reinit phome with original Gingerbread with SD donwload mode, install CWM 5, retry flashing all rom => idem.

I must content myself with official ginger OR with Gingeroonay...

Someone have any idea? Help? Thanks in advance :) .

Link to comment
Share on other sites

Guest pseudopod

I had replace

assert(package_extract_file("boot.img", "/tmp/boot.img"),

write_raw_image("/tmp/boot.img","boot"),

delete("/tmp/boot.img"));
by
assert(package_extract_file("boot.img", "/tmp/boot.img"),

ui_print("Flashing Boot.img...");

package_extract_file("boot.img", "/dev/block/mmcblk0p5");

ui_print("Kernel imaged flashed...");

ui_print(" ");

delete("/tmp/boot.img"));

but install failed with :

installing update...

Installation aborded

I am on Windows 7. I have extracted the .zip with 7zip, edited file with notepad++ as noted and rezip the file.

What's wrong ??

Edited by pseudopod
Link to comment
Share on other sites

Guest pseudopod

If you look at the quotes, it's exactly what i done :) but what about , and ; ?

Edit : apologies. I retry modifying the file and reflash and it's OK this time:)

Thank's a lot !!

Edited by pseudopod
Link to comment
Share on other sites

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.