[Q] ZTE Open Firefox OS 1.3 installation problem - Firefox OS Q&A

Hi,
I have a ZTE phone UK version from ebay with installed zteOpen1.3-signed.zip (git 24-01-2014) found in this forum http://forum.xda-developers.com/showthread.php?t=2587484&page=2. Now I would like to install a more recent git. I have found this https://sites.google.com/site/zteopenfirmware/home/AlternativeFirmware and this http://forum.xda-developers.com/showthread.php?t=2587484&page=4.
Both requires to have installed the official firmware 1.1B from ZTE website.
I cannot reinstall it on my phone since during the recovery mode it displays
Code:
Installing update...
assert filed: getprop_new("RO.BUILD.DISPLAY.ID") == "OPEN_UE_DEV_FFOS_"
E:Error in /tmp/sideload/package.zip
(Status 7)
Any suggestions?
Thank you

erotavlas said:
Hi,
I have a ZTE phone UK version from ebay with installed zteOpen1.3-signed.zip (git 24-01-2014) found in this forum http://forum.xda-developers.com/showthread.php?t=2587484&page=2. Now I would like to install a more recent git. I have found this https://sites.google.com/site/zteopenfirmware/home/AlternativeFirmware and this http://forum.xda-developers.com/showthread.php?t=2587484&page=4.
Both requires to have installed the official firmware 1.1B from ZTE website.
I cannot reinstall it on my phone since during the recovery mode it displays
Code:
Installing update...
assert filed: getprop_new("RO.BUILD.DISPLAY.ID") == "OPEN_UE_DEV_FFOS_"
E:Error in /tmp/sideload/package.zip
(Status 7)
Any suggestions?
Thank you
Click to expand...
Click to collapse
Open the zteOpen1.3-signed.zip file, in the folder META_INF > COM > GOOGLE > ANDROID, edit updater-script and remove the following lines :
Code:
assert(getprop("ro.product.device") == "roamer2" ||
getprop("ro.build.product") == "roamer2");
assert(getprop_new("ro.build.display.id") == "OPEN_EU_DEV_FFOS");
Then save the file and try flashing again.
This might help!
I think it's similar to "status 7" error
Report back!

LinuxHolic said:
Open the zteOpen1.3-signed.zip file, in the folder META_INF > COM > GOOGLE > ANDROID, edit updater-script and remove the following lines :
Code:
assert(getprop("ro.product.device") == "roamer2" ||
getprop("ro.build.product") == "roamer2");
assert(getprop_new("ro.build.display.id") == "OPEN_EU_DEV_FFOS");
Then save the file and try flashing again.
This might help!
I think it's similar to "status 7" error
Report back!
Click to expand...
Click to collapse
Hi,
I would like to reinstall first the version 1.1B from ZTE website and the the 1.3 version found in this website.
Thank you

erotavlas said:
Hi,
I would like to reinstall first the version 1.1B from ZTE website and the the 1.3 version found in this website.
Thank you
Click to expand...
Click to collapse
I'm still confused

SettingComputer said:
I'm still confused
Click to expand...
Click to collapse
I'm actually have firefox os 1.3 from old git and to install the newest git available here http://forum.xda-developers.com/show...2587484&page=4 I need to have installed the version 1.1 B from ZTE. I cannot reinstall this version due to the previous error
Code:
assert(getprop("ro.product.device") == "roamer2" ||
getprop("ro.build.product") == "roamer2");
assert(getprop_new("ro.build.display.id") == "OPEN_EU_DEV_FFOS");
I received this error while I'm trying to reinstall the version from ZTE. Sometimes I received invalid signature...

Related

[Q] Error while flashing CM10 FXP133

Can anyone help PLEASE.
I am new to flashing custom ROMS and am having problem flashing this one FXP133 CM10.
The one given here: http://forum.xda-developers.com/showthread.php?t=1780329
I get following error while Flashing:
Code:
-- Installing: /sdcard/FXP133-cm-10-20120813-haida.zip
Finding update package...
I:Update location: /sdcard/FXP133-cm-10-20120813-haida.zip
Opening update package...
Installing update...
script aborted:
assert failed: getprop("ro.product.device") == "MT11i" || getprop
("ro.build.product") == "MT11i" || getprop("ro.product.device") ==
"MT11a" || getprop("ro.build.product") == "MT11a" || getprop
("ro.product.device") == "haida" || getprop("ro.build.product") == "haida"
E:Error in /sdcard/FXP133-cm-10-20120813-haida.zip
(Status 7)
Installation aborted.
When on .42 (GB) stock firmware and Using MT11i NeoV.
In the Dev Thread I got following 2 replies:
dugzino said:
The thing is I did no clean install, simply overwrited 133 one. And now, I'm even more sure about it, in 134 you can feel the butter project!
First install the recommended Baseband (= .72) then flash the kernel then ROM then GApps then data wipe and you're good to go.
If you still don't know, there are lots of tutorials on how to flash ROMs. Just search
Click to expand...
Click to collapse
AND
music.soul said:
Firstly you need to have ICS with baseband .72
if you get the same error ... then open the rom with any archieve ... open up updater-script in meta-inf folder ... delete the lines till ...
Code:
("ro.product.device") == "haida" || getprop("ro.build.product") == "haida"
and save it ... flash it again done!
Click to expand...
Click to collapse
I tried both of them but still with no luck.
Now I am on ICS 4.0.4 with Baseband (.72) and have changed the updater-script and removed the lines (as suggested there) till.....
Code:
("ro.product.device") == "haida" || getprop("ro.build.product") == "haida"
But Now I am getting following error while flashing:
Code:
-- Installing: /sdcard/FXP133-cm-10-20120813-haida.zip
Finding update package...
I:Update location: /sdcard/FXP133-cm-10-20120813-haida.zip
Opening update package...
Installing update...
(Status 7)
Installation aborted.
PLEASE tell me what am i doing wrong. I want to have JB. PLEASE HELP.
Thanks in advance.
Answer these questions:
1. Are you using A Hallon (a.k.a. Xperia Neo) or a Haida (a.k.a. Neo V)
2. Did you download the correct zip corresponding to your phone (Hallon/Haida)
3. In a previous ROM, was your phone listed as what it was not? (a.k.a. You're using a Hallon, but it is written as Haida)
If you answered yes to the third question, then you need to reflash the stock ftf file. THEN flash the custom ROM. Pm me for more help
Jass5991 said:
Answer these questions:
1. Are you using A Hallon (a.k.a. Xperia Neo) or a Haida (a.k.a. Neo V)
2. Did you download the correct zip corresponding to your phone (Hallon/Haida)
3. In a previous ROM, was your phone listed as what it was not? (a.k.a. You're using a Hallon, but it is written as Haida)
If you answered yes to the third question, then you need to reflash the stock ftf file. THEN flash the custom ROM. Pm me for more help
Click to expand...
Click to collapse
1. Haida. i.e. (Neo V or MT11i).
2. Yes from here (http://code.google.com/p/freexperia/wiki/CyanogenMod10 THE FXP133 one)
3. Actually I could not understand this question. By the way currently I am on ICS 4.0.4 stock firmware with Base-band (=.72).
This is what I see in my about phone (Attached Image below).
Thanks again for the support. :good:
khurram.khu said:
Can anyone help PLEASE.
I am new to flashing custom ROMS and am having problem flashing this one FXP133 CM10.
The one given here: http://forum.xda-developers.com/showthread.php?t=1780329
I get following error while Flashing:
Code:
-- Installing: /sdcard/FXP133-cm-10-20120813-haida.zip
Finding update package...
I:Update location: /sdcard/FXP133-cm-10-20120813-haida.zip
Opening update package...
Installing update...
script aborted:
assert failed: getprop("ro.product.device") == "MT11i" || getprop
("ro.build.product") == "MT11i" || getprop("ro.product.device") ==
"MT11a" || getprop("ro.build.product") == "MT11a" || getprop
("ro.product.device") == "haida" || getprop("ro.build.product") == "haida"
E:Error in /sdcard/FXP133-cm-10-20120813-haida.zip
(Status 7)
Installation aborted.
When on .42 (GB) stock firmware and Using MT11i NeoV.
In the Dev Thread I got following 2 replies:
AND
I tried both of them but still with no luck.
Now I am on ICS 4.0.4 with Baseband (.72) and have changed the updater-script and removed the lines (as suggested there) till.....
Code:
("ro.product.device") == "haida" || getprop("ro.build.product") == "haida"
But Now I am getting following error while flashing:
Code:
-- Installing: /sdcard/FXP133-cm-10-20120813-haida.zip
Finding update package...
I:Update location: /sdcard/FXP133-cm-10-20120813-haida.zip
Opening update package...
Installing update...
(Status 7)
Installation aborted.
PLEASE tell me what am i doing wrong. I want to have JB. PLEASE HELP.
Thanks in advance.
Click to expand...
Click to collapse
Dud u flash the kernel first? Through fastboot! Use the boot.img from the zip! Then flash the main zip! Then wipe data, catche, dalvik catche! Reboot!
Should work if u have the right file for your phone!
Sent from My Xperia NeoV! Don't be a retard! Press the thanks button!
Alright. This build.prop error is easily fixed. First, flash a stock ROM. Then flash the kernel for the new rom in fastboot mode. Finally, flash the new rom through recovery. Flashing finished!
Don't forget wipe everything, including battery stats
Jass5991 said:
Alright. This build.prop error is easily fixed. First, flash a stock ROM. Then flash the kernel for the new rom in fastboot mode. Finally, flash the new rom through recovery. Flashing finished!
Don't forget wipe everything, including battery stats
Click to expand...
Click to collapse
Great! But battery stats are not necessary to wipe! Dalvik is!
Sent from My Xperia NeoV! Don't be a retard! Press the thanks button!
Dev Jaskirat said:
Great! But battery stats are not necessary to wipe! Dalvik is!
Sent from My Xperia NeoV! Don't be a retard! Press the thanks button!
Click to expand...
Click to collapse
I do it for safety
I tried to flash fxp134, but when I try to reboot, my phone just shows the fxp logo and then goes black.
Yes, I did everything in fastboot, flash boot and reboot. Just goes black after that.
Flashed back to CM9, and that goes all right.
Went to recovery mode in CM9, wiped everything (data, cache, dalvik), rebooted, turned of the phone, went in fastboot mode.
Tried fxp134 again, still the same thing.
I've been searching fora ever since, but I'm not finding anything that can help me. Everybody seems to at least get to recovery mode.
Anyone who can be of help?
Dev Jaskirat said:
Dud u flash the kernel first? Through fastboot! Use the boot.img from the zip! Then flash the main zip! Then wipe data, catche, dalvik catche! Reboot!
Should work if u have the right file for your phone!
Sent from My Xperia NeoV! Don't be a retard! Press the thanks button!
Click to expand...
Click to collapse
Jass5991 said:
Alright. This build.prop error is easily fixed. First, flash a stock ROM. Then flash the kernel for the new rom in fastboot mode. Finally, flash the new rom through recovery. Flashing finished!
Don't forget wipe everything, including battery stats
Click to expand...
Click to collapse
I am currently on Stock ICS 4.0.4 so I guess I should start by flashing kernel (boot.img) first, then the ROM (.zip). RIGHT???
Earlier, I was flashing the ROM (.zip) first, which obviously failed. BUT this was originally mentioned in the FXP Thread.
:fingers-crossed:Anyways, Thanks I will try and let you know the result.:fingers-crossed:
maybe the build.prop file is broken. these informations is stored in the build.prop file under /system folder in the zip of the rom.
Didn't work out
Didn't work out that way either.
Any other suggestions???
well. there can be either of two problems, or both (donno exactly).
1. updater file is broken. (status 7)
2. build.prop file is broken. getprop("ro.product.device")
OR BOTH.
rajxelton said:
well. there can be either of two problems, or both (donno exactly).
1. updater file is broken. (status 7)
2. build.prop file is broken. getprop("ro.product.device")
OR BOTH.
Click to expand...
Click to collapse
yeah, one thing that i tried in terminal emulator.
I executed the command:
Code:
getprop("ro.product.device")
and it returned
Code:
/system/bin/sh: syntax error: '"ro.product.device"' unexpected
However, when I executed:
Code:
getprop ro.product.device
it returned
Code:
MT11i
Can you provide a possible solution to this??
upload the META-INF folder which is inside the zip. and build.prop file which is in /system folder.
I will see what can be done
rajxelton said:
upload the META-INF folder which is inside the zip. and build.prop file which is in /system folder.
I will see what can be done
Click to expand...
Click to collapse
OK, Here is the asked files in the Attachment (check.zip)
GOTCHA!!
hey buddy!!
i had the same problem with installing cm 9 official, solution is very easy and it did work out for me, hell yeah i got it from xda, forgot the dev's name but all credits to him!!!
so i've uploaded your updater-script with changes which is causing all problems :highfive:
just removed these lines:
assert(getprop("ro.product.device") == "MT11i" || getprop("ro.build.product") == "MT11i" ||
getprop("ro.product.device") == "MT11a" || getprop("ro.build.product") == "MT11a" ||
getprop("ro.product.device") == "haida" || getprop("ro.build.product") == "haida");
im not sure if you've edited your script in other ways, if my file does not work, take the stock updater-script from cm10 zip and remove them ^ till the ";"
:good:
any problems?
reply 'em!!
the_neo_v_guy said:
hey buddy!!
i had the same problem with installing cm 9 official, solution is very easy and it did work out for me, hell yeah i got it from xda, forgot the dev's name but all credits to him!!!
so i've uploaded your updater-script with changes which is causing all problems :highfive:
just removed these lines:
assert(getprop("ro.product.device") == "MT11i" || getprop("ro.build.product") == "MT11i" ||
getprop("ro.product.device") == "MT11a" || getprop("ro.build.product") == "MT11a" ||
getprop("ro.product.device") == "haida" || getprop("ro.build.product") == "haida");
im not sure if you've edited your script in other ways, if my file does not work, take the stock updater-script from cm10 zip and remove them ^ till the ";"
:good:
any problems?
reply 'em!!
Click to expand...
Click to collapse
Hey buddy,
I have already tried this. You can see in my first post. I get following error:
khurram.khu said:
Code:
-- Installing: /sdcard/FXP133-cm-10-20120813-haida.zip
Finding update package...
I:Update location: /sdcard/FXP133-cm-10-20120813-haida.zip
Opening update package...
Installing update...
synmlink: some symlinks failed
(Status 7)
Installation aborted.
Click to expand...
Click to collapse
okay. here is the zip now. replace the files in their respective places. make sure to have a backup of originals. also make a nandroid backup before trying. i dont know if it'll work or not. cant test it on my own cause i dont have the rom. good luck.
rajxelton said:
okay. here is the zip now. replace the files in their respective places. make sure to have a backup of originals. also make a nandroid backup before trying. i dont know if it'll work or not. cant test it on my own cause i dont have the rom. good luck.
Click to expand...
Click to collapse
Ok. I will try it later today and tell you the result.:fingers-crossed:
Hey Everyone,
:crying::crying: I have tried everything. Nothing works.
Is there anything else that i can do. I have tried installing FXP-139, FXP-140, PolishBlood 4.1.1.
In each of them I get same error.
i.e.
Status 7 error (assert failed) with the assert lines in the script.
OR
Status 7 error (synmlink: some symlinks failed) if i remove the assert lines from the script.
I have been searching for solution of this issue from many days now. But to my disappointment Non of the solutions I found out works.
PLEASE can anyone help PLEASE :crying:

[Q] Paranoid Android on my I9305 device

Hello,
I was trying to install the Paranoid Android ROM (http://forum.xda-developers.com/showthread.php?t=2203301).
I did everything as always but unfortunately I receive an error:
Code:
CWM-based Recovery v.5.5.0.4 :: CF-v.1.5
-- Installing: /sdcard/pa_i9053-3.15-23MAR2013-gokussjx.zip
Finding update package...
Opening update package...
[COLOR="DarkRed"]Installing update...
assert failed: getprop("ro.product.device") == "m3" || getprop("ro.built.product") == "m3" ||
getprop("ro.product.device") == "i9305" || getprop("ro.built.product") == "i9305" ||
getprop("ro.product.device") == "GT-I9305" || getprop("ro.built.product") == "GT-I9305"
E:Error in /sdcard/pa_i9053-3.15-23MAR2013-gokussjx.zip
(Status 7)
Installation aborted[/COLOR]
Im not a software developer for mobile phones but I guess it is trying to tell me, that the ROM which I'm trying to install isnt working on my device.
But I am absolutely sure that I got an I9305 as you can see on the attached screenshot.
Any ideas?
I9305 Q&A forum this is I9300 .
But suspect a faulty download judged on your information .
INSTRUCTIONS,
1. UPDATE RECOVERY
2. FACTORY RESET
3. INSTALL ROM, GAPPS
4. WIPE CACHE & DALVIK CACHE
5. REBOOT
PA 3+ UPDATES DO NOT NEED A FACTORY RESET,
BUT YOU NEED TO INSTALL GAPPS ASWELL.
JJEgan said:
I9305 Q&A forum this is I9300 .
But suspect a faulty download judged on your information .
Click to expand...
Click to collapse
Sorry... my mistake.
This thread can be closed after I have already reopened it in the correct forum (http://forum.xda-developers.com/showthread.php?p=39743752#post39743752).
Thank you.

[Q] CM 10.1.3 stable aborts install

EDIT: I was able to get the GSM version of CM to install. I'm not sure why my ATT One is not the att version but oh well.
Hello,
I just got my HTC One and I'm running into a problem trying to install cm-10.1.3-m7att.zip from recovery. When I try to install I get the following:
Finding update package...
Opening update package...
Installing update...
assert failed: getprop("ro.product.device") == "m7" ll getprop("ro.build.product") == "m7" ll
getprop("ro.product.device") == "m7att" ll getprop("ro.build.product") == "m7att"
E: Error in /data/media/CyanogenMod/cm-10.1.3-m7att.zip
(Status 7)
Installation aborted.
Any guidance would be appreciated. I'm going to try other builds now but wanted to get this out to see if someone had an idea as to what I can do to solve this. Any ideas? Thanks in advance!
-B
Edit the updater-script and remove the getprop lines.
Sent from my One using XDA Premium 4 mobile app

status 7 error

when installed cm 11 for my lg p765 it shows the following error
this package is for "p760" devices: this is a p940.
E:Error in /sdcard/cm-11-20131214-unofficial-p760.zip
(status 7)
the rom is downloaded from this thread
http://forum.xda-developers.com/showthread.php?t=2547442
please help im a newbie
akhilkumarco007 said:
when installed cm 11 for my lg p765 it shows the following error
this package is for "p760" devices: this is a p940.
E:Error in /sdcard/cm-11-20131214-unofficial-p760.zip
(status 7)
the rom is downloaded from this thread
http://forum.xda-developers.com/showthread.php?t=2547442
please help im a newbie
Click to expand...
Click to collapse
Hey, I have same error with you
Anyone can help me
Make SURE you downloaded the right ROM for P765. If you sure that is the right ROM, open the ROM zip with 7zip and go to META-INF/com/google/android/ and extract updater-script. Open it with Notepad++ (only Notepad++, not Notepad/Wordpad), and delete the first assert() command, like this:
BEFORE:
assert(getprop("ro.product.device") == "p769" || getprop("ro.build.product") == "p769" ||
getprop("ro.product.device") == "p760" || getprop("ro.build.product") == "p760" ||
getprop("ro.product.device") == "u2" || getprop("ro.build.product") == "u2" ||
getprop("ro.product.device") == "p940" || getprop("ro.build.product") == "p940");
mount("ext4", "EMMC", "/dev/block/platform/omap/omap_hsmmc.1/by-name/system", "/system");
......
Click to expand...
Click to collapse
AFTER:
mount("ext4", "EMMC", "/dev/block/platform/omap/omap_hsmmc.1/by-name/system", "/system");
....
Click to expand...
Click to collapse
Save the file, then drag and drop it to original path. Try to flash it again.
akhilkumarco007 said:
when installed cm 11 for my lg p765 it shows the following error
this package is for "p760" devices: this is a p940.
E:Error in /sdcard/cm-11-20131214-unofficial-p760.zip
(status 7)
the rom is downloaded from this thread
http://forum.xda-developers.com/showthread.php?t=2547442
please help im a newbie
Click to expand...
Click to collapse
Vuu Tee said:
Hey, I have same error with you
Anyone can help me
Click to expand...
Click to collapse
It's totally cause you've wrong recovery, update your recovery first, and make sure you have unlock your bootloader...
Its problem of recovery if try to install kitkat rom via cwm it gives status 7 error try artax recovery or twrp they dont give that error
Sent from my LG-P760 using XDA Free mobile app
Yup like the last two guys said you get status 7 when you try to install KitKat with an outdated recovery. Update your recovery and you can reflash the cm11.
Sent from my unlocked LG P769 running AtonX unofficial CM11
ISITBRICKED said:
Yup like the last two guys said you get status 7 when you try to install KitKat with an outdated recovery. Update your recovery and you can reflash the cm11.
Sent from my unlocked LG P769 running AtonX unofficial CM11
Click to expand...
Click to collapse
I have a LG P769 just as you, but I cannot seem to find a newer CWM recovery to install than the one I already have, namely L9RecoveryInstaller_1.5.0.apk which contains clockworkmod version 6.0.1.2. With this verson, I get the same (Status 7) error as everyone else.
So my question is, could you please point me to exactly the (CWM?) recovery mode you are using, and instructions for how to install it given that I am already using an older version of CWM?
PS: The specific error messages during install
"This package is for device p760,p765,p768,p769.u2: this device is p940
.......
(Status 7)
Installation aborted.
PS2: The firmware I am trying to install is cm-11-20141012-UNOFFICIAL-p769.zip from the repository called "LG Optimus L9 by Dhiru1602", located at
https://www.androidfilehost.com/?w=files&flid=18559

[Q] zte nubia z5s mini MIUI OTA update fails on ro.product.device

I've zte nubia z5s mini with TWRP v. 2.6.3.0 and I installed MIUI V5 on it.
No OTA is able to update, and by reading on the matter, I found out about the build.prop file.
In my current file, I have the line:
Code:
ro.product.device=NX403A
However, the OTAs fail with:
Code:
script aborted: assert failed: getprop("ro.product.device") == "NX403A" ||
getprop("ro.build.product") == "NX403A"
assert failed: getprop("ro.product.device") == "NX403A" || getprop("ro.build.product") == "NX403A"
E:Error executing updater binary in zip
I tried fixing the permissions via Rom Toolbox light & also via TWRP, cleared Dalvik cache, and still, it fails with that message.
Is there anything I can put in the build.prop to fix this?
There are so many threads on the net about status 7.
Does anyone know why this happens?

Categories

Resources