Related
Hi,
I'm having problems to install cm7 port. First of all, i would like to thanks Alquez by the great job he's done in this port.
And now, my problem. When i try to install cm7 from recovery, and after wipe data, cache and all, i select install from zip, and when start the proces i obtain this error message:
I've checked the zip md5sum, and i don't obtain the same result indicated by Alquez. I tried downloading the file several times, even downloading it from the different available servers, and I always get the same md5, being different to that indicated by Alquez.
I don't know what to do. Can anyone, that have the correct file, upload it to another server?. Or i'm doing anything wrong?
Thank you very much.
the error message
Sorry,
The error message is:
Installing update.....
assert failed: getprop("ro.product.device")=="marvel" ||getprop("ro.build.product")=="marvel" || getprop(ro.product.board") =="marvel"
E: Error in /sdcard..../update-cm-7.2.0.RC0....zip (Status 7)
What version of CWM do you use? Make sure you are using the version that alquez posted on development section
Sent from my A953
The md5sum of the current version (2011-12-16) doesn't match.
$ md5sum -c update-cm-7.2.0-RC0-marvel-KANG-signed.zip.md5
update-cm-7.2.0-RC0-marvel-KANG-signed.zip: FAILED
md5sum: WARNING: 1 computed checksum did NOT match
I'm using CWM version 3.2.0.1_xda.cn.
I'll try to install ClockworkMod Recovery v.5.0.2.6 and i'll try to flash CM7 port again.
Thanks for replies. I'll post the results of this try.
Problem solved
OK,
Finally I've could install CM7 on my wildfire s. The problem was at the CWM i was using.
I've installed the new version (5.0...) and the problem was solved.
Thank you all.
Sorry if my english is not very good.
I have been trying to figure this out for the past few days and I am stuck. I would like to create a simple updateable zip which I can run after flashing a new rom. The important bits are
Code:
delete("/system/media/audio/ui/camera_click.ogg");
delete("/system/media/audio/ui/camera_focus.ogg");
delete("/system/media/bootanimation.zip");
delete("/system/app/Bubbles.apk");
delete("/system/app/Galaxy4.apk");
delete("/system/app/FireworkWallpaper.apk");
delete("/system/app/LiveWallpapers.apk");
delete("/system/app/LiveWallpapersPicker.apk");
delete("/system/app/MagicSmokeWallpapers.apk");
delete("/system/app/NoiseField.apk");
delete("/system/app/PhaseBeam.apk");
delete("/system/app/VisualizationWallpapers.apk");
First I tried this http://fokke.org/site/content/howto-create-android-updatezip-package
When I went to run it and learned this method is way odd and depricated.
Next I tried this http://forum.xda-developers.com/showthread.php?t=903598 and I get an installation aborted message when I run the zip.
Lastly I tried this http://forum.xda-developers.com/showthread.php?t=966468 and I get the same installation aborted message.
Any ideas?
lethologica said:
I have been trying to figure this out for the past few days and I am stuck. I would like to create a simple updateable zip which I can run after flashing a new rom. The important bits are
Code:
delete("/system/media/audio/ui/camera_click.ogg");
delete("/system/media/audio/ui/camera_focus.ogg");
delete("/system/media/bootanimation.zip");
delete("/system/app/Bubbles.apk");
delete("/system/app/Galaxy4.apk");
delete("/system/app/FireworkWallpaper.apk");
delete("/system/app/LiveWallpapers.apk");
delete("/system/app/LiveWallpapersPicker.apk");
delete("/system/app/MagicSmokeWallpapers.apk");
delete("/system/app/NoiseField.apk");
delete("/system/app/PhaseBeam.apk");
delete("/system/app/VisualizationWallpapers.apk");
First I tried this http://fokke.org/site/content/howto-create-android-updatezip-package
When I went to run it and learned this method is way odd and depricated.
Next I tried this http://forum.xda-developers.com/showthread.php?t=903598 and I get an installation aborted message when I run the zip.
Lastly I tried this http://forum.xda-developers.com/showthread.php?t=966468 and I get the same installation aborted message.
Any ideas?
Click to expand...
Click to collapse
Off the top of my head, I'd have to look later, isn't it "delete_file"?
Perhaps I'm wrong.
But what are you getting in the recovery.log (/tmp/recovery.log).
Also, have you mounted /system before you try to delete the files?
Perhaps post your whole script?
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.
Hi all,
I'm trying to replace the font on bubor's CM11 ROM by means of flashing one on of the ZIPs available at http://forum.xda-developers.com/goo...-fontster-betas-flashable-font-packs-t2513985
I am using bubor's TWRP v2.7.1.
The problem I first encountered when trying to flash a font was the error message "Error executing updater binary" and thus the flashing "Failed". Based on the advice at http://forum.xda-developers.com/showthread.php?t=2290009 , I figured it would probably be a good idea to replace the update-binary with the one found in my ROM's ZIP, so I did that.
However, the ZIP still doesn't flash. Although I no longer get the "Error executing updater binary" message, now TWRP simply tells me "Error flashing zip" without offering me any explanation.
Please can you help with this, and apologies for the noob question. I have tried installing the ZIP from both internal and external SD. My SD's are swapped - could that have something to do with it?
- downlaoded http://www.mediafire.com/download/40x5qm44a24p0dg/CantarellFontPack.zip
- downlaoded http://dualhoki.vim.hu/bubor/dev/keyboard-light.zip
- replace update-binary ( copy from keyboard-light.zip)
- install
no error.
Would you be more detailed what did you use with what, please.
bubor said:
- downlaoded /CantarellFontPack.zip
- downlaoded keyboard-light.zip
- replace update-binary ( copy from keyboard-light.zip)
- install
no error.
Would you be more detailed what did you use with what, please.
Click to expand...
Click to collapse
I'm sorry for not being detailed enough.
I tried following your steps but unfortunately the flashing still failed. I eventually got it to work after a combination of actions, but I think the most crucial one was changing the write permissions of the \system\fonts folder from "drwxr-xr-x" to "drwxrwxrwx".
Thanks for your efforts in any case, I really appreciate all the work you're doing.
Q&A for [ROM][UNOFFICIAL] CyanogenMod 12 Nightlies
FAQ:
Q: I tried to flash the ROM and got this:
Code:
Installing update...
set_metadata_recursive: some changes failed
E:Error in /sdcard/..path od ROM.zip
(Status 7)
Installation aborted.
Or I'm having other recovery issues.
A: Update your recovery to supported one. See the list below.
TWRP 2.8.1.2 ACE or newer
Q: I've used HTC Dev unlock and flashed the rom but it won't boot. What should I do?
A: You need to extract boot.img from the zip and flash it via fastboot. If you don't have fastboot executable anymore from flashing recovery, install Android SDK platform tools (Linux users should find it from distro's package management) and then reboot to bootloader, open command prompt and navigate to the location you extracted your boot.img and type:
Code:
fastboot flash boot boot.img
You need to repeat this everytime you flash new version of this rom to ensure everything will work fluently as long as you have just basic HTC Dev unlock.
Q: Where are my developer and performance options?
A: http://goo.gl/jpS8r
Q: Where is my root?
A: http://www.cyanogenmod.org/blog/all-about-l-part-2 (Read under "Superuser where?")
Q: Feature X doesn't work, let's make 1000 posts about it to annoy everyone.
A: Please, dont. Use search and then use search again and only then report your problem with necessary logs. [Logcat guide, thanks to MusikMonk for the link]
Q: I hate you for not fixing this issue X!!!
A: I love you too.
Q: How I can build CM12.0 myself?
A: Setup a basic Android build environment.
Code:
mkdir cm12
cd cm12/
repo init -u git://github.com/CyanogenMod/android.git -b cm-12.0
mkdir -p .repo/local_manifests
wget https://github.com/OpenDesireProject/android/raw/cm-12.0/local_manifest.xml -O .repo/local_manifests/cm_ace.xml
repo sync
. build/envsetup.sh
lunch cm_ace-userdebug
mka bacon
Once the build finishes you'll find your goods from out/target/product/ace/ directory.
Q: Something about something something something.
A: Ask the guy/gal next to you.
Thanks..reserved?
Sent from my ATRIX HD using Tapatalk
Home button not working. Have to use back button
Camera Bug
Camera is in the Apps not listen and it dont work from Lockscreen.
Sorry for my English and a big Thanks from Germany / EinfachAleks
No sounds.
---------- Post added at 11:32 AM ---------- Previous post was at 11:14 AM ----------
I don't have camera at all
Sent from my Desire HD using Tapatalk
Great job Tested on my Inspire 4G with alpha gaps all - so all works good but one problem at startup setting after ten minutus of thinking it cant set up my GSM career and tell me to set up it next time I'll think okay wait when all google sutups done ..... go to setting /mobile wireless/operator settings ... and at this moment I have a crash. I hawe an Ukrainian operator maybe this thing cause such problem Thank you a lot for you futer job at this rom And WiFi works greate ))))
For me the Home Key just working fine...im waiting for the next Snapshot
I'm gonna download zip again and flash again. Maybe bad flash.
Doge2 and recovery
Doge2 Installation doesn't work with 4EXT Recovery Touch v1.0.0.6 RC 3.
ApplyParsedPerms: lsetfilecon of /system/lost+found to ubject_r:system_file:s0 failed: Operation not supported on transport endpoint
script aborted: set_metadata_recursive: some changes failed
set_metadata_recursive: some changes failed
E:Error in /sdcard/ROM CM12/cm-12-20141130-UNOFFICIAL-DOGE2-ace.zip
(Status 7)
Installation aborted.
With TWRP 2.8.1.0 it installs but these TKruzze gapps (https://s.basketbuild.com/devs/TKruzze/Android 5.0 GApps/Micro-Modular GApps/) gives error
E: Error executing update binary zip "gapps location.zip"
INSTALLATION FAILURE: Your device does not have sufficient space available in
the system partition to install this GApps package as currently configured.
You will need to switch to a smaller GApps package or use gapps-config to
reduce the installed size.
Finnaly old bug for me.
Does anyone have same problem like I do? I can't make partitions with TWRP 2.8.1.0 partition editor! With 4ext recovey I can make partition but with TWRP I can't.
http://forum.xda-developers.com/htc-desire-hd/help/qa-twrp-2-8-1-0-cwm-6-0-5-1-unofficial-t2952947
first i want to thank you for this amazing rom
and i want to ask if i update from doge 1 to doge 2 should i flash boot.img again after installing the rom
marek287 said:
Doge2 Installation doesn't work with 4EXT Recovery Touch v1.0.0.6 RC 3.
ApplyParsedPerms: lsetfilecon of /system/lost+found to ubject_r:system_file:s0 failed: Operation not supported on transport endpoint
script aborted: set_metadata_recursive: some changes failed
set_metadata_recursive: some changes failed
E:Error in /sdcard/ROM CM12/cm-12-20141130-UNOFFICIAL-DOGE2-ace.zip
(Status 7)
Installation aborted.
http://forum.xda-developers.com/htc-desire-hd/help/qa-twrp-2-8-1-0-cwm-6-0-5-1-unofficial-t2952947
Click to expand...
Click to collapse
I have the same error
marek287 said:
Doge2 Installation doesn't work with 4EXT Recovery Touch v1.0.0.6 RC 3.
ApplyParsedPerms: lsetfilecon of /system/lost+found to ubject_r:system_file:s0 failed: Operation not supported on transport endpoint
script aborted: set_metadata_recursive: some changes failed
set_metadata_recursive: some changes failed
E:Error in /sdcard/ROM CM12/cm-12-20141130-UNOFFICIAL-DOGE2-ace.zip
(Status 7)
Installation aborted.
Click to expand...
Click to collapse
Try to format your system partition manually. If that doesn't help, contact 4EXT dev. Generally I can't fix recovery related issues like this seems to be.
marek287 said:
With TWRP 2.8.1.0 it installs but these TKruzze gapps (https://s.basketbuild.com/devs/TKruzze/Android 5.0 GApps/Micro-Modular GApps/) gives error
E: Error executing update binary zip "gapps location.zip"
INSTALLATION FAILURE: Your device does not have sufficient space available in
the system partition to install this GApps package as currently configured.
You will need to switch to a smaller GApps package or use gapps-config to
reduce the installed size.
Click to expand...
Click to collapse
You'll probably need even smaller gapps. Our system partition is getting very small as the base system size has increased a lot since gingerbread. I haven't tried any gapps yet as they are irrelevant to our roadblocker issues so I can't give any recommendations.
desire hd user said:
first i want to thank you for this amazing rom
and i want to ask if i update from doge 1 to doge 2 should i flash boot.img again after installing the rom
Click to expand...
Click to collapse
Yes, if you are S-ON. There are some kernel related changes which are included in the boot.img so it needs to be updated too.
Mustaavalkosta said:
Try to format your system partition manually. If that doesn't help, contact 4EXT dev. Generally I can't fix recovery related issues like this seems to be.
Click to expand...
Click to collapse
That was mine second throught but main goal was to anounce others that problem. I posted it to 4EXT recovery Q/A threat
http://forum.xda-developers.com/showpost.php?p=57171180&postcount=2
and recontacted (PM) to jrior001 TWRP recovery partition bug.
rom not working
help me. Excuse, but apparently I'm the only one that failed to install the rom.
during installation sticking a message like warnig and then something about the sound and would not start more
I've already checked MD5
DOGE2 + PA GApps ALPHA1 flash succeeded
Thank you Musta and the team for great job!
http://forum.xda-developers.com/showthread.php?p=56560109
I flashed DOGE2 + PA GApps ALPHA1, and they work fine.
(cm-12-20141130-UNOFFICIAL-DOGE2-ace.zip + pa_gapps-micro-5.0-ALPHA1-20141117a-signed.zip)
Before flashing, I made .gapps-config which containing the text "NanoGApps", and placed it in the same folder as the GApps zip.
Then, flashing has succeeded.
I didn't try "PicoGApps" option, but it will also succeed, I suppose.
matbeta said:
help me. Excuse, but apparently I'm the only one that failed to install the rom.
during installation sticking a message like warnig and then something about the sound and would not start more
I've already checked MD5
Click to expand...
Click to collapse
Install TWRP 2.8.1.0 then install the rom again. http://forum.xda-developers.com/showthread.php?t=2780164
After downloading writes: "sim card added restart your device".
bratmarat said:
After downloading writes: "sim card added restart your device".
Click to expand...
Click to collapse
Yeah, it's a bit wonky. Just hit back to skip it for now. Telephony code is still undergoing some changes.
Very good job. I wait for doge3
hello Mustaavalkosta, Great job, say thanks to you and all the dev team.
I am chinese user, i found doge 3 always crash when i install most common app.
such as baidunews, baidu market, zhihu
please check it, hope doge 4 coming as soon as possible.