Quote:
Originally Posted by brushbailey
Mike, I'll look into that when I get some free time. Those sounds like some decent modifications once I figure it out Im kinda self-teaching myself all of this and still pretty new at it.
Thanks for the recommendations!
|
I can help you with the security notifications, but I have never looked at the buttons control panel before.
Enable Rapi will turn off the security warnings
Cab Converter can turn the file in to an OEM package to be baked in to the ROM
Another option would be to bake the following provisioning script in to the ROM:
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Security\Policies\Policies">
<parm name="00001001" value="1" datatype="integer" />
<parm name="00001005" value="222" datatype="integer" />
<parm name="00001006" value="1" datatype="integer" />
<parm name="00001017" value="16" datatype="integer" />
<parm name="0000101a" value="1" datatype="integer" />
<parm name="0000101b" value="1" datatype="integer" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Good luck and thanks again!