GCam Port | Google Camera APK v9.4 (September 2024) › Forums › Le Eco Device Forums › LeEco Le Max 2 – x2 › LeMax 2 TWRP Recovery and Bootloader Unlock Guide
- This topic has 0 replies, 1 voice, and was last updated 6 months ago by Linux User.
- AuthorPosts
- September 3, 2024 at 12:56 PM #4020Linux UserParticipant
You need to have a custom Recovery on your phone if you want to install Custom ROMs. Also you need to have the bootloader unlocked on your device to install a custom recovery. TWRP is such a popular Custom Recovery available for many devices including LeMax 2 which is brought to you by Developer HostZero. This not officially supported by TWRP yet but the developer is going to make it official very soon.
DISCLAIMER:
Installing custom recovery on your device requires the bootloader to be unlocked and may VOID your warranty and may delete all your data. Before proceeding further you may consider backup of your all data. Understand the fact that you are the only person responsible for everything that you do with you device.If you blame me for the disaster that happened to your device then I will simply laugh at you.
REQUIRED DOWNLOADS AND LINKS FOR LEMAX 2 TWRP RECOVERY AND BOOTLOADER UNLOCK GUIDE:
-
USB Drivers for the LeMax 2
- 15 Seconds ADB Installer or Minimal ADB and Fastboot for Windows
- ADB & Fastboot installation guide on MAC/Linux
- TWPR recovery Download link for LeMax 2 [UPDATED]
- TWPR recovery Download link for LeMax 2 By HostZero
You may follow the below link to backup all the data on your android device:
Step by step guide to take full backup of your phone dataLEMAX 2 TWRP RECOVERY INSTALLATION AND BOOTLOADER UNLOCK GUIDE – STEP BY STEP TUTORIAL:
The complete process will be split into two parts as following:
- Unlocking the Bootloader
- Installing a custom recovery
Unlocking the Bootloader on LeMax 2:
If you don’t know the key combination to press enter into bootloader mode in LeEco LeMax 2 or if you are a newbie to Android Customization then this process is strongly recommended to Unlock Bootloader on your Android:
- Download and install the ADB and Fastboot binaries using the above ADB & Fastboot installation guide:
– 15 Seconds ADB Installer or Minimal ADB and Fastboot for Windows
– ADB & Fastboot installation guide for MAC/Linux - Enable USB Debugging under Developer Options on LeEco LeMax 2. Here is How to Enable Developer Options and How to Enable USB Debugging under Developer Options.
- Open the command console on your PC. To open a command window in the current directory in Windows, press shift + Right Click anywhere on Windows explorer, or some folder. Then on the menu opened, just press the “w” key on the keyboard or select “Open command window here” to open a command window.
- Now connect your Android to the PC using a USB cable.
- Enter the following command on the command window opened:
adb reboot bootloader
to put your Android into bootloader mode where you can flash/install the TWRP recovery.
If your Android device asks permission such as “Allow USB debugging” then just tap on OK to proceed. - Now when your Android is on the bootloader mode just execute the following command on the console:
fastboot -i 0x2A96 oem unlock
This will Unlock the bootloader and delete all user data present on the phone. Here is a Step by step guide to take full backup of your phone data
- After executing the above command, confirm Bootloader Unlock on LeMax 2 by pressing Volume Up button on your LeEco LeMax 2.
Unlocking Bootloader Method #2:
If you know how to enter into bootloader mode on your LeEco LeMax 2 by pressing key combinations then follow the below steps to Unlock Bootloader on your Android:
- Download and install the ADB and Fastboot binaries using the above installer download link for Windows.
- Enter into fastboot or bootloader mode by pressing your device specific key combinations on LeMax 2, open a command console on your PC and then execute the following command on the console:
fastboot oem unlock
This will Unlock the bootloader and delete all user data present on the phone. Here is how to backup android data
- After executing the above command, confirm Bootloader Unlock on LeMax 2 by pressing Volume Up button on your LeEco LeMax 2.
Congratulation!!! You have now successfully unlocked the Bootloader of you Android and welcome to the developer world where you are yet to experience many more things on Android customization. The very NEXT STEP you may want is to install TWRP recovery on your Android or want to ROOT it.
Installing TWRP recovery on LeMax 2:
- Download the TWRP custom recovery for LeMax 2 from the above link.
- Copy the TWRP recovery into the directory where you have kept the adb and fastboot files on your PC.
- Now type the following command to install the custom recovery image onto your LeMax 2:
$ fastboot flash recovery <recovery_image_file.name>
- Place the recovery image name in the <recovery_image_file.name> field.
- Reboor your phone from fastboot mode:
$ fastboot reboot
This will reboot your phone and you will have the TWRP recovery now installed on your LeMax 2. If you face any problem then just login and reply on this topic to get instant help.
- AuthorPosts
- You must be logged in to reply to this topic.