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)

  1. Install Root Explorer or Mixplorer.

  2. Navigate to /system/build.prop (or /vendor/build.prop).

  3. 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
    
  4. 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

  1. Root the ROM (Magisk recommended).
  2. Install a build.prop editor (e.g., BuildProp Editor from Play Store).
  3. 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:

  1. Save and reboot.

2. crDroid 10 (Android 14) – Feature Rich

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