Estudante de engenharia eletrônica.

  • 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle


  • T4V0@lemmy.pttoAndroid@lemmy.worldhave I installed TWRP?
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 months ago

    You need to unlock your bootloader.

    1. Enable USB debugging in the developer options;

    2. Reboot the phone in fastboot;

    3. Connect the phone to your PC;

    4. Run the commands bellow, line by line:

    touch key.txt
    fastboot oem get_unlock_key key.txt
    fastboot reboot-bootloader
    
    1. It should show a warning that the bootloader is unlocked;

    2. Reboot in fastboot and install TWRP again.