Quote:
Originally Posted by chris1683
Going to give this a shot today.
|
Found out what might be the cause, I just decoded the bitmask for HKCU\ControlPanel\Phone\Features, which is 102B908, but should be 122B900. The two bits that are incorrect are:
0x00400000 -
Indicates that the phone is a global phone, and is capable of switching between GSM and CDMA radio modes. If this option is set on a device, it should always be set, regardless of the current operating mode of the phone.
and
0x00000008 -
The radio supports PIN locking. SIM Security UI should be shown.
This bit is supported only for the
[HKEY_LOCAL_MACHINE\Security\Phone] registry key, and not
[HKEY_CURRENT_USER\ControlPanel\Phone].
The second one should not be a problem, since it should be ignored. I just can't change the value. This might have to be done during cooking, I'll ask Mike.
Z