[Q] - Android Q&A, Help & Troubleshooting

Hi guys,
I'm trying to create a ROM and I have an error that says:
Code:
assert failed: write_raw_image("/tmp/boot.img", "boot")
I have been searching how to solve the program and some people says that I have to change the update-binary and that in the dsixda Kitchen there are some different types of update-binary. What type should i choose?
My ROM is based in Cyanogenmod 9.0 by arco for the Samsung Galaxy S Plus i9001

Related

[Q] Status 7

I have had my hero rooted for a while nd flashed 3 or 4 ROMS to it. It is currently s-off with CM 6.1. I downloaded 3 different gingerbread ROMS and each time I get the error:
assert failed: getprop("ro.product.device") == "hero" || getprop ("ro.buE:unknown command [ild.product")]
E:Error in /sdcard/<romname>.zip
(Status 7)
Thanks
Extra info:
I have HBOOT- 1.47.0000 (HERO20000) and my recovery panel is Build : RA-heroc-v1.5.2
Sprint CDMA
Solved: I am in the wrong section and the ROMs are for the GSM phones. Status 7 appears to be the error you get trying to load a ROM not made for your phone.

[Q] New rom. Need some help.

Hi all.
I have been building my first custom rom. It is for the acer a501 tablet. I have had varying issuies along the way but i am now stuck and i can not find a way to fix the issue.
With my latest attempt in the clockwork recovery it goes almost all the way through but then i get an error
assert failed: write_raw_image("/tmp/boot.img", "boot")
E:Error in /sdcard/test_5.zip
(Status 7)
Installation aborted
Anybody have anyideas on how i may tackle this issue?
I'd be interested to hear any solutions as I get this error trying to flash a home made rom for my Desire S .... compiled from AOSP source.
Cheers
jonkers71 said:
Hi all.
I have been building my first custom rom. It is for the acer a501 tablet. I have had varying issuies along the way but i am now stuck and i can not find a way to fix the issue.
With my latest attempt in the clockwork recovery it goes almost all the way through but then i get an error
assert failed: write_raw_image("/tmp/boot.img", "boot")
E:Error in /sdcard/test_5.zip
(Status 7)
Installation aborted
Anybody have anyideas on how i may tackle this issue?
Click to expand...
Click to collapse
Change the lines in the updater-script from:
Code:
assert(package_extract_file("boot.img", "/tmp/boot.img"),
write_raw_image("/tmp/boot.img", "boot"),
delete("/tmp/boot.img"));
To this:
Code:
package_extract_file("boot.img","/tmp/boot.img");
write_raw_image("/tmp/boot.img", "boot");
delete("/tmp/boot.img");
dastin1015 said:
Change the lines in the updater-script from:
Code:
assert(package_extract_file("boot.img", "/tmp/boot.img"),
write_raw_image("/tmp/boot.img", "boot"),
delete("/tmp/boot.img"));
To this:
Code:
package_extract_file("boot.img","/tmp/boot.img");
write_raw_image("/tmp/boot.img", "boot");
delete("/tmp/boot.img");
Click to expand...
Click to collapse
Still get same error even changing these lines.
Would it make a difference that I am cooking for a device that only supports updater scripts? I have updater-script.orig and update-script in META-INF/com/google/android/ and its updater-script.orig that I am changing.
Thanks for your help.
Peace
Ok, fixed this by changing the updater-script that is produced from dsixda's kitchen during the cooking process. When this prompt appears
PHP:
An updater-script has been created under META-INF/com/google/android of
your working folder. Please review it and make any necessary changes. An
update-binary has also been added.
DO NOT delete any of the files under META-INF/com/google/android.
Proceed with the change (y/n)?
change update-script as above in META_INF/../../ folder, save, then proceed.
However, still have original ROM left on my device... mount point issue?

[Q] error in installing gummy Nex on my galaxy nexus

Hi ! , sorry for being a NOOB !
but .. when i try to install gummy nex on my samsung galaxy nexus , the following error appears ..
assert failed: getprop("ro.product.device") == "Maguro" l l getprop
E:Error in /sdcard/GummyNexGSM0.7.6.zip
(Status 7)
Installation aborted
what the hell should i do ?
thx guyz for you answers !

[SOLVED] flash rom "assert failed: getprop + some symliks failed status 7 "

Hi . this is guide how to fix two above problem when you flash a cook rom .
1 . assert failed: getprop
guide here : http://www.androidgadgematic.com/2012/12/fix-custom-rom-installation-status-7.html
2. some symlinks failed status 7
If you get a status 7 error flashing a ROM, try making sure SYSTEM is unmounted in 'mount/unmount partitions' menu in recovery.
..Thanks to jroid for finding the tip.
thanks all

Twrp v3.0.* and micromax q355, ERROR installing rom

My device is Micromax q355 (MT6582, android 5.0, kernel-3.10.54+) and i am using twrp recovery v3.0.* to flash a custom rom...but i am getting the following error----------
----------------------------
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
Updater process ended with ERROR: 7
I:Legacy property environment disabled.
Error installing zip file '/external_sd/s6customrom.zip'
----------------------
Also i have checked my updater script and there is nothing like
"assert" in it........also using this recovery backup /restore not working properly.............
Please help
Which ROM?
Hey, I have Micromax q355 and I've been trying to install a custom ROM in it. I have installed twrp successfully but so far I've not found a ROM that is flashed without any errors. Which ROM are you using? Can you share a link to it please?
Can you please give me the link of xposed installer for q355.

Categories

Resources