well, now im working with Kavana's 6.1 rom and i'm satisfied for now, except:
i yesterday flashed my Witzard to 6.1 and there i could modify the style of the clock shown on home-screen. (so from the ugly LCD-Font to some 3d-like textured font.) Is there a similar way on the S620 to change the clock-style?
and - any chance to change to clock in the titlebar (in programs) from 12-hour am/pm to 24 hour-mode?
satani said:
well, now im working with Kavana's 6.1 rom and i'm satisfied for now, except:
i yesterday flashed my Witzard to 6.1 and there i could modify the style of the clock shown on home-screen. (so from the ugly LCD-Font to some 3d-like textured font.) Is there a similar way on the S620 to change the clock-style?
and - any chance to change to clock in the titlebar (in programs) from 12-hour am/pm to 24 hour-mode?
Click to expand...
Click to collapse
In your Windows directory on your phone you will find this file CHome_320x240.cpr if you copy onto comp and open up with notepad you will see all the panels and the text associated to these you can edit font size position etc, keep a copy of your original .cpr and then do your edits and place back on phone, you can use CHomeRefresh to update your homescreen rather than rebooting phone, place the file on phone and run after edits.
Free fonts @ dafont.com
Everytime you place a font in the windows dir on phone reboot then place the ammended .cpr on phone and run CHomeRefresh.
The name of the font needed is the font name not the file name the font name can be found by clicking on font file on comp.
Need any more info PM me.
This is my latest:
{
"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"
}
tht is a sexy ass screen
whoooooo. im give this a try...
Damm Stylez, ya beat me to the reply lol
Must admit, im loving your screen.....ive got about 4 .cpr to choose from now. Follow Stylez post and ya cant go wrong. Laters Bud
thanks for the info, it worked.
Thanks shaz3 for comments, chilly and me been working lots on fonts .cpr over the last week
satani glad it worked any chance of a screeny?
The main things to play with in the .cpr are FontFamily= which is the name of the font you want there Top: This is how far down from the panel larger number further down, left: space from left of panel "changes for clock as it's @ 0 so to move left you use - small increasements as -30 moves alot to left", The other is FontStyle which can be changed to "Bold"
Just another thing to add and thats if you put the date in the center to which is left:120 then the wi-fi will cover over the clock and make it look unclean, you can delete this line of text:
<!-- WiFi -->
<Text ID="WiFi" Left="15" Top="81" Width="145" Height="19" FontFamily="Nina" FontSize="9" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" Trimming="EllipsisCharacter"></Text>
Just make sure there is no space and the next line buts up so as it will now look like this
<!-- Alarm -->
<Image ID="Alarm" Left="282" Top="8" Width="22" Height="22"/>
</Layer>
</Layer>
<Layer ID="ClockCondensed" Visible="False" Width="320" Height="36">
Now on CClock it wont display the Wi-Fi connecting but you have an icon @ top anyway.
Have fun
Have attached a txt of remove wi-fi as it loses composition in thread.
It be nice if someone could come up with a chome clock styles cab that you could install and have different ones to choose from, though I wouldn't mind learning how to make my own.
roloracer said:
It be nice if someone could come up with a chome clock styles cab that you could install and have different ones to choose from, though I wouldn't mind learning how to make my own.
Click to expand...
Click to collapse
Check this out and then play with .cpr and fonts
If you follow Stylez instructions on this post and use the cpr/dll file changer then you can just make ya own cpr files and use the font style of your choosing. Along with a decent background pic, your gonna end up with a seriously personalised phone.
stylez said:
Check this out and then play with .cpr and fonts
Click to expand...
Click to collapse
Thanks guys I'll give it a try.
roloracer said:
Thanks guys I'll give it a try.
Click to expand...
Click to collapse
Thats cool the .dll changer you will need 2 .dla files in the dir to be able to choose one, i copied a .dla and renamed to b.dla in there so all the .dla files could be chosen, named b.dla as it always @ the top of the list.
stylez said:
...satani glad it worked any chance of a screeny?...
Click to expand...
Click to collapse
sure ... here ya go:
well, i used the background before in 6.0 where i had date, operator and time right below the top-bar and only recent programs and calendar in one line at the bottom ... but still looks good.
Cool screeny
You could edit the .cpr for the date and operator to all be centered?
here ya go guys....just an example of how you can move the time, date and operator logo by playing with the .cpr file. Big thanks to Stylez. Its a working team bud lol
Related
Yes, you can give a folder an icon, IE if you make a subfolder under 'programs' , but file explorers also show them :
create a textfile 'icon.lnk' and enter in it :
1#ceshell.dll,-162
save it and make it hidden....
It looks like the -162 is a code for the icon entry, some files take only '0',
(1#repllog.exe,0) ceshell.dll for example allows -142 -144, -147 and -148
Now on to linking other icons to links (program's, mortscripts !), read someting about it here
Johan: I've posted on this elsewhere. The number is an icon offset within the dll/exe. You need an icon viewer/scanner too find the icon offset you need.
V
Hmm, nice, but how do i find these offsets ?
Because I love you
Be careful, sometimes it goes off hunting for half an hour. It's best to count downwards then upwards. You'll get the hang of it! PHM Tools has a very useful dll full of icons.
BTW, don't forget the first numbers before the # are the length of the shortcut string, ie everything after the #. I don't think it ever makes any difference, but it'd make for an interesting buffer overflow exploit I guess.
30#"\Windows\PHMShell32.dll,-173"
http://forum.xda-developers.com/viewtopic.php?p=222846#222846
Phew
Since we're on the subject, I might as well throw this one in for completeness.
You can use an icon NOT from the executable (ie not the default one) by using this kind of syntax:
65#ctlpnl.exe cplmain.cpl,4?\Storage Card\!Install\ftxPBrowser.exe,0
65=length of shortcut string
ctlpnl bit is an example of how to access control panel features (change the 4. You can access tabs where appropriate thus: 4,1 = 1st tab)
Everything after the ? is used to identify the target icon offset in ANOTHER dll/exe.
Change the 0 to specify an offset.
So in this example you're showing the memory control panel, using ftx's default icon.
Enough already! VJOkButt beckons...
V
vijay555 said:
Because I love you /
Click to expand...
Click to collapse
:shock: :roll: :lol:
PHM Tools has a very useful dll full of icons.
Click to expand...
Click to collapse
Got it yesterday !
BTW, don't forget the first numbers before the # are the length of the shortcut string, ie everything after the #. I don't think it ever makes any difference, but it'd make for an interesting buffer overflow exploit I guess.
Click to expand...
Click to collapse
I think it's used for shortcuts that point at "MSCALENDER"IE, not to an executable, to decide what's commandline, and what not...
Phew
Since we're on the subject, I might as well throw this one in for completeness.
You can use an icon NOT from the executable (ie not the default one) by using this kind of syntax:
65#ctlpnl.exe cplmain.cpl,4?\Storage Card\!Install\ftxPBrowser.exe,0
Click to expand...
Click to collapse
YES ! that's what i was looking for ! I created some mortscripts, and if i put them in a Todaylauncher, they all have te same icon, now i can add individual icons !
Works like a charm...
The PHM tools i d/l didn't have the dll with all the icons...
Seems i've misplaced the old one
On to a Icon hunt....
Btw, can you use a .bmp as icon, with offset 0 ?
Don't think so. Use something like Microangelo librarian and import your own bmps into a dll and use that. That's how I use claunch.
V
vijay.. your app's not finding any icons in ceshell.dll on my device - I'd imagine it's supposed to? :>
Tried shell32.exe as well.
It did find the icon for DeviceInformation.exe , though.
Oddly enough, a freeware desktop app has the same thing.. can't find anything in ceshell.dll / shell32.exe, but does find the DeviceInformation.exe icon (resource -103). Weird?
Hmm, never really tried it. Just tried Microangelo on rom dumps of the same files, and same findings. Will look into it on a real device I suppose... Any particular icons you're after?
V
Wierd, here's my 'Harvest"
{
"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"
}
Internal Icons
From PHM Plus tools
[Edited: Created imges instead of links !]
vijay: naw, I was just checking to see if there would be an appropriate "Task Manager"-ish icon in there for a TaskMan shortcut for another thread Figured I'd use your utility to have it have a go at it, but went through -65535 with no luck
jpiek: yeah, I know there's tons of icon packs out there, but then the user would have had to download those first
ZeBoxx said:
vijay: naw, I was just checking to see if there would be an appropriate "Task Manager"-ish icon in there for a TaskMan shortcut for another thread Figured I'd use your utility to have it have a go at it, but went through -65535 with no luck
jpiek: yeah, I know there's tons of icon packs out there, but then the user would have had to download those first
Click to expand...
Click to collapse
No, have a look at the internal ones, their great for 'normal' system icons !!
Could someone upload the icon dll from phm tools?? I don't seem to have it... or any other dll etc with some decent icons in (I'm particuly after a bluetooth one, maybe ir, to use with VJVolubilis and PHM tray launch)
I host the PHM tools on my website. Pull the dll from there:
http://www.vijay555.com/vj/!Tools/PHMTools.zip
V
Philippe's site is back online as well, btw - so you could download direct:
http://www.phm.lu/products/PocketPC/
Other solution:
get the program "start menu manager pro 1.2"
With this util you can select a folder, and click on "change icon"
select a source (for instance a dll) end you get a visual of all icons.
Tap your favorite, and your icon is set...
4 dummies, too easy!
p.s.
trial doesn't allow this... so start googling...
WM6.1 default icon is a transparent CD CASE!!!111! zomg
I know wherein the registry to change the default music icon and have DONE SO.
I cannot seem to FIND the CD CASE!! I want to swap that out as well.........TELL MEEEEEEEEEEEEEEEEEEEEEEE
l0lcats said:
WM6.1 default icon is a transparent CD CASE!!!111! zomg
I know wherein the registry to change the default music icon and have DONE SO.
I cannot seem to FIND the CD CASE!! I want to swap that out as well.........TELL MEEEEEEEEEEEEEEEEEEEEEEE
Click to expand...
Click to collapse
It's in the bronzeres.dla in the win.dir if you put the bronzeres.dla up from your win.dir and the icon you want to use i'd be happy to change it for you, the icons is transparant just to let you know
Did you sort the Wi-Fi not showing on CClock?
l0lcats said:
WM6.1 default icon is a transparent CD CASE!!!111! zomg
I know wherein the registry to change the default music icon and have DONE SO.
I cannot seem to FIND the CD CASE!! I want to swap that out as well.........TELL MEEEEEEEEEEEEEEEEEEEEEEE
Click to expand...
Click to collapse
youll find it in bronzeres.dll
stylez said:
It's in the bronzeres.dla in the win.dir if you put the bronzeres.dla up from your win.dir and the icon you want to use i'd be happy to change it for you, the icons is transparant just to let you know
Did you sort the Wi-Fi not showing on CClock?
Click to expand...
Click to collapse
Nah, I didn't get the Wifi thing straightened out. I'd like to just remove the text. I see your directions there but I'm sorry man, I just can't understand. The directions, even the text file, are wrought with poor grammar and typos. I understand if English isn't your first or even second language so I hope you don't take offense.
I will upload the .dll and icon this evening.
How about changing the font on the taskbar (Start Menu) and title bar?
l0lcats said:
Nah, I didn't get the Wifi thing straightened out. I'd like to just remove the text. I see your directions there but I'm sorry man, I just can't understand. The directions, even the text file, are wrought with poor grammar and typos. I understand if English isn't your first or even second language so I hope you don't take offense.
I will upload the .dll and icon this evening.
How about changing the font on the taskbar (Start Menu) and title bar?
Click to expand...
Click to collapse
I won't take offence but lots of people have managed to follow my direction regarding font change and the .txt pad that is attached on the Change Font .cpr thread is taken straight from the CHome_320x240.cpr so no typos, i am british and it's my first language.
Re: changing the font on taskbar:
You'll need a registry editor, I use Resco, then you need to navigate the registry to HKEY_Local_Machine\System\GDI\SYSFNT and change the Nm key from Tahoma (I think it was) to The font name you want to use. It must be the font name AND NOT THE FILENAME.
Also attach your CHome_320x240.cpr from win.dir and i'll edit it for you.
stylez said:
I won't take offence but lots of people have managed to follow my direction regarding font change and the .txt pad that is attached on the Change Font .cpr thread is taken straight from the CHome_320x240.cpr so no typos, i am british and it's my first language.
Re: changing the font on taskbar:
You'll need a registry editor, I use Resco, then you need to navigate the registry to HKEY_Local_Machine\System\GDI\SYSFNT and change the Nm key from Tahoma (I think it was) to The font name you want to use. It must be the font name AND NOT THE FILENAME.
Also attach your CHome_320x240.cpr from win.dir and i'll edit it for you.
Click to expand...
Click to collapse
Hey, no prob. Thanks for all of your help. I will check out that reg change. Here are the files.
Wifi text removed. I just went with it.
Changing that Nm key changed the font for a lot of things lol I'm cool with it though.
l0lcats said:
Hey, no prob. Thanks for all of your help. I will check out that reg change. Here are the files.
Click to expand...
Click to collapse
Ok here you go you will want to use the .dll .cpr changer you will need 2 .dla's in the location of your new .dla so just make a d.dla file so as you can choose your new bronzeres.dla "it's a bug in the changer"
Follow the instructions on post and keep a copy of your original bronzers.dll to which if goes wrong change to bronzeres.dla then use the changer.
Put the the font attached in your win.dir and reboot it will sort the font issue especially with Opera Mini
Man, that's a lot for just changing the transparent CD case! lol Well I guess it does tie into the Album Art. I'll work on that later on. Here's what I've come up with so far.
{
"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"
}
l0lcats said:
Man, that's a lot for just changing the transparent CD case! lol Well I guess does tie into the Album Art. I'll work on that latter on. Here's what I've come up with so far.
Click to expand...
Click to collapse
Oh it looks nice man, nice job on that.
l0lcats said:
Man, that's a lot for just changing the transparent CD case! lol Well I guess it does tie into the Album Art. I'll work on that later on. Here's what I've come up with so far.
Click to expand...
Click to collapse
Looking very nice indeed
Did it work?
You guys have been asking for it, here it is. Kinda a rough dirty way of doing it but here goes...
This will not be easy to do for newbies or people with no image editing experience. You need some Photoshop or other photo editing understanding and experience to accomplish the desired result. Eventually WM 6.5 Stanard will hopefully start supporting full screen wallpapers and transparent softkeybars or I will write an app the will automatically convert a wallpaper for you but for now...
You will need:
Your wallpaper that you want to convert (320x240)
black_softkeybar.png from \Windows on phone running a 3VO ROM (320x26)
Photoshop or similar photo editing app
The goal here is to cut out the bottom 26 pixels of your wallpaper and paste it to the black_softkeybar.png file. Then crop the wallpaper image to 320x214 top justifying. Your result will be 2 images, wallpaper.png (or .jpg) and black_softkeybar.png (must be .png, same as original filename).
Then, copy black_softkeybar.png back to \Windows on the phone and wallpaper.png to \Application Data\Home. To select it, go to Settings, Home, select wallpaper.png as your wallpaper. In order for the softkeybar image to show up, you have to reboot.
Might take some practice but give it a shot...
{
"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"
}
Here is another pack I threw together for those who want some more ready made ones.
Saved for more examples later.
Thanks ookba
cool! i have been using army background - attached if anyone is interested....
Thanks ookba
Works like a dream....Here's my test wallpaper. Thanks again!
rrgongora said:
Works like a dream....Here's my test wallpaper. Thanks again!
Click to expand...
Click to collapse
Awesome!!! Keep them up! I'll make a CAB out of all of them when we get a good collection.
Something nice
here's mine. i'm an ocean lover.
thx ookba
This is one I did a few days before you had the tutorial ,I just made mine from what was already there in the rom
in my opinion,this will be better
Awesome Ookba! Thanks for the Tutorial on this one.
Attached a few here for anyone interested depending on your tastes ladies and gentleman.
sir, how about the bar on smart toolkit, how can i change it?
here is mine!!!
cire6 said:
sir, how about the bar on smart toolkit, how can i change it?
Click to expand...
Click to collapse
Not too different....
Use your explorer to go into the SmartToolKit folder (Program Files/SmartToolKit) and then into the Skins folder (/Skins). In there you will see either one or many folders (or none if you don't have a separate skin installed). If you dont have a skin installed, google it. they are not hard to find... Once you install a skin, you will notice a file called 320x240.skin or something similar...open it with notepad (on your phone or computer) and look where it says "start bar" (commented out) ... there will either be one or more image files listed there...in either case, delete them and drop the blackbar.png file you made into this folder and in place of those other file(s) name(s) put in that one. Restart STK and you should be fine.
EDIT: If you want a cleaner way of doing this, also notice in that same 320x240 file there one for the start icon (1 for activated, 1 for non-activated)...you should remake those files to match the skin you are using on your homescreen if not, you will have your tranparent skin, and on the Start button area you'll have something totally different...
Here are a few:
Calling all programmers!
Also, I'm not a programmer but if anyone wants to take a shot a writing an app that can take a 320x240 wallpaper and cut it up into the two files to automatically create these themes, by all means!!! Go for it!
The mscr file I wrote in the Transparent Wallpaper pack CAB on the first post of this thread contains the registry settings and file locations for it to work right....
Anyone up for the challenge??
i think i made a mistake!?!?
can i have the original black_softkeybar.png file,
i think you know what i did.
I think you'll like this one, WM 7 style, though it's not transparent^^
BTW I also have the correct bronzeres.dll if you want the panels to look like WM7!
Sports Themes
Would be cool if we started sports theme ones. Like football, basketball, hockey and baseball.
cire6 said:
i think i made a mistake!?!?
can i have the original black_softkeybar.png file,
i think you know what i did.
Click to expand...
Click to collapse
Should be a copy of it in \Program Files\3VO\Transparent Wallpaper. Or just run the Transparent Wallpaper app I wrote in Start Menu\Tools and select Revert to Original.
In order to change the system font, and the fonts of the menus...you must:
1) drop the font file in the windows directory (i.e. font.ttf)
2) edit the following registry values with the new font name
a) hkey_local_machine/system/gdi/sysfnt/nm
b) hkey_local_machine/system/gwe/menu/barfont/nm
c) hkey_local_machine/system/gwe/menu/popfont/nm
3) soft reset (reboot)
{
"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"
}
Thats it....
You now have a new font.....just thought this might be helpful to those of you that are afraid of the registry, but want a new font
special thaks to efeeze for pointing me the right direction to figure this out...
nice job, another good TUT.
Sweeeeet added to sticky
is it possible to resize the font coz i want to make mine smaller. if so, what registry should i edit. thanks.
bramprasetyo said:
is it possible to resize the font coz i want to make mine smaller. if so, what registry should i edit. thanks.
Click to expand...
Click to collapse
i am sure that in the same registry keys used to change font some of the others values are what control size and weight of the font, but i am not sure what numerical value you would need to put in to change it...i will leave that open to the seasoned forum people...you could cheat and just get a font with a smaller appearance from somewhere like here.
if i want to make my font half size from the original, which one should i change?
Will this also affect the font in Min Opera?
10507 said:
Will this also affect the font in Min Opera?
Click to expand...
Click to collapse
that it does....it goes systemwide
Btw where can i get the fonts as displayed in the pictures? It looks nice.
freakin thank you ive been looking on how to change those but one question though which one is for the the bar that says start all the time?
Aitrus said:
freakin thank you ive been looking on how to change those but one question though which one is for the the bar that says start all the time?
Click to expand...
Click to collapse
sysfnt.....
tech_girl said:
Btw where can i get the fonts as displayed in the pictures? It looks nice.
Click to expand...
Click to collapse
somewhere like here
Are we able to change the font in start menu? Would love to have it in different font and color to compliment wallpaper
10507 said:
Are we able to change the font in start menu? Would love to have it in different font and color to compliment wallpaper
Click to expand...
Click to collapse
it changes the system font, as well as the font of the drop menus.....in other words, it covers just about everything font related (i am uncertain about the icon text for the start menu...i use 3vo and hide them...it changes the text at the top bar, though...)
Testing
It was impossible for me not to try this tweak
Results on my S620:
Only change that seems relevant is the one on HKLM\System\GDI\SYSFNT\Nm.
Changes on the other 2 keys had no effect.
None of the 3 keys changed the font for:
Start Menu labels
Opera Mini
Contacts list
Text messages
And other things...
It did change font used by Internet Explorer on its UI. When browsing with it, results are mixed.
I am particularly interested in changing the font for Start Menu labels. Well... not even the font itself: would make me happy just to make them "Bold". Fiddled with the Wt value on the 3 keys but saw no change. Anyone knows how to do that?
it doesnt change all the font on windows. only part of it. im using wm 6.1. so, exactly, how to change all the font on windows?? is it possible?? need help.. thanks.
Try some of these Ive had some luck changing the barfnt,popfnt,or OOmfnt,but depending on the font used looks a little iffy, so I mainly stick with the sysfnt.
Please reply on this silly matter !!
Hey guys wanna change the fonts and menu but not gettin the registry edit please guide thru.
Karan
just use Resco explorer, or any registry editer...go to menu ...favorites...my registry....edit the values as described in the first post
efeeze said:
Try some of these Ive had some luck changing the barfnt,popfnt,or OOmfnt,but depending on the font used looks a little iffy, so I mainly stick with the sysfnt.
Click to expand...
Click to collapse
thanks for the reply..
The simplest method to change your Windows Mobile Core Font!
Take two font files (one for normal and one for bold attribute)
Rename the normal font as segoe.ttf (only if its truetype font) and the bold font as segoeb.ttf
Replace the /Windows/segoe.ttf and /Windows/segoeb.ttf with the ones you renamed above. Reboot and Viola!
To Change again you have to restart ur phone once before over-writing again or use your favorite file replacer
Ok i've desided to put out the first release of my Max Manila Theme
Install instructions see below
{
"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"
}
Install
1. Ok first, if you do not already have it installed, install No Curtains, you don't have to but I recomend it.
2. Install the Touch X startmenu transparent BG, this will make the startmenu fully transparent (looks realy good with this theme)
3. Install the Theme cab
4. If you like to use the HQ Wallpaper install the HQ cab
5. Set the Dark Woman Pic as Wallpaper for both Home and lockscreen
(6. May need to softreset)
Enjoy
Release info
Ok the Theme is optimized to use with the small clocks and only 1 Calendar Thingy.
You can set the big clock and/or 2 Calendar entries, but the pics will be a little bit of
Have fun and tell me what you think.
If you need them here are the Notifications PNG's and manila files but it should be included in the cab
@skilty don't know why it doesn't work but you know you have to use max manila ultimate
REQUESTET STUFF
As someone requestet here a "green" version, it's just quick and dirty see for your selves
View attachment 252476
cab follows tomorrow, have no time right now
Green Eye Woman Background
very well done hempe
like it alot, keep it up mate
Very Very nice, i wonder if we could see more colours like green for example ?
Does it work with stock roms?
Nice theme!
just tried it on my VGA diamond..everything works fine except the clock and the notification icons..
could you post the images and manila files and i'll try and find the right files to change.. i'm running manila 2.519202525.0
keep up the good work
@skilty don't know why it doesn't work, the files are in the second post
@WingZer0n I guess it should, but I haven't tried (but for all to work you have to have installed max manila)
Yeh really like this, very nice, installed it onto Miri Ver14 but I'm missing the clock mods and don't have 5 program shortcuts :s
Do I need Max Installed to run these settings?
Hempe said:
@skilty don't know why it doesn't work, the files are in the second post
Click to expand...
Click to collapse
Oops, my apologies! missed that for some reason.. (and yeah I am using max manila ultimate)
I'll try again now..
thanks for the quick reply
very nice!
you can also post it in a swiss ppc board!?
http://www.pocketpc.ch/htc-touch-hd/
Hempe said:
If you need them here are the Notifications PNG's and manila files but it should be included in the cab
@skilty don't know why it doesn't work but you know you have to use max manila ultimate
Click to expand...
Click to collapse
tried this, the clock works now but i'm still getting the standard black icons for notifications. Where should you put the png's? in the windows folder?
jaguaralani said:
Very Very nice, i wonder if we could see more colours like green for example ?
Click to expand...
Click to collapse
what do you mean by "more color" this is supposed to be a black and white theme.
if you have an idea for a colorfull theme show me a wallpaper i could use.
Trixster101 said:
Yeh really like this, very nice, installed it onto Miri Ver14 but I'm missing the clock mods and don't have 5 program shortcuts :s
Do I need Max Installed to run these settings?
Click to expand...
Click to collapse
As it says in the title this is for max manila ultimate
skilty said:
tried this, the clock works now but i'm still getting the standard black icons for notifications. Where should you put the png's? in the windows folder?
Click to expand...
Click to collapse
you shouldn't do anything with the png's exept create manila files off theme
you have to copy the manila files of the notification icons into the windows folder. (you can't use the normal explorer for that, use Totalcomander)
if it still doesn't work, try my other notification theme link in my signature
Hempe said:
what do you mean by "more color" this is supposed to be a black and white theme.
if you have an idea for a colorfull theme show me a wallpaper i could use.
Click to expand...
Click to collapse
hanx for ur reply
Meant changing BLUE to GREEN ( clock, tab icons, noti icons..etc )
Great theme, but having two problems. The top bar hasn't changed (not transparent) and the bottom windows bar (Phone/Menu bar) hasn't changed either. Anyone else seeing problem with those or have any ideas why it's not working for me?
Using L26HDLEOV3.
Thanks
Looks great hempe. I'm using your black flip; you missed a file out for it in the clocks zip so here's a zip with all the flip bits.
@svegetto
Svegetto said:
Great theme, but having two problems. The top bar hasn't changed (not transparent) and the bottom windows bar (Phone/Menu bar) hasn't changed either. Anyone else seeing problem with those or have any ideas why it's not working for me?
Using L26HDLEOV3.
Thanks
Click to expand...
Click to collapse
1. Have you softreset after installing the theme cab?
if you didn't do so else or if the problem remains
2. check with total comander what's the value of:
Code:
\\\registry\HKCU\Software\Microsoft\Today\SoftKeyBar\SoftKeyBarThemeImage
shoud be \Window\HDWall_softkeybar.png
and
Code:
\\\registry\HKCU\Software\Microsoft\Today\TaskBar\SoftKeyBarThemeImage
shoud be \Window\HDWall_taskbar.png
if the registry entry are those, check if the HDWall_... are the right pngs
@millski
thanks havn't noticed
Hempe said:
@svegetto
1. Have you softreset after installing the theme cab?
if you didn't do so else or if the problem remains
2. check with total comander what's the value of:
Code:
\\\registry\HKCU\Software\Microsoft\Today\SoftKeyBar\SoftKeyBarThemeImage
shoud be \Window\HDWall_softkeybar.png
and
Code:
\\\registry\HKCU\Software\Microsoft\Today\TaskBar\SoftKeyBarThemeImage
shoud be \Window\HDWall_taskbar.png
if the registry entry are those, check if the HDWall_... are the right pngs
@millski
thanks havn't noticed
Click to expand...
Click to collapse
Checked the registry values and they were the default ROM values. I checked my windows folder I do not have HDWall_taskbar.png nor HDWall_softkeybar.png. Which cab is suppose to install those? Any way you could provide me with the two .png files and I'll just manually set them? Oddly enough, lockscreen and startmenu look like they should (except the background is not HQ like the background in manila...not sure if that's normal).
Much thanks!
ok i put a zip with the cab that should install the softkeybar and taskbar in the secound post.
You have to softreset after installation.
The png's are also included in the zip
BEST THEME for sense 2.5 as of NOW!!! Thanks. To make it compatible with MaxUltimate. Great great effort!