Ver Mensaje Individual
  #391  
Viejo 04/07/15, 20:08:59
Avatar de rezzoCL
rezzoCL rezzoCL no está en línea
Miembro del foro
Mensajes: 57
 
Fecha de registro: ago 2012
Localización: Santiago, Chile
Mensajes: 57
Modelo de smartphone: Nexus 6
Versión de ROM: 5.1.1
Tu operador: Movistar
Mencionado: 0 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por sindrome123 Ver Mensaje
Prueba esto: http://www.htcmania.com/showthread.php?t=880943 pero con estos firmwares.

Haber si te va bien.
Gracias, pero uso Android Studio en OS X así que ya tengo adb, fastboot y tal. La duda es básicamente el tema del system y su tamaño (aunque por lo visto en este dispositivo viene subdividido este archivo de imagen), ¿no hay problemas al no usar mfastboot? No quiero brickearlo por una tontería. (=

Lo último ¿esta sería la secuencia, o tengo algo mal apuntado/olvido algo? Gracias.

Código:
$ fastboot flash partition gpt.bin
$ fastboot flash motoboot motoboot.img
$ fastboot flash logo logo.bin
$ fastboot flash boot boot.img
$ fastboot flash recovery recovery.img
$ fastboot flash system system.img_sparsechunk.0
$ fastboot flash system system.img_sparsechunk.1
$ fastboot flash system system.img_sparsechunk.2
$ fastboot flash system system.img_sparsechunk.3
$ fastboot flash system system.img_sparsechunk.4
$ fastboot flash system system.img_sparsechunk.5
$ fastboot flash system system.img_sparsechunk.6
$ fastboot flash system system.img_sparsechunk.7
$ fastboot flash system system.img_sparsechunk.8
$ fastboot flash modem NON-HLOS.bin
$ fastboot erase modemst1
$ fastboot erase modemst2 
$ fastboot flash fsg fsg.mbn
$ fastboot erase cache
$ fastboot erase userdata
$ fastboot erase customize
$ fastboot erase clogo
$ fastboot reboot
Responder Con Cita