Ayuda cocina dsixda status 0
hola espero esten bien...
de tantas fallas y lentitud de mi cel y nada de actualizaciones oficiales y luego de mucho leer he iniciado cocinar y optimizar la rom stock con la cocina dsixda, el problema es que luego de compilarla y crear el zip e intentar flashear siempre tira el error status 0.
lei que se podia solucionar cambiando el formato
format("MTD", "system");
mount("MTD", "system", "/system");
por
format("EMMC", "system");
mount("EMMC", "system", "/system");
pero no funciono leyendo las FAQ de xda menciona las posibles causa
status 0 might be two things:
1) You used an update-script (Amend format, which is very old) when you should be using an updater-script (Edify format), or the other way around. 2) Your updater-script is using the "MTD" partition type when mounting a partition rather than another type such as EMMC (and thus, you need the device defined under the kitchen's /tools/edify_defs folder).
pero no como resolver dicho error o por lo menos me queda claro ue debo hacer... asi por eso pregunto a vosotros como podria solucionarlo...
Gracias
|