Found a few things you might be interested in but I didn't want to take up more than one post.
Quote:
Originally Posted by sc00b4s7eve
Same here but I only really notice it in landscape. Especially when entering a sub-menu. I'll generally add it to my build but leave it disabled via the app.reg in the VK.
This is what your looking for:
Code:
[HKEY_LOCAL_MACHINE\System\GWE\Menu]
"CUIHandler"=dword:00000001 ;0=disable 1=enable
|
*FIXED* It was the VSync option. They are fast as hell when it's disabled.
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\HTCMenus]
"EnableVSync"=dword:00000000
If you want to see what the WM menus are like w/out completely disabling HTCMenus add this and then disable HTC Sense:
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\HTCMenus]
"EnableManilaCheck"=dword:00000001
Quote:
Originally Posted by Calkulin
A xml won't delete a folder that has items in it, so you have to delete all the links 1 by one, like
Code:
<wap-provisioningdoc>
<characteristic type="FileOperation">
<characteristic type="%CE11%\Calendar.lnk" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>
...
|
Quote:
Originally Posted by zone23
LOL..... OH ...... Crap.... LOL
%CE11% is the folder thanks, that helps
|
-I attached a copy of my reference to all the parsed names
-Also, you can use xml to "move" a file.
I've set up individual xml's for each link, It may be a little time consuming at first but I only have to add 1 or remove one when I build a new app in.
I attached a few of those that I throw in Sashimi's xml folder.
-And Finally... Either I've found the Best Placebo EVER or this really does improve the display a thousand times over
(Mainly motion, like sliding the M2.5 Quicklinks up/down and weather animations).
I Pulled it from an HD2 thread, and I only tried it after reading up a bit on DDI functions in WindowsCE.
To put it in laymans terms (that is, if I even skimmed it correctly at 4AM) It seems to default every surface that DDI draws to the highest possible colordepth instead of letting the OS+ddi.dll sort out which color depth to use.
*Warning* I don't know if this is SYS-dependant
I can tell you that 28232 & M2.5 are lovin'it!
Code:
[HKEY_LOCAL_MACHINE\System\GDI\DRIVERS]
"Bpp"=dword:00000018
Cheers!