[MOD][GUIDE] mClock Skins | Updated 22 Dec - Android Themes

Custom mClock Skins
Share your .XML Files here!​
There are some really nice clock widgets out there but i didn't want to install for each clock style another widget and so i have therefore reproduced some in mClock (amazing clock widget - thanks knoxcoder).
Another advantage of the mClock Skins is that they are all resizeable wit LLP and ADW!
Feel free to share your own Skins!
The Mods I made:
__________________________________________
Credits to the devs of the widgets!
# Semicuda (TypoClock)
# hateman (SimiClock)
# atDev (ExtDate)
# kemonozume (TxClck)
__________________________________________
TypoClock Skin
Black version (24hr):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
White version (24hr):
Black & White version (12hr):
################# HowTo #################
1. Install the newest mClock from market
2. Download and unzip attached xml file
3. Add mClock widget with a size of 4x3 to your screen
4. Load the downloaded xml file in the settings menu of mClock
5. If necessary resize the widget
SimiClock Skin
################# HowTo #################
1. Install the newest mClock from market
2. Download and unzip attached xml file
3. Add mClock widget with a size of 4x1 to your screen
4. Load the downloaded xml file in the settings menu of mClock
5. If necessary resize the widget
ExtDate Skin
################# HowTo #################
1. Install the newest mClock from market
2. Download and unzip attached xml file
3. Add mClock widget with a size of 4x1 to your screen
4. Load the downloaded xml file in the settings menu of mClock
5. If necessary resize the widget
TxClck Skin
################# HowTo #################
1. Install the newest mClock from market
2. Download and unzip attached xml file
3. Add mClock widget with a size of 2x1 to your screen
4. Load the downloaded xml file in the settings menu of mClock
5. If necessary resize the widget
Simple One With Date 2
Original by dev223!
################# HowTo #################
1. Install the newest mClock from market
2. Download and unzip attached xml and font file
3. Copy font to /sdcard/Fonts/SoMA/SoMARoman.ttf
3. Add mClock widget with a size of 4x1 to your screen
4. Load the downloaded xml file in the settings menu of mClock
5. If necessary resize the widget
_________________________________________________
My system font, which is used for all skins, is Segoe WP.
It can be found here:
http://forum.xda-developers.com/showpost.php?p=6425779&postcount=1
_________________________________________________
Template to post own XML files (edit NAME, URL and WIDGETSIZE):
HTML:
[SIZE="4"][B]NAME[/B][/SIZE]
[IMG]URL[/IMG]
[B]################# HowTo #################[/B]
1. Install the newest mClock from market
2. Download and unzip attached xml file
3. Add mClock widget with a size of [B]WIDGETSIZE[/B] to your screen
4. Load the downloaded xml file in the settings menu of mClock
5. If necessary resize the widget

____________ User Posts ____________
Click on the link for more information
Clock and Date by adambobbyburgers
LINK: http://forum.xda-developers.com/showpost.php?p=9882508&postcount=9
Simple One by dev223
LINK: http://forum.xda-developers.com/showpost.php?p=9903092&postcount=14
Simple With Date by dev223
LINK: http://forum.xda-developers.com/showpost.php?p=9903250&postcount=15
ALL by Spirit
(Original pic doesn't work)
LINK: http://forum.xda-developers.com/showpost.php?p=9957947&postcount=36
CenterClause by user_x
LINK: http://forum.xda-developers.com/showpost.php?p=9987355&postcount=51

- reserved 2 - User posts -

____________ How To ____________
How to apply a custom Font to your xml file?
Add Font="/pathtoyourfont/font.ttf" to each displayed tag.
Example 1:
Code:
<Hour is24Hour="True" FontSize="242" Foreground="#ffffffff, #ff777777"/>
Code:
[B]<Hour is24Hour="True" FontSize="242" Font="/system/fonts/DroidSans-Bold.ttf" Foreground="#ffffffff, #ff777777"/>[/B]
Example 2:
Code:
<Text FontSize="50" Foreground="#ffffffff, #ff777777"/>
Code:
[B]<Text FontSize="50" Font="/sdcard/fonts/Font-Bold.ttf" Foreground="#ffffffff, #ff777777"/>[/B]
How to edit your xml file "on the fly" with your Computer?
First you need another widget: Dual Mount SD Widget from market.
Link: http://www.appbrain.com/app/dual-mount-sd-widget/com.protocol.x.USB
It is the $0.99 in any case worth because you save a lot of time.
preparing:
1. Install Dual Mount SD Widget, place it to screen and enable it (After that you can remove the widget from screen again).
2. Everytime you connect your phone to your Computer the SD card will stay mounted on the phone.
After that:
3. Open the XML file on your SD card with your Computer.
4. Make your changes.
5. Press save.
6. Open the widget settings to force mClock to reload the xml file.
7. Close the settings again and see the changes on screen.

Very nice!
*Adds thread to subscriptions*

thanks bro appreciate it

A very good idea.

#update 17 dec: TxClck Skin
....................................in the first post!
Feel free to post your skins or suggestions.

Here's one (original link: http://adambobbyburgers.deviantart....ular+in:customization/skins+max_age:72h&qo=10)
Clock
Code:
<UniformGrid Columns="1" Background="#bf000000" Clipping="false" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" >
<Stack Orientation="Horizontal" Clipping="false" >
<Hour FontSize="58" is24hour="true" Clipping="false" Foreground="#77ffffff, #77ffffff" ></Hour>
<Minute FontSize="58" is24hour="true" Clipping="false" Foreground="#ffffffff, #ffffffff" ></Minute>
</Stack>
</UniformGrid>
Date
Code:
<?xml version="1.0" encoding="utf-8"?>
<UniformGrid Orientation="Vertical" Background="#bf000000" HorizontalAlignment="Left" VerticalAlignment="Center" Margin="0" clipping="false">
<Stack HorizontalAlignment="Center" VerticalAlignment="Center" Orientation="Horizontal" Margin="20" >
<Stack HorizontalAlignment="Left" VerticalAlignment="Center" Orientation="Horizontal" Margin="0">
<Day FontSize="58" ShadowColor="#ff000000" Foreground="#ffffffff, #ffffffff"/>
</Stack>
<Stack HorizontalAlignment="Left" Clipping="false" Orientation="Vertical" Margin="20" >
<MonthName FontSize="24" HorizontalAlignment="Left" Case="Upper" Clipping="false" Foreground="#77ffffff, #77ffffff" ></MonthName>
<DayName FontSize="24" HorizontalAlignment="Left" VerticalAlignment="Top" Case="Upper" Clipping="false" Foreground="#ffffffff, #ffffffff" ></DayName>
</Stack>
</Stack>
</UniformGrid>

For the typoclock in black is there a way to get the 12hr setting..one I loaded is 24hr
Sent from my HTC Glacier using XDA App

Tiltpoet said:
For the typoclock in black is there a way to get the 12hr setting..one I loaded is 24hr
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
#update 18 dec: new 12hr TypoClock Skins
.......................................................................in the first post! ;-)

Ty for that but I don't mean to be a bug on ur windshield but the black typoclock has the pm am. Perkibg behind the dots
Sent from my HTC Glacier using XDA App

snow mclock
################# HowTo #################
1. Install the newest mClock from market
2. Download and unzip attached xml file
3. Add mClock widget with a size of 4x2 to your screen
4. Load the downloaded xml file in the settings menu of mClock
5. If necessary resize the widget

Simple One
################# HowTo #################
LauncherPro or ADW required (for overlapping)
1. Install the newest mClock from market
2. Download and unzip attached xml files and font, place all to SD card
3. Add mClock widget with a size of 4x4 to your screen
4. Load the downloaded xml file in the settings menu of mClock
5. Repeat steps 3 and 4 for minutes widget
6. Resize & overlap the widgets
My LauncherPro setup is 10x10 grid, for other variants try 2x2 or 3x3 sizes of mClock widgets.

Simple With Date
################# HowTo #################
1. Install the newest mClock from market
2. Download and unzip attached xml file and font, place all to SD card
3. Add mClock widget with a size of 4x1 to your screen
4. Load the downloaded xml file in the settings menu of mClock
5. If necessary resize the widget

Tiltpoet said:
Ty for that but I don't mean to be a bug on ur windshield but the black typoclock has the pm am. Perkibg behind the dots
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Hm, it's not a bug but it's difficult.
mClock uses the system font and every font has it's own size and spacing.
So it's not possible to create one template that works for all users.
There are 3 ways:
1) change the system font to the one I posted in the first post.
2) force mClock to use a different font (the one from the first post) in the xml file. See example on post #4 http://forum.xda-developers.com/showpost.php?p=9856429&postcount=4 (or see more Information on knoxcoder's homepage: http://www.maroonedsoftware.com)
3) Edit the value in the xml file for spacing. Then it will work with your system font: Search in the xml file for the text tag. The Hight value should be 110. Change this +/- 10 and just open the settings menu of this widget (to force reload) and see the changes.
Change this value till it looks good for you.
P. S. Thanks for posting your Templates
Sent from my Milestone

thanks very nice

n4rrOx said:
Click to expand...
Click to collapse
Thank you. I also want those dock icons. Where can i find them?

violentgoomba said:
Thank you. I also want those dock icons. Where can i find them?
Click to expand...
Click to collapse
Go to http://www.macthemes.net/forum/viewtopic.php?id=16805569&p=1

Hey bud managed to get it moved to where its during riggt on the am pm point.where would I edit to make the clock move a littlw.bit.to the right...cheeerios!
Sent from my HTC Glacier using XDA App

Related

ROM Customisation Resources

Hi All
I am starting this thread to publish all the resources I use or have made to customise my HTC Rhodium. The idea is that ROM chefs can use these to customise their ROMs but that they can be used to customise a device after flashing.
The first publication is a set of icon libraries that I have compiled using Icons previously published on this forum. Firstly, I would like to say that I put no work into the graphics of these icons. All I have done is convert them from image files into .ico files and from .ico files into icon libraries in .dll format.
OK, the icons are the ones published by billyJ in this thread:
http://forum.xda-developers.com/showthread.php?t=546881
He based his icons on the iReflect icon set published by bluemetalaxe in this thread:
http://forum.xda-developers.com/showthread.php?t=533993
I would like to emphasise that both billyJ and bluemetalaxe put a lot of work into these icons so they take 99% of the credit for this resource.
I've attached a screenshot of how these icons look in practice:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
To download the icon libraries go here:
https://cid-ac854080db1a552d.skydrive.live.com/self.aspx/XDA Developers files/Icon Libraries.rar
If you want to put them into your ROM you simply need to ensure all your start menu shortcuts relate to the icon or folder .dlls.
If you want to use these resources to cusomise your device after a ROM flash you will need to copy the relevant files to somewhere on your device. In my case the root of the storage card but you can put them on the root of the device memory, or even the Windows folder (which is where they will end up if they're cooked in). You then need to edit your start menu shortcuts with something like Total Commander PPC.
Within each .dll each icon has a different index number and you change the icon displayed by adding the following string to the end of the .lnk file:
?\My Documents\Icon.dll,-4
In this case the .dll file is called Icon.dll and has been copied into the My Documents folder on the main device memory and the index of the icon to be displayed is 4. I've exported my start menu into a .zip file which is attached to help demonstrate how this works in practice.
Check out the "Start Menu Customisation" thread in my signature to understand how to change the start menu folder icons.
Cheers
andrew-in-woking
CommManager MOD
Hi all
First off, this will only work on a WWE ROM with the stock Rhodium CommManager installed.
I've managed to successfully add two additional functions to the CommManager. It's working as follows:
Airplane Mode: Working as default settings.
Phone: Working as default settings.
Bluetooth: Working as default settings.
Wi-Fi: Working as default settings.
Microsoft Direct Push: Working as default settings.
Data Disconnection: Working as default settings.
3G (New): Switch fully working. Row Area Mapped to "\CMBandSwitching.exe".
Internet Sharing (New): Switch opens Microsoft Internet Sharing UI. Row area mapped to "\Windows\CMInternetSharing.exe". Switch changes to indicate HTC Internet Sharing connected.
Instructions:
Obviously if you're cooking a ROM you'll either need to merge my modification with the OEM package of the Stock CommManager or create a separate OEM package with the files in the .zip file attached.
If you are customising your device after a flash; in the .zip file attached there are two registy entry files as well as four image files.
1) Close Comm Manager
2) Back up the following registry Keys and all their containing vaules: [HKLM\Software\HTC\CommManager] & [HKLM\Software\OEM\UTMS]
3) Import the registry entries into your phone's registry from CommManager.reg and UTMS.reg in the .zip file attached.
4) Copy the four image files into the \Windows\ folder of your device. N.B it is not recommended to copy them directly from your computer to the windows directory, but to your storage card first.
5) Soft reset your device.
Original registry entries for HKLM\Software\HTC\CommManager attached.
Cheers
andrew-in-woking
Comfortaa font substitution
Hi all
First of all I need to credit aajohan from deviant art for the Comfortaa font:
http://aajohan.deviantart.com/art/Comfortaa-font-105395949
I really like the comfortaa font that GODZON listed on his TF3D + Windows fonts thread here:
http://forum.xda-developers.com/showthread.php?t=471604
However, the cab file only changed one of the TF3D fonts and I had some trouble changing the other. Anyway, here is where I have got to (There is a larger screen shot attached):
I've managed to change all the fonts, both system fonts and all the TF3D fonts. However, I would like the title font in TF3D to be Comfortaa Thin, which is proving to be difficult. To change your fonts to Comfortaa you need to copy the attached font files into two respective folders. They are sorted into these folders in the .zip file but just in case:
Font substitution now in .cab installer, thanks to starmans. Cab file attached.
Place the following files directly into your \Windows\ folder:
1) HelveticaNeue LT 35 Thin.ttf
2) HelveticaNeueOTS.ttf
3) tahoma.ttf
4) tahomebd.ttf
Place the following files into your \Windows\Fonts\ folder:
1) Comfortaa Bold.ttf
2) Comfortaa Regular.ttf
3) Comfortaa Thin.ttf
4) ZZ.TTF
Soft reset and when you restart your device you should have Comfortaa system and TF3D fonts. It is worth noting that if you do not have a \Fonts\ folder in your windows folder you do not need to copy these last four fonts to your device (unless you want Comfortaa available in MS Office). However, if you do not copy them, one of your TF3D fonts may change if you install software that uses its own custom fonts. For me Bible reading software did this as it uses special fonts for greek and hebrew.
To uninstall the font:
1) Rename the copied font files' extensions in Total Commander PPC to .ttt, do for example "tahoma.ttf" becomes "tahoma.ttt".
2) Soft reset the device.
3) Delete the .ttt files.
Cheers
andrew-in-woking
Green Glow 1.1
Hi all
This is my Green Glow wallpaper for M3D. I've also made a .theme file for S2U2 based on the tPro theme. First some attribution:
S2U2 here:
http://forum.xda-developers.com/showthread.php?t=527523
tPro for S2U2 here:
http://forum.xda-developers.com/showthread.php?t=467435
Green Glow Wallpaper here:
http://anowia.deviantart.com/art/Green-Glow-wallpaper-117112952
Here are some screen shots:
I'm having problems attaching files to this post so I've uploaded the files to my Skydrive folder here:
https://cid-ac854080db1a552d.skydrive.live.com/browse.aspx/XDA Developers files/Green Glow 1|_1
I've uploaded a HD Wall cab file. The additional graphics files and S2U2 theme file in a .zip archive as well as the 12 manila files in a .rar archive. For some reason when I try to download files from Skydrive it downloads them with an underscore _ at the beginning and end of the file name which need to be removed.
If you just want the wallpapers install the .cab file on your device. If you want the additional graphics you should copy animated.gif and welcomehead.192.png into the \Windows folder and implement the Green Glow.s2u2 file from the S2U2 settings dialogue under "Theme".
Cheers
andrew-in-woking
Spectrograph M3D Wallpapers
Hi all
Here's my latest customisation: Spectrograph wallpapers.
Attrubution: http://monkeybiziu.deviantart.com/art/Spectrograph-137589465
Screenshots:
WVGA wallpapers are attached for use wth S2U2, etc. The full download including all the manila files and a S2U2 theme file are in a .zip file which can be downloaded here:
http://cid-ac854080db1a552d.skydrive.live.com/self.aspx/XDA Developers files/Dark.zip
Enjoy!
andrew-in-woking
Fonts 1
Hi all
Here are the first of a set of fonts for your phone. For each set there is a .zip file attached. In the .zip file there are some fonts in a Windows folder which go into the windows folder of the device and then two others which go into the Windows\Fonts folder on the device. You need to use Total Commander to perform the copy and paste operation. For more information check out this thread:
http://forum.xda-developers.com/showthread.php?t=539091
1) 5 x 5 dots:
2) Alba
3) Amputa Bangiz
4) ARC
5) Asenine
6) Astronaut
And that's not all the A's! More to follow.
Cheers
andrew-in-woking
Floating Dots
Hi all
Here is my latest customisation. It's based on this image:
http://stratification.deviantart.com/art/Floating-Dots-74063890
It's a HTC Sense 2.1 skin created using HD Wall. There are four varieties:
1) WM 6.1
2) WM 6.1 CFC
3) WM 6.5
4) WM 6.5 CFC
All of these cabs are for HTC Sense 2.1. As well as changing all wallpapers within M3D they change the standard homescreen, the WM6.5 lockscreen as well as making the bottom slider and clock background transparent. WM 6.5 files skin the top and bottom bars.
I have included the four cab files as well as all the files that are included in them in a folder. The files can be downloaded here:
http://cid-ac854080db1a552d.skydrive.live.com/browse.aspx/XDA Developers files/Floating Dots
Cheers
andrew-in-woking
Liquid Cool Theme - Source files
Hi all
I'd like to draw your attention to:
andrew-in-woking said:
Hi fellow XDA-Devs
Welcome to my Liquid Cool theme. For reference purposes installing this theme on your phone is literally like going back in time to 1993 and drinking liquid cool.
Requirements:
- WVGA devices only
- WM 6.5 (.0)
- Sense 2.1
- Stock and Custom ROMs
- Co0kieMonster HQ Wallpaper patch, for your specific version of HTC Sense (http://forum.xda-developers.com/showthread.php?t=529730).
- You have to be really cool to install this theme.
What does the theme do?
1) Installs all Sense Liquid Cool backgrounds: Home Tab, All Tabs and Start Menu.
2) Installs Liquid Cool default Today Screen wallpapers
3) Installs Liquid Cool Lock Screen wallpapers
4) Installs Liquid Cool WM 6.5 Start Menu backgrounds
5) Skins softkey and task bars
6) Installs Leo Style animated splash screen and secondary/tertiary splash screens
7) Installs transparent bottom slider
8) Removes HTC Sense top curtain
9) Removes HTC Sense Weather clock background
10) Installs Retro Sense slider icons
Here's what it looks like:
Splash Screens:
Installation:
1) Disable Sense 2.1 via Settings>Today>Items:>HTC Sense
2) Install "Liquid Cool Theme.cab" contained in "Liquid Cool Theme.cab.zip"
3) Restart Device as requested.
4) Re-enable Sense 2.1 via Settings>... as in 1.
----------Bonus material for GSM Rhodium Devices------------
The bonus material for GSM Rhodium devices is an initial splash screen that is designed to preceed the Leo style animated splash screen. This must be handled with care because if you mess it up you can break your phone, invalidate the warranty and end up with a very expensive paperweight!
This splash screen must be flashed to the phone like a ROM or Radio ROM. Requirements:
- GSM Rhodium only - DO NOT try this on any other device!
- Hard SPL (http://forum.xda-developers.com/showthread.php?t=550131)
Installation:
1) Unpack RHODIMG.zip
2) Copy RHODIMG.nbh to the root of your device's Storage Card
3) Power off your device using the Long Press Power Button method
4) Press and hold the Volume Down and Power Buttons at the same time
5) Press the Power Button button to flash the splash screen
6) Reset the device using the stylus in the hole method.
Uninstallation:
Exactly as above but use the "RHODIMG.nbh" contained in "Default Rhodium Splash.zip" attached.
I have also attached the WVGA .jpg wallpapers for use with S2U2. I recommend tPro:
http://tpro.station59.com/skins/slide2unlock2
Credits:
Image: http://www.psdgraphics.com/textures/metal-textures/
HD Wall: http://forum.xda-developers.com/showthread.php?t=503511
Splash: http://forum.xda-developers.com/showthread.php?t=587867
Lots of other contributors but I didn't take a note. Please let me know if you think I've used your work.
Cheers
andrew-in-woking
Click to expand...
Click to collapse
I've attached a .zip file with all the source files for ROM cooking. You'll need to edit the registry accordingly for the top and bottom bar skinning.
Cheers
andrew-in-woking
Nexus One theme
Hi all
Here is my Nexus One theme:
Attribution: http://sqype.deviantart.com/art/Nexus-One-149713018
As well as changing the background in all tabs, it also changes:
- The clock background to transparent
- Slider to the old Manila 2.1 style with transparent curtain
- Removes the top curtain
- Changes the clock to transparent
- Adds some small colour changes in Sense
- Updates the call history contacts tab and call history graphics in the dialer
- Replaces the standard WM 6.5 today screen and the lock screen wallpapers
You can download the HDWall Cab here:
http://cid-ac854080db1a552d.skydriv...evelopers files/Nexus One Sense 2.1 Theme.cab
You can download the Theme files (manila and image files) here:
http://cid-ac854080db1a552d.skydriv...DA Developers files/Nexus One Theme Files.zip
Source image files for Sense are attached to this post.
It will only work on WM 6.5 with HTC Sense 2.1 (Weather Clock).
Cheers
andrew-in-woking
Reserved 9
Reserved for later use!
looks great,congratulation.
..............but can not download the icon libraries,getting page not found error.
Hmmmm...
ramakrishna said:
looks great,congratulation.
..............but can not download the icon libraries,getting page not found error.
Click to expand...
Click to collapse
Hi ramakrishna
I'm sorry but when I try the link it works. Can you try it again? Could it be a restriction on the network you are using?
Has anybody else had problems accessing the icon library downloads?
Cheers
andrew-in-woking
hey Andrew,
I'm using grzegorz10 dusk for 2.1 blackstone
http://forum.xda-developers.com/showthread.php?t=520753
best theme ive ever used and it works a treat on the tp2!
6.5 Lockscreen and task bar!!
http://forum.xda-developers.com/showthread.php?t=530981
BTW..I'm not far from you in Winchester!
Updated link
Hi all
I've updated the link to the libraries in the first post. It should work now. Please let me know if it doesn't.
Sorry about that.
andrew-in-woking
Single Icon DLL Template
Hi Andrew,
your icons really rock! However, I would really like to use one DLL per Icon (with SK Shortcut Manager). I've searched the forum and the web and didn't find one single solution that works to produce DLL's that get recognized by SK Shortcut Manager...
I've tried BeCyIconGrabber, Microangelo & VBCE Icons Tool. All of them could not generate a DLL that is recognized by SK Shortcut Manager. Your DLLs -> no problem.
Could you please-please-please give me a hint or (even better) upload a template DLL containing exactly one icon?
Thanks a lot!
IconFX
Hi all
I use IconFX. It's free and very good. That and GIMP for editing images.
Cheers
andrew-in-woking
Single Icon DLL Template
Hi Andrew,
thanks for the tip, I tried IcoFX and I really like it. Unfortunately, I was not able to accomplish making one DLL containing exactly one icon for use with SK... I (think) I tried everything. Even making a ICL file and renaming it to DLL...
How did you generate you e.g. Office-DLL? Could you generate one template with only one icon? You would save my weekend!
Thank you & Greetings from Vienna!
Tools -> Resource Editor
Griechenland said:
Hi Andrew,
thanks for the tip, I tried IcoFX and I really like it. Unfortunately, I was not able to accomplish making one DLL containing exactly one icon for use with SK... I (think) I tried everything. Even making a ICL file and renaming it to DLL...
How did you generate you e.g. Office-DLL? Could you generate one template with only one icon? You would save my weekend!
Thank you & Greetings from Vienna!
Click to expand...
Click to collapse
Hi Griechenland
1) Save my .dll files to a location on your computer, e.g. Documents or Desktop.
2) Open IconFX and in the menu select "Tools and then" "Resource Editor..."
3) In the dialogue box that opens select the open button which is the normal opening folder icon second in from the left.
4) Browse to the folder where you saved the icon libraries and select the one which contains the icon you want to use.
5) You should now see a number of icons in the dialogue box with a number below them. Go through each icon you don't want, right click on it and select "Delete", until you are just left with one icon.
6) Click on the "Close" button on the bottom right of the dialogue box and you will ask if you want to save your icon library.
7) Select "Yes" and you should get a message to say successfully saved.
Your original icon library will be renamed to Office.dll.bak, for example, and your new one will be saved as Office.dll where Office.dll was the original name of your icon library so if you have deleted all but the Pocket Word icons from the library you would want to rename the new icon library, Office.dll to Word.dll and Office.dll.bak back to Office.dll.
Hope that helps
andrew-in-woking
Green Glow 1.1
Hi all
I've updated post 4 with my green glow wallpaper and extras.
Cheers
andrew-in-woking
Tools -> Resource Editor
Now you really made my weekend! Thank you very very much!
And I can't believe I missed it (it's so easy). I just checked with SK - works like a charm! Maybe I just didn't expect a "delete-icons" functionality because all the other tools I've tried didn't have one... I just deinstalled all other tools and I'll stick with IcoFX.

[SKIN][Tutorial][04.07.2011] Skins for HTC Sense 2.0 roms & Framework mods.

I created/ported skins for HTC Sense 2.0 (Froyo) roms and decided to share my work.
Rule1: You MUST have permission to edit and post anywhere my skins. Reposting skins is NOT allowed. Read xda forum rules point 12.
Rule2: I will not fulfill personal requests, but I'm open for intelligent sugestions.
FAQ:
Q: Skins for my Gingerbread Sense rom don't work.
A: Skins for Gingerbread HTC Sense 2.1 based on Desire HD/S roms are here: http://forum.xda-developers.com/showthread.php?t=1048894
Q: Skins for my Thunderbolt 4G, Incredible S or Desire Z Gingerbread Sense rom don't work.
A: Skins for Thunderbolt 4G, Incredible S and Desire Z Gingerbread Sense 2.1 are here: http://forum.xda-developers.com/showthread.php?t=1122229
Q: I like your skins so I post "THANKS! THANKS! THANKS!!!!!!!"
A: I am doing this to please you all. If someone want to thank me, then at the bottom of every post is "THANKS" button, so it's not necessary to post 'thanks posts', keep thread clear. But from other side it's also very motivating for me
Q: Why is there so many screenshots and I only see 4 skins to download?
A: Skins are ready to download in my post #1, #2, #3, #6 and #7.
Q: How to install skin?
A: Well, just install (download skin, move it to phone's SD card and with any file manager install it).
Q: How to uninstall skin?
A: Go to Skin Picker (menu where you are choosing skins), press "Menu" button and choose "Delete" option.
Q: Why flip clock don't flip?
A: When flipping animation is on flip clock is using some stock white .pngs for it that are placed in the rom. When clock in the skin is changed then for flip animation the same stock .pngs are used which resulting in glitches. That is why every skin with stock clock will have enabled flip animation and those skins with custom clocks will not.
Q: Why skin is not changing all .pngs that I want?
A: Skins have limited capability in theming look of rom - this is the downside compared to flashable theme. For pros: skins are easy to create, they're covering most of the look of rom, they're light, you don't need root, they're quickly changeable (don't need to reset).
Q: Why skin is downloading as ".bin" file?
A: Because you are using browser in your phone to download skin. Use your PC browser to download or use XDA official Android app and download via it.
Q: I created my skin and after installation it restarts whole system or some stock apps.
A: Check each of .pngs if they are properly named. Couple of times for me skin was restarting whole system because I had double spacebar in one of the names of one .png.
Q: Where did you get those fancy folder icons?
A: Icons: http://forum.xda-developers.com/showthread.php?t=646967 & http://forum.xda-developers.com/showthread.php?t=604469. App for folders is SiMi Folder Pro (also Folder Organizer is great).
Click to expand...
Click to collapse
Changelog:
Code:
[Update 04.07.2011] New skin added: Meizu. Download in post #7.
[Update 17.06.2011] New skin added: Burgundy. Download in post #7.
[Update 17.05.2011] New skin added: Blue Sky. Download in post #7.
[Update 14.05.2011] New skin added: MIUI. Download in post #7.
[Update 11.05.2011] Updated skin: Sense3.
[Update 07.05.2011] New skin added: Sense3. Download in post #7.
[Update 08.03.2011] New skin added: Glass Sense. Download in post #7.
[Update 02.03.2011] New skin added: Xperiansed Arc. Download in post #7.
[Update 18.02.2011] New skin added: Honeybread. Download in post #6.
[Update 11.02.2011] New skins added: Black n Bold & PCB Sense. Download in post #6.
[Update 23.01.2011] New skin added: Radiant Acid. Download in post #6.
[Update 14.01.2011] New skin added: DroXense. Download in post #6.
[Update 07.01.2011] New skin added: GalaXense. Download in post #6.
[Update 29.12.2010] New skin added: Xperiansed. Download in post #6.
[Update 12.12.2010] Updated skin: Metro. Download in post #6.
[Update 11.12.2010] New skin added: Metro. Download in post #6.
[Update 07.12.2010] New skin added: Gingerbread. Download in post #3.
[Update 28.11.2010] New skin added: LEOnidas. Download in post #3.
[Update 23.11.2010] New skin added: distINCtion. Download in post #3.
[Update 21.11.2010] Updated skin: Froyo.
[Update 20.11.2010] New skin added: Froyo. Download in post #3. Updated skins: rEVOlution.
[Update 13.11.2010] New skin added: Acid Rosie. Download in post #3. Updated skins: All skins except Black Espresso.
[Update 11.11.2010] New skin added: AuraxTSense. Download in post #3.
[Update 09.11.2010] New skin added: Black Espresso. Download in post #3. Updated skin: MattedBlues.
[Update 04.11.2010] New skin added: rEVOlution. Download in post #3.
[Update 01.11.2010] New skin added: Purple Detox. Download in post #2. Updated skin: Carbon Fiber.
[Update 29.10.2010] New skin added: Carbon Fiber. Download in post #2. Updated skin: MattedBlues.
[Update 28.10.2010] New skin added: MattedBlues. Download in post #2.
[Update 26.10.2010] New skin added: Safari HD. Download in post #2. Updated skins: Ruby HD, Wildflower HD, RedRocks HD.
[Update 23.10.2010] New skin added: RedRocks HD. Download in post #2.
[Update 22.10.2010] New skin added: Wildflower HD. Download in post #2.
[Update 20.10.2010] New skin added: Ruby HD. Download in post #2.
[Update 17.10.2010] New skin added: Carbon Espresso. Download in post #2.
[Update 16.10.2010 again] Updated OBsensed skin.
[Update 16.10.2010] New skin added: CommonSense.
[Update 15.10.2010] Updated TronSense skin.
[Update 13.10.2010] New skin added: TronSense.
[Update 11.10.2010 again] Skins are installable like every .apk.
[Update 11.10.2010] New skins are working without disabling original skins:)
[Update 10.10.2010] New skin added: OBsensed. Cosmetic upgade for RogueSense skin.
[Initial release 07.10.2010] First skin added: RogueSense.
Click to expand...
Click to collapse
Credits:
Themes: RogueSense, OBsensed, TronSense, CommonSense, are originally created by Cubanaso, I ported them and also created and edited some of the graphics.
Link to his thread:CLICK
Themes: Carbon Espresso and Black Espresso are originally created by BrightSilence, I ported them and also created and edited some of the graphics.
Link to his thread:CLICK
Theme: MattedBlues is originally created by jabbawalkee, I ported it and also created and edited some of the graphics.
Link to his thread:CLICK
Theme: Carbon Fiber is originally created by trinityEon, I ported it, changed it color from original green to orange and also created and edited some of the graphics.
Link to his thread:CLICK
Theme: rEVOlution is originally created by manup456, I ported it and also created and edited some of the graphics.
Link to his thread:CLICK
Theme: Detox is originally created by Cubanaso, I ported it, changed it color from original green to purple and also created and edited some of the graphics.
Link to his thread:CLICK
Theme: AuraxTSense is originally created by NeoPhyTe.x360, I ported it and also created and edited some of the graphics.
Link to his thread:CLICK
Theme: Acid Rosie and Radiant Acid are originally created by NCX Designs, I ported it and also created and edited some of the graphics.
Link to his thread:CLICK
Themes: Ruby, Wildflower, RedRocks, Safari are originally created by HTC and can be found in HTC Glacier [myTouch 4G] roms, I ported them and created and edited some of the graphics.
Theme: distINCtion is originally created by USAsokr, I ported it and also created and edited some of the graphics.
Link to his thread:CLICK
Theme: PCB Sense is originally created by scar45, I ported it and also created and edited some of the graphics.
Link to his thread:CLICK
Theme: Black n Bold is originally created by Devildog8791 and thebowers from droidforums, I ported it and also created and edited some of the graphics.
Link to his thread:CLICK
Theme: Honeybread is originally created by haxzamatic, I ported it and also created and edited some of the graphics.
Link to his thread:CLICK
Theme: Glass Sense is originally created by esk02k, I ported it and also created and edited some of the graphics.
Link to his thread:CLICK
Skin: Blue Sky and Burgundy are originally created by HTC and can be found in HTC Sense 3.0 roms, I ported them and created and edited some of the graphics.
Skin: Froyo, Gingerbread, LEOnidas, Metro, Xperiansed, GalaXense(thanks to NCX Designs for the clock!), DroXense(thanks to NCX Designs for the clock!), Xperiansed Arc, Sense3, MIUI(thanks to MIUI Developers for original graphics) and Meizu are created by me.
Click to expand...
Click to collapse
SKINs download & screenshots.
Screenshots:
Rogue Sense:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
OBsensed:
TronSense:
CommonSense:
Carbon Espresso:
Ruby HD:
Wildflower HD:
RedRocks HD:
Safari HD:
MattedBlues:
Carbon Fiber:
Purple Detox:
rEVOlution:
Black Espresso:
AuraxTSense:
Acid Rosie:
Froyo:
distINCtion:
LEOnidas:
Gingerbread:
Metro:
Xperiansed:
GalaXense:
DroXense:
Radiant Acid:
PCB Sense:
Black n Bold:
Honeybread:
Xperiansed Arc:
Glass Sense:
Sense3:
MIUI:
BlueSky:
Burgundy:
Meizu:
Click to expand...
Click to collapse
Complete guide to SKINs for Sense 2.0
Rule: Now remember: if you want post result of your work (modified skin) you MUST have permission to use .png's from person who originally created them or also from me (if you are using png's from one of my skins in this thread). If you are only modifying skins for personal use, you can use what you want without asking anybody.
Note1: I'm using Windows 7 32 Bit PC, so tutorial is written for this platform. In "[]" are my comments. If you seeing "" you're not writing it, only sentence between them.
Note2: If you want relese skin, post it, and I will create link to your post in my second post, over tutorial.
Note3: If anybody would have any problems or will find any bug in my tutorial - post it.
So, you have awesome idea for a skin for Desire HD, but you don't know how to build it? Here is your answer:
Download & install 7zip.
Download & install Java Development Kit (JDK) & Java Runtime Environment (JRE): http://www.oracle.com/technetwork/java/javase/downloads/index.html
Download & install Android Software Development Kit (SDK): http://developer.android.com/sdk/index.html
Download Auto-sign.zip by Dave Da illest 1: http://www.mediafire.com/download.php?uwzjjydnm2r
Download Apktool by Brut.alll: http://code.google.com/p/android-apktool/downloads/list
I. Installation of Auto-sign:
1. Unpack Auto-sign.zip to any folder and you're done.
II. Installation of Apktool:
1. Unpack: "apktool-install-windows-2.2_r01-3.tar.bz2" and "apktool1.3.2.tar.bz2" to "C:/Windows" directory.
2. Pull from your Desire HD: framework-res.apk and com.htc.resources.apk. They are in "root/system/framework" directory. Save them on your PC.
3. Place com.htc.resources.apk in "C:/Users/'your name'/" directory.
4. Open terminal/command line [Start->Run->type "cmd"->press <enter>] and type "apktool", press <enter>. Then you should see usage help.
5. Write: "apktool if com.htc.resources.apk DesireHD" [There should be created directory "C:/Users/"your name"/apktool/framework" and 2 apk files in it].
III. We will start with modifying standard, HTC made Slate skin. First, we must pull Slate.apk from "root/system/app" folder. In this directry there are also skis: Metal.apk, Wood.apk, Blackboard.apk.
1. Extract pulled Slate.apk with 7zip. [Right mouse button click on skin .apk, from menu choose: 7zip->Extract to "Slate\"]. Now you can edit/replace all .png's stored in "Slate/res/drawable-hdpi; drawable-port-hdpi; drawable-land-hdpi".
2. Place pulled original Slate.apk in "C:/" directory.
3. In command line write: "apktool d -f -t DesireHD C:/Slate.apk".
4. There should be created directory "C:/Users/"your name"/Slate".
5. Editing name of skin, colors, and other miscellaneous things [in decompiled .xml files]:
a. Name of skin: with notepad we are editing AndroidManifest.xml in "C:/Users/"your name"/Slate" folder.
-line: <manifest android:hasCode="false" android:versionCode="8" android:versionName="2.2" package="com.htc.skin.Slate"
change to: <manifest android:hasCode="false" android:versionCode="8" android:versionName="2.2" package="com.htc.skin."your name of skin without spacebar""
with notepad we are editing strings.xml in "C:/Users/"your name"/Slate/res/values" folder.
-line: <string name="skin_name">Slate</string>
change to: <string name="skin_name">"your name of skin"</string>
b. Colors: with notepad we are editing colors.xml in "C:/Users/"your name"/Slate/res/values" folder. [Colors of specified areas of Sense UI are in HTML code. You can check and edit them with help of some sites].
c. Flipping of clock and screen indicator courve line: with notepad we are editing integers.xml in "C:/Users/"your name"/Slate/res/values" folder.
-line: <integer name="clockwidget_flip">1</integer> means that clock will flip. If "1" changed to "0", clock will not flip.
-line: <integer name="rosie_scrollbar_curve">0</integer> means that screen indicator will move in curve line. If "0" changed to "1", indicator will move in strait line [there is no mistake here!].
6. Now if you edited .xml's in the way you want, you must compile .apk of skin. In command line write: "apktool b -f C:/Users/"your name"/Slate "your name of skin without spacebar".apk" [for example: apktool b -f C:/Users/****/Slate Dick_Slate.apk].
7. In "C:/Users/"your name"/" directory will appear compiled skin .apk.
8. Open it with 7zip. [Right mouse button click on skin .apk, from menu choose: 7zip->Open archive]. You will see in this directory 2 folders: assets & res, and 2 files: AndroidManifest.xml [which is edited already] & resources.arsc.
a. In "assets/image" directory there are stored preview.png [which you see when you choosing skin in Skin Picker, on your phone] and wallpaper.jpg.
b. In "res" directory there are folders: drawable [which contains .xml's], drawable-hdpi, drawable-land-hdpi & drawable-port-hdpi [containing .png's which you will replace]. Now you can drag'n'drop previously prepared
[in point III.1.] .png's [or whole folders], so your new files replace those in opened .apk. Close 7zip window.
9. Now take edited "your name of skin without spacebar".apk to Auto-sign root directory [see point I.]. Change it's name to update.zip. Drag'n'drop update.zip at Sign.bat file and in command window press <enter> when signing will be finished. There should appear new file called update_signed.zip. Now you can change it's name to "name of you skin".apk and youre done. This file is installable on your Desire HD.
FRAMEWORK download.
FRAMEWORK----------------------------------------------------------------------------------------------------------------------------------------------------
Click to expand...
Click to collapse
I created custom frameworks for Desire HD (also Desire Z) builds/roms and decided to share my work.
Features: Changed icons in taskbar (wifi, bluetooth, signal, battery, gps, etc.), background of notifications, popup menus and added new system transitions. Battery have 1% step, added extended and tweaked animations of: Download, Upload and GPS icons.
Note1: 1.32 & 1.72 frameworks are cross compatibile. I have 1.72 rom and my 1.32 frameworks are working ok. When you have 1.32 rom, frameworks based on 1.72 will work too.
Note2: Download in my post #4 and #5.
Installation:
I.For those who flash via ClockworkMod 2.5.x.x recovery:
1. Extract the attached "Blank 'framework_update.zip' for CWM 2.5.x.x.zip", then open up the "framework_update.zip" with 7zip.
2. Drag downloaded framework-res.apk to the "framework" folder in 7zip window, to overwrite the existing blank framework-res.apk file.
3. Close "framework_update.zip" (agree to any messages about updating the file).
4. Copy "framework_update.zip" to your SD card.
5. Flash the "framework_update.zip" via ClockworkMod 2.5.x.x.
II.For those who flash via ClockworkMod 3.x.x.x recovery:
1. Extract the attached "Blank 'framework_update_CWM3' for CWM 3.x.x.x.zip", then open up the "framework_update_CWM3.zip" with 7zip.
2. Drag downloaded framework-res.apk to the "framework" folder in 7zip window, to overwrite the existing blank framework-res.apk file.
3. Close "framework_update_CWM3.zip" (agree to any messages about updating the file).
4. Copy "framework_update_CWM3.zip" to your SD card.
5. Flash the "framework_update_CWM3.zip" via ClockworkMod.
III.For those with HTC HD2 and SD Build of Android:
Put 'framework-res.apk' in "sdcard/android/root/system/framework" folder and reboot.
Changelog:
Code:
[Update 08.03.2011] Updated NeoHTC & Xperiansed frameworks with 1.84.661.1 versions.
[Update 01.03.2011] Added Xperiansed framework (extended animations).
[Update 02.01.2011] Added NeoHTC framework (battery have 1% step, extended animations of upload, download, gps icons, black notifications, new popup menus, new system transitions). Download in post #7.
[Update 07.12.2010] Added Gingerbread framework. Download in post #7.
[Update 23.11.2010] Added distINCtion framework (battery have 1% step, extended animations).
[Update 21.11.2010] Updated Froyo framework (battery have 1% step, extended animations).
[Update 20.11.2010] Added Froyo framework.
[Update 15.11.2010 again x2] Added Detox framework (battery have 1% step).
[Update 15.11.2010 again] Added RogueSense framework (battery have 1% step). Updated rEVOlution framework (battery have 1% step, extended animations).
[Update 15.11.2010] Added DesireHD mod by sopL87 (everything is stock except 1% step battery, tweaked and extended animations of Upload, Download and GPS, just download some apk's from market or turn on GPS and see how sweet it is looking now:P).
[Update 13.11.2010] Added Galaxy S framework (battery have 1% step).
[Update 13.11.2010] Added rEVOlution framework (battery have 1% step).
Screenshots:
rEVOlution:
Galaxy S:
DesireHD Mod by sopL87:
RogueSense:
Detox:
Froyo:
distINCtion:
Gingerbread:
NeoHTC by sopL87:
Xperiansed:
Click to expand...
Click to collapse
FRAMEWORK download.
Custom frameworks by users:
Frameworks by icematrix V1, V2, V3, V3.1, V3.1.1 & V4.0[28-12-2010]
SKINS download.
Skins created by users:
Snoopy by pp18.
Skins by gadget!
Carbon HTC by m1l4droid
MaxDroid by khakala
Skins by Krzysiec
Skins by evasilisin
Skins by vanlon
Skins by scar45
SKINS download.
__________
Excellent, I love the tron skin !
Update.
Updated TronSense skin. Now all settings [wifi, bluetooth] widgets are in TronSense transparent style - sooo much work...
bjcolema said:
Love these skins! HTC should hire you.
Click to expand...
Click to collapse
Thanks. Much appreciate
Thanks man.
Looking forward to more delicious themes from you.
P.S. A personal request. I really like the Common Sense theme from the link in your post.
Man, your killing it with these new skins. Great job! My only suggestion is to modify the white skin where it says "phone" on the launcher to make it more centered. Like maybe scoot the dots over to the left and bring the word "Phone" down next to the dots. But your doing a great job, i know porting the little parts of the skins are NOT easy! Its so cool we can just install an apk now and totally change everything.
GREAT JOB
Hi sopL87,Excellent work,the themes look amazing, great job, look forward to future themes from you.....
motoman234 said:
Man, your killing it with these new skins. Great job! My only suggestion is to modify the white skin where it says "phone" on the launcher to make it more centered. Like maybe scoot the dots over to the left and bring the word "Phone" down next to the dots. But your doing a great job, i know porting the little parts of the skins are NOT easy! Its so cool we can just install an apk now and totally change everything.
Click to expand...
Click to collapse
Thanks. About Phone label it's impossible to move or delete it. I can only change icon next to it. I will modify it to show standard 'phone' icon so Phone label would be more centered
sopL87 said:
Thanks. About Phone label it's impossible to move or delete it. I can only change icon next to it. I will modify it to show standard 'phone' icon so Phone label would be more centered
Click to expand...
Click to collapse
Awesome, if you need any help let me know!
Update.
You want it, you have it. New skin added: CommonSense
Update.
Updated OBsensed skin. Now all setting widgets, like bluetooth, wifi, autorotation, are in OBsensed-white style. Also added some minor modifications.
Thanks man for giving us the new Common Sense theme which I requested.
Great Job.
Also can we have theme components on the dialer? And also can the background of the App Drawer be changed from black to something else?
Thanks for everything
arifqur said:
Thanks man for giving us the new Common Sense theme which I requested.
Great Job.
Also can we have theme components on the dialer? And also can the background of the App Drawer be changed from black to something else?
Thanks for everything
Click to expand...
Click to collapse
Sorry, but skins have no possibility to modify dialer graphics. Also app drawer background is not changeable
sopL87 said:
Sorry, but skins have no possibility to modify dialer graphics. Also app drawer background is not changeable
Click to expand...
Click to collapse
That's all right. Thanks for giving it your time.
Update.
New skin added: Carbon Espresso by BrightSilence. Enjoy

[THEME] Elegant Blues for Sense ROM`s

Elegant Blues Theme - ONLY for Deodexed Sense 2.2.1 ROM`s based on 1.72
Elegant Blues Theme is a synthesis of my Summer Blues Milestone Theme and jabbawalkies beautiful Matted Blues for EVO 4G. It is an elegant and understated Theme for fans of decent blue and gray.
Credits:
jabbawalkie for inspiration and some png`s - http://forum.xda-developers.com/showthread.php?t=768848
jsChiSmurf & Cyanogen Team for Originale Power Widget
-snq for Advanced Power Menu
Xeudoxus for Original Transparency Hack
This Theme contains:
• Power Widgets
• Advanced Power Menu
• Battery Hack for 1% Steps in status bar
• Windows Phone 7 Fonts
• Elegant Blues Icon Pack incl. psd and Font
• Dancing Droid Bootanimation
• Launcher Pro
• Rosie with Browser Shortcut and removed icon Text background
• Transparent Widgets
• UnreadCount Message Mod
• Beautiful Widget Skin
• Modified Browser, youtube, calendar, gmail, Mail, many widgets, contacts, MMS, facebook, twitter, genie, seach, settings Dialer apk`s incl. tons of new icons
1.What you need before the flash
Root, S-Off, Sense ROM, Clockwork Mod und ROM Manager
2. Install
IMPORTANT - backup your system with Rom Manager
* Uninstall Facebook Update in case widget is not like screenshots
* LauncherPro Users - uninstall before you flash the theme (Plus User delete the launcher.apk from zip and theme LPro Plus via metamorph)
* Copy ElegantBluesDHD.zip to SD Card
* Open Rom Manager and install from SD Card or directly from recovery
* Choose ElegantBluesDHD.zip, then your DHD boots in Recovery and installs the theme, copies the Icon Pack and Wallpaper to your SD Card
* Choose your favorite Wallpaper from sdcard/wallpaper (6 Options), if you like customize your shortcuts with the icon pack. The blue wall from the screens has a better resolution, if you pick it from gallery.
Icons can be best applied with Desktop Visualizer (if you use Rosie) or directly with LauncherPro.
* Make sure you choose HTC default skin, otherwise theme will not show up as designed
* Note: If there is a part you don`t want to install, just open the update.zip with winrar or 7zip BEFORE you flash, delete the apk and close the zip.
Power Widgets: You can control the mod in notification_config.txt in system/customize by activating only PowerWidget, only recent apps or both.
enablePowerControl : For Power Widget only
enableRecentApps : recent apps only
enablePowerControl|enableRecentApps: For both
More details in my Power Widget thread - http://forum.xda-developers.com/showthread.php?t=947680
IMPORTANT: If you are on stock ROM or not on a 2.2.1 and 1.72 based ROM (see system info in settings) , don`t flash this theme!
Known issues:
Just in case you have Weather FC`s after applying the theme, just do the following:
Uncheck sound effects in weather app settings
In case the FC comes already after opening the weather app (which is rare) and you can`t access settings in weather app, just do the following:
Go to applications, select manage, select all
Look for weather provider and delete data
IMPORTANT: kill your network connection (airplane mode)
Open weather, this will now not be able to update as connection is off
Apply settings, disable sound
Restore network connection
THEMES
Since multiupload has gone mad like a lot of file sharing sites since the big bang with Mega Upload, here´s a mirror for most of my Desire HD Themes (still uploading a while...).
http://minus.com/mQs1uZrCd#
Elegant Blues Theme Update for Virtous Unity ROM 1.29+
Changelog:
More blue press effects and buttons
Updated to new 1.29 platform
Download
http://www.multiupload.com/3D23DUFDVM
RELEASE Elegant Blues for 2.50 ROM`s
Changelog
Updated to 2.50 base
All known features incl. transparent app drawer, notification bar, custom backgrounds, 4x5 Rosie, remapping for Sense 3 version, CRT e.g.
Download stock version 2.50
http://www.multiupload.com/P17KUVBK9R
Download 2.50 for installed Sense 3 components
Multiupload.com - upload your files to multiple file hosting sites!
Elegant Blues Theme Update for 2.36 Base
Changelog:
New jar base, that works with Sense 3.0 Weather and Kingdom Lockscreen
Fixed some framework related issues
New Statusbar and quick settings base compatible to Task Manager 3.0
MMS & Phone compatible to Kingdom Lockscreen
Removed Sense 3.0 Lockscreen, so Theme will not overwrite Kingdom Lockscreen (in case you use it)
Fixed white on white bug in some popups like SetCPU
Download:
http://www.multiupload.com/POZC0NQBDU
Known issues:
ADDONS
Splash Screen for Elegant Blues
Install:
1. Extract the Android Flasher
2. Connect your DHD via USB - charge only
3. Run Android Flasher.
4. Select Splash Flasher
5. Push GO! and select the downloaded .bmp.
Download Splash Screen:
http://www.multiupload.com/IOQIKKOAB6
Download Splash Image, if you prefer to flash via fastboot (see instructions in post 4):
Multiupload.com - upload your files to multiple file hosting sites!
Download Android Flasher
MEGAUPLOAD - The leading online storage and file delivery service
Splash looks like Lockscreen with the addition of HTC branding.
Restore Splash Screen & Bootanimation HTC white:
Copy zip to your SD
Boot in bootloader and confirm update request with volume up
Multiupload.com - upload your files to multiple file hosting sites!
Rosie on steroids for GB ROM`s
How about...
... up to 10 shortcuts
5 column app drawer
removed icon text background, no ugly background anymore
transparent app drawer
Credit for the custom opportunity - 1wingedangel: http://forum.xda-developers.com/showthread.php?t=887208
You also need the app launchkey from here - http://forum.xda-developers.com/showthread.php?t=818499
Install:
* NANDROID; NANDROID; NANDROID...
* Flash update.zip via ROM Manager or recovery
* Install launchkey from appelflap`s thread or support him with the donate Version from the Market, adds even more system shortcuts
* Open Launchkey and choose an app, system function or Custom Menu. That will activate the dock icon on the right with your desired shortcut or popup.
* Works out of the box only on DEODEXED ROM - so certainly on Revolution.
Download:
http://www.multiupload.com/SVI2KXCKVN
Rosie on steroids for 2.36 based Rosie with Sense 3.0 Mod compatibility
Download:
http://www.multiupload.com/H9A3E6GHA6
Metamorph for Launcher Pro Plus users:
* Load metamorph from the market and install
* Rename LauncherPro in Launcher.apk and push it to system/app with permissions 644, then reboot
* Copy the complete .zip in sdcard/AndroidThemes
* Open Metamorph and choose "unzip/Extract new Theme"
* Choose "pick existing theme", then go to the unzipped folder in metamorph (like "LauncherProSummerBlues") and start the xml
* Reboot and you`re all set
* For the dock choose froyo wide
Metamorph Launcher Pro Download
http://www.multiupload.com/NKNQKX5DX0
If you want to customize this theme with your personal flavour like other battery icons or a new statusbar, just draw the pngs in drawable-hdpi folder of this empty metamorph and apply. You can certainly only customize icons with this morph, which belong in this folder.
Download Custom Framework Morph
http://www.multiupload.com/6PSDGDI0FA
Back to Stock Font
http://www.multiupload.com/NBJWTBT0GG
Back to stock Lockscreen for 2.36 Base
http://www.multiupload.com/XY6KBLGF19
Sense 3.0 MMS & working Lockscreen for 2.36 base - all credits belong to seo
http://www.multiupload.com/7V3F897X9F
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Awesome!! Thanks!
Now it is perfect!
Thanks for bringing this great theme to XDA!
It's just that i looked at the zip directory of your Splashscreen and its an splash1.img file inside, shouldnt it be a .bmp file for Android Splash Flasher?
Yours sincerely!
You are right, I was one step ahead... you can flash the splash img by:
Copy the image in your tools folder of SDK
Boot into bootloader, connecting your DHD
Open cmd and navigate to tools folder
type: fastboot flash splash1 splash1.img
Then reboot with: fastboot reboot
I uploaded the bmp now.
Nice theme he_stheone64...
Another great solution/option for DHD users...
Sent from my DesireHD with Mixed_Theme
Omfg looks great! I combined it with your RosieOnSteroids
just one thing, imho the htc clock widget background is a bit too dark.
IMPORTANT: If you are on stock ROM or not on a 2.2.1 and 1.72 based ROM (see system info in settings) , don`t flash this theme!
I'm running Cool ROM v5, 2.2.1, and 1.72 but can't have it flashed, just the wallpaper that shows. What should I do?
Thanks.
Fresh & clean... I like it !
Wow! Simply beautiful... !
sort of new to this stuff, im having a hard time figuring out how to apply icons, and there is no update.zip on my sd card , can anyone break it down for me please?
May i suggest you put the autobrightness tweak here?
BlackTigerX said:
Omfg looks great! I combined it with your RosieOnSteroids
just one thing, imho the htc clock widget background is a bit too dark.
Click to expand...
Click to collapse
That might be changed going forward, that theme is still in it`s infancy, even if it`s a kid of my Milestone Summer Blues, but Sense is so different, that it will still be a long journey. It is like a new flat, it`s never ready.
mach0boi said:
May i suggest you put the autobrightness tweak here?
Click to expand...
Click to collapse
That might be an addon later, but not as standard, since this is too dark for some people. But having choices is always a good idea.
I'm I blind? Can't see the download link for the theme
skickat från min Desire HD med Android revolution HD 2.0.11
How I can get theme's bar to Rosie On Steroids?
New Add-On:
Alternative framework-res with Auto Brightness Tweak (saves battery)
Flash over installed Theme. If you feel this is too dark, just reflash the main theme or inster the theme framework-res in this zip and flash
http://www.multiupload.com/UK4MH9VUW8
ekke201 said:
I'm I blind? Can't see the download link for the theme
skickat från min Desire HD med Android revolution HD 2.0.11
Click to expand...
Click to collapse
LOL... you better not flash the latest add-on, otherwise I would be really worried.
This here is from 1rst post
THEMES
Download for 2.2.1 based (1.72) DEODEXED ROM`s (like Revolution ROM 2.03 and higher)
Update 1 - Loudspeaker Button Fix
http://www.multiupload.com/JGUPHO90O5
How can i customize the shortcut key from the home screen? The one beside the "phone" button. The default is the htc browser but i want to change it.
nice one really like the theme what i don't like is the HTC lockscreen though i prefer the android one, so i simply removed the htclockscreen.apk from the theme before i flashed and voila perfect...
Thought i would mention incase anyone else wants to do the same no issue's so far
mach0boi said:
How can i customize the shortcut key from the home screen? The one beside the "phone" button. The default is the htc browser but i want to change it.
Click to expand...
Click to collapse
I will launch a Rosie version as addon later, where you can change that shortcut to your liking incl. a popup to 9 shortcuts. It is basically like my Rosie on steroids, only with standard non transparent drawer and 4 icons (ROS has transparency and 5 columns).

Cyanogen MOD 7 Themes he_stheone64

Themes he_stheone64 for Cyanogen Mod RC1 & RC2
In this thread you will find a growing list of ports of my Sense and Milestone (not all...) themes to Cyanogen Mod 7.
REVOLUTION
I ported the very nice EVO Theme REVOlution from manup456 (so all credits to him) to DHD, tweaked a lot of details to my preference, rebranded it as DHD and added a few hacks incl 1% battery indicator.
credits: manup456 - http://forum.xda-developers.com/show...07#post7361807
mattmaso & me for battery hack
fightspit for 1% hack - http://forum.xda-developers.com/showthread.php?t=724778
sonnysekhon for the LatinIME pngs - I only changed a few xml`s to better match the color for each theme
Theme contents:
• Launcher Pro
• Wallpaper Pack in CMWallpapers.apk
• Transparent Widgets
• UnreadCount Message Mod
• Beautiful Widget Skin
• Icon Pack Manup Simple Text
• Battery Hack for 1% Steps in statusbar
• Modified Browser, youtube, calendar, gmail, contatcs, MMS, alarmclock, facebook, twitter, genie, search, phone, market apk`s incl. new status and Launcher Icons
What you need before the flash
Root, S-Off, CM7 RC1 ROM, Clockwork Mod 3.0.0.5 and ROM Manager
2. Install
IMPORTANT - backup your system with Rom Manager
LauncherPro Users - uninstall before you flash the theme (Plus User delete the Launcher.apk from zip and theme LPro Plus via metamorph)
Copy RevolutionCM.zip to SD Card
Open Rom Manager and install from SD Card
Choose RevolutionCM.zip, then your DHD boots in Recovery and installs the theme, copies the Icon Pack to your SD Card
Choose your favorite Wallpaper from CM Wallpapers, if you like customize your shortcuts with the icon pack
Icons can be best applied with Desktop Visualizer or directly with LauncherPro.
Theme Download Revolution CM7 RC1 20.02.
http://www.multiupload.com/WC0AWMMWO9
Update Revolution CM7 RC2 13.03.
Download:
Multiupload.com - upload your files to multiple file hosting sites!
Update Revolution CM7 RC3 29.03
Download
http://www.multiupload.com/ROKWDRVU7V
Update Revolution for Cyanogen Mod 7 Final
Download
Changelog:
New green glow Statusbar Icons
Market updated to 2.3.6
http://www.multiupload.com/318CI6M2Y4
Known issues:
ADDONS
Splash Screen for Revolution - Screenshot see Sense Thread
Install:
1. Extract the Android Flasher
2. Connect your DHD via USB - charge only
3. Run Android Flasher.
4. Select Splash Flasher
5. Push GO! and select the downloaded .bmp.
Download Splash Screen:
Multiupload.com - upload your files to multiple file hosting sites!
Download Android Flasher
MEGAUPLOAD - The leading online storage and file delivery service
Restore Splash Screen & Bootanimation HTC white:
Copy the zip to your SD
Boot in bootloader and confirm the update request with volume up
Multiupload.com - upload your files to multiple file hosting sites!
Metamorph for Launcher Pro Plus users:
* Load metamorph from the market and install
* Rename LauncherPro in Launcher.apk and push it to system/app with permissions 644, then reboot
* Copy the complete .zip in sdcard/AndroidThemes
* Open Metamorph and choose "unzip/Extract new Theme"
* Choose "pick existing theme", then go to the unzipped folder in metamorph (like "LauncherProSummerBlues") and start the xml
* Reboot and you`re all set
* For the dock choose froyo wide
Metamorph Launcher Pro Download
http://www.multiupload.com/GY8IYTVDOX
If you want to customize this theme with your personal flavour like other battery icons or a new statusbar, just draw the pngs in drawable-hdpi folder of this empty metamorph and apply. You can certainly only customize icons with this morph, which belong in this folder.
Download Custom Framework Morph
http://www.multiupload.com/YUOOIAEJFL
Back to Stock Font
Multiupload.com - upload your files to multiple file hosting sites!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://dl.dropbox.com/u/348210/RevolutionCM7/Revo4.jpg
40+ Custom CM7 RC1 Wallpapers
To enhance the experience and choices I exchanged all CM Wallpapers against more subtle versions. You will find more then 40 new choices in the CMWallpapers.apk, which is part of ally my CM7 Themes. The screenshot does only show 25, but there are many more inside. You can also flash this over any theme, so that is universal for CM7 RC1 (see separate Thread).
Elegant Blues Theme - für Cyanogen Mod RC1 & RC2
Elegant Blues Theme is a synthesis of my Summer Blues Milestone Theme and jabbawalkies beautiful Matted Blues for EVO 4G. It is an elegant and understated Theme for fans of decent blue and gray.
Credits:
jabbawalkie for inspiration and some png`s - http://forum.xda-developers.com/showthread.php?t=768848
jsChiSmurf & Cyanogen Team for Originale Power Widget
-snq for Advanced Power Menu
Xeudoxus for Original Transparency Hack
This Theme contains:
• Launcher Pro
• Wallpaper Pack in CMWallpapers.apk
• Transparent Widgets
• UnreadCount Message Mod
• Beautiful Widget Skin
• Icon Pack he_stheone64
• Battery Hack for 1% Steps in statusbar
• Modified browser, youtube, calendar, market, gmail, contacts, MMS, alarmclock, facebook, twitter, genie, search, phone apk`s inkl. nee status and Launcher Icons
1.What you need before the flash
Root, S-Off, CM7 RC1 ROM, Clockwork Mod 3.0.0.5 und ROM Manager
2. Install
IMPORTANT - backup your system with Rom Manager
* LauncherPro Users - uninstall before you flash the theme (Plus User delete the launcher.apk from zip and theme LPro Plus via metamorph)
* Copy ElegantBluesCM.zip to SD Card
* Open Rom Manager and install from SD Card or directly from recovery
* Choose ElegantBluesCM.zip, then your DHD boots in Recovery and installs the theme, copies the Icon Pack to your SD Card
* Choose your favorite Wallpaper from CM Wallpapers, if you like customize your shortcuts with the icon pack. The blue wall is in LauncherPro.
Icons can be best applied with Desktop Visualizer (if you use Rosie) or directly with LauncherPro.
Theme Download Elegant Blues CM7 RC1 20.02.
http://www.multiupload.com/82QTMI7AZC
Update Elegant Blues CM7 RC2 13.03.
Multiupload.com - upload your files to multiple file hosting sites!
Update Elegant Blues CM7 RC3 29.03
Download
http://www.multiupload.com/99086XSA90
Update Elegant Blues für Cyanogen Mod 7 Final
Changelog:
Market updated to 2.3.6
Download
Multiupload.com - upload your files to multiple file hosting sites!
Known issues:
ADDONS
Splash Screen for Elegant Blues
Install:
1. Extract the Android Flasher
2. Connect your DHD via USB - charge only
3. Run Android Flasher.
4. Select Splash Flasher
5. Push GO! and select the downloaded .bmp.
Download Splash Screen:
Multiupload.com - upload your files to multiple file hosting sites!
Download Splash Image, falls Ihr lieber via fastboot Flasht - Flashen wie ein Radio: fastboot flash splash1 splash1.img
Multiupload.com - upload your files to multiple file hosting sites!
Download Android Flasher
MEGAUPLOAD - The leading online storage and file delivery service
Restore Splash Screen & Bootanimation HTC white:
Copy zip to your SD
Boot in bootloader and confirm update request with volume up
Multiupload.com - upload your files to multiple file hosting sites!
Metamorph for Launcher Pro Plus users:
* Load metamorph from the market and install
* Rename LauncherPro in Launcher.apk and push it to system/app with permissions 644, then reboot
* Copy the complete .zip in sdcard/AndroidThemes
* Open Metamorph and choose "unzip/Extract new Theme"
* Choose "pick existing theme", then go to the unzipped folder in metamorph (like "LauncherProSummerBlues") and start the xml
* Reboot and you`re all set
* For the dock choose froyo wide
Metamorph Launcher Pro Download
http://www.multiupload.com/NKNQKX5DX0
If you want to customize this theme with your personal flavour like other battery icons or a new statusbar, just draw the pngs in drawable-hdpi folder of this empty metamorph and apply. You can certainly only customize icons with this morph, which belong in this folder.
Download Custom Framework Morph
http://www.multiupload.com/YUOOIAEJFL
Back to Stock Font
Multiupload.com - upload your files to multiple file hosting sites!
Elegant Steel Theme - for Cyanogen Mod RC1
The Elegant Steel Theme is based on jedispotties psd concept and I developed and released the first version orginally for Milestone and then helped porting it for a friend on the Nexus. From there the theme became popular, since plenty of guys ported my original theme to other devices on XDA.
Credits:
Jedispotty for the concept (he does not build themes) - [WIP]ElegantSteel - xda-developers
This Theme contains:
• Launcher Pro
• Wallpaper Pack in CMWallpapers.apk
• Transparent Widgets
• UnreadCount Message Mod
• Beautiful Widget Skin
• Icon Pack Token
• Battery Hack for 1% Steps in statusbar
• Modified browser, youtube, calendar, market, gmail, contacts, MMS, alarmclock, facebook, twitter, genie, search, phone apk`s inkl. nee status and Launcher Icons
1.What you need before the flash
Root, S-Off, CM7 RC1 ROM, Clockwork Mod 3.0.0.5 und ROM Manager
2. Install
IMPORTANT - backup your system with Rom Manager
* LauncherPro Users - uninstall before you flash the theme (Plus User delete the launcher.apk from zip and theme LPro Plus via metamorph)
* Copy ElegantSteelCM.zip to SD Card
* Open Rom Manager and install from SD Card or directly from recovery
* Choose ElegantSteelCM.zip, then your DHD boots in Recovery and installs the theme, copies the Icon Pack to your SD Card
* Choose your favorite Wallpaper from CM Wallpapers, if you like customize your shortcuts with the icon pack. The blue wall is in LauncherPro.
Icons can be best applied with Desktop Visualizer (if you use Rosie) or directly with LauncherPro.
Theme Download Elegant Steel 20.02.
Multiupload.com - upload your files to multiple file hosting sites!
Changelog
Known issues:
ADDONS
Metamorph for Launcher Pro Plus users:
* Load metamorph from the market and install
* Rename LauncherPro in Launcher.apk and push it to system/app with permissions 644, then reboot
* Copy the complete .zip in sdcard/AndroidThemes
* Open Metamorph and choose "unzip/Extract new Theme"
* Choose "pick existing theme", then go to the unzipped folder in metamorph (like "LauncherProSummerBlues") and start the xml
* Reboot and you`re all set
* For the dock choose froyo wide
Metamorph Launcher Pro Download
http://www.multiupload.com/7F3A8W6CKJ
If you want to customize this theme with your personal flavour like other battery icons or a new statusbar, just draw the pngs in drawable-hdpi folder of this empty metamorph and apply. You can certainly only customize icons with this morph, which belong in this folder.
Download Custom Framework Morph
http://www.multiupload.com/YUOOIAEJFL
Download Revolution Font
http://www.multiupload.com/G2L8S1F8VD
Back to Stock Font
Multiupload.com - upload your files to multiple file hosting sites!
Reserved 5
Reserved 6
WOW, we got cm7 theme finally.
Sent from XDA App
Fantastic, also I have it working on my Desire (Bravo) , all I had to do was mount system and data in recovery...looks amazing on both devices.
Thanks
Updates
Small Fixes for Elegant Blues and Revolution, new - Elegant Steel
Outstanding, thanks again,loving them.
Wow the themes is AWESOME!
One thing (or even request) tho:
Can you make those available for T-Mobile Theme Chooser?
Absolutely outstanding indeed! Thanks for sharing.
Osleg said:
Wow the themes is AWESOME!
One thing (or even request) tho:
Can you make those available for T-Mobile Theme Chooser?
Click to expand...
Click to collapse
T-Mobile chooser does not allow to theme a lot of details, that do belong to that theme...
afaik it does not support animation transitions and stuff like this but do support everything else.
Anyway, i hope there will be version of this for theme Choser one day ^_^ cuz those themes looks super awesome ^_^
and how about the appr. 20 apps, that are part of my themes...
Especially the widgets are very important (some are supported, but not all) in order to achieve a decent look and in CM7 these are all part of the individual apps and not of the framework. Also parts like dialer play an important role. You would be surprised, how many details you can`t theme right now with that engine. Anyway I will look into it... but not this week.
Ow, let me rephrase my question:
Is that possible to make the design without apps, launcher, widgets and stuff? Only the colors, icons and notification areas?
Oh and i want Droid peeing on apple wallpaper ^____^
Basicly, im using only 3 widgets, smooth calendar, minimalistic text and winapm re-skinned to transparent
Also you can provide a version of Theme Choser + flashable zip with app to all who want it. imo those kind of "modularity" will be better for most users who want only the color scheme or who want only programs/widgets (like all who ask for new transparent widgets at "Transparen Mod" thread )
Ofc everything here is my own humble opinion
EDIT: LOL (here was stupidity and tiredness)
EDIT2:
You can theme dialer and everything from Theme chooser afaik
Well, then try to make a transparent dialer with that engine... or changing notifications for MMS,email, gmail, calendar, phone...
So I did not analyze it a lot, what I saw was very interesting, but still too many limits for my taste. It may sound picky, but details are important to me.
he_stheone64 said:
Well, then try to make a transparent dialer with that engine... or changing notifications for MMS,email, gmail, calendar, phone...
Click to expand...
Click to collapse
uhm... ohmm..... wellll......
i can use theme with NIGHTLY CyanogenMod 7?? thanks
Any chance for a transparent statusbar theme ? Elegant steel w. transparent statusbar would rock!

[Theme][CM7 TC][HDPI]Anastasdroid v9 [3 Oct]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
Welcome to Anastasdroid. My goal is simple: bring Anastasia to Android.
Anastasdroid is growing. Originally just for CM7, now it is much, much more.
Post 1: Introduction and downloads
Post 2: Theme log, theme screenshots, FAQ
Post 3: Transparency Instructions, Splashscreens
Post X: Icon Pack
Post 206: LaunhcerPro Plus Widgets
Post 239: GO SMS Pro Theme
Post 243: GO Contacts EX Theme
For CM7 Theme:
1- HDPI phone
2- A CM-7 based rom
3- A rom with T-mobile's Theme Chooser (standard in CM7)
4- Metamorph (for lockscreen - not able to be part of the Theme Chooser)
The newest version is always here; click to download. You can download from XDA or Market (free or donate - $0.99 USD):
THEME
MARKET DONATE ($0.99)
Desktop Links: Black and White Dialer | Color Dialer
Mobile Links: Black and White Dialer | Color Dialer
MARKET FREE
Desktop Links: Black and White Dialer | Color Dialer
Mobile Links: Black and White Dialer | Color Dialer
MEDIAFIRE
Anastasdroid v9 - Black and White Dialer
Anastasdroid v9 - Color Dialer
Transparent Statusbar
Note: MUST read Post 3 about instructions!!!
Anastasdroid v9 - BW Dialer Transparent Statusbar
Anastasdroid v9 - Color Dialer Transparent Statusbar​
------------
LOCKSCREEN (Original Post)​Circle - Email | SMS | Custom
Small Square - Email | SMS | Custom
Big Square - Email | SMS | Custom​​
Anastasdroid Theme
1- Download Anastasdroid from above, place on SD card and install.
2- Reboot phone (turn off/ on).
3- Open Theme Chooser, scroll to the left and click "Apply" under Anastasdroid
NOTE: You will likely get the message: "Theme Error: Sorry, this theme is missing assets for your device's screen size." Click "Apply Anyways." It will NOT hurt anything!!!
Anastasdroid Transparent
1- Read and follow the instructions in POST THREE
2- Install Anastasdroid v7 Transparent (remove previous versions)
3- Reboot and enjoy
Note: If you do not do the steps in post 3, this version of Anastasdroid will look a bit funny.
Anastasdroid Lockscreen
**Note: Metamorph stopped working for me. I now use ZipThemer (free, in the market.) I cannot test with metamorph, though things should work!**
1- Download lockscreen (a zip) from above and place on SD card
2- Open ZipThemer and follow directions (it should work for Metamorph too)
3- Reboot
1- Oepn Theme Chooser, select other theme.
2- Settings > Applications > Manage Applications > Anastasdroid (or com.jsmccabe78.theme.anastasdroid) > Uninstall
3- Download newer Anastasdroid, place on SD card and install.
4- Reboot phone (turn off/ on).
5- Open Theme Chooser, scroll to the left and click "Apply" under Anastasdroid
NOTE: You will likely get the message: "Theme Error: Sorry, this theme is missing assets for your device's screen size." Click "Apply Anyways." It will NOT hurt anything!!!
1- Oepn Theme Chooser, select other theme.
2- Settings > Applications > Manage Applications > Anastasdroid (or com.jsmccabe78.theme.anastasdroid) > Uninstall
Dinik, of course. sonnysekhon for answering a ton of questions on CWM theming. theimpaler747 for again answering questions and helping out a bunch with getting my feet wet. Kameirus for testing. the devs behind apktool and apkmanager - really made life easier! A ton of artists for their icons; I wish I had kept a list of all the people's work I use, but I didn't but thanks!
A very large thank you to david1171 for heading all of my questions; truly nice and willing to help out!
I hope you enjoy this theme as much as I do. If you are using it, hit the thanks (or buy me a cup of coffee) and feel free to rate the thread. Please ask permission before using my work elsewhere. And thanks for stopping by! Cheers. -jsm
v9 [3 October 2011]
Note, bold means what is new in this version. This is not an exhaustive list as I tend to forget to keep track sometimes!
- Camera
- GO SMS Pro (beyond the stand alone theme)
- GO Contacts EX (beyond the stand alone theme)
- Yelp!
- reddit
- uptdated market (3.1.5 and prev versions included)
- updated youtube
Apps that have been skinned:
ADWLauncher, ADWLauncer Ex, GO Launcher EX, LauncherPro, Dropbox, Talk, Battery rehaul (with directions for transparency note transparency is rom dependent), Maps (started), Dropbox (started), GoogleFeedback, FOTAkill, Facebook, Pandora, Google+, Market 3.0.27 (old version still available), frameworks-res, systemui (evo users 4g stuff up to date now!), twitter, Keyboard (LatinIME), Twitter, Voice Search, Metamorph, Uploader, File Manager (added org_openintents_cmfilemanager), bunch of random app icons, File Manager, Gallery, YouTube, MMS, started on keyboard (LatinIME), Car Home, BizCal Pro, Books (started, not sure if I'll finish as I don't really use it...), Google Quick Search, VoiceDialer, AndTidWiki, CMStats, CMParts, VPN, DownloadProviderUi, SuperUser, finished up GenieWidget, GoogleServicesFramework, framework-res, settings, systemui, contacts, phone, settings, browser, calculator, camera, gmail, deskclock, adwlauncher, market, yahoo, launcher, xda (free / pro) i recommend using the "dark" theme, music, CM7 notification power widget
Launcher icons for (many more, but I forget!):
epocrates, dropbox, facebook, calculator, market, twitter, yahoo mobile, browser, calendar, camera, contacts, deskclock, development, android email, fm radio, launcher, mms, music, phone, calendar, quicksearchbox, settings, soundrecorder, spare parts, voicedialer, dspmanager, cmwallpapers, geniewidget, google maps, gmail, google talk, googlequicksearchbox, google voicesearch, youtube, rommanager, superuser, cooliris, bluetooth, books, carhome, adobe, docstogo, google translate, zxing barcode scanner, tmobile themechooser, accuweather, andtidwiki, astro, terminal, tapatalkxda, skyfire, squeezecontrol, flashlight, npr, spinninghead talkingstopwatchlite, smooth calendar
v3 of Lockscreen includes the following:
- Fully skinned lockscreen with alarm clock and charging icons added
- 6 different options - round, square small (72) and large (96). then you can choose whether to have the sms or email icon (which corresponds to the messaging icon)
Can you include XXXXX app in the theme?
As stated in post 1, most likely yes. Simply tell me the app name (ideally, the package name from the AndroidManifest from the decompiled apk.) And better, tell me where to download it or upload the apk.
Can all apps be included in Anastasdroid?
Most, but not all. If the package name includes a capital letter I cannot compile the theme apk. Example, amazons app's package name is: com_amazon_mShop_android. The "S" disallows me to compile the Anastasdroid.apk. Am working on a work-around now, but will see!
Does Anastasdroid change my wallpaper or system colors?
No. It only replaces icons.
Does Anastasdroid install all the programs?
No. It only edits the images.
Can I change themes without losing Anastasdroid?
Yes, using Theme Chooser, you can switch all sorts of themes without losing anything.
My USB debugging icon doesn't change in the pull-down menu. Why?
Yep. Known error with this theme engine; don't know how to fix it right now.
Can I make my own theme?
Sure. Start reading this thread.
Can I buy you a cup of coffee?
Of course. Donate button in my sig...appreciated, but, of course, never expected.
======================================
Transparent StatusBar for CM7
======================================​Note: This is a reposting of ZduneX25's work found HERE and from his MIUI thread HERE.
All credit goes to him and the other developers.
Please take a second to thank him!
ZduneX25 has a quick and easy app on his website to do all the below. I couldn't get it to work (all my fault) so I did each step by hand. This is what I did (Zdune's instructions with a little extra by me!) It worked for me, but as with everything no guarantees for anyone else!
======================================
Transparent StatusBar for CM7 Repository
======================================​DO A NANDBACKUP BEFORE DOING ANYTHING!!!!
These are CWM flashable zips that have been tested and work for their specific rom. They only work for there intended rom and device; they will not likely work across devices/roms. By flashing this you are having fun, and know that you may have to restore things if something goes wrong (or flash the undo file.)
1- HD2 - TyphooN Rom
TyphooN 3.5.6
TyphooN 3.5.6 UNDO
======================================
Before We Begin
======================================​DO A NANDBACKUP BEFORE DOING ANYTHING!!!!
1- My launcher (ADW Launcher - standard in CM7) did not work with this transparency modification. I needed to use MultiPicture Live Wallpaper found DOWNLOAD HERE.
2- Install APKTool - http://code.google.com/p/android-apktool/
If you are having troubles with installing APKTool read the following thread: http://www.miui-au.com/add-ons/apktool/
3- Download and have ready APKManager: http://forum.xda-developers.com/showthread.php?t=695701
4- Install Notepad++: http://notepad-plus-plus.org/
======================================
STEP 1: Editing SystemUI.apk for Transparency
======================================​DO A NANDBACKUP BEFORE DOING ANYTHING!!!! YOU HAVE BEEN WARNRED
1- Download framework-res.apk and systemui.apk from your rom (just pull them out of the zip)
2- Copy to your APKTool folder (/Windows)
3- Open CMD Window (Shift + Right Click) and type:
Code:
apktool if framework-res.apk
then
Code:
apktool d -f SystemUI.apk
4- Open the new SystemUI folder (from this original post) and browse to the folder smali/com/android/systemui/statusbar/ and open the file StatusBarService.smali in Notepad++
5- Search for:
Code:
invoke-direct/range {v0 .. v5}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V
directly above it you will find
Code:
const/4 v5, 0x2
replace it with
Code:
const/4 v5, -0x3
6- Now go to /res/layout/status_bar.xml, open it in Notepad++ and search for:
Code:
com.android.systemui.statusbar.DateView
Replace the entire line with:
Code:
<com.android.systemui.statusbar.DateView android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:gravity="center|center" android:id="@id/date" android:background="@drawable/statusbar_background2" android:paddingLeft="6.0px" android:paddingRight="6.0px" android:layout_width="fill_parent" android:layout_height="fill_parent" android:singleLine="true" />
7- Download the follwing zip, extract the "statusbar_background2.9.png" and place in /WINDOWS/SystemUI/res/drawable-hdpi (yes you can edit this; mine is 100% black): DOWNLOAD statusbar_background2.9.png.zip
8- Open CMD window and type:
Code:
apktool b -f SystemUI SystemUInew.apk
9- Find SystemUInew.apk, rename to SystemUI.apk and place in folder "place-apk-here-for-signing" in APKManager
10- Run APKManager and sign (option 16)
11- If you don't want to use APKManager, you can use drag2sign
12- Install to internal memory (/system/app). I did this by making a flashable CWM zip though there are lost of ways to do this (again, this works for me, do as you see fit!)
13- Steps 6 and 7 are optional. In my opinion they make the drop down menu look better (otherwise it is half transparent). From ZduneX25, not my own creation. You can always make it both ways and give it a look.
======================================
STEP 2: Making a CWM Flashable Zip
======================================​1- Download, extract the META-INF and system folders to a new location: Download BLANK CMW Flashable zip
2- Place your (new and edited) apk just as it appears in your rom. For SystemUI.apk, place it in /system/app
2a- NOTE: YOU CAN DO THIS TO MAKE A BACKUP TOO!!! Simply use the original (non-edited) SystemUI.apk!
3- Edit META-INF\com\google\android\updater-script in Notepad++ - you can change the ui_print to fit your theme
4- Zip up META-INF and system folder (highlight both folders, right click and add to zip). Transfer to your phone.
5- Enter CWM and flash
======================================
OPTIONAL STEP 1: THE FOLLOWING IS FOR NON-ANASTASDROID USERS - MAKING YOUR THEME TRANSPARENT
======================================​The above changes to SystemUI.apk do the set up for transparency. Now you need to make your theme transparent too (this is done in Anastasdroid fo your - so if you install Anastasdroid, you can ignore the following steps.)
The native file is black, so your statusbar background will be black unless you change it!
1- Simply put you need to edit the com_android_systemui_statusbar_background.9.png per regular ways
2- What I did - substituted com_android_systemui_statusbar_background.9.png for com_android_systemui_statusbar_background.png that is 480x38px. (The xml redirecting in your theme is the same for both files as the ".9.png" is ommitted.)
3- My file: com_android_systemui_statusbar.png.zip
Looks great! Thanks
looks great on my g2...Thank you
poontab said:
Looks great! Thanks
Click to expand...
Click to collapse
thanks, mate. glad you enjoy!
paintworx said:
looks great on my g2...Thank you
Click to expand...
Click to collapse
great to hear it working on other devices. thanks!
does this theme include the keyboard like the original?
cdbaab said:
does this theme include the keyboard like the original?
Click to expand...
Click to collapse
Doesn't change the keyboard at all so whatever you have won't be touched. Just changes the launcher icons and sysbar really.
Cheers.
Sent from my HTC HD2 using XDA App
Nice theme great job on theme
Sent from my HTC Glacier using XDA Premium App
I really like the theme cause i used anastasia back in my hd2 days on winmo
but i have a problem i can't us it on my galaxy s cm7 nightly 3103 the theme doesn't show in the theme chooser app but installs correctly!
Sent from my GT-I9000 using XDA Premium App
Jarheadflip said:
Nice theme great job on theme
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
thanks!
endursa said:
I really like the theme cause i used anastasia back in my hd2 days on winmo
but i have a problem i can't us it on my galaxy s cm7 nightly 3103 the theme doesn't show in the theme chooser app but installs correctly!
Sent from my GT-I9000 using XDA Premium App
Click to expand...
Click to collapse
hmmm.
1 - did you reboot after install?
2- you won't see a preview (the pic is black). did you hit apply anyways? what does it say when you do?
Love this theme! Look even better with a translucent notification bar.
jsmccabe78 said:
thanks!
hmmm.
1 - did you reboot after install?
2- you won't see a preview (the pic is black). did you hit apply anyways? what does it say when you do?
Click to expand...
Click to collapse
haha the no preview pic just 0wned me i applyed it now and it seems to work
poontab said:
Love this theme! Look even better with a translucent notification bar.
Click to expand...
Click to collapse
good idea; have been playing with that. need to get more of the "guts" themed...then will look into it. glad you like the theme!
endursa said:
haha the no preview pic just 0wned me i applyed it now and it seems to work
Click to expand...
Click to collapse
phew! glad that worked as i had no other ideas!
Anastasdroid v2 [17 April 2011]
Anastasdroid v2 [17 April 2011]​
Some Screens​...does NOT reflect all the changes, just a few ...
Change Log:​- about depth, not breadth: goal is to start making system files more consistent. eventually will go through each apk and make the ic_menu images all in the same style.
- fixed preview (now with image!) - let me know if this causes problems (shouldn't, but rumor has it that some devices may not like this...will see!)
- updated home page settings (on my phone - granted a WM phone running android, is the start menu button)
- updated settings
- updated sms/mms settings
- updated all framework-sys (70+ images!)
- updated all system_ui
- updated widget icons
- updated home shortcut icons
- updated launcer actions
- updated CM7 notification power widget - widget style, a la my CHT-S themes
- other minor stuff
For v3 (in the works)​- plan to finish up phone, gmail, other apks!
- work on metamorph for lockscreen (have the images, need to make the morph)
Update Installation​1- Download newest Anastasdroid_RC_v#.apk and place on sdcard
Click to download Anastasdroid RC v2​2- Theme Chooser - select other theme
3- Settings > Applications > Anastasdroid (or sometimes com.jsmccabe78.theme.anastasdroid) -> uninstall
4- File Manager - find above .apk. Install
5- Reboot (turn off/on)
6- Theme Chooser, scroll to left, select Anastasdroid
NOTE: Click "Apply anyways" if you get the following message: "Theme Error: Sorry, this theme is missing assets for your device's screen size." It will NOT hurt anything!!!
If this is your first time using Anastasdroid, simply install, reboot and select in Theme Chooser!
Cheers and enjoy.
And remember, please report any buts and if you enjoy this, please hit the ol' Thanks button!
Like the project? Want more updates? Follow me on Twitter (see sig!)
just curious if non-hd2 users are installing the new version (v2). if so, what device? installing okay? (> 130 dl and no responses....so just checking in!)
jsm
jsmccabe78 said:
★ The Project ★​I have been a fan of Dinik's Anastasia since it hit the Windows Mobile world last year. (See my sig if you don't believe me!) My goal here is simple - bring Anastasia to Android. I made this for me, but thought I would share. (Not familiar with Anastasia? Look here for inspiration!)
★ What Anastasdroid is and what it isn't ★​Anastasdroid is a theme built for T-Mobile's Theme Chooser application found in CM7-based roms. It is NOT a rom. My goal is to replace native files using the Theme Chooser with the Anastasia style look. It is a work-in-progress. All icons are constructed by me. In respecting Dinik's decision that none of his icons minus his Anastasia template be used without his permission, I have redone every icon. I have asked Dinik for the okay to use some of his icons, but did not hear back - so until then, you are stuck with my work.
For specifics of what is included in Anastasdroid see the Theme Log in post 2.
★ Screens ★​
​
★ Installation ★​NOTE: This is built for hdpi phones (tested only on the HD2); it may not work for non-hdpi phones.
1- Make sure you have Theme Chooser on your phone
2- Download the newest version of Anastasdroid, place on sdcard and install:
Click to download Anastasdroid RC v2​
...QR code only works if your phone is logged into XDA...​
3- Turn your phone off/ on (reboot)
4- Go to Theme Chooser and scroll to the left (as A is at the beginning of the alphabet )
5- Click Apply under the Anastasdroid theme.
NOTE: There will NOT be a preview image (the apk doesn't compile it correctly on a Windows computer...hope to change that!)
NOTE: Click "Apply Anyways" if you get the following message: "Theme Error: Sorry, this theme is missing assets for your device's screen size." It will NOT hurt anything!!!
★ Update Installation ★​1- Download newest Anastasdroid_RC_v#.apk and place on sdcard
Click to download Anastasdroid RC v2​2- Theme Chooser - select other theme
3- Settings > Applications > Anastasdroid (or sometimes com.jsmccabe78.theme.anastasdroid) -> uninstall
4- File Manager - find above .apk. Install
5- Reboot (turn off/on)
6- Theme Chooser, scroll to left, select Anastasdroid
NOTE: Click "Apply anyways" if you get the following message: "Theme Error: Sorry, this theme is missing assets for your device's screen size." It will NOT hurt anything!!!
★ Uninstallation ★​1- Enter Theme Chooser and select another theme
2- Settings > Applications > Anastasdroid > Uninstall
★ Feedback ★​...or "Hey, what about my app/ apk? Can you add it?"...
Like it, love it or hate it - please leave a comment (or a screen shot).
If you find something not working or have an app that needs to be added to the theme, please post what you need. (And remember, a screenshot often is a great way to show me what you need.) If you want to add an app to the theme, please tell me the name (ideally, the package name from the AndroidManifest from the decompiled apk) and a screenshot if possible.
★ To Dos ★​Many things...
Better icons
More apps
Widgets
More native files (settings, etc.)
★ Thank Yous ★​Dinik, of course. sonnysekhon for answering a ton of questions on CWM theming. theimpaler747 for again answering questions and helping out a bunch with getting my feet wet. Kameirus for testing. the devs behind apktool and apkmanager - really made life easier! A ton of artists for their icons; I wish I had kept a list of all the people's work I use, but I didn't but thanks!
A very large thank you to david1171 for heading all of my questions; truly nice and willing to help out!
★ A Final Word ★​You are welcome to use my icons, etc. for whatever you want. However, please respect Dinik's work and ask permission to post them. If you need raw files, pm me. Also, leave a note - of thanks, questions, worries. And remember, this is my first Android theme - I am learning and sharing for fun. Thanks and enjoy!
And remember, hitting the "Thanks" button is quick, painless, free and makes me feel all warm inside.
Click to expand...
Click to collapse
I made a few hundred android icons using this template. If your interested, I'd be more than happy to upload them. Let me know...great work with this!!!
jeffhbo said:
I made a few hundred android icons using this template. If your interested, I'd be more than happy to upload them. Let me know...great work with this!!!
Click to expand...
Click to collapse
thanks! would love to dig through your icons...though right now i am trying to edit .9 pngs to make the dialer screen better looking. ready to throw my phone away! ha!
glad you are enjoying it.
works fine on HTC Desire with GingerVillain 2.0
kleinmischa said:
works fine on HTC Desire with GingerVillain 2.0
Click to expand...
Click to collapse
great! thanks for letting me know.
anyone else?

Categories

Resources