Recent content by Deneasta

  1. D

    Stuck on waiting for device after fastboot command

    I did the following and it sorted the issue. Install all the regular stuff that you need to run adb and fastboot. 1. adb reboot-bootloader : This will boot our device into boot loader. 2. fastboot devices: Now you can see the devices. 3. fastboot oem get_identifier_token : to get your token and...