Ver Mensaje Individual
  #18  
Viejo 04/12/20, 20:46:04
Array

[xs_avatar]
LuXaN LuXaN no está en línea
Usuario poco activo
 
Fecha de registro: nov 2020
Mensajes: 24
Modelo de smartphone: BQ Aquaris M5 (3Gb + 32Gb)
Tu operador: -
Parecía que casí lo tenía... pero al llegar al ultimo paso, el de fastboot flash boot boot.img me ha dado el error """Couldn't parse partition size '0x'.""" y ya no sé que hacer... y ahora no tengo el TWRP y cuando reinicio el movil, entra en el modo Fastboot, con lo cual ahora sí que sí, inservible jaja

¿Alguna idea @Raw Main? Gracias!

 Cita: Originalmente Escrito por Raw Main Ver Mensaje
Flash de las particiones para Aquaris M5 (piccolo) contenidas en el paquete .ZIP de la compilacion firmware 5.2.0, que obviamente debes extraer / descomprimir -> un comando fastboot a la vez :

Código:
fastboot flash aboot emmc_appsboot.mbn
fastboot flash abootbak emmc_appsboot.mbn
fastboot erase DDR
fastboot flash sbl1 sbl1.mbn
fastboot flash sbl1bak sbl1.mbn
fastboot flash tz tz.mbn
fastboot flash tzbak tz.mbn
fastboot flash hyp hyp.mbn
fastboot flash hypbak hyp.mbn
fastboot flash rpm rpm.mbn
fastboot flash rpmbak rpm.mbn

fastboot flash modem NON-HLOS.bin

fastboot flash cache cache.img
fastboot erase misc
fastboot erase splash
fastboot flash splash splash.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot flash boot boot.img
Responder Con Cita