Huawei Y5 2019 Custom Rom Fixed Top !!install!! May 2026
Huawei Y5 2019 Custom ROM Guide: How to Get a "Fixed Top" (No Glitches, No Gaps)
The Ultimate Fix for Status Bar, Camera Cutout, and Black Bar Issues
If you own a Huawei Y5 2019 (codenamed DRA-LX9, DRA-LX3, DRA-LX2, or DRA-L01), you know the struggle. Huawei’s EMUI is heavy, slow, and lacks customization. The solution? A custom ROM. But there’s a catch.
Nearly every custom ROM user for this device complains about one specific problem: the top of the screen. Whether it’s a misaligned status bar, a camera cutout that covers the clock, or a persistent black bar that eats into your apps, the "top" is broken. huawei y5 2019 custom rom fixed top
In this guide, we focus on the most searched solution: "huawei y5 2019 custom rom fixed top" — meaning ROMs where the display notch, status bar padding, and rounded corners are properly configured.
Method A: Build.prop Edit (Root Required)
-
Install Root Explorer or Mixplorer.
-
Navigate to
/system/build.prop(or/vendor/build.prop). -
Add these lines at the end:
ro.config.notch_support=true ro.config.water_drop_notch=true ro.sf.lcd_density=320 persist.sys.qc.config.display.notch=waterdrop -
Save, reboot, and the top should re-align.
Step 3: Permanent Fix – Modify build.prop
If the ADB fix resets on reboot or doesn't fully work, edit build.prop. Huawei Y5 2019 Custom ROM Guide: How to
- Root the ROM (Magisk recommended).
- Install a build.prop editor (e.g., BuildProp Editor from Play Store).
- Add or modify these lines:
ro.config.hw_notch_size=167
ro.sf.lcd_density=320
ro.surface_flinger.use_content_detection_for_refresh_rate=false
persist.sys.overlay.devnull=false
qemu.hw.mainkeys=0
Explanation:
ro.config.hw_notch_size=167– Tells system the notch is 167px tall (Y5 2019 actual notch height).ro.sf.lcd_density=320– Prevents scaling issues pushing content up.
- Save and reboot.
2. crDroid 10 (Android 14) – Feature Rich
- Status: Unofficial port
- Top bug: Requires separate flash of
DRA_fixed_top_v2.zip. After flashing, everything works, including VoLTE. - Warning: Based on AOSP, so you must disable "Force peak refresh rate" to avoid top-flicker.
One Critical Warning:
Do NOT flash a "fixed top" ROM intended for the Huawei Y5 2018 (DRA-L01). That model has a different display driver and will cause a black bar at the bottom instead. Always verify your model number: Settings → About Phone → Model: DRA-LX9 for the 2019 version. Method A: Build