Precondition

Disclaimer

Let’s start

  1. Go to Settings → About phone

    Screenshot_20251108-133651-1.png

  2. Scroll way down the bottom and tap Build Number for a few times until you enabled Developer Mode

    Screenshot_20251108-133658.png

    Screenshot_20251108-133811.png

  3. Go back to System → Developer options

    Screenshot_20251108-133651-2.png

    Screenshot_20251108-133822.png

  4. Turn on USB Debugging and OEM Unlocking

    Screenshot_20251108-133845.png

  5. Follow this tutorial to install ADB on your computer

    <aside> 👉

    For Windows users, if you only download the platform-tools, you will need to use ./adb.exe or ./fastboot.exe instead of just adb and fastboot

    </aside>

  6. Open Terminal and type adb devices, an alert should show on the phone, allow it

    Screenshot_20251108-134042.png

    image.png

  7. Reboot in Bootloader mode using

    adb reboot bootloader
    

    After it reboot, run

    fastboot flashing unlock
    

    Quickly press VOLUME UP and unlocking is finish

    Warning: ALL DATA WILL BE ERASED!

    image.png

    image.png

  8. Run this to reboot the phone and you’re done!

    fastboot reboot
    

    image.png