Rom For Redmi Note 4g Lte Dual Sim 1+8gb


Sender1988

Members
Jul 20, 2014
11
13
Hi!
Is the current ROM for Redmi Note 4G (Single SIM) valid for the new version Redmi Note 4G LTE Dual Sim 1+8Gb?

Thanks!
 
And for Note 4G dual Sim 2+16Gb? is it valid?
thanks!

In miui.com there is rom for Redmi Note 4G Dual Sim, not differencing between 1+8Gb and 2+16Gb. So I think it is the same board. Anyway check with antutu bechmark or cpuz if your device's codename is gucci, if it is then the rom is the same.

Regards
 
Wrongly flashing with Redmi 1S Rom
So
My Gucci show Invalid IMEI.
Please Help me how to recover it.
I haven't backup IMEI and anything.
 
Did you try to flash it in fastboot mode?
yes..
I flashed it in fastboot mode.
with flash_all script

echo "Fastboot Tool Ver 7.0"

@echo off
for /f "delims=" %%i in ("%cd%") do set folder=%%~ni
echo %folder%

set p=%folder:~2,5%
echo %p%

fastboot %* getvar product 2>&1 | findstr /r /c:"^product: WT%p%" ||fastboot getvar product 2>&1 | findstr /r /c:"^product: *MSM8916" || @echo Missmatching image and device error
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: WT%p%" ||fastboot getvar product 2>&1 | findstr /r /c:"^product: *MSM8916" || exit /B 1

fastboot %* flash partition %~dp0images\gpt_both0.bin || @echo "Flash tz error" && exit /B 1
fastboot %* flash tz %~dp0images\tz.mbn || @echo "Flash tz error" && exit /B 1
fastboot %* flash sbl1 %~dp0images\sbl1.mbn || @echo "Flash sbl1 error" && exit /B 1
fastboot %* flash rpm %~dp0images\rpm.mbn || @echo "Flash rpm error" && exit /B 1
fastboot %* flash aboot %~dp0images\emmc_appsboot.mbn || @echo "Flash emmc_appsboot error" && exit /B 1
fastboot %* flash hyp %~dp0images\hyp.mbn || @echo "Flash hyp error" && exit /B 1

fastboot %* flash tzbak %~dp0images\tz.mbn || @echo "Flash tzbak error" && exit /B 1
fastboot %* flash sbl1bak %~dp0images\sbl1.mbn || @echo "Flash sbl1bak error" && exit /B 1
fastboot %* flash rpmbak %~dp0images\rpm.mbn || @echo "Flash uboot rpmbak" && exit /B 1
fastboot %* flash abootbak %~dp0images\emmc_appsboot.mbn || @echo "Flash abootbak error" && exit /B 1
fastboot %* flash hypbak %~dp0images\hyp.mbn || @echo "Flash hypbak error" && exit /B 1

fastboot %* erase boot
fastboot %* flash modem %~dp0images\NON-HLOS.bin || @echo "Flash modem error" && exit /B 1
fastboot %* flash system %~dp0images\system.img || @echo "Flash system error" && exit /B 1
fastboot %* flash cache %~dp0images\cache.img || @echo "Flash cache error" && exit /B 1
fastboot %* flash userdata %~dp0images\userdata.img || @echo "Flash userdata error" && exit /B 1
fastboot %* flash recovery %~dp0images\recovery.img || @echo "Flash recovery error" && exit /B 1
fastboot %* flash boot %~dp0images\boot.img || @echo "Flash boot error" && exit /B 1
fastboot %* flash persist %~dp0images\persist.img || @echo "Flash persist error" && exit /B 1


fastboot %* flash sec %~dp0images\sec.dat || @echo "Flash sec error" && exit /B 1
fastboot %* flash splash %~dp0images\splash.img || @echo "Flash splash error" && exit /B 1

fastboot %* reboot

pause
 
There are two gucci models:
- HM NOTE 1S CU
- HM NOTE 1S CT

Anyone knows more details?
 
There are two gucci models:
- HM NOTE 1S CU
- HM NOTE 1S CT

Anyone knows more details?
I have the HM Note 1S CU which is the 1GB RAM / 8GB ROM version.

I believe the HM Note 1S CT is the 2GB RAM / 16GB ROM version.



Sent from my HM NOTE 1S using Tapatalk