Il Forum è consultabile solo in modalità lettura. Per domande o consigli iscriviti al nostro GRUPPO FACEBOOK / COMMUNITY cliccando qui

Errore durante il flash della ROM Stock

Discussion in 'Modding - Huawei Nexus 6P' started by Mirawara, Feb 22, 2018.

  1. Mirawara

    Mirawara Baby Droid

    Joined:
    Feb 22, 2018
    Messages:
    17
    Likes Received:
    2
    target reported max download size of 494927872 bytes
    sending 'bootloader' (3552 KB)...
    OKAY [ 0.101s]
    writing 'bootloader'...
    OKAY [ 0.203s]
    finished. total time: 0.307s
    rebooting into bootloader...
    OKAY [ 0.124s]
    finished. total time: 0.125s
    < waiting for device >
    target reported max download size of 494927872 bytes
    sending 'radio' (48728 KB)...
    OKAY [ 1.087s]
    writing 'radio'...
    OKAY [ 2.198s]
    finished. total time: 3.288s
    rebooting into bootloader...
    OKAY [ 0.011s]
    finished. total time: 0.012s
    < waiting for device >
    target reported max download size of 494927872 bytes
    archive does not contain 'boot.sig'
    archive does not contain 'recovery.sig'
    failed to allocate 2005599560 bytes
    error: update package missing system.img

    Ho seguito tutti i vostri passaggi ma ho riscontrato questo errore, da cosa potrebbe dipendere? E' risolvibile?
    Grazie in anticipo.
     
  2. Giulio75

    Giulio75 Guest

    Installa manualmente il firmware tramite comandi fastboot
     
    Mirawara likes this.
  3. Mirawara

    Mirawara Baby Droid

    Joined:
    Feb 22, 2018
    Messages:
    17
    Likes Received:
    2
    https://www.tuttoandroid.net/forum/...ory-image-e-o-ripristinare-il-nexus-6p.49915/ se intendi in questo modo ho già provato e mi da questo errore:

    C:\Users\temp2\Downloads\angler-opm5.171019.015>fastboot flash radio radio.img
    error: cannot load 'radio.img'

    Grazie per avermi risposto.
    PS: Ho anche scritto il nome esatto del file radio.img e pare lo abbia flashato ma con il boot.img da lo stesso problema (cannot load ecc...)
     
    Last edited: Feb 22, 2018
  4. Phil Stelar

    Phil Stelar Golden Droid

    Joined:
    Feb 13, 2016
    Messages:
    6,081
    Likes Received:
    3,818
    Che firmware hai scaricato?

    Inviato dal mio Nexus 5X utilizzando Tapatalk
     
    Mirawara likes this.
  5. Giulio75

    Giulio75 Guest

    Cartella adb e firmware scompattato nelle sue parti inserito in essa.
    Sposta la cartella adb nella partizione principale dell'hard disk
    Avvia il Nexus al pc in fastboot mode (Volume Meno + Power) e collegalo al pc
    Apri un priompt dei comandi come Amministratore e digita

    cd C:\adb

    fastboot flash bootloader bootloader-angler-angler-*****.img

    fastboot reboot-bootloader

    fastboot flash radio radio-angler-angler-*****.img

    fastboot reboot-bootloader

    fastboot flash recovery recovery.img

    fastboot flash boot boot.img

    fastboot flash system system.img

    fastboot flash vendor vendor.img

    fastboot flash cache cache.img

    fastboot flash userdata userdata.img

    fastboot reboot

    dove ***** è il numero di build o la versione del modulo loader/radio (i numeri cambiano per le nuove versioni del firmware).

    NB: Se dopo il comando

    fastboot flash system system.img

    si ottiene

    target reported max download size of 1073741824 bytes
    error: cannot load 'system.img'

    inserire il seguente comando:

    fastboot -S 512M flash system system.img

    e quindi continuare la procedura.
     
    Mirawara likes this.
  6. Mirawara

    Mirawara Baby Droid

    Joined:
    Feb 22, 2018
    Messages:
    17
    Likes Received:
    2
    Grazie della risposta. Ho seguito tutta la procedura ma mi sono fermato a questo punto riscontrando questo errore:
    C:\WINDOWS\system32>cd C:\adb

    C:\adb>fastboot flash bootloader bootloader-angler-angler-03.79.img
    target reported max download size of 494927872 bytes
    sending 'bootloader' (3552 KB)...
    OKAY [ 0.111s]
    writing 'bootloader'...
    OKAY [ 0.206s]
    finished. total time: 0.319s

    C:\adb>fastboot reboot-bootloader
    rebooting into bootloader...
    OKAY [ 0.011s]
    finished. total time: 0.011s

    C:\adb>fastboot flash radio radio-angler-angler-03.85.img
    target reported max download size of 494927872 bytes
    sending 'radio' (48728 KB)...
    OKAY [ 1.168s]
    writing 'radio'...
    OKAY [ 2.163s]
    finished. total time: 3.334s

    C:\adb>fastboot reboot-bootloader
    rebooting into bootloader...
    OKAY [ 0.007s]
    finished. total time: 0.008s

    C:\adb>fastboot flash recovery recovery.img
    error: cannot load 'recovery.img'
     
  7. Mirawara

    Mirawara Baby Droid

    Joined:
    Feb 22, 2018
    Messages:
    17
    Likes Received:
    2
    8.1.0 (OPM5.171019.015, Feb 2018) Questo.
     
  8. Giulio75

    Giulio75 Guest

    Sei sicuro che nella cartella adb ci sia un file recovery.img ?
     
    Mirawara likes this.
  9. Mirawara

    Mirawara Baby Droid

    Joined:
    Feb 22, 2018
    Messages:
    17
    Likes Received:
    2
  10. Giulio75

    Giulio75 Guest

    Il file della recovery (e altri che ti serviranno) lo estrai dal file image-angler-opm5.171019.015.zip presente nella cartella del firmware

    1.jpg 2.jpg
     
    Mirawara likes this.
  11. Mirawara

    Mirawara Baby Droid

    Joined:
    Feb 22, 2018
    Messages:
    17
    Likes Received:
    2
    Grazie mille, ho risolto! :grazie: