Closed 0x1af2aec8f957 closed 3 years ago
On Pixels, modem configs are located in /vendor, not modem, and the fastboot radio
image is different from modem
. They're signed with Qualcomm test keys, but I'm not sure if the modem actually validates the signatures. The worst-case scenario is that you can flash them manually using EfsTools over USB diag.
Either way, I'm not yet convinced that the modem config is the problem. That might be the case for advanced functionality like VoLTE and Wi-Fi calling, but basic LTE and calling shouldn't depend on it.
Try adding an APN in Android with the following settings:
And this:
@kdrag0n Hello, I've tried this scheme already. It won't work. The mobile phone is now without the signal of China Telecom. According to the past experience, it is invalid to modify APN.
Please try it once with these exact settings on this device in case it differs from your past experience. I can help you try other MBNs if it doesn't work.
@kdrag0n When I insert the SIM card of China Telecom. The APN in the system settings will automatically select ctnet, The configuration of this APN is the same as what you sent, so when I add the same APN configuration, It does not add a new APN configuration.
Based on the previous Google device (pixel, nexus) processing experience, In order to receive signals normally, MBNs configuration items need to be added. Of course, there are also ways to change the configuration after obtaining the root permission, but this method usually reduces the security of the device, and subsequent upgrades will be very inconvenient.
It is not easy to use Google equipment in mainland China.
Hello noteScript, I have a Magisk module which enables 5G connectivity on CUniq and CMCC. Although it's not completely working for China Telecom (mostly calling and MMS), I'm wondering if it can help with you somehow.
Contact me @cccClyde on Telegram or email johnson.hu95@gmail.com
I found a magisk module that would meet my needs, but it must now turn on the volte service to make phone calls and text messages normally (issue).
@kdrag0n
Can you add the original support for China Telecom here? I found the key code of LineageOS
support for China Telecom:
https://review.lineageos.org/c/LineageOS/android_device_oneplus_onyx/+/30283/1/init/init_onyx.cpp#62
We're building a custom vendor image now so this is possible, but I've decided not to add any unofficial MBNs.
The reason is that MBNs are risky, and I've bricked my modem EFS before by flashing broken MBNs. There's no way to guarantee that unofficial MBNs will keep working; maybe a future modem firmware update will break it and possibly brick the EFS. I don't want to take that risk in ProtonAOSP, so I think custom MBNs are better kept as unofficial mods.
Hello,
Can you support China Telecom? I've tried a lot of solutions, but they can't mount images.
I was recently porting modems(
radio.img
)The mirror package cannot always be mounted.If I can mount it successfully
radio.img
, I will follow the following steps to transplant the modem to support China Telecom:First:
Linux:
macOS:
Then:
Last:
This completes the migration.
I very much expect this image to support China Telecom, Thanks.