Saltar al contenido principal

Cómo desbloquear el "Bootloader" (cargador de arranque) de un teléfono Android

Aviso: Estás editando una guía de requisitos previos. Cualquier cambio que realices afectará la guía que incluye este paso.

Inglés
Español
Paso 4
How to unlock the bootloader of an Android Phone, Allowing your computer to run ADB commands on your device: paso 0, imagen 1 de 2 How to unlock the bootloader of an Android Phone, Allowing your computer to run ADB commands on your device: paso 0, imagen 2 de 2
Allowing your computer to run ADB commands on your device
  • Open the terminal application on your computer with the SDK Platform Tools installed and enter adb devices

  • This should trigger a popup on your device. Make sure to have the checkmark ticked and click Allow.

  • I haven’t added the platform-tools-folder to PATH. That’s why I need to open my terminal window in the platform-tools-folder and enter .\ as a prefix to my commands.

  • You can run the command again to check if it worked. It should now say device instead of unauthorized.

Abre la aplicación de terminal en tu computadora con SDK Platform Tools instaladas e introduce adb devices

Asegúrate de tener marcada la marca de verificación y haz clic en Aceptar.

No he añadido la carpeta plataform-tools a PATH. Es por eso que necesito abrir la ventana de terminal en la carpeta plataform-tools y añadir .\ como prefijo para mis comandos.

Puedes ejecutar el comando nuevamente para verificar si funcionó. Ahora debería decir dispositivo en lugar de no autorizado

Tus contribuciones son autorizadas bajo la licencia de código abierto de Creative Commons.