Desbloqueio de Bootloader / Bootloader unlock 🇧🇷/🇺🇸

Desbloqueio de Bootloader / Bootloader unlock 🇧🇷/🇺🇸

@brunorolak

📱 Moto G⁶ | Global ™ 📱

https://t.me/Moto_G6


Português 🇧🇷


1° Instale os Drivers da Motorola no seu computador: (https://support.motorola.com/us/en/drivers) e baixe o Adb E Platform Tools: (https://androiddatahost.com/wp-content/uploads/minimal_adb_fastboot_v1.4.3.zip)

2° Ative as opções do desenvolvedor no seu aparelho: Configurações > Sobre o Dispositivo > Clique 10x em Número da Versão.

3° Vá até às opções do desenvolvedor > Ative a opção Desbloqueio OEM: está função permite que seja feito o desbloqueio do Bootloader.

4° Reinicie o seu aparelho.

5° Desligue seu aparelho, depois inicie-o em modo FastBoot > Botão de Volume Menos + Botão Power ao mesmo tempo.

6° Conecte seu aparelho ao computador via cabo USB.

7° Abra o minimal_adb_fastboot e digite: adb devices

Você verá seu dispositivo conectado parecido com: device ***

8° Vá até o site: https://motorola-global-portal.custhelp.com/app/standalone%2Fbootloader%2Funlock-your-device-b e leia atentamente todas instruções para continuar o desbloqueio do bootloader.

9° no minimal_adb_fastboot digite: fastboot oem get_unlock_data

10° A string retornada será usada para recuperar sua chave de desbloqueio.

Exemplo: em uma área de trabalho do Windows, o formato de string retornado seria

$ fastboot oem get_unlock_data

(bootloader) 0A40040192024205 # 4C4D3556313230

(bootloader) 30373731363031303332323239 # BD00

(bootloader)

8A672BA4746C2CE02328A2AC0C39F95

(bootloader) 1A3E5000

11° Pegue o código retornado no Adb e cole em: https://motorola-global-portal.custhelp.com/app/standalone/bootloader/data_scrub para ter o código já formatado.

12° Copie o código e cole na área informado no site: https://motorola-global-portal.custhelp.com/app/standalone%2Fbootloader%2Funlock-your-device-b

13° Clique no botão: "Meu dispositivo pode ser desbloqueado?"

14° NOTA: Se o seu dispositivo for desbloqueável, um botão "SOLICITAR CHAVE DE DESBLOQUEIO" será exibido na parte inferior desta página.

ENTÃO PEGUE SUA CHAVE DE DESBLOQUEIO

NOTA: Para obter sua chave de desbloqueio, você deve ler o contrato e aceitar os termos.

NOTA: Se o seu dispositivo for desbloqueável, um botão azul "SOLICITAR CHAVE DE DESBLOQUEIO" será exibido.

15° Você receberá um e-mail com sua Chave de desbloqueio no endereço de e-mail usado para fazer login aqui. Se você não vir o e-mail, verifique sua pasta de spam para garantir que ela não foi enviada por engano.

16° Copie o código recebido por e-mail, digite no adb: fastboot oem unlock UNIQUE_KEY

Substitua o "UNIQUE_KEY" pelo código que você recebeu no email.

Se a linha foi inserida corretamente, você verá uma mensagem confirmando que seu dispositivo foi desbloqueado.

Parabéns! Seu dispositivo agora será reiniciado e tem o bootloader desbloqueado.


English 🇺🇸


1 ° Install Motorola Drivers on your computer: (https://support.motorola.com/us/en/drivers) and download Adb E Platform Tools: (https://androiddatahost.com/wp-content/uploads /minimal_adb_fastboot_v1.4.3.zip)

2 ° Activate the developer options on your device: Settings> About Device> Click 10x on Version Number.

3 ° Go to the developer options> Activate the OEM Unlock option: this function allows the Bootloader to be unlocked.

4 ° Restart your device.

5 ° Turn off your device, then start it in FastBoot mode> Volume button Minus + Power button at the same time.

6 ° Connect your device to the computer via USB cable.

7 ° Open the minimal_adb_fastboot and type: adb devices

You will see your connected device look like: device ***

8 ° Go to the website: https://motorola-global-portal.custhelp.com/app/standalone%2Fbootloader%2Funlock-your-device-b and carefully read all instructions to continue unlocking the bootloader.

9 ° in minimal_adb_fastboot type: fastboot oem get_unlock_data

10 ° The returned string will be used to recover your unlock key.

Example: on a Windows desktop, the returned string format would be

$ fastboot oem get_unlock_data

(bootloader) 0A40040192024205 # 4C4D3556313230

(bootloader) 30373731363031303332323239 # BD00

(bootloader)

8A672BA4746C2CE02328A2AC0C39F95

(bootloader) 1A3E5000

11 ° Take the code returned in Adb and paste it in: https://motorola-global-portal.custhelp.com/app/standalone/bootloader/data_scrub to have the code already formatted.

12 ° Copy the code and paste in the area informed on the website: https://motorola-global-portal.custhelp.com/app/standalone%2Fbootloader%2Funlock-your-device-b

13 ° Click on the button: "Can my device be unlocked?"

14° NOTE: If your device is unlockable, a "REQUEST UNLOCK KEY" button will be displayed at the bottom of this page.

THEN GET YOUR UNLOCK KEY

NOTE: To obtain your unlock key, you must read the agreement and accept the terms.

NOTE: If your device is unlockable, a blue "REQUEST UNLOCK KEY" button will appear.

15 ° You will receive an email with your unlock key at the email address used to log in here. If you don't see the email, check your spam folder to make sure it wasn't sent in error.

16 ° Copy the code received by email, type in adb: fastboot oem unlock UNIQUE_KEY

Replace "UNIQUE_KEY" with the code you received in the email.

If the line was entered correctly, you will see a message confirming that your device has been unlocked.

Congratulations! Your device will now restart and has the bootloader unlocked.


Report Page