Ver Mensaje Individual
  #263  
Viejo 19/07/16, 18:25:01
Array

[xs_avatar]
arquero41 arquero41 no está en línea
Usuario poco activo
 
Fecha de registro: abr 2014
Mensajes: 8
Modelo de smartphone: Xiaomi MI3
Tu operador: Movistar
 Cita: Originalmente Escrito por Hugesis Ver Mensaje
ME sale el siguiente fallo

Error no especificado(0x80004005) FAILED size too large

Ayudadme. He intentado lo de la partición extendida y tampoco me ha funcionado

Saludos

edit:

Mi Xiaomi es un Mi4 LTE-CU, para que quede constancia.

Según este post http://en.miui.com/thread-118955-1-1.html

Hay que añadir esta linea al archivo flash_all.bat al principio

fastboot %* flash partition "%~dp0images\gpt_both0.bin" || @echo "Flash partition" && exit /B 1

el archivo flash_all.bat debe quedar tal que así:

fastboot %* flash partition "%~dp0images\gpt_both0.bin" || @echo "Flash partition" && exit /B 1 fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *MSM8974" || echo Missmatching image and device
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *MSM8974" || exit /B 1
fastboot %* flash tz %~dp0images\tz.mbn
fastboot %* flash dbi %~dp0images\sdi.mbn
fastboot %* flash sbl1 %~dp0images\sbl1.mbn
fastboot %* flash rpm %~dp0images\rpm.mbn
fastboot %* flash aboot %~dp0images\emmc_appsboot.mbn
fastboot %* erase boot
fastboot %* flash misc %~dp0images\misc.img
fastboot %* flash modem+modem1 %~dp0images\NON-HLOS.bin
fastboot %* flash system+system1 %~dp0images\system.img
fastboot %* flash cache %~dp0images\cache.img
fastboot %* flash userdata %~dp0images\userdata.img
fastboot %* flash recovery %~dp0images\recovery.img
fastboot %* flash boot+boot1 %~dp0images\boot.img
fastboot %* reboot

Yo he desbrickeado el mio así.


Ya está solucionado gracias por los comentarios


Tengo el mismo problema, pero soy bastante novatillo en esto. Me podéis decir donde está ese archivo flash_all.bat y como llegar a el.
Gracias
Responder Con Cita