[Q] update.zip installation aborted - Samsung Galaxy W I8150

I did a porting of a ROM but when I try to flash the zip file I get this error.....whats wrong????

You may have to check the "updater-script" file ,, As "Assert" command might not be set to the right phone or it is missing..

Related

[MOD] DSIXDA kitchen Support for One X

Hi All,
I have create template to be used with DSIXDA kitchen. Hopefully you will find it useful.
Just rename the file to endeavoru and then place the file in tools\edify_defs and use all the kitchen power without manual editing
theintelligent said:
Hi All,
I have create template to be used with DSIXDA kitchen. Hopefully you will find it useful.
Just rename the file to endeavoru and then place the file in tools\edify_defs and use all the kitchen power without manual editing
Click to expand...
Click to collapse
This is the thing I wanted thanks
Sent from my HTC One X using xda app-developers app
thank you a lot!
did you need to change the update binary our update script in /update_files/ folder to ?
can you attach that correct files to please?
because i still get errors when flashing rom :\
thanks
ruizit0 said:
did you need to change the update binary our update script in /update_files/ folder to ?
can you attach that correct files to please?
because i still get errors when flashing rom :\
thanks
Click to expand...
Click to collapse
You don't need to do anything, just let the kitchen build the update-script, convert it to updater-script + its binary during ROM building.
theintelligent said:
Hi All,
I have create template to be used with DSIXDA kitchen. Hopefully you will find it useful.
Just rename the file to endeavoru and then place the file in tools\edify_defs and use all the kitchen power without manual editing
Click to expand...
Click to collapse
So just remove the extension and we can build a working rom for HTC One X?
Since it says no ROM support on the kitchen page.
Thx for your effort!
Yes you are right
Rom wont flash for some reason - getting status 0 error. Kitchin faq says thats from having update instead of updater script, but i do have updater and binary. Any ideas?
Ta.
backfromthestorm said:
Rom wont flash for some reason - getting status 0 error. Kitchin faq says thats from having update instead of updater script, but i do have updater and binary. Any ideas?
Ta.
Click to expand...
Click to collapse
When building the rom you have to choose Edify or updater script.
theintelligent said:
When building the rom you have to choose Edify or updater script.
Click to expand...
Click to collapse
Yeah I know, I did that, the problem was the file extension was left on the file, strange I deleted it, but set the extensions to visable in windows and there it was still on there.
So all sorted. Thanks.
Thank you this is very usefull!
For those who use DSIXDA kitchen, check out my thread here
i dont know what im doing wrong here.. im getting this error
E: Error in /sdcard/Arquivo/roms/MIUI_X/MIUI_X_2.9.21_RC1.zip
(Status 6)
Installation aborted.
ill descrive my steps
1. Copyed endeavoru (without .txt extension) to tools/edify_defs/
2. Extracted ROM and converted updater-script to update-script like kitchen recomends
3. Made my changes
4. Builded ROM in interactive mode (1) in kitchen
5. Kitchen converted automaticaly to updater-script
6. Selected option "Proceed: updater-script and update-binary will be moved to the ZIP file.."
7. sign, copy to phone, etc
and when i go to flash it, i got that error ...
i tryed the l3inky pack above, but with no sucess to .. :|
EDIT:
btw i founded this on changelog
Version 0.190 (March 26, 2012):
Change end-of-line characters in update(r)-script to proper format when building ROM. This gets done in case a noob modified the file with non-Unix compliant editor. Prevents 'Status 6' error when flashing ROM in custom recovery.
so ..its suposed to be fixed my error .. but its not fixed .. and the more strange i didnt edited any file (update / updater / etc)
weird
ruizit0 said:
i dont know what im doing wrong here.. im getting this error
E: Error in /sdcard/Arquivo/roms/MIUI_X/MIUI_X_2.9.21_RC1.zip
(Status 6)
Installation aborted.
ill descrive my steps
1. Copyed endeavoru (without .txt extension) to tools/edify_defs/
2. Extracted ROM and converted updater-script to update-script like kitchen recomends
3. Made my changes
4. Builded ROM in interactive mode (1) in kitchen
5. Kitchen converted automaticaly to updater-script
6. Selected option "Proceed: updater-script and update-binary will be moved to the ZIP file.."
7. sign, copy to phone, etc
and when i go to flash it, i got that error ...
i tryed the l3inky pack above, but with no sucess to .. :|
EDIT:
btw i founded this on changelog
Version 0.190 (March 26, 2012):
Change end-of-line characters in update(r)-script to proper format when building ROM. This gets done in case a noob modified the file with non-Unix compliant editor. Prevents 'Status 6' error when flashing ROM in custom recovery.
so ..its suposed to be fixed my error .. but its not fixed .. and the more strange i didnt edited any file (update / updater / etc)
weird
Click to expand...
Click to collapse
Please post the recovery.log
theintelligent said:
Please post the recovery.log
Click to expand...
Click to collapse
hi!
the part of flashing
Code:
-- Installing: /sdcard/Arquivo/roms/MIUI_X/endeavoru_signed_092512_200944.zip
Finding update package...
I:Update location: /sdcard/Arquivo/roms/MIUI_X/endeavoru_signed_092512_200944.zip
Opening update package...
Installing update...
line 4 col 20: syntax error, unexpected STRING, expecting $end
1 parse errors
E:Error in /sdcard/Arquivo/roms/MIUI_X/endeavoru_signed_092512_200944.zip
(Status 6)
Installation aborted.
and here's the full log
https://www.dropbox.com/s/f5b97a4tt2rlbqu/recovery.log
and here's the updater-script created by the kitchen
https://www.dropbox.com/s/7h8wl5a5vizen08/updater-script
Take That 0 Out Of Line 4 Of updater Script.
ruizit0 said:
i dont know what im doing wrong here.. im getting this error
E: Error in /sdcard/Arquivo/roms/MIUI_X/MIUI_X_2.9.21_RC1.zip
(Status 6)
Installation aborted.
ill descrive my steps
1. Copyed endeavoru (without .txt extension) to tools/edify_defs/
2. Extracted ROM and converted updater-script to update-script like kitchen recomends
3. Made my changes
4. Builded ROM in interactive mode (1) in kitchen
5. Kitchen converted automaticaly to updater-script
6. Selected option "Proceed: updater-script and update-binary will be moved to the ZIP file.."
7. sign, copy to phone, etc
and when i go to flash it, i got that error ...
i tryed the l3inky pack above, but with no sucess to .. :|
EDIT:
btw i founded this on changelog
Version 0.190 (March 26, 2012):
Change end-of-line characters in update(r)-script to proper format when building ROM. This gets done in case a noob modified the file with non-Unix compliant editor. Prevents 'Status 6' error when flashing ROM in custom recovery.
so ..its suposed to be fixed my error .. but its not fixed .. and the more strange i didnt edited any file (update / updater / etc)
weird
Click to expand...
Click to collapse
ruizit0 said:
hi!
the part of flashing
Code:
-- Installing: /sdcard/Arquivo/roms/MIUI_X/endeavoru_signed_092512_200944.zip
Finding update package...
I:Update location: /sdcard/Arquivo/roms/MIUI_X/endeavoru_signed_092512_200944.zip
Opening update package...
Installing update...
line 4 col 20: syntax error, unexpected STRING, expecting $end
1 parse errors
E:Error in /sdcard/Arquivo/roms/MIUI_X/endeavoru_signed_092512_200944.zip
(Status 6)
Installation aborted.
and here's the full log
https://www.dropbox.com/s/f5b97a4tt2rlbqu/recovery.log
and here's the updater-script created by the kitchen
https://www.dropbox.com/s/7h8wl5a5vizen08/updater-script
Click to expand...
Click to collapse
Fixed the updater-script (just removed the 0 as mentioned on the above post)
theintelligent said:
Fixed the updater-script (just removed the 0 as mentioned on the above post)
Click to expand...
Click to collapse
thanks for the reply..
removing only the 0 i got another error (status 7)
Code:
-- Installing: /sdcard/Arquivo/roms/MIUI_X/endeavoru_signed_092612_125439_C1.zip
Finding update package...
I:Update location: /sdcard/Arquivo/roms/MIUI_X/endeavoru_signed_092612_125439_C1.zip
Opening update package...
Installing update...
script aborted: format() expects 4 args, got 3
format() expects 4 args, got 3
E:Error in /sdcard/Arquivo/roms/MIUI_X/endeavoru_signed_092612_125439_C1.zip
(Status 7)
Installation aborted.
so i oppened the original updater to check and i see some diferences ...
kitchen converted updater
Code:
format("ext4", "EMMC", "/dev/block/mmcblk0p12");
original updater
Code:
format("ext4", "EMMC", "/dev/block/mmcblk0p12", "0");
i removed the 0 like we talked in previous post, and chaged that line to the same as original updater and now it works
so its supposed to be a kitchen bug ?
the strange thing is that in previous users are reporting sucessefull cooking and flashing ... so why my kitchen isnt converting properly to updater script ?
i got the last kitchen 0.202 and the enderarvou file in place..
i already tryed to change update-binary in /update_files/ but its the same
now .. i know i can change mannualy the updater script before building the rom .. but i want to make it work like its supposed to work ...
can be my system configuration ? OS / cygwin / java ?
thanks
Ok!
Problem solved thanks to "backfromthestorm" hint!!
The problem is the Kitchen update to updater conversion.
The kitchen doesnt make correctly the conversion.
So the solution is:
not give any script to kitchen for conversion, remove META-INF folder from original zip and let kitchen create a fresh updater..
Hello
I keep getting an error ( status 0 ) even after edifying it . I chose edify in the kitchen and while flashing i get the error . Any help please what to do ?
Maybe the problem is when making the rom because it says signing update.zip . Any idea anyone ??
skywalker1162 said:
Hello
I keep getting an error ( status 0 ) even after edifying it . I chose edify in the kitchen and while flashing i get the error . Any help please what to do ?
Maybe the problem is when making the rom because it says signing update.zip . Any idea anyone ??
Click to expand...
Click to collapse
Did you read the FAQ?
What device? What version of kitchen? What did you modify? Etc.

[Guide] How to Fix Status 7 Error while Installing ROMs

If you are getting status 7 error while installing any custom ROM, this fix might help you (it helped me too ).
Open the ROM zip using 7-zip or WinRAR,
Navigate to meta-inf/com/google/android & Extract the updater-script.
Open updater-script using Notepad++ & delete the lines that contains the "getprop..." (3 lines)..
Save the file.
Drag it back to the Original zip (the same directory from where you've extracted it) using 7-zip and confirm.
Enjoy Flashing.. :good:
PS: You can also use WinRAR, just change compression method to store.
viraj6990 said:
If you are getting status 7 error while installing any custom ROM, this fix might help you (it helped me too ).
Open the ROM zip using 7-zip or WinRAR,
Navigate to meta-inf/com/google/android & Extract the updater-script.
Open updater-script using Notepad++ & delete the lines that contains the "getprop..." (3 lines)..
Save the file.
Drag it back to the Original zip (the same directory from where you've extracted it) using 7-zip and confirm.
Enjoy Flashing.. :good:
PS: You can also use WinRAR, just change compression method to store.
Click to expand...
Click to collapse
after that i m getting status 6 error
set_perm:some changes failed
tried everything u hv mentioned but still geting status 6 error
please help what i should do now
i am gettin problem after this step
viraj6990 said:
If you are getting status 7 error while installing any custom ROM, this fix might help you (it helped me too ).
Open the ROM zip using 7-zip or WinRAR,
Navigate to meta-inf/com/google/android & Extract the updater-script.
Open updater-script using Notepad++ & delete the lines that contains the "getprop..." (3 lines)..
Save the file.
Drag it back to the Original zip (the same directory from where you've extracted it) using 7-zip and confirm.
Enjoy Flashing.. :good:
PS: You can also use WinRAR, just change compression method to store.
Click to expand...
Click to collapse
i was able to flash a new rom this way but all the roms hang with in few seconds after coming to home screen..help!!!

proplem flashing xenon hd

iam gtrying to flash the old version of xenon hd wich is 11.1 now every time i try to flash never complete always abort by the way hboot is 1.72 help please if you can
Think you need to update the updater script in the meta inf folder of the rom. You need to add your hboot number
aaah can u plz explain how??
Open the ZIP with 7zip and take out the updater script. Open that with notepad++ and change for instance 1.39 with 1.72. Safe the file and insert it in the rom.zip and flash the rom again
i am sorry man i couldn't recognise the file would you plz mention it's name and the folder where it should be
Open the rom zip and unfold all the folders under META-INF check every folder, you see soon a file called updater-script. That's the one you need......

status 7 installation aborted

first thanks for Mr Hofs to help me now i cant enter my device from pc and the sd card is empty no file found i copy cm-11-20140525-NIGHTLY-endeavoru and try to install it but give me error status 7 installation aborted i have htc one x
Don't make new threads and surely not in the wrong subforum !!!
slimbone said:
first thanks for Mr Hofs to help me now i cant enter my device from pc and the sd card is empty no file found i copy cm-11-20140525-NIGHTLY-endeavoru and try to install it but give me error status 7 installation aborted i have htc one x
Click to expand...
Click to collapse
Status 7 = Bad updater script
There are two ways to correct the
status 7 error. I'm going to tell you the easier one (atleast i think so )
So, you need a computer for that.
Now, lets begin.
Step 1. Copy the ROM zip file to your
computer and extract it using your
favorite unzipping software.
Step 2. Once unzipped, browse to the
META-INF/com/google/android
directory. You will find two files called
“update-binary” and “updater-script”.
Step 3. Rename “updater-script” to
“updater-script.txt” and open with your
favorite text file editor.
Step 4. Get rid of the line starting with
“assert” to next semi-colon. Usually
this is the first line or one of the first
lines at the top of the text file.
Step 5. Save file.
Step 6. Rename “updater-script.txt”
back to “updater-script”.
Step 7. Rezip all the files you’ve
unzipped.
Step 8. Copy the new, edited zip file to
your phone.
Step 9. Try re-installing ROM, now it
should install fine without Status 7
error.
PS :- I am assuming that you are already rooted & have the specific recovery.
He needs a kitkat recovery first and not a sense recovery.

Flashing is not working (at all)

Been busy for a week now to create my own custom rom. I got the advise to build the ROM i want by edited the ROM i have now on the phone by edited it all on the phone. Then i did the "dd" command to extract the rom to a system.img file. Created a META-INF folder with a updater-script where the locations are defined like how the structure is on my phone. Zipped the META-INF folder incl. the system.img to get it ready to flash.
But when i try to flash that it keeps saying ERROR: 6 in WTRP.
Because flashing any other custom rom is workng, i am doing something wrong here, but i really don't know it anymore because i have run all out of options.
Anyone a tip which i could do?

Categories

Resources