Fix Networks for GARNET


Thanks bro! Sorry I'm doing this by first time. What's the meaning of Install in TWRP:?
It means you don't need a computer to install the patch.
In case you already have TWRP installed on your device.

Do you use a custom ROM from xiaomi.eu at all?
 
  • Like
Reactions: mnikolce
Thanks so much. After connecting in fastboot and run the command, there's an error:
1729655612007.png


and when using another version (garnet v14.0.15) there's an error "flashing is not allowed in lock state". What should I do?
 
It means you don't need a computer to install the patch.
In case you already have TWRP installed on your device.

Do you use a custom ROM from xiaomi.eu at all?
Ok. So I just copy the zip into the phone storage and run the thing? How should I run this command directly in my phone once copied?

SOrry, I have no idea what custom ROM is. I bought this f@#$g Xiomi redmi and suddenly stopped to work
 
It looks like you are using an official ROM (SW). You also have no idea what you're doing.
If you have an official ROM and a locked bootloader, this forum is not for you. This signal processing only affects custom ROMs from xiaomi.eu.
 
It looks like you are using an official ROM (SW). You also have no idea what you're doing.
If you have an official ROM and a locked bootloader, this forum is not for you. This signal processing only affects custom ROMs from xiaomi.eu.
Thanks, bro. How can I know if I am using an official ROM or which one is mine? Sorry, this is the only site where I found some troubleshooting advice
 
Just a Question i just recently update from OS1.0.8 to OS1.0.13 xiaomi.eu the problem im facing is Sever lagging & i try to flash modem from @gogocar62 i will wont able to recover my signals now i just download the OS1.0.14 global to flash the modem then i didn't found it then after going through all the conversation now i found out "NON-HLOS.bin" is Modem i hope it will work or i have to lose all my data to re flash the ROM to see the where is the problem im facing after flashing the update

say good luck

Edit: After flashing Modem File from OS1.0.14 global in OS1.0.13 xiaomi.eu the problem has been Solved i will attach the files here.

@gogocar62 Please Update the Form File link for GARNET Modem so nobody have to download 7Gb Fastboot file for global to only update Modem File.

 
Last edited:
You need to rename NON-HLOS.bin to modem.img and use the script (bat file) from the 1st post. Right?

Or you can do it without renaming it? like:
Code:
@echo off
cd %~dp0
set fastboot=bin\windows\fastboot.exe
if not exist %fastboot% echo %fastboot% not found. & pause & exit /B 1
echo Waiting for device...
set device=unknown
for /f "tokens=2" %%D in ('%fastboot% getvar product 2^>^&1 ^| findstr /l /b /c:"product:"') do set device=%%D
if "%device%" neq "garnet" echo Compatible devices: garnet & echo Your device: %device% & pause & exit /B 1

echo ##################################################################
echo Please wait. The device will reboot when installation is finished.
echo ##################################################################
%fastboot% set_active a
%fastboot% flash modem_ab NON-HLOS.bin
%fastboot% reboot
 
  • Like
Reactions: ITS ALI
Actually i just rename it and flash with the script of @gogocar62


You need to rename NON-HLOS.bin to modem.img and use the script (bat file) from the 1st post. Right?

Or you can do it without renaming it? like:
Code:
@echo off
cd %~dp0
set fastboot=bin\windows\fastboot.exe
if not exist %fastboot% echo %fastboot% not found. & pause & exit /B 1
echo Waiting for device...
set device=unknown
for /f "tokens=2" %%D in ('%fastboot% getvar product 2^>^&1 ^| findstr /l /b /c:"product:"') do set device=%%D
if "%device%" neq "garnet" echo Compatible devices: garnet & echo Your device: %device% & pause & exit /B 1

echo ##################################################################
echo Please wait. The device will reboot when installation is finished.
echo ##################################################################
%fastboot% set_active a
%fastboot% flash modem_ab NON-HLOS.bin
%fastboot% reboot
 
  • Like
Reactions: tzifosf1
Thank you for your asnwer, but there is no reason to do this now, gogocar62 updated the Garnet_modem_global.zip from 1st post!
 
After installing xiaomi.eu_GARNET_OS1.0.13.0.UNRCNXM_14 in Poco X6 (Garnet with UNRMIXM 1.0.15) SIM1 was not working. Wifi was OK. Sim2 was ok too.
Then I installed the latest Garnet_modem_global.zip but still SIM1 is not working. Is it a known bug? Can anyone help with this?
 
After installing xiaomi.eu_GARNET_OS1.0.13.0.UNRCNXM_14 in Poco X6 (Garnet with UNRMIXM 1.0.15) SIM1 was not working. Wifi was OK. Sim2 was ok too.
Then I installed the latest Garnet_modem_global.zip but still SIM1 is not working. Is it a known bug? Can anyone help with this?
did you try reflash UNRMIXM 1.0.15?
 
No! I haven't tried this! with "stock UNRMIXM 1.0.15" just after unlocking SIM1 slot worked fine. Then after flashing "xiaomi.eu_GARNET_OS1.0.13.0.UNRCNXM_14" with windows_install_and_format_data.bat I saw the problem with slot SIM1. Reboot in Recovery and flashed the new modem.img (using Garnet_modem_global.zip). I hoped that this would solved the problem, but the problem persisted!. So I tried to re-flash the same xiaomi.eu rom for Garnet ("xiaomi.eu_GARNET_OS1.0.13.0.UNRCNXM_14"), again with install&formatData. The same problem. And re-flashed again the new modem.img (using Garnet_modem_global.zip). Then I started restoring the phone with my applications etc....
 
No! I haven't tried this! with "stock UNRMIXM 1.0.15" just after unlocking SIM1 slot worked fine. Then after flashing "xiaomi.eu_GARNET_OS1.0.13.0.UNRCNXM_14" with windows_install_and_format_data.bat I saw the problem with slot SIM1. Reboot in Recovery and flashed the new modem.img (using Garnet_modem_global.zip). I hoped that this would solved the problem, but the problem persisted!. So I tried to re-flash the same xiaomi.eu rom for Garnet ("xiaomi.eu_GARNET_OS1.0.13.0.UNRCNXM_14"), again with install&formatData. The same problem. And re-flashed again the new modem.img (using Garnet_modem_global.zip). Then I started restoring the phone with my applications etc....
after windows_install_and_format_data.bat xiaomi.eu you rebooted in recovery? which recovery? I have TWRP 3.7.1_12-Nebrassy - maybe you don't have proper (or just the stock recovery) and perhaps it didn't install Garnet_modem_global.zip...
 
Extract modem.img from newer firmware(EEA)
Try with this fastboot CMD:
fastboot set_active a
fastboot flash modem_ab modem.img
fastboot reboot
 
after windows_install_and_format_data.bat xiaomi.eu you rebooted in recovery? which recovery? I have TWRP 3.7.1_12-Nebrassy - maybe you don't have proper (or just the stock recovery) and perhaps it didn't install Garnet_modem_global.zip...
I flash it from elevated (Run as Administrator) command prompt in Windows with Fastboot, running the BAT file. I don't have installed TWRP or Ofox. They are not necessary to flash!
 
Extract modem.img from newer firmware(EEA)
Try with this fastboot CMD:
fastboot set_active a
fastboot flash modem_ab modem.img
fastboot reboot
This is what run in the BAT file (windows_modem.bat) of the Garnet_modem_global.zip ( contains modem.img of Global OS1.0.15.0.UNRMIXM ) :
Code:
@echo off
cd %~dp0
set fastboot=bin\windows\fastboot.exe
if not exist %fastboot% echo %fastboot% not found. & pause & exit /B 1
echo Waiting for device...
set device=unknown
for /f "tokens=2" %%D in ('%fastboot% getvar product 2^>^&1 ^| findstr /l /b /c:"product:"') do set device=%%D
if "%device%" neq "garnet" echo Compatible devices: garnet & echo Your device: %device% & pause & exit /B 1

echo ##################################################################
echo Please wait. The device will reboot when installation is finished.
echo ##################################################################
%fastboot% set_active a
%fastboot% flash modem_ab images\modem.img
%fastboot% reboot
 
Extract modem.img from newer firmware(EEA)
Try with this fastboot CMD:
fastboot set_active a
fastboot flash modem_ab modem.img
fastboot reboot
Tried flashing modem.img of "fw_garnet_miui_GARNETEEAGlobal_OS1.0.21.0.UNREUXM_91cb2ae185_14.0.zip" which is the latest EEA, same issue.... :(

Thankfully SIM2 slot is OK!!!
 

Attachments

  • cmd.png
    cmd.png
    15.2 KB · Views: 21
Try mine modem file maybe it will work

After installing xiaomi.eu_GARNET_OS1.0.13.0.UNRCNXM_14 in Poco X6 (Garnet with UNRMIXM 1.0.15) SIM1 was not working. Wifi was OK. Sim2 was ok too.
Then I installed the latest Garnet_modem_global.zip but still SIM1 is not working. Is it a known bug? Can anyone help with this?
Just a Question i just recently update from OS1.0.8 to OS1.0.13 xiaomi.eu the problem im facing is Sever lagging & i try to flash modem from @gogocar62 i will wont able to recover my signals now i just download the OS1.0.14 global to flash the modem then i didn't found it then after going through all the conversation now i found out "NON-HLOS.bin" is Modem i hope it will work or i have to lose all my data to re flash the ROM to see the where is the problem im facing after flashing the update

say good luck

Edit: After flashing Modem File from OS1.0.14 global in OS1.0.13 xiaomi.eu the problem has been Solved i will attach the files here.

@gogocar62 Please Update the Form File link for GARNET Modem so nobody have to download 7Gb Fastboot file for global to only update Modem File.

 
  • Like
Reactions: tzifosf1
So what is the conclusion? Garnet devices previously with UNREUXM and unrMIxm rom should flash unrMIxm modem.img for best results? Not the unrEUxm modem

Sent from my 23122PCD1G using Tapatalk