Setting the following registry key on the device will disable these messages:
[HKEY_LOCAL_MACHINE\Software\Microsoft\RIL]
"EnableCBM"=dword:0 ;## enable/disable : 1/0
And don't forget to do a soft reset on the device so it picks up the new registry value.
Even better, what you can do on on your app's CAB installer is configure it so this registry key is set up every time you deploy your app to a new device:
Voila! This way you don't even need to think about it.
1 comments:
hi!!!
thanx for this post, but I have a problem. I'm using a symbol MC35.
I already download a registry editor, but I don't know how insert the key.
Can u help me?
Post a Comment