04-21-2009, 06:11 PM
|
|
Deep Thinker
Offline
Location: Mountain top
|
|
Join Date: Jan 2007
Posts: 3,252
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
Originally Posted by joojoobee666
Indeed, you are correct. Here is what I have in my option.xml for the OEM I am using to do this and some other things:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Items>
<Item name="Additional ROM tweaks for me" group="Tweaks" checked="True">
<Tip>Includes SDK certs, my home certificate and Taskbar icons.</Tip>
<PatchOEM>52dcbada-7234-4ee7-b513-731176d5f860</PatchOEM>
<PatchOEM>a15620ee-f541-454c-99d4-ee268d67e74a</PatchOEM>
<Guid type="p">ffffffff-3eb0-4f01-8f7c-d8ee6db5541d</Guid>
<OEMDate>4/19/2009</OEMDate>
</Item>
</Items>
Did I do something wrong here, like wrong location?
|
Quote:
Originally Posted by joojoobee666
Ok, wrong location. Aafter moving the PatchOEM's to the last in line above Item, it worked. That wass the only difference between my options.xml and your taskbar one in the Geeks OEM rar.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Items>
<Item name="Additional ROM tweaks for me" group="Tweaks" checked="True">
<Tip>Includes SDK certs, my home certificate and Taskbar icons.</Tip>
<Guid type="p">ffffffff-3eb0-4f01-8f7c-d8ee6db5541d</Guid>
<OEMDate>4/19/2009</OEMDate>
<PatchOEM>52dcbada-7234-4ee7-b513-731176d5f860</PatchOEM>
<PatchOEM>a15620ee-f541-454c-99d4-ee268d67e74a</PatchOEM>
</Item>
</Items>
This did it right here. Even took my modules!
|
Order doesn't (or shouldn't) make any difference. Is what you posted exactly the non-working and working versions?
__________________
Grammar: The difference between knowing your shit and knowing you're shit.
|