View Single Post
  #6216 (permalink)  
Old 07-22-2009, 09:14 AM
Tplane37's Avatar
Tplane37
PPCGeeks Regular
Offline
Location: Akron, OH
 
Join Date: Dec 2008
Posts: 214
Reputation: 725
Tplane37 knows their stuffTplane37 knows their stuffTplane37 knows their stuffTplane37 knows their stuffTplane37 knows their stuffTplane37 knows their stuffTplane37 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Tplane37 Send a message via MSN to Tplane37 Send a message via Yahoo to Tplane37
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Just an FYI for PPCKitchen users.

If you want your Build ID to show up properly in Device information and in the RUU screen when flashing a new ROM, create a PROVXML in the following format. Replace "BuildID" with whatever you want to show up in device information.

You can create a PROVXML by going to <\BuildOS\TOOLS\OEMizer.exe> and fill in your information. The first screen will be the information that shows up in your <Option.xml>. Then on the left side of the windows, put a check in "PROVXML" then click on "PROVXML" and fill in the box. Remember that in OEMizer, "<wap-provisioningdoc>" and "</wap-provisioningdoc>" are already entered for you, so you don't have to type that in in OEMizer.


Code:
<wap-provisioningdoc>
   <characteristic type="Registry">
      <characteristic type="HKLM\Software\OEM" translation="filesystem">
         <parm name="ROMVersion" datatype="string" value="BuildID" />
      </characteristic>
   <characteristic>
</wap-provisioningdoc>
This entry is verified to work on the Titan and should work on most other devices as well.
__________________
RhodiumW (Sprint)
WM 6.5 - SenseUI 2.5.1922 - MaxManila v2.9 - Home Brewed ROM
Radio: 2.23.00WU


Reply With Quote
This post has been thanked 3 times.