T-Mobile IMS/VoLTE Settings

patchmonkey

Senior Member
Jul 14, 2010
92
18
0
Can anyone extract or post the T-Mobile IMS / VoLTE settings (it should be an XML file)?

I'm trying to get VoLTE working on a VZW retail note 3. It works with a VZW SIM but the settings are obviously for VZW.

Any help would be appreciated.

Sent from my SM-G900V using XDA Free mobile app
 

CravingMender9

Senior Member
Jun 6, 2011
289
111
0
Charlotte
www.rahulisola.com
Can anyone extract or post the T-Mobile IMS / VoLTE settings (it should be an XML file)?

I'm trying to get VoLTE working on a VZW retail note 3. It works with a VZW SIM but the settings are obviously for VZW.

Any help would be appreciated.

Sent from my SM-G900V using XDA Free mobile app
I don't know if this will be of any use, but I can see this in my build.conf:

Code:
# VoLTE/IMS
persist.radio.calls.on.ims=true
persist.radio.jbims=1
persist.radio.override_psvoice=true
persist.sys.e911=cs
And then there is more in feature.xml in CSC:
Code:
<!-- IMS -->
<CscFeature_IMS_EnableIMS>false</CscFeature_IMS_EnableIMS>
<CscFeature_IMS_EnableRCSe>false</CscFeature_IMS_EnableRCSe>
<CscFeature_IMS_EnableVoLTE>true</CscFeature_IMS_EnableVoLTE>
<CscFeature_IMS_EnableLTEVideoCall>false</CscFeature_IMS_EnableLTEVideoCall>
<CscFeature_IMS_EnableRCSPresence>false</CscFeature_IMS_EnableRCSPresence>
Let me know if you are looking for something specific.
 
Last edited:

patchmonkey

Senior Member
Jul 14, 2010
92
18
0
I don't know if this will be of any use, but I can see this in my build.conf:

Let me know if you are looking for something specific.
Thanks - that's a start! There should be an extractable XML file (or similar file) that contains settings for VoLTE - it shold be linked to com.sec.android.voltesettings (Volteconfiguationmenu.apk??)
 

toastido

Senior Member
Oct 23, 2013
1,267
1,228
143
Huntsville, AL
That doesn't seem to match what others have said. Overall, the settings for each carrier should be the same no matter the handset - it should be based on the SIM.
If it turns out they're the same then I'll gladly accept that I'm wrong, but i've had experience developing with volte for my job and the settings were different on each of the four handsets I was working with.

Sent from my leanKernel 3.10 powered stock 4.4.2 (NF9) SM-N900T
 
  • Like
Reactions: geekaren