|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
that used to be like that on build 21500(fake) now on 21501(official) its good
__________________
Verizon DROID -MOTOROLA-
BBS 1.0 FRG22D smoke glass |
This post has been thanked 1 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Ah... I see. Any ideas which DPI_96 file it is? I think I did the conversion from the Chinese leak, so maybe a *_Lang_0409_DPI_96 folder from 21500 overwrote the Chinese version of the folder.
__________________
Last edited by dsi76; 04-28-2009 at 01:27 PM. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
dsi76:
Code:
; X does not take up 2 spaces, can click battery icon (set LimitedClock to 0 for double wide x) [HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\TaskBar] "LimitedClock"=dword:1 "ConsistentClockOrBattery"=dword:0
__________________
If you find find my ROMs useful and my posts helpful, I would not turn down a Donation
|
This post has been thanked 1 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Quote:
http://forum.ppcgeeks.com/showpost.p...postcount=1896 However, if you have it this way then the volume dialog is off too far to the right in the programs menu: http://forum.ppcgeeks.com/showpost.p...postcount=2986 The reason for that is that the battery icon does not appear in the non-Today screens, thus the volume control dialog moves to the right. I had set ConsistentClockOrBattery = 1 to allow the battery to appear in the non-Today screens, thus fixing the volume dialog issue, but then the X-button issue appears... So here's the dilemma: 1) Fix the X-button issue, and the volume control dialog is too far to the right when it's not in the home screen: Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\TaskBar] "LimitedClock"=dword:1 "ConsistentClockOrBattery"=dword:0 Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\TaskBar] "LimitedClock"=dword:1 "ConsistentClockOrBattery"=dword:1 EDIT: Hmm. actually this seems to work, LOL: Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\TaskBar] "LimitedClock"=dword:0 "ConsistentClockOrBattery"=dword:0 Last edited by dsi76; 04-28-2009 at 06:18 PM. |
This post has been thanked 1 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Alright folks, as you all know it's been pretty boring, no new leaks yet. I did some bit of customization as a way of keeping me occupied, just some tweaks on the Titanium to give a custom look.
Want to share these. Attached below are the bronzeres.dll, replace the bronzeres.dll in your bronze_DPI_96 folder with any of the three you prefer, and there you go. If you are using the neon yellow, you might need to edit your titanium to reduce its size, as it is a bit on the large side. So on the fourth line of your titanium you have this: <Layer ID="Focus" Width="240" Height="82" Clip="False"> If you reduce the height to "70" it should be okay. If you like any of these let me feel you. Last edited by vickylife007; 04-29-2009 at 03:17 AM. |
This post has been thanked 4 times. |
|
||||
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition
Well, it gives us a chance to work on the stability of our ROMs, rather than swapping out build after build I know that these 2 weeks have made my ROM much better
|
|
|
|