The Huawei LUA-L02 (Y3II) with MT6735M chipset can be repaired from dead or "hang on logo" states using specialized, scatter-based firmware flash files, commonly applied via the SP Flash Tool. The repair process typically involves installing VCOM drivers, loading the scatter file into SP Flash Tool, and connecting the phone in download mode to flash the software. For a comprehensive guide on flashing Huawei devices, watch this tutorial:
Flashing the Huawei LUA-L02 (also known as the Huawei Y3II 4G) is the standard solution for fixing a dead boot, hang on logo, or software-related boot loops. This model uses the MT6735M MediaTek chipset, requiring specific tools like SP Flash Tool for a successful "repack" or restoration. 🛠️ Required Tools & Files Before starting, ensure you have downloaded the following:
Huawei LUA-L02 Stock Firmware: Must contain the MT6735M_Android_scatter.txt file.
VCOM Drivers: Required for the PC to recognize the phone in Preloader mode. SP Flash Tool: Use the latest version for MediaTek devices. 7-Zip or WinRAR: To extract the firmware package. 📥 Flashing Procedure
Follow these steps to repair a "dead" or "hang logo" device:
Extract Files: Unzip the firmware and SP Flash Tool to your desktop. Open Flash Tool: Run flash_tool.exe as an Administrator. Load Scatter File: Click the Scatter-loading button.
Navigate to your firmware folder and select the MT6735M_Android_scatter.txt. Select Flashing Mode: For a Hang on Logo, use Download Only. For a Dead Boot (no power), you may need Firmware Upgrade.
⚠️ Warning: Avoid "Format All + Download" as it may erase your IMEI/NVRAM data. Start Flash: Click the Download button. Power off your Huawei LUA-L02. Remove the battery (if possible) or keep it off.
Connect the phone to the PC via USB while holding the Volume Down or Volume Up key.
Wait for Finish: A yellow progress bar will appear. Once finished, a Green Circle (OK) will pop up. ⚠️ Critical Troubleshooting
Device Not Found: Reinstall the MediaTek USB VCOM drivers. Try a different USB port or cable.
PMT Changed Error: This usually happens when switching between different firmware versions. You must select Firmware Upgrade instead of Download Only. The Huawei LUA-L02 (Y3II) with MT6735M chipset can
BROM Error (S_DA_...): Ensure you are using the correct DA (Download Agent) file included in the SP Flash Tool folder. ✅ Post-Flash Steps Disconnect the phone and re-insert the battery.
Perform a Hard Reset: Hold Power + Volume Up to enter Recovery Mode and select "Wipe Data/Factory Reset". The first boot may take 5–10 minutes. If you'd like, I can help you find:
The exact DA file for MT6735M if you get a connection error.
The NVRAM backup steps to restore your signal/IMEI if they were lost.
Alternative methods using an SD Card (dload method) if the phone still powers on.
The Huawei LUA-L02, part of the Huawei Y3II series, is a budget-friendly device powered by the MediaTek MT6735M chipset. Like many MTK-based smartphones, it can suffer from software issues such as being stuck on the "Hang Logo" or becoming "Dead" after a failed software update or improper root attempt.
This guide provides a comprehensive overview of how to use the Huawei LUA-L02 firmware flash file (often available as a "repack" or "done" file) to restore your device to a functional state. Common Issues Fixed by Flashing
Hang on Logo: The phone stays permanently on the Huawei logo and never boots into the home screen.
Dead Boot: The device does not power on, often showing only a black screen, but is still recognized by a computer via USB.
Boot Loop: The phone repeatedly restarts after showing the logo.
System Errors: Persistent app crashes or "system UI has stopped" errors that a factory reset cannot fix. Pre-Requisites for Flashing Before you begin, ensure you have the following components: Hardware: A reliable USB data cable and a Windows PC. Copy the patched DA into SP Flash Tool folder
Drivers: Install the MediaTek (MTK) VCOM USB Drivers so your PC can communicate with the MT6735M chipset.
Flash Tool: Most users prefer the SP Flash Tool (Smart Phone Flash Tool) for MediaTek devices.
Firmware File: Search for the "Huawei LUA-L02 MT6735M Scatter File" or "Stock ROM." Ensure it is a "Repack" or confirmed "Done" file to avoid compatibility issues. Step-by-Step Flashing Guide Step 1: Extract the Firmware
Download and extract the Huawei LUA-L02 firmware to a folder on your desktop. Inside, you should find several files, including the critical MT6735M_Android_scatter.txt. Step 2: Setup SP Flash Tool Launch Flash_tool.exe as an administrator.
In the "Download" tab, click on Scatter-loading and navigate to your firmware folder to select the scatter file.
The tool will automatically load all necessary partitions (Preloader, Recovery, System, etc.). Step 3: Flashing the Device
Select Download Only (or "Firmware Upgrade" if the device is completely dead/formatted). Click the Download button in the tool.
Power off your Huawei LUA-L02 completely. Remove the battery if possible, then reinsert it.
Connect the phone to the PC while holding the Volume Down or Volume Up button (this varies by bootloader status).
The computer should detect the device, and a Yellow Progress Bar will appear in SP Flash Tool, indicating the flashing process has started. Step 4: Completion
Wait until a Green Circle or "Download OK" message appears. Disconnect the device and power it on. The first boot may take up to 10 minutes. Troubleshooting Tips (But for MT6735M
Device Not Detected: Reinstall the MTK VCOM drivers and try a different USB port (preferably on the back of the PC for desktops).
BROM Error: This often happens due to a mismatched scatter file. Verify that the firmware is specifically for the MT6735M version of the LUA-L02.
Stuck at 0%: Try flashing without the battery or check if your USB cable is data-compatible.
Options → Download Agent → select MTK_All_In_One_DA_Repacked.binFormat All + Download. The device will come back to life, albeit with a generic IMEI (you must rewrite it using Maui META or SN Writer).Step 1 – Extract original firmware
Use MTK Extractor on the update.app (if Huawei’s proprietary format) or download a pre-scattered package.
Step 2 – Modify scatter file
Open MT6735M_Android_scatter.txt. Locate the system partition entry. Change sparse to false if present. Ensure linear_start_addr and physical_start_addr match the device’s real partition map (retrievable via a working device’s proc/dumchar_info).
Step 3 – Build a minimal repack
To bypass logo hang caused by data corruption:
preloader_lua-l02.bin (do not change – incorrect preloader = hard brick).boot.img with a verified stock one.system.img as raw ext4:
img2simg system.img system_sparse.img # reverse if needed
userdata.img (replaced by format during flash).Step 4 – Create the flash file set
Bundle these files into one folder:
preloader_lua-l02.binlk.binboot.imgsystem.img (raw)cust.img (if exists)If device now turns on but stuck on Huawei logo:
system.img (compressed or sparse image converted to raw).Use this command to repack a raw system image:
img2simg system_raw.img system_sparse.img 4096
(But for MT6735M, use raw format: simg2img stock_system.img system.raw)
STATUS_BROM_CMD_SEND_DA_FAIL (0xC0060003)This is where "Repack Done" becomes critical. The stock DA (Download Agent) is rejected by newer preloaders. Solution: Use a custom DA file or repack the firmware.
Download.