Estoy intentando restaurar la ROM de fábrica en mi Pixel. He descargado y desempaquetado un imagen de fábrica para mi teléfono, y cuando corro sudo ./flash-all.sh
Me sale FAILED (remote: partition [bootb] doesn't exist)
. Aquí está la transcripción completa. ¿Alguien puede sugerir una solución?
target reported max download size of 536870912 bytes
sending 'bootloaderb' (32728 KB)...
OKAY [ 0.836s]
writing 'bootloaderb'...
(bootloader) Valid bootloader version.
OKAY [ 1.600s]
finished. total time: 2.435s
rebooting into bootloader...
OKAY [ 8.593s]
finished. total time: 8.693s
< waiting for any device >
target reported max download size of 536870912 bytes
sending 'radiob' (57192 KB)...
OKAY [ 1.428s]
writing 'radiob'...
OKAY [ 0.909s]
finished. total time: 2.337s
rebooting into bootloader...
OKAY [ 0.006s]
finished. total time: 0.106s
target reported max download size of 536870912 bytes
archive does not contain 'boot.sig'
archive does not contain 'recovery.img'
archive does not contain 'system.sig'
archive does not contain 'vendor.sig'
wiping userdata...
Creating filesystem with parameters:
Size: 122633060352
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 32768
Label:
Blocks: 29939712
Block groups: 914
Reserved block group size: 1024
Created filesystem with 11/7487488 inodes and 518062/29939712 blocks
--------------------------------------------
Bootloader Version...: 8996-012001-1610061102
Baseband Version.....: 8996-012511-1611190200
Serial Number........: FA6A20303377
--------------------------------------------
checking product...
OKAY [ 0.050s]
checking version-bootloader...
OKAY [ 0.051s]
checking version-baseband...
OKAY [ 0.050s]
sending 'bootb' (24821 KB)...
OKAY [ 0.642s]
writing 'bootb'...
(bootloader) Flashing active slot "_b"
FAILED (remote: partition [bootb] doesn't exist)
finished. total time: 1.095s
0 votos
La única referencia que encuentro a este tema es aquí, pero no está claro si alguien lo resolvió: forum.xda-developers.com/pixel-xl/how-to/
0 votos
Prueba con
fastboot flash flash-all.sh
¿en su lugar? He flasheado con éxito Marshmallow stock en mi Nexus 6P pero ahora estoy olvidando el comando específico...0 votos
¿Teléfono Pixel/tablet Pixel?
0 votos
Este era el teléfono.
1 votos
Podrías mencionar qué le has hecho a tu teléfono para que requiera un reflash. También es su teléfono una versión genérica de Google o es una versión de marca operador?
1 votos
Era una versión genérica de Google. Desgraciadamente no sé cómo lo he puesto en ese estado. Alguna combinación de rootearlo, tratar de desrootearlo y tratar de flashear la ROM de fábrica. Mi esperanza era que "partition [bootb] doesn't exist" sugiriera algún comando sencillo para reparticionar todo el mundo, pero aún no he encontrado ninguno.