Here you will know how to Root LeEco Le Pro3 and Install TWRP Custom Recovery. The device was released on October, 2016. It is powered by Qualcomm MSM8996 Snapdragon 821 Quad-core. It has 4/6GB Ram and 32/64/128 GB internal memory. To take snap and selfies it has 16 megapixel rear and 8 megapixel front camera. Display is 5.5 with the resolution of 1080 x 1920 pixels. The device is powered by 4070 mAh Li-lon battery.

Root LeEco Le Pro3 and Install TWRP Custom Recovery

1. Requirement & Downloads:
minimal ADB and Fastboot
-Download TWRP Image (Stock Recovery included) (Thx to DJ-Tumor)
-Download SuperSU (Root)
-activate USB debugging in developer options

2. Unlock Bootloader:
-First you have to enable developer options. Then in developer options under debugging section turn on USB debugging
-boot the Le Pro 3 into Fastboot Mode (hold power and volume down)
-connect the Le Pro 3 with your PC
-start minimal ADB & Fastboot

2.1 Type in CMD to unlock Bootloader:

Code:
fastboot oem unlock-go

The result is:

OKAY [ 0.008s]
finished. total time: 0.009s

2.2 Type in CMD to check if it worked:

Code:
fastboot oem device info

Thre result must be:

(bootloader) Device product name: [le_zl1_whole_netcom]
(bootloader) Device tampered: false
(bootloader) Device unlocked: true
(bootloader) Device critical unlocked: true
(bootloader) Charger screen enabled: false
(bootloader) Serial console enabled: false
(bootloader) Serial hw output enabled: false
(bootloader) Display panel:
OKAY [ 0.083s]
finished. total time: 0.084s

3. Flash TWRP recovery
-unpack the downloaded Pro3_EUI5.8_TWRP.zip and copy the recovery_twrp.img into the minimal ADB Folder
-enable developer options. Then in developer options under debugging section turn on USB debugging
-boot the Le Pro 3 into Fastboot Mode (hold power and volume down)
-connect the Le Pro 3 with your PC
-start minimal ADB & Fastboot

3.1 Type in CMD to flash the TWRP Recovery:

Code:
fastboot flash recovery recovery_twrp.img

Thre result must be:
target reported max download size of 536870912 bytes
sending ‘recovery’ (47052 KB)…
OKAY [ 1.345s]
writing ‘recovery’…
OKAY [ 0.331s]
finished. total time: 1.677s

4. Rooting Le Pro 3
-Download SuperSU root zip file and place it on internal storage
-Boot into TWRP Recovery with Power + Volum Up
-swipe right to the first TWRP screen
-switch to your language in TWRP
-Flash SuperSU.zip
-Reboot
-Done