SYSTEM NOTICE: Just a heads up, we are doing routine system maintenance on the site. Uploads will be disabled during this time. The maintenance may take up to 24 hours. Thank you for your understanding and patience.
Disclaimer
We have taken all the care in writing the procedure but a successful result depends on how you follow them. We are not responsible for anything that happens to your device while installing the TWRP recovery and rooting your device.
Prerequisites
Make sure you have created a backup of all important files as all the data from your LeEco Le 2 will be wiped.
Disable screen lock from your device.
Enable USB Debugging and OEM unlocking from the Developer options.
Connect your LeEco Le 2 to your computer.
Open the command prompt by right-clicking on the folder and holding the shift key.
Note: You may get RSA security warning on your device. Allow all the access so that ADB commands execute properly.
In the command prompt window type the following commands:
adb devicesadb
reboot bootloader
Now, unlock the bootloader by typing the below commands:
fastboot oem unlock
fastboot oem unlock-go
Next, install custom recovery by typing the following commands:
fastboot flash recovery twrp.img
Note: To bypass the device encryption, you will have to delete user data. To do that, execute the below command:
fastboot format userdata
That’s it! Official TWRP is now installed on your LeEco Le 2. Remember, this recovery is only for custom ROM’s like Lineage OS. Stock ROMs will not flash this recovery.
Additional Information:
Root Your LeEco Le 2
Now, let’s root your LeEco Le 2 by following the below steps:
After deleting the user data, boot into the TWRP mode by pressing and holding Power+volume up button.
In the TWRP menu, tap on “mount” to mount the internal storage.
After mounting the internal storage, select “Install” in TWRP mode.
Select the SU.zip file from your internal storage and wait for the process to complete.
Reboot your device. The first boot will take some time.