Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
hello everyone
i hope someone can give me advice about this:
i am trying to organize my start menu as i cook a rom .. i am am trying to create 2 new folder (internet & connections) then move some applications inside them or inside other existing folder
i edited initflashfiles.dat using SuperEdi.exe tool & successfuly created the 2 new folder
then i had to edit "mxipinit_startmenu_001.provxml" in Base_Lang_0409 to assign icons to the moved applications (as once i move them i get the old ugly ones) and again was successful in getting them to look better
the only thing that i am still unable to do is to assign icons to the new folder (they appear as ugly yellow old look... i try to edit the "mxipinit_startmenu_001.provxml" in Base_Lang_0409 again by adding:
</characteristic>
<characteristic type="Internet">
<parm name="Group" value="1" datatype="boolean" />
<parm name="Rank" value="800006999" datatype="integer" />
<parm name="Icon" value="\Windows\Internet.png" datatype="string" />
</characteristic>
</characteristic>
<characteristic type="Connections">
<parm name="Group" value="1" datatype="boolean" />
<parm name="Rank" value="800007999" datatype="integer" />
<parm name="Icon" value="\Windows\Connections.png" datatype="string" />
</characteristic>
and of course i did add .png icons with these names to Base_DPI_96
but once i add those lines above..ALL icons & folders gets messed up...any idea how can i do this whie cooking...thanks
|