View Single Post
  #367 (permalink)  
Old 12-30-2009, 02:49 PM
ziggy471's Avatar
ziggy471
Geek with a Gun
Offline
Location: NoVA
 
Join Date: Oct 2009
Posts: 744
Reputation: 6575
ziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Native HTC messaging MMS fix (collaboration)

Quote:
Originally Posted by chris1683 View Post
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
Reply With Quote
This post has been thanked 5 times.