Showing posts with label Customize. Show all posts
Showing posts with label Customize. Show all posts

Sunday, January 31, 2010

Running Google Android on top of Windows Mobile

new-8 Now it’s possible to run Google Android on top of Windows Mobile! But you have to keep in mind on issue about “Device Compatibility” This Google Android if you noticed, is running on my Xperia X1. I’ll post a link where you can find a copy of Google Android for your device.

So How’s this possible? Thanks to fatsal in XDA for making this possible for X1’ers.

Check fatsal thread in XDA here
new-1

Here’s a video preview.


But am not sure why Wi-Fi is not working.

As I promised. The links for your device.

HTCBlackstone HTCDiamond HTCRhodium HTCTouchPro2 HTCTouchCDMA

Saturday, October 3, 2009

JWMD Icon Changer v2.6b for Windows Mobile 6.5

Tuesday, September 15, 2009

Windows Mobile 6.5 – 5 Columns Start Menu in Portrait – Grid Scene



image
<Form Width="240" Height="320">
<StartMenu_GridScene ID="Scene">
<GridView ID="Start Menu Items List" Top="0" Left="0"
Width="240" Height="268" Columns="5" Scrollable="TRUE"
HexagonGrid="TRUE" HorizontalWrapAround="TRUE"
PaginatedScrolling="TRUE">
<Image ID="Selection" Left="0" Top="0" Width="64" Height="64"
Source=".\StartMenu_Selection.png" />
<Layer ID="GridItem" Width="64" Height="64"
OnAction="GridItemAction">
<Layer ID="Normal">
<Image ID="Image" Left="21" Top="3" Width="24"
Height="24" ScaleStyle="Fit" />
<Text ID="Text" Left="11" Top="36" Width="45" Height="29"
FontFamily="Tahoma" FontSize="7"
HorizontalAlignment="Center" VerticalAlignment="Top"
Wrap="True" Trimming="EllipsisCharacter"
ForeColor="#00FFFFFF" BackColor="#00000000" />
</Layer>
</Layer>
<Layer ID="NoItems">
<Text ID="Text" Width="240" Height="20" FontFamily="Tahoma"
FontSize="10" ForeColor="#00FFFFFF" Wrap="False"
HorizontalAlignment="Center" Trimming="Character"
InnerTextType="Resource">shellres.dll,22596</Text>
</Layer>
</GridView>
</StartMenu_GridScene>
</Form>



This is QVGA, I don’t really need big icons, I have Asian fingers :P :)