status 7 error - LG Optimus L9 P760, P765, P768, P769

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

Related

Assert Failed: Status 7 ; Installation Abort; Sexperia Neo

Hi,
To install Cyanogenmod ROM in my SEXperia Neo, Install boot.img from cm-7.2.0-hallon.zip package and copy the same zip file to SDCard.
After rebooting i start it in bootable mod and does followings:
Wipe data/factory reset
Wipe cache partition
Wipe Dalvik Cache
And then i select "install zip from sdcard" and choose "cm-7.2.0-hallon.zip".
But later i got following message.
CWM-based Recovery v5.0.2.8
--Installing: /sdcard/cm-7.2.0-hallon.zip
Finding update package...
Opening update package...
Installing update...
assert failed: getprop("ro.product.device") == "MT15i" ||
getprop("ro.build.product") == "MT15i" ||
getprop("ro.product.board") == "MT15i" ||
getprop("ro.product.device") == "MT15a" ||
getprop("ro.build.product") == "MT15a" ||
getprop("ro.product.board") == "MT15a" ||
getprop("ro.product.device") == "hallon" ||
getprop("ro.build.product") == "hallon" ||
getprop("ro.product.board") == "hallon" ||
E:Error in /sdcard/cm-7.2.0-hallon.zip (Status 7)
Installation aborted.
I done some research but its doesn't work.
"I found the fix.
if you unzip the zip you downloaded
go into META-INF\com\google\android\
replace your updater-script with the updater-script found in updater-script.zip
RE- ZIP the folders (should have META-INF, system, and boot.img)
Open Recovery and flash should work"
And right now my phone is dead.
Please help me in this issue.
Thanks in advance.
buntu88 said:
Hi,
To install Cyanogenmod ROM in my SEXperia Neo, Install boot.img from cm-7.2.0-hallon.zip package and copy the same zip file to SDCard.
After rebooting i start it in bootable mod and does followings:
Wipe data/factory reset
Wipe cache partition
Wipe Dalvik Cache
And then i select "install zip from sdcard" and choose "cm-7.2.0-hallon.zip".
But later i got following message.
CWM-based Recovery v5.0.2.8
--Installing: /sdcard/cm-7.2.0-hallon.zip
Finding update package...
Opening update package...
Installing update...
assert failed: getprop("ro.product.device") == "MT15i" ||
getprop("ro.build.product") == "MT15i" ||
getprop("ro.product.board") == "MT15i" ||
getprop("ro.product.device") == "MT15a" ||
getprop("ro.build.product") == "MT15a" ||
getprop("ro.product.board") == "MT15a" ||
getprop("ro.product.device") == "hallon" ||
getprop("ro.build.product") == "hallon" ||
getprop("ro.product.board") == "hallon" ||
E:Error in /sdcard/cm-7.2.0-hallon.zip (Status 7)
Installation aborted.
I done some research but its doesn't work.
"I found the fix.
if you unzip the zip you downloaded
go into META-INF\com\google\android\
replace your updater-script with the updater-script found in updater-script.zip
RE- ZIP the folders (should have META-INF, system, and boot.img)
Open Recovery and flash should work"
And right now my phone is dead.
Please help me in this issue.
Thanks in advance.
Click to expand...
Click to collapse
Dead Means what kind of dead? Can u enter fastboot mod.if yes then download any customized stock GB ROM for Neo from xda.flash them through flashtool to boot ur phone.
koushikjgec said:
Dead Means what kind of dead? Can u enter fastboot mod.if yes then download any customized stock GB ROM for Neo from xda.flash them through flashtool to boot ur phone.
Click to expand...
Click to collapse
Thanks for your time.
Dead means i can enter into fastboot mod and can install boot.img into it, but when i reboot it in recovery mod and try to install by selecting "install zip from sdcard" and choose "cm-7.2.0-hallon.zip", it gives intallation abort error.
And flashtool always asks for connecting NEO in USB debugging mode. But i can't do it because i dont have installed ROM in NEO.
Flash the stock ics rom again and after that flash cm7....it should work..or if you have a nandroid backup restore it
Sent from my MT11i using xda app-developers app
At least that is what i did when i ve got that error..and it worked
Sent from my MT11i using xda app-developers app
Sony Software Update Service
buntu88 said:
Thanks for your time.
Dead means i can enter into fastboot mod and can install boot.img into it, but when i reboot it in recovery mod and try to install by selecting "install zip from sdcard" and choose "cm-7.2.0-hallon.zip", it gives intallation abort error.
And flashtool always asks for connecting NEO in USB debugging mode. But i can't do it because i dont have installed ROM in NEO.
Click to expand...
Click to collapse
Have u tried Sony Official Software Update Service.Download from http://www.sonymobile.com/global-en/tools/update-service/.Install and run it,follow on screen instructions.see if it can help.though u will be unrooted after updating to official software.
"Sexperia" hahaaa....it a good word
Sent from my MT15i using Tapatalk 2
assert failed status 7
hi,
getting the same error while installing CM9 stable release.
ro.build.product = MT11i
ro.build.product = MT11a
problem with zip
(status 7)
Installation aborted.
I have a neo V MT11i
bombayboy said:
hi,
getting the same error while installing CM9 stable release.
ro.build.product = MT11i
ro.build.product = MT11a
problem with zip
(status 7)
Installation aborted.
I have a neo V MT11i
Click to expand...
Click to collapse
same here. installing over ICS 4.1.B.0.431
Working method:
Simply flash an official ROM (.ftf) with Flashtool in Flashmode mode;
Flash a correct Kernel (extract it from Cyanogen rom zip, boot.img usually) with Flashtool in Fastboot mode;
Enter recovery CMW;
Perform a full wipe factory reset, and cache wipe nextly;
Finish with applying custom ROM by CWM;
Done.

[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] buildprop required for WT19i

hi everyone..
While installing custom rom on my WT19i today, I am getting following error message. I've installed custom roms hundreds of times but for the first time got this problem....
assert failed: getprop("ro.product.device") == "WT19i" ||
getprop("ro.build.product") == "WT19i"
E:Error in /sdcard/iuiandroid_WT19i-2.7.13.zip
(status 7)
In my view, build.prop is missing from my phone. Can anyone provide me with one or if there is another problem can provide a solution.
Thanks
c4capricorn said:
hi everyone..
While installing custom rom on my WT19i today, I am getting following error message. I've installed custom roms hundreds of times but for the first time got this problem....
assert failed: getprop("ro.product.device") == "WT19i" ||
getprop("ro.build.product") == "WT19i"
E:Error in /sdcard/iuiandroid_WT19i-2.7.13.zip
(status 7)
In my view, build.prop is missing from my phone. Can anyone provide me with one or if there is another problem can provide a solution.
Thanks
Click to expand...
Click to collapse
extract the rom archive
open the updater script in meta-inf folder
use notepad++
delete 1st 6 lines. save it.
then repack the rom and flash it
sandy7 said:
extract the rom archive
open the updater script in meta-inf folder
use notepad++
delete 1st 6 lines. save it.
then repack the rom and flash it
Click to expand...
Click to collapse
assert(getprop("ro.product.device") == "WT19i" ||
getprop("ro.build.product") == "WT19i");
show_progress(0.500000, 0);
ui_print("Formatting system...");
unmount("/system");
format("yaffs2", "MTD", "system", "0");
these are the 1st 6 lines...delete them??
Yep, delete them
Sent from my MANGO using Tapatalk2
c4capricorn said:
assert(getprop("ro.product.device") == "WT19i" ||
getprop("ro.build.product") == "WT19i");
show_progress(0.500000, 0);
ui_print("Formatting system...");
unmount("/system");
format("yaffs2", "MTD", "system", "0");
these are the 1st 6 lines...delete them??
Click to expand...
Click to collapse
yes delete them..repack the zip and flash them..
It's so funny to see smiles in the lines LOL
Sent from my SK17i using xda app-developers app
Thanks everyone for your help....but the problem is still unresolved...i deleted the lines and repacked the rom.. now when i m trying to install it, it just says intstallation aborted after 2-3 seconds..no error codes or anything...
c4capricorn said:
Thanks everyone for your help....but the problem is still unresolved...i deleted the lines and repacked the rom.. now when i m trying to install it, it just says intstallation aborted after 2-3 seconds..no error codes or anything...
Click to expand...
Click to collapse
Unpack the rom again, open the updater-script and delete only the first 3 lines:
assert(getprop("ro.product.device") == "WT19i" ||
getprop("ro.build.product") == "WT19i");
show_progress(0.500000, 0);
Click to expand...
Click to collapse
and it should work. Because otherwise the command to format system isn't in the script

[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

[Q] ZTE Open Firefox OS 1.3 installation problem

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...

Categories

Resources