From the release notes on V4.3: Fixed phone not ringing sometimes again
I upgraded from 4.3 beta 1 to full 4.3 and actually inherited the issue for the first time. It took me a bit to realize I had it.
To resolve until we have a new kitchen:
I ended up downloading:
http://forum.ppcgeeks.com/showpost.p...postcount=3600 and found that after a reboot, it would address the issue for good. Now, long term, I wonder where the proper fix can be made. I'd hate to diff the entire kitchen to find where it got added.
P.S. I'm in an especially good mood to have it fixed,
so here is where you can restore normal phone "roaming" choices in this kitchen. (kitchen path)/oem/Tweaks -Registry/mxipupdate_Registry_Tweaks_1.provxml
replace the (similar) values *same section, you will have to find where to graft it in* with:
<characteristic type="HKLM\SOFTWARE\OEM\InitProv\PhoneSetting" translation="filesystem">
<parm name="ItemCount" datatype="integer" value="3"/>
<parm name="ItemName1" datatype="string" value="Sprint only"/>
<parm name="ItemName2" datatype="string" value="Automatic"/>
<parm name="ItemName3" datatype="string" value="Roaming Only"/>
<parm name="ItemValue1" datatype="integer" value="1"/>
<parm name="ItemValue2" datatype="integer" value="4"/>
<parm name="ItemValue3" datatype="integer" value="3"/>
<parm name="ServiceName" datatype="string" value="Roaming"/>
<parm name="ServiceTitle" datatype="string" value="Phone: Roaming"/>
</characteristic>
Now, everyone, Enjoy!