This guide is based on this XDA post
Prerequisites
You have an S3 X626 make sure it is the X626 model by checking that the phone looks like the one in the-phone.jpg (the color can be different)
The phone does not visibly respond to any button presses
You have a Windows PC
Preparations
Download the original firmware
Download the unbricking tools
Unpack and install the drivers from
MediaTek_Preloader_USB_VCOM_Drivers_Setup_Signed.zip
Flashing the firmware
Note: you might notice that the files say X620 instead of X626, but these are, in fact, the right files
Unpack
SP_Flash_Tool_v5.1628_X620.zipinto any folderUnpack
LeEco_x620_SP_Rom.androidbrick.7zinto any folderRun
SP_Flash_Tool_v5.1628_X620\flash_tool.exeand wait for it to openPress <Ctrl + Alt + s>. New fields should appear
Input the right files into the fields (select by pressing the folder icon to the right of it):
Download agent:
SP_Flash_Tool_v5.1628_X620\secureboot\DA_BL_HIGH.binScatter-loading file:
LeEco_x620_SP_Rom.androidbrick\MT6797_Android_scatter.txtAuthentication file:
SP_Flash_Tool_v5.1628_X620\secureboot\auth_sv5_letv.authCertification file: blank
Make sure that the dropdown below these fields says "Download Only"
Check that the "Location" column in the table below is filled in for every row
Below that, deselect the checkboxes for "recovery" and "boot"
Unplug the phone from the PC (do noting if it wasn't plugged in before that)
Press the "Download" button
Plug the phone back in
Wait for the flashing to start (it may take a few minutes)
If you get "BROM ERROR: STATUS_COM_PORT_OPEN_FAIL (0x3F5)"
Unplug the phone
Hold "power" and "volume -" buttons
Plug the phone back in
Try again from step 10 (while holding the "volume -" button)
Flashing "boot" and "recovery"
You should still be in SP Flash Tool
Press <Ctrl + Alt + v>
In the menu bar select "Window" > "Write Memory"
Input the right files into the fields:
File Path (select by pressing the folder icon to the right of it):
LeEco_x620_SP_Rom.androidbrick\boot-verified.imgBegin address (HEX): "0xf900000"
Region: "EMMC_USER" (default)
Press "Write memory"
If the process doesn't start
Unplug the phone
Hold "volume +" button
Plug the phone back in (holding the "volume +" button)
Repeat steps 4-6, but with different values:
File Path (select by pressing the folder icon to the right of it):
LeEco_x620_SP_Rom.androidbrick\recovery_stock_works _after_brick.imgBegin address (HEX): "0x8000"
Region: "EMMC_USER" (default)
After that the phone should successfully boot, but with the screen orientation reversed
You may now close SP Flash Tool as it will no longer be needed
Putting the phone into fastboot mode
Hold down the power button until the phone powers off
Hold down the "volume +" button
Hold down the "power" button (without releasing "volume +")
The phone should now enter fastboot mode (in the middle of the screen there should be three grey gears)
If unsuccessfull, repeat from step 1
Flashing stock ROM
Unpack
LeX626_Fastboot_5.9.023S.rarinto any folderPress <Shift + Right Click> in the folder where you unpacked
LeX626_Fastboot_5.9.023S.rar(that folder should containfastboot.exe)Select "Open command prompt here"
If it is not available
Select "Open PowerShell here"
Type "cmd" and press <Enter>
Plug the phone into the computer
Run
fastboot oem unlockIf stuck at "<waiting for devices>"
Unpack
Fastboot-20250123T082851Z-001.zipinto any folderRepeat from step 6
Enter the following commands
fastboot flash lk images/lk.binfastboot flash lk2 images/lk.binfastboot flash logo images/logo.binfastboot flash tee1 images/trustzone.binfastboot flash tee2 images/trustzone.binfastboot flash md1img images/md1rom.imgfastboot flash md1dsp images/md1dsp.imgfastboot flash md1arm7 images/md1arm7.imgfastboot flash md3img images/md3rom.imgfastboot flash scp1 images/tinysys-scp.binfastboot flash scp2 images/tinysys-scp.binfastboot flash boot images/boot.imgfastboot flash -S 16M system images/system.img(this one will take a long time, and even if it seems like it's stuck, do not interrupt it)fastboot flash -S 16M userdata images/userdata.img(see previous command)
Run
fastboot rebootEnjoy your unbricked LeEco Le S3 X626
highghlow