|
|||||||
| Register | FAQ | XDA-Portal | XDA-Wiki | Device database | Donate! | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
| Thread Tools | Search this Thread | Display Modes |
|
#421
|
||||
|
||||
|
A new test build with the uber buggy and somewhat ugly 23022 6.5 build coming soon.
Don't expect much in application compatability with this one with the new UI elements, and this is going to be far from a bug-free release. But more a look ahead at what is to come. New to this build is a new softkeybar, with new buttons (that seem very skinnable by 6.5 themes) And in the lockscreen files, it seems as though the 6.5 lock screen will have media player controls. ![]() ![]() Current bugs, Start menu -- still usable any resolution specific things -- they dont like the new softkeybar The dialer -- still usable HUGE buttons -- not going to fix this in this build as it isnt that usable anyway. any taskbar modding apps -- they mess up the taskbar now. Also will be uploading the new kitchen for 23016. Sorry for the lack of updates everyone, i haven't had much time with the new job and all.
__________________
If you like what I do, or find it useful, please consider donating, anything helps even if it is just a dollar. Plus it Helps me to my goal of having a new device to cook for. Click Here to help me out and Donate.Check out Mobile OS News, your one stop destination for all smartphone news. Last edited by shadowline; 7th August 2009 at 12:12 AM.. |
| Sponsored Links |
|
#422
|
|||
|
|||
|
Any idea when you will up this? Just being impatient and wanted to try before i went to bed
![]() |
|
#423
|
||||
|
||||
|
New build here, and in first post.
8/6/09 23022 Test Rom Changes in this build Build 23022 OEM 2.06 Edited some graphics in the new build. Download Now Kitchen for 23016 is up next.
__________________
If you like what I do, or find it useful, please consider donating, anything helps even if it is just a dollar. Plus it Helps me to my goal of having a new device to cook for. Click Here to help me out and Donate.Check out Mobile OS News, your one stop destination for all smartphone news. Last edited by shadowline; 7th August 2009 at 01:23 AM.. |
|
#424
|
||||
|
||||
|
Here are some screenshots to take a look at the new 'features' of 23022.
![]() First up, This is what you get when you tap the titlebar now. Things to notice here is the blur of the background below it. And the list is scrollable left and right. ![]() This is the new volume control after tapping the icon in the new taskbar popup. ![]() Nothing really new here except the softkey bar. ![]() Here is another view of the new taskbar popup, again notice the blur of the background, and how it is slideable. (i slid it to the right) ![]() And last up is a new magnifier. Works on double tap, anywhere really. Not sure how useful it is though. Other things to note, The "X" button has moved to the bottom softkey bar, pending a move of most if not all items from the task bar to the bottom softkey bar. The Lock Screen shows an option for media controls. Though it seems to either be missing something or is not compatible with the current Media Player. Below is a mockup using the included graphics, and is NOT the way it actually looks, as it does not work with the current media player. ![]() Confirmation that the Media Controls are coded in. A Snippet from: LS_Lockscreen_480x800.cpr Code:
<MediaControl ID="MediaControl" Top="0" Left="0">
<Image ID="MediaBG" Width="480" Height="208" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_MediaControl_BG.png"/>
<Text ID="MediaInfo" Left="21" Width="438" Top="37" Height="34" FontFamily="Tahoma" FontSize="10" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" InnerTextType="Resource" Text="cmhomeres.dll,1811"><!-- This comment eliminates unwanted characters -->
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<!-- Original coordinates for the media controls were provided such that the 'Top' value for the progress bar was assuming that the 'background'
starts at relative offset 0. However, progress bar needs to be at least as tall as its tallest child, and this assumption doesn't hold true.
Therefore, we need to center vertically all children inside the progress bar. Here's how:
1. Let Height of Tallest child be "HT". (This is currently the 'head' because it has glow)
2. Let Height of Background be "HB".
3. Let the original Top value of the Progress bar be "TP".
4. Let the original Top value of the Background be "TB".
So, the new values are as follows
TP = TP - (HT - HB) / 2;
HT = HT + (HT - HB) / 2;
-->
<ProgressBar ID="MediaProgress" Width="480" Height="18" Left="0" Top="86" Visible="True">
<Layer ID="Background" Left="0" Top="3">
<Image Width="480" Height="12" Visible="True" ScalingAlgorithm="TriLinear" Source="\windows\LS_MediaControl_Progress_BG.png" />
</Layer>
<Layer ID="Foreground" Left="0" Top="3">
<Image Width="480" Height="6" Top="3" Visible="True" Opacity="1.0" ScalingAlgorithm="Fast" Source="\windows\LS_MediaControl_Progress_FG.png" />
</Layer>
<Layer ID="Head" Left="0" Top="0">
<Image Width="18" Height="18" Left="0" Visible="True" Opacity="1.0" ScalingAlgorithm="TriLinear" Source="\windows\LS_MediaControl_Progress_Head.png"/>
</Layer>
<Button ID="Button" Width="480" Height="18" Top="0" Left="0" Opacity="0.0"></Button>
</ProgressBar>
<MultiStateButton ID="MediaPrevious" Width="89" Height="74" Left="80" Top="120">
<!-- The order of children of an MSB matters -->
<Image Width="89" Height="74" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_MediaControl_Previous.png"/>
<Image Width="89" Height="74" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_MediaControl_Previous_Pushed.png"/>
<Image Width="89" Height="74" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_MediaControl_Previous_Disabled.png"/>
</MultiStateButton>
<MultiStateButton ID="MediaPlayPause" Width="141" Height="92" Left="169" Top="111">
<!-- The order of children of an MSB matters -->
<Image Width="141" Height="92" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_MediaControl_Play.png"/>
<Image Width="141" Height="92" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_MediaControl_Play_Pushed.png"/>
<Image Width="141" Height="92" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_MediaControl_Pause.png"/>
<Image Width="141" Height="92" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_MediaControl_Pause_Pushed.png"/>
</MultiStateButton>
<MultiStateButton ID="MediaNext" Width="89" Height="74" Left="310" Top="120">
<!-- The order of children of an MSB matters -->
<Image Width="89" Height="74" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_MediaControl_Next.png"/>
<Image Width="89" Height="74" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_MediaControl_Next_Pushed.png"/>
<Image Width="89" Height="74" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_MediaControl_Next_Disabled.png"/>
</MultiStateButton>
</MediaControl>
__________________
If you like what I do, or find it useful, please consider donating, anything helps even if it is just a dollar. Plus it Helps me to my goal of having a new device to cook for. Click Here to help me out and Donate.Check out Mobile OS News, your one stop destination for all smartphone news. Last edited by shadowline; 7th August 2009 at 02:27 AM.. |
|
#425
|
|||
|
|||
|
A littl e buggy but a step in the right direction.
Apart from a few freezes, noticed the titlebarlist fonts seem too big and time is cut off, same as when locking the device the time and date are too big. |
|
#426
|
|||
|
|||
|
Quote:
Thanks for the rom. See improvements in graphics, nice. Cheers!
__________________
My Background for All Tabs - Manila 2.5 Sense - http://forum.xda-developers.com/show...02#post5130302 Manila Touchflo 3D Themes - 4 July 2009 - http://forum.xda-developers.com/show...20#post4075020 Script to disable All SIPs except WM Keyboard - http://forum.xda-developers.com/showthread.php?t=500294 |
|
#427
|
|||
|
|||
|
Oi Shadow
Thanks for posting your kitchens helped me getting started on cooking atleast ![]() Infact I enjoy your roms aswel just a bit too much bleh in it for me as I'm the kinda guy who doesn's really like facebook etc heh. But after trying out the latest kitchen you posted 23016 I'm not able to cook I get an error saying. No ''SVN'' folders present... Anywho I know a guy in my thread had the same issue, so I thought after I got it aswel I'd take it to one of the sources and cross refere it to my post. Regards Michael |
|
#428
|
||||
|
||||
|
the no svn thing is actually quite normal. are there any other errors?
Quote:
__________________
If you like what I do, or find it useful, please consider donating, anything helps even if it is just a dollar. Plus it Helps me to my goal of having a new device to cook for. Click Here to help me out and Donate.Check out Mobile OS News, your one stop destination for all smartphone news. Last edited by shadowline; 7th August 2009 at 12:23 PM.. |
|
#429
|
|||
|
|||
|
Aside from the graphics (at of place, too big, etc...) I've found the ROm so far to be very quick, will see how stable it is as the day progresses.
__________________
Thanks Current: Touch Diamond 2 (Topaz) / ROM: Serial ROM Flasher / SIM Unlocked / 16GB SD Returned: Touch Pro 2 (Rhodium) / Urggh what a brick Spare: Touch Dual (Niki) / ROM: Serial ROM Flasher / SIM & CID Unlocked Old: Kaiser Old: Wizard |
|
#430
|
|||
|
|||
|
I downloaded the test ROM three times but it could not be unzipped. The downloaded file is only 30+ MB. Eager to test this ROM
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|