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!