When i flash it display report me this:
Code:
assert failed: getprop("ro.product.device") == "tf300t" || getprop("ro.build.device") == tf300t"
E: error in /sdcard/cm-10-20121012-NIGHTLY-tf300t.zip
(status 7)
Installation aborted
WTF????
runk said:
When i flash it display report me this:
Code:
assert failed: getprop("ro.product.device") == "tf300t" || getprop("ro.build.device") == tf300t"
E: error in /sdcard/cm-10-20121012-NIGHTLY-tf300t.zip
(status 7)
Installation aborted
WTF????
Click to expand...
Click to collapse
Edit build.prop to change the ro.product.device to tf300t or change the line you mention (value from "tf300t" to "tf300tg")
_TB_TB_ said:
Edit build.prop to change the ro.product.device to tf300t or change the line you mention (value from "tf300t" to "tf300tg")
Click to expand...
Click to collapse
Does anybody know why the assertion fails? I got the latest nightly to install by removing the assert line, but I shouldn't have had to do that. The value of both properties in build.prop IS "tf300t" (correct case and all). The assertion shouldn't fail.
Related
Hi guys! First of all, I just wanna say I'm a complete newbie in ROM Developement...
Today I ported a ROM based in this, and when I'm trying to install it by CWM, it gives me this error:
-- Installing: /sdcard/AOSPLite.zip
Finding update package...
Opening update package...
Installing update...
assert failed: !less_than_int(1334724946, getprop("ro.build.date.utc"))
E:Error in /sdcard/AOSPLite.zip (Status 7)
Installation aborted.
PS: I already read the FAQ in the link, but I think my build.prop is right...
Link: http://pastebin.com/WRtu7zeC
PSS: I have SE Live with Walkman(WT19i) with unlocked bootloader.
Wait, why is your flashable-zip checking the time information build.prop anyway?
Someguyfromhell said:
Wait, why is your flashable-zip checking the time information build.prop anyway?
Click to expand...
Click to collapse
Don't know... As I sad, I'm a newbie... :$
If it's what I think it is, then:
go to meta-inf> com> google> android and open the updater-script with notepad++. It has to be notepad++
remove the following lining
Code:
assert(getprop("ro.product.device") == "ST15i" || getprop("ro.build.product") == "ST15i" ||
getprop("ro.product.device") == "ST15a" || getprop("ro.build.product") == "ST15a" ||
getprop("ro.product.device") == "smultron" || getprop("ro.build.product") == "smultron");
device names may vary ofc
If I'm wrong, well I tried
iONEx said:
If it's what I think it is, then:
go to meta-inf> com> google> android and open the updater-script with notepad++. It has to be notepad++
remove the following lining
Code:
assert(getprop("ro.product.device") == "ST15i" || getprop("ro.build.product") == "ST15i" ||
getprop("ro.product.device") == "ST15a" || getprop("ro.build.product") == "ST15a" ||
getprop("ro.product.device") == "smultron" || getprop("ro.build.product") == "smultron");
device names may vary ofc
If I'm wrong, well I tried
Click to expand...
Click to collapse
It doesn't have to be Notepad++, editing can be done with regular Notepad also, at least that's what I do.
Also, his ported ROM checks ro.build.date.utc in build.prop.
To OP: Mind posting your update-script here from the flashable-zip?
Someguyfromhell said:
It doesn't have to be Notepad++, editing can be done with regular Notepad also, at least that's what I do.
Click to expand...
Click to collapse
actually when I edit with notepad, I get some error. Forgot the classification number though.
and on various texts about editing updater-script, it says to use notepad++
I'm not sure for what reasons though.
but, well. if you have no problems with notepad editing. I might be wrong.
EDiT:
In these threads it says to use notepad++ otherwise you'll get a status 6 error.
just search status 6 on xda search for more info...
http://forum.xda-developers.com/showthread.php?t=936175
http://forum.xda-developers.com/showthread.php?t=840446
Hi everyone,
Im using a Xperia Neo and have flashed the CM10-Kernel with Flashtool.
When i try to install the Rom I get the Message :
assert failed: getprop("ro.product.device") == "MT15i" || getprop("ro.build.product") == "MT15i" ||
getprop("ro.product.device") == "MT15a" || getprop("ro.build.product") == "MT15a" ||
getprop("ro.product.device") == "hallon" || getprop("ro.build.product") == "hallon";
E:Error in sdcard/CM10/FXP141_cm-10-20121007-UNOFFICIAL-hallon.zip
(Status 7)
Installation Aborted
I read that i should delete all getprop lines from the update script. Now i get this message:
E:Error sdcard/CM10/cm10getprop.zip
(Status 6)
Installation Aborted
I redownloaded the file but the Installation still gets aborted.
Does anyone know how to solve this?
Thank you in advance!
Akiix said:
Hi everyone,
Im using a Xperia Neo and have flashed the CM10-Kernel with Flashtool.
When i try to install the Rom I get the Message :
assert failed: getprop("ro.product.device") == "MT15i" || getprop("ro.build.product") == "MT15i" ||
getprop("ro.product.device") == "MT15a" || getprop("ro.build.product") == "MT15a" ||
getprop("ro.product.device") == "hallon" || getprop("ro.build.product") == "hallon";
E:Error in sdcard/CM10/FXP141_cm-10-20121007-UNOFFICIAL-hallon.zip
(Status 7)
Installation Aborted
I read that i should delete all getprop lines from the update script. Now i get this message:
E:Error sdcard/CM10/cm10getprop.zip
(Status 6)
Installation Aborted
I redownloaded the file but the Installation still gets aborted.
Does anyone know how to solve this?
Thank you in advance!
Click to expand...
Click to collapse
Search in the cm10 thread and on the github, solution already exists, you just need to search.
Goto the cm10 thread and use the search button to search for "status 7"
Hi All,
I am getting a status 7 error whwn I try to install any version of Cyanogenmod ROM on my device. The error log is as follows:
Installing: /sdcard/cm-10.0.0-i9100g.zip
Finding update package...
I:Update location: /sdcard/cm-10.0.0-i9100g.zip
Opening update package...
Installing update...
script aborted: assert failed: getprop("ro.product.device") == "i9100g" || getprop("ro.build.product") == "i9100g" ||
getprop("ro.product.device") == "GT-I9100G" || getprop("ro.build.product") == "GT-I9100G"
assert failed: getprop("ro.product.device") == "i9100g" || getprop("ro.build.product") == "i9100g" || getprop("ro.product.device") == "GT-I9100G" || getprop("ro.build.product") == "GT-I9100G"
E:Error in /sdcard/cm-10.0.0-i9100g.zip
(Status 7)
Installation aborted.
result was NULL, message is: assert failed: install_zip("/sdcard/cm-10.0.0-i9100g.zip")
I have tried different versions of CM ROMs like CM9, CM10 (for which I got the above error) and CM10.1 (monthly build)
The details of my phone are as follows:
Model: GT-I9100G
Android Version: 4.0.4
Baseband Version: I9100GDDLP7
Kernel Version: 3.0.8-I9100G-v1.0.2 [email protected] #3
Build Number: IMM76D.XXLPZ
I Googled to troubleshoot this problem but could not find anything. Please let me know a solution this problem.
Thanks in advance
Mudit
Flash a different kernel and try again.
Can you suggest a good ICS kernel for GT-I9100G? Basically, most of the kernels I am able to find are for gingerbread. There are certain versions which are for ICS but I have already faced problems with a kernel which in some forum was written to be for ICS but actually was for GB and I was able to get my phone running again only after replacing that kernel with my current kernel.
This is my first time rooting my phone and I really want to get this right
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
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?