Rooting and installing TWRP recovery on Huawei Y5 2018, Honor 7s, or Huawei Enjoy 8e Youth can give you full control over your device, allowing you to install custom ROMs, remove bloatware, and more. However, these devices are part of Huawei’s budget lineup and may not have extensive community support. Below is a general guide to help you root and install TWRP recovery on these devices.
Disclaimer:
- Rooting and installing custom recovery can void your warranty.
- There is a risk of bricking your device if the process is not done correctly.
- Always back up your data before proceeding.
Prerequisites:
- Unlock Bootloader: Huawei no longer provides bootloader unlock codes officially, so you may need to use third-party services or tools to unlock the bootloader.
- Enable Developer Options: Go to
Settings > About Phone > Tap Build Number 7 times
to enable Developer Options. - Enable OEM Unlocking and USB Debugging: In
Developer Options
, enableOEM Unlocking
andUSB Debugging
. - Download Required Files:
- TWRP Recovery Image: Search for a TWRP image specifically for your device model (e.g., Huawei Y5 2018, Honor 7s, or Huawei Enjoy 8e Youth). Ensure it’s compatible with your device.
- Magisk: Download the latest Magisk ZIP file for rooting.
- ADB and Fastboot Tools: Download and install ADB and Fastboot on your computer.
- Huawei USB Drivers: Install the latest Huawei USB drivers on your computer.
- Backup Your Data: Rooting and installing TWRP may erase your data, so back up everything important.
Download Huaweiy52018_honor7s_TWRP_installer Tool
Name huaweiy52018_honor7s_TWRP_installer
Size : 440mb
password :twcd
Download : here
Download Huawei Y5 2018_honor7s_TWRP Only
Name TWRP_3.4.0-2_y52018_honor7s_stable
Size : 30mb
password :twcd
Download : here
Steps to Root and Install TWRP Recovery:
1. Unlock the Bootloader:
- Warning: Unlocking the bootloader will erase all data on your device.
- Power off your device.
- Boot into Fastboot mode by holding Volume Down + Power Button simultaneously.
- Connect your phone to your computer via USB.
- Open a command prompt or terminal on your computer and type:
fastboot devices
This should list your device if it’s properly connected.
- To unlock the bootloader, type:
fastboot oem unlock YOUR_UNLOCK_CODE
Replace YOUR_UNLOCK_CODE
with the code obtained from a third-party service (if applicable).
2. Flash TWRP Recovery:
- Download the TWRP image for your device and place it in the same folder as your ADB and Fastboot tools.
- Boot your phone into Fastboot mode again.
- In the command prompt, type:
fastboot flash recovery twrp.img
Replace twrp.img
with the actual name of the TWRP image file.
- Once the flashing is complete, type:
fastboot reboot
Hold the Volume Up button while the phone is rebooting to boot directly into TWRP.
3. Install Magisk for Root:
- In TWRP, select
Install
and navigate to the Magisk ZIP file you downloaded earlier. - Swipe to confirm the installation.
- Once the installation is complete, reboot your system.
4. Verify Root:
- After rebooting, you should see the Magisk Manager app in your app drawer.
- Open Magisk Manager to verify that your device is rooted.
Alternative Method: Using Third-Party Tools
If you’re unable to unlock the bootloader or flash TWRP manually, you can use third-party tools like DC-Unlocker, FunkyHuawei, or Minimal ADB and Fastboot. These tools may simplify the process but often come with a cost.
Troubleshooting:
- Bootloop: If your phone gets stuck in a bootloop, boot back into TWRP and wipe the cache and Dalvik cache. If that doesn’t work, you may need to restore a backup or reflash the stock ROM.
- TWRP Not Sticking: Some devices revert to the stock recovery after a reboot. To prevent this, after flashing TWRP, immediately boot into TWRP and install Magisk before rebooting to the system.
Important Notes:
- Compatibility: Ensure that the TWRP image and Magisk version you use are compatible with your specific device model.
- Risks: Rooting and installing custom recovery can void your warranty and potentially brick your device.
- Backup: Always back up your data before proceeding.
If you encounter any issues or have questions, feel free to ask! However, always proceed with caution and ensure you’re following the correct steps for your specific device model.