New mobile network problems on the redmi note 12 turbo


Alex2208

Members
Nov 12, 2023
1
3
When you install the rom on the redmi note 12 turbo there are network problems when you select 3g it restarts and no calls come in, this is because the rom has resources of the bit f5 and the rom detects the device as a bit f5, there is To compile the rom without resources of the poco f5 and make it exclusive for the redmi note 12 turbo, the hardware of both devices is not entirely the same. Please take the redmi note 12 turbo rom and only add the EEU languages and functions but do not COMPILE with Poco F5 resources since this is what generates the Network error.
 
This help with network problem on RN 12 Turbo
1. Change model and code device from CN version:
odm/etc/marble_build.prop
vendor/marble_build.prop
2. Disable in vendor/build.prop:
persist.vendor.radio.dynamic_sar=0
persist.vendor.radio.apm_sim_not_pwdn=0
3. Disable ramdump in system/build.prop:
persist.mtb.modemdump=false
persist.vendor.ssr.enable_ramdumps=0
4. Change in system_ext/etc/build.prop:
ro.telephony.sim_slots.count=2
Thanks to: Kosmosik96
 
This help with network problem on RN 12 Turbo
1. Change model and code device from CN version:
odm/etc/marble_build.prop
vendor/marble_build.prop
2. Disable in vendor/build.prop:
persist.vendor.radio.dynamic_sar=0
persist.vendor.radio.apm_sim_not_pwdn=0
3. Disable ramdump in system/build.prop:
persist.mtb.modemdump=false
persist.vendor.ssr.enable_ramdumps=0
4. Change in system_ext/etc/build.prop:
ro.telephony.sim_slots.count=2
Thanks to: Kosmosik96
Please guide detail step by step