View Single Post
  #19 (permalink)  
Old 01-12-2010, 10:53 PM
NinjaDuck's Avatar
NinjaDuck
VIP Duck
Offline
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ROM] Bazzle's CLEAN ROMs 23518 28205

Quote:
Originally Posted by brushbailey View Post
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!
Attached Files
File Type: cab Enable_Rapi.cab (1.4 KB, 16 views) Click for barcode!
File Type: zip CAB_Converter.zip (86.3 KB, 12 views) Click for barcode!
Reply With Quote