OK, I'm very confused here.
I have a MarvelC. I know this because it's a Virgin Mobile phone and i just installed, successfully, cm-9.1.0-CRYPTOMILK-ALPHA9-marvelc.zip then cm-10.1-20130622-EXPERIMENTAL-marvelc-A0.zip
The strange part is, I had to edit the first line of
from
to
Has anyone seen this or know how to fix it?
Thanks,
Peter
I have a MarvelC. I know this because it's a Virgin Mobile phone and i just installed, successfully, cm-9.1.0-CRYPTOMILK-ALPHA9-marvelc.zip then cm-10.1-20130622-EXPERIMENTAL-marvelc-A0.zip
The strange part is, I had to edit the first line of
Code:
\META-INF\com\google\android\updater-scriptCode:
assert(getprop("ro.product.device") == "marvelc" || getprop("ro.build.product") == "marvelc");Code:
assert(getprop("ro.product.device") == "marvel" || getprop("ro.build.product") == "marvel");Thanks,
Peter
No comments:
Post a Comment