- This should display you device as detected on the screen. It will show up as an alphanumeric number followed by 'device' on your console. Check screenshot below
- This should display your device as detected on the screen. It will show up as an alphanumeric number followed by 'device' on your console. Check screenshot below

- If requested grant permission to “Allow USB debugging”, tap OK.
- If requested to grant permission to “Allow USB debugging”, tap OK.
- Next type the below command in the console
```
adb reboot bootloader
@@ -23,7 +23,7 @@ adb devices
- Once your device boots into bootloader mode, type this into the command line.
```
fastboot flash recovery twrp-2.8.x.x-xxx.img
fastboot flash recovery twrp-x.x.x.x-xxx.img
```
- In this command modify twrp.img with the name of your TWRP recovery .img file.