Tema: [ TUTORIAL ] Volver a bloquear el bootloader
Ver Mensaje Individual
  #3  
Viejo 14/08/16, 20:32:24
Array

[xs_avatar]
Davidel11 Davidel11 no está en línea
Usuario muy activo
 
Fecha de registro: nov 2012
Localización: Cáceres
Mensajes: 786
Modelo de smartphone: Oneplus Nord
Tu operador: Vodafone
Qué grande eres @Alkalinorap

Pongo el código completo que he utilizado por si alguien más lo necesita.

mfastboot oem lock begin
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash dsp adspso.bin
mfastboot flash oem oem.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot erase customize
mfastboot erase clogo
mfastboot oem lock

La primera línea, osea "mfastboot oem lock begin" hay que ponerla 2 veces para confirmar. Luego hay que poner todas las líneas siguientes (sin excepción, sino dará error la última línea al no estar el firmware completo).

Lo dicho, mil gracias
Responder Con Cita
Los siguientes 5 usuarios han agradecido a Davidel11 su comentario:
[ Mostrar/Ocultar listado de agradecimientos ]