Modding the Huawei Y5p is a bit of a challenge due to Huawei’s strict policy on bootloader unlocking, but it’s a popular topic for users looking to escape the limitations of EMUI and lack of Google Play Services. The Current State of Modding
Since 2018, Huawei has officially stopped providing bootloader unlock codes. For the
(DRA-LX9 / Mediatek MT6762R), this is the primary hurdle. Without an unlocked bootloader, you cannot flash a custom recovery like TWRP or OrangeFox, which are required for custom ROMs. Custom Recovery Options
There has been development for custom recoveries specifically for the
and its sibling, the Honor 9s. You can find guides on flashing OrangeFox for Huawei Y5p via YouTube and XDA.
Requirements: You typically need a PC with Android SDK Platform-Tools (ADB/Fastboot) and working Huawei USB Drivers. Custom ROMs vs. GSIs huawei y5p custom rom
Because this device uses a MediaTek chipset and launched with Android 10, it supports Project Treble. Most "Custom ROMs" for this device are actually Generic System Images (GSIs).
Stable Options: Popular GSIs that often work on Huawei hardware include LineageOS, crDroid, and Pixel Experience (GSI versions).
Note: GSIs might have bugs with VoLTE, Bluetooth, or specific camera features depending on the build. Essential Preparation Steps
If you manage to unlock the bootloader (often requiring paid third-party tools like PotatoNV or HCU Client), follow these precautions:
Backup: Flashing wipes everything. You can perform a factory reset through recovery to start clean. Modding the Huawei Y5p is a bit of
Battery: Ensure your phone is charged to at least 70% to prevent it from dying mid-flash.
Developer Settings: You must enable USB Debugging and OEM Unlocking by tapping the "Build Number" 7 times in settings. The Google Play Services (GMS) Alternative
If your main goal is just getting Google apps without the risk of bricking your phone, many users opt for Gspace. This creates a virtual environment to run the Play Store and apps like YouTube or Gmail without needing a custom ROM. Play Store Shortcut On Your Huawei Desktop Using Gspace!!!
Huawei has been slow to release full kernel sources for the Kirin 710A. Custom ROMs require kernel compilation with specific drivers. Without source code, developers cannot fix critical issues like camera, Wi-Fi, or RIL (radio interface layer).
1. Boot into Fastboot Mode Power off the phone. Press Volume Down + Power simultaneously until you see the fastboot screen. Prepare Ubuntu 20.04
2. Flash a Custom Recovery (TWRP) Using your PC terminal:
fastboot flash recovery twrp_huawei_y5p.img
fastboot reboot recovery
3. Wipe Data & Cache Inside TWRP:
4. Flash the ROM + Gapps
5. Reboot & Wait First boot takes 5–10 minutes. If stuck at bootloop, force restart to recovery and re-flash.