
Cita: Originalmente Escrito por
phreak
For Error 7 during installation...
Open cm10.zip and delete the first line in the updater-script and you can install without problems.

Yo he cambiado la 1ª línea del
updater-script (META-INF\com\google\android)
Con notepad++ ve a la primera línea y la
sustituyes por:
assert(getprop("ro.product.device") == "m0" || getprop("ro.build.product") == "m0" ||
getprop("ro.product.device") == "i9300" || getprop("ro.build.product") == "i9300" ||
getprop("ro.product.device") == "GT-I9300" || getprop("ro.build.product") == "GT-I9300");
Sigo mirando líneas, que alguna me parece que no está bien...