www.chinaphonearena.com

Full Version: TWRP for LeECO Le 1s
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Everybody,

[Image: 120454_teamwin-logo.png]

I would like to introduce how to install TWRP on this beautiful phone.
Most of the custom ROM's with multilanguage should be installed from TWRP in .zip format so you have to replace the stock recovery.
So if you would like to replace your rom with a better one, here you have the installation steps:

1. Go to the settings---> About phone ---> tap on the build number 7 times and you will get a message that you are a developer now

2. Go to the developer mode and turn on the USB debugging

3. In the next step install the [Only registered and activated users can see links Click here to register] ( for all questions please answer with Y, so you will have a system-wide installed ADB and Fastboot)

4. Download the recovery install from [Only registered and activated users can see links Click here to register] and extract it somewhere ( in this tutorial I will use C:\rec)

5. Open up an administrator command prompt and go to the folder ( cd C:\rec), connect you phone and follow the steps:

adb reboot bootloader ( this will reboot your phone in fastboot mode, you will see the fastboot text with very small letters in the bottom left corner)

fastboot flash recovery TWRPRecovery.img ( this will install the TWRP on your phone, if you would like to revert to stock recovery for some reason please just type : fastboot flash recovery recovery.img )

fastboot oem reboot-recovery ( this command will restart your phone in recovery mode, if you followed the steps you have to be in your new TWRP)

Now you are ready to install Custom ROM's, root, Gapps for your phone.

[Only registered and activated users can see links Click here to register]