Attached is TWRP 2.5.0.1 in Loki format. Curious about Loki? See Dan Rosenberg's (@djrbliss) disclosure on unlocking the bootloader
here.
This was made for JDQ39.I337UCUAMDL so I believe you will need the OTA to properly use it (for aboot from the OTA specifically).
I can't take screenshots in recovery but I've tested and it is working.
Steps:
1) Download the attached zip and extract the .lok file to your desktop. Download loki_flash from Dan's GitHub
here.
2) Push loki_flash and the .lok file with adb
- adb push loki_flash /data/local/tmp
- adb push openrecovery*.lok /data/local/tmp
3) Using the device, flash the recovery image.
- adb shell
- su
- cd /data/local/tmp
- chmod 755 loki_flash
- ./loki_flash recovery openrecovery-twrp-2.5.0.1-jflteatt.lok
4) Reboot into recovery and enjoy!
ALL THANKS TO DAN ROSENBERG and the creators of TWRP. I just used their tools to put this together for the less inclined.