Guest pseudopod Posted May 12, 2012 Report Posted May 12, 2012 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 :) .
Guest Apodur Posted May 12, 2012 Report Posted May 12, 2012 I had your same problem when I have tried to install the Performance Rom then Pinguy has resolved my problem. http://androidforums...8662-post2.html find the updater-script (META-INF/com/google/android) then edit it, I have used Notepad++ http://www.modaco.co...20#entry1943711
Guest pseudopod Posted May 12, 2012 Report Posted May 12, 2012 (edited) 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 May 12, 2012 by pseudopod
Guest Apodur Posted May 12, 2012 Report Posted May 12, 2012 (edited) I don't know, for me has worked very well. Edited May 12, 2012 by Apodur
Guest pseudopod Posted May 12, 2012 Report Posted May 12, 2012 (edited) 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 May 12, 2012 by pseudopod
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now