Cách mở khóa bootloader trên Motorola G50

Cách mở khóa bootloader trên Motorola G50

Bootloader là thành phần hoặc mã trong hệ điều hành được thực thi trước khi khởi động bất kỳ thiết bị Android nào. Một thiết bị có bootloader bị khóa sẽ không cho phép bạn sửa đổi bootloader đó và do đó bạn sẽ bị kẹt với việc sử dụng (khởi động) hệ điều hành ban đầu mà thiết bị đó được cung cấp. Khi bạn mở khóa bootloader trên thiết bị của mình, nó sẽ cho phép bạn cài đặt các phiên bản khác của hệ điều hành trên điện thoại của bạn.

Motorola G50 chạy trên Android 11 và được trang bị bộ xử lý QCOM SD480. Đây là một điện thoại thông minh dual SIM hỗ trợ thẻ SIM Nano, các tùy chọn kết nối bao gồm 3G 4G, GPS, Wi Fi, Bluetooth vv. Thiết bị đi kèm với 4GB RAM và 64GB bộ nhớ có thể mở rộng thông qua thẻ SD.

#MotorolaG50 #MởKhóaBootloader #HướngDẫnMởKhóaBootloader #Android #MotoBootloaderUnlock #UnlockKey #Fastboot #DeveloperOptions #OEMUnlock #USBDebugging

Nguồn: https://manualmentor.com/how-to-unlock-bootloader-on-motorola-g50.html?utm_source=rss&utm_medium=rss&utm_campaign=how-to-unlock-bootloader-on-motorola-g50

bootloader is the component or code in the operating system that is executed before the start of any android device. A locked bootloader device would not allow you to modify that bootloader and thus you are stuck with using (booting) the same operating system that the device Originally came with. once you unlock the bootloader on your device it will give you ability to Install other versions of the operating system on your Phone.

Motorola G50 Run on Android 11 & it is Powered by QCOM SD480 Processor. it is a dual SIM smartphone support Nano SIM cards, connectivity Option’s Include 3G 4G, GPS, Wi Fi, Bluetooth etc. The device come with 4GB of RAM and 64GB storage that can be expandable via SD card.

Note:

  • it will void your device warranty
  • all userdata will be erased, Including Internal storage, so must make a backup before process

Steps to unlock bootloader on Motorola G50:

  • download and Extract Minimal ADB and Fastboot driver on your PC
  • enable developer option on phone ( Tap “Build number” {under About Phone} seven times to enable Developer option ).
  • enable OEM unlock and USB debugging under developer option.
  • Reboot phone to fastboot mod
  • connect phone to PC with USB cable.
  • Now open the folder where you extracted ADB driver and hold Shift key on your keyboard and right click anywhere. Now click Open Command Prompt Here.
  • Now run this command
  • Code:

fastboot oem get_unlock_data

  • The returned string will be used to retrieve your unlock key.
    Example Output: 

code:

On a Windows Desktop, the returned string format would be
$ fastboot oem get_unlock_data
(bootloader) 0A40040192024205#4C4D3556313230
bootloader) 30373731363031303332323239#BD00

On a Mac OS Desktop, the returned string format would be
INFO0A40040192024205#4C4D3556313230
INFO30373731363031303332323239#BD00
INFO8A672BA4746C2CE02328A2AC0C39F95
INFO1A3E5#1F53280002000000000000000
INFO0000000

  • Now visit Moto Bootloader Unlock website. agree terms and conditions. now create or login account.
  • On next page paste together the 5 lines of output into one continuous string without (bootloader) or ‘INFO’ or white spaces. (Or Use Moto Data Scrub Tool if you can’t do this simple job) your string needs to look like this:
  • code:

0A40040192024205#4C4D355631323030373731363031303332323239

  • Paste the code obtained code in Motorola website.
  • Now Click on the I Agree Button a Get Unlock Code will appear on the screen. And click the button
  • Now you will get your unlock key by email. Check your inbox and get the key
  • again go to the command Prompt screen and type this code
  • code:

fastboot oem unlock ************

(Replace stars with your unlock key)

  • A warning screen will appear in command just retype the same command and hit enter.”

done! Your bootloader has been unlocked



Leave a Reply