Skins FAQ/request/comments for Nitrogen 0.3+ - Windows Mobile Development and Hacking General

This page is intended for the questions concerning skin development and installation, skin requests and comments from the skins page.
If you designed a skin for Nitrogen 0.3+, post it on the skins page!
Click here to go to Nitrogen official thread!​
This page will contain any questions, skin requests, comments and thanks to the skins posted on the skins page. Before you ask, make sure your question isn't already answered on the FAQ. If you want to be a skin designer, download the Skin Toolbox and create your own skins!
FAQ
General skin questions
:: How do I install skins?
:: :: After you downloaded your desired skin, uncompress the ZIP file and copy the SK2 file to the "skins" directory inside the application's folder on your device (e.g. "\Program Files\Nitrogen\skins"). After that, you may run the player and use the skin selector to load the skin file.
:: Are the skins from 0.3 compatible with 1.0?
:: :: Yes, they are! The new version (1.0) uses the same skin file structure as 0.3. Anyway, it's recommended to download the new skin toolbox (1.0.1) which includes the new icons that are used by 1.0.
:: Are the skins from 0.2.1 compatible with 0.3?
:: :: No, they aren't. The new skin files (SK2) allow more advanced behaviours and extensions that the old ones (SKN) didn't. So, if your favorite skin for 0.2.1 isn't available for 0.3, you can either be patient and wait for the author to upgrade, or you can get the bitmaps and upgrade it yourself.
Skin development
:: What's the difference between SKPROJ and SK2 files?
:: :: You can understand SKPROJ as the source of the skin file. These file extensions are handled by the Skin Studio (skstudio.exe), and contain uncompressed, 24-bit bitmap pictures (that's why they're large). The SK2 files contain 16-bit pictures, which passed by a Floyd-Steinberd dithering to assure quality, and are ready to be read by Nitrogen. To convert (I'd say compile, as you can consider SKPROJ the source and SK2 the binary) from SKPROJ to SK2 you use the Skin Export (skexport.exe) tool. For this, you can either click on "Export SK2 file" from the Skin Studio or execute the Skin Export directly.
:: Why can't Skin Studio load SK2 files?
:: :: That's because the SK2 file has already been sliced, compressed and dithered by the Skin Exporter. Also, the file structure of both files are different. If you want to edit a skin file, you have to acquire the SKPROJ file, either downloading on the skins page if available or asking the author.
(more questions/answers soon...)
Tutorial for Skin Toolbox (UPDATED MAR 13)
It contains important tables and data for skin designers (such as screen sizes and so on).​

...
How to create skins in Skin Toolbox?
How to add image on button?
What is hotspot background?
Mask is pressed button?
Give me project you default skin for example
Skin Toolbox it's the difficult program

Ankarii said:
How to create skins in Skin Toolbox?
Give me project you default skin for example
Skin Toolbox it's the difficult program
Click to expand...
Click to collapse
Hi!
Skin Toolbox is made of two main programs: the Skin Studio (skstudio.exe) and the Skin Exporter (skexport.exe). On the Skin Studio, you can design every aspect of your skin, placing the buttons where you want them to be and so on. This program loads and saves SKPROJ files, that are bigger than the SK2 files (which are read by Nitrogen). To convert from SKPROJ to SK2, you can use the Skin Exporter. This utility allows you to create a ZIP file containing the source skin file (SKPROJ), the compiled skin file (SK2) and a screenshot. It means that it generates a ZIP file ready to be posted here on XDA. Concerning the new way to create skins, now you simply add four images, with the size of the screen resolution. They're called backgrounds. On the normal background, you load a screen in which the buttons are unpressed and the trackbars are empty. On the hotspot background, you load a screen in which the buttons are pressed and the trackbars are full. The (toggle) state of the backgrounds are for buttons that support it (such as Shuffle, Repeat, Play/Pause, and now the Next and Previous). Anyway, I'll provide a more detailed tutorial soon, and by now you can download the attachment and explore the SKPROJ files.
Thanks, Filipe.

Cool. Very interesting. I'll try.
Thanks

I'm now attempting to make a simple WVGA skin, just figuring out the basics of the skinstudio. The example you posted is very handy, maybe you should think about including it in the skinstudio zip, so people won't have to figure out everything on their own .
Great work on 0.3 by the way .

Excellent work on the new version. I've had some problems with the default VGA skin for WM6, it doesn't seem to respond to Play/Pause and some other buttons. I think it's the skin because I can get to all other functions using the options menu and play/pause using the hard keys on my Diamond. I'll have a play around with the skins editor to see if I can spot anything.
Oh yeah almost forgot, THANKS

Sorry to sound stupid here but is there an option to set the size of the canvas for VGA? I have looked all over and can't see it. The last version had the options when you click New. Are you supposed to just add things in and let it make the size out of the images you put in if you are creating from scratch?
I tried your example and simply exported it and applied on my device but it is QVGA (interestingly the play/pause works on this one but not on the default VGA). Is there a way to import the default VGA skin so I can modify it?
I guess you're probably working on a FAQ that will answer these so I'll just wait until it comes out.
EDIT: Just noticed you've fixed the play/pause and previous/next buttons now in 0.3.1 for VGA. Excellent thanks

Kevlah said:
Excellent work on the new version. I've had some problems with the default VGA skin for WM6, it doesn't seem to respond to Play/Pause and some other buttons. I think it's the skin because I can get to all other functions using the options menu and play/pause using the hard keys on my Diamond. I'll have a play around with the skins editor to see if I can spot anything.
Oh yeah almost forgot, THANKS
Click to expand...
Click to collapse
Hi!
As I don't have a VGA device, I couldn't entirely test the skin, so I forgot to assign the buttons for play/pause and the other buttons . The latest release (0.3.1) that came a few hours after 0.3, fixes this.
I'm sorry I missed that.
Filipe.

Kevlah said:
Sorry to sound stupid here but is there an option to set the size of the canvas for VGA? I have looked all over and can't see it. The last version had the options when you click New. Are you supposed to just add things in and let it make the size out of the images you put in if you are creating from scratch?
I tried your example and simply exported it and applied on my device but it is QVGA (interestingly the play/pause works on this one but not on the default VGA). Is there a way to import the default VGA skin so I can modify it?
I guess you're probably working on a FAQ that will answer these so I'll just wait until it comes out.
EDIT: Just noticed you've fixed the play/pause and previous/next buttons now in 0.3.1 for VGA. Excellent thanks
Click to expand...
Click to collapse
Hi!
The skin studio picks the size of the background image and sets it as the screen resolution. I'm planning to provide a table with the resolutions and the matching background size (e.g. QVGA is 240x268, VGA is 480x536 and so on, because of the space left for the softkeys and the window title).
Thanks, Filipe.

Okay so I've pretty much finished my WVGA skin, would you be able to post the project file for the default VGA skin as the QVGA project contains smaller icons (for the browser). Also I seem to be unable to return to the main window after opening the media browser, only thing I could do was restart the program. Will post it up as soon as I've got the bigger icons .

BDWN said:
Okay so I've pretty much finished my WVGA skin, would you be able to post the project file for the default VGA skin as the QVGA project contains smaller icons (for the browser). Also I seem to be unable to return to the main window after opening the media browser, only thing I could do was restart the program. Will post it up as soon as I've got the bigger icons .
Click to expand...
Click to collapse
Seconded for the project file for VGA, would be really useful as I probably won't create from scratch, just move things around from Microfi's (if he doesn't mind).

BDWN said:
Okay so I've pretty much finished my WVGA skin, would you be able to post the project file for the default VGA skin as the QVGA project contains smaller icons (for the browser). Also I seem to be unable to return to the main window after opening the media browser, only thing I could do was restart the program. Will post it up as soon as I've got the bigger icons .
Click to expand...
Click to collapse
Hi! You can't return to the player because your HTC X-Button is set to close the application (that's something I have to figure out...). The VGA skin project is attached below. If you wish to copy all the icons at once, use the "Export icons" and "Import icons" option on the Skin Studio.
Thanks, Filipe.

Kevlah said:
Seconded for the project file for VGA, would be really useful as I probably won't create from scratch, just move things around from Microfi's (if he doesn't mind).
Click to expand...
Click to collapse
Hi! Of course I don't mind! Feel free to edit any skins. I'll encourage the skin posters to post the SKPROJ file along so that others can edit them!
By the way, I'll send the original pictures (PNG files from Fireworks), if you want more advanced edits.
Thanks, Filipe.

microfi said:
Hi! You can't return to the player because your HTC X-Button is set to close the application (that's something I have to figure out...). The VGA skin project is attached below. If you wish to copy all the icons at once, use the "Export icons" and "Import icons" option on the Skin Studio.
Thanks, Filipe.
Click to expand...
Click to collapse
Is that a device specific problem then or just the htc x button setting? i don't have this problem (when i press x on media browser it goes back to player) but i have x button set to minimise not close.
Thanks for the vga proj files

Kevlah said:
Is that a device specific problem then or just the htc x button setting? i don't have this problem (when i press x on media browser it goes back to player) but i have x button set to minimise not close.
Thanks for the vga proj files
Click to expand...
Click to collapse
It happens when your HTC X-Button is set to close. As yours is set to minimize, Nitrogen works properly.

microfi said:
Hi! You can't return to the player because your HTC X-Button is set to close the application (that's something I have to figure out...). The VGA skin project is attached below. If you wish to copy all the icons at once, use the "Export icons" and "Import icons" option on the Skin Studio.
Thanks, Filipe.
Click to expand...
Click to collapse
Ah all right, found a way to get back to the main window, if you open Nitrogen using the start menu and then open the browser, I can get back by opening the program again (while it's still running) via the start menu. A simple solution would probably be to add a back link in one of the context menus in the browser.
The skin studio is a really great piece of software, it's relatively easy and seems very open for newer versions of Nitrogen (which will include new features of course). There's just one thing that bugs me, not a biggy tho, you can't rename items, haha, would be handy for typos, but then again, not many people will see a typo in the project file..

WVGA
hi microfi
do you have 1 example in skproj WVGA please?
I wanna change my "WVGA Black Neon" to this new version ...can you help me?
saludos
PD: AND THANKS YOU GOOD JOB

emilitingo said:
hi microfi
do you have 1 example in skproj WVGA please?
I wanna change my "WVGA Black Neon" to this new version ...can you help me?
saludos
PD: AND THANKS YOU GOOD JOB
Click to expand...
Click to collapse
Hi!
You can download the VGA sample, and change the backgrounds dimensions to 480x696 pixels. This way, your skin will fit WVGA devices. You can take a look on the tutorial too (link on the first topic). It's quite incomplete, but it's already covering the start. If you have any further questions, just ask!
Thanks, Filipe.

please, i need a 320x320 skin... for samsung i780

Hey Filipe,
Per your request, I will post my comment here as you have asked. I want you to know that I appreciate your hard work. I am a programmer too and realize how much time a "non paying" project takes. I was NOT trying to screw up your skins posts. I had simply thought that since the post containg the skin which (at the time) I thought was defective was in the other thread, it would make the most sense to post there and give someone the chance to correct it. It would have stopped there (for me at least) if the other gentlemen would have simply posted that you had requested all comments here. I only replied back to let him know (since he only had a few posts to his name) that that kind of conduct would be considered rude and that simply posting a link to this thread (like you did) would have been a better choice of tactics.
I will restate my potential bug here for you. When switching skins from the default QVGA one that comes with .31 to one of the WQVGA ones in the other thread, I noticed that the option menu does not get lengthened correctly. To fix it, you just have to exit and bring back up nitrogen and the menu then displays correctly. Probably just need to add a refresh to the options menu. Keep up the good work.
Robb

Related

WM5 Themes "Origami Suite" (ROM 2.17 or higher)

Have you ever taken a look at the gallery section over on www.origamiproject.com ? It's filled with a bunch of pretty nice-looking wallpapers for UMPCs, but UMPCs aren't available until much later, rendering these small wallpapers useless... until now. I've picked ten different images from that gallery and customized themes for each of them (creating eleven themes total). I also enhanced the themes to fit in with a somewhat universal layout for the today screen.
Keep in mind that these themes are designed for Wizard users with the latest Qtek ROM (2.17 or higher) installed! The reason I say this is because the date on the today screen takes up two lines in the newer ROM, and the today screen background reflects the position of the date bar. If you're confused, take a look at the previews below, you'll see what I mean.
Anyway, as I was saying before, each theme has carefully selected colors to best match their backgrounds, and all of them work in both portrait and landscape mode. I tried my hardest to smooth out the gradients that sometimes give problems on PPC screens. Oh, and I also thought of a cheezy name for each one. :wink: The previews along with a ZIP of all the themes are attached to this post, so go crazy. And if you haven't updated to the latest ROM yet, shame on you. Go do it, you won't regret it.
P.S. - If anybody knows how to skin the Phone screen (where you dial the number and everything), PLEASE let me know. It really, really clashes with a lot of these themes...
AND... if anybody knows how to make the date take up only one line, move the clock to the top, and put the battery back at the bottom, that would be amazing. That way I could re-make all these themes so that they could work with EVERYBODY that has a WM5 device!
very nice. just applied the first theme on my exec :lol:
Great job with the themes! I hope you are able to find out about skinning the phone screen and reducing the Date Bar to one line.
Beautiful yanathin! Thanks for putting the effort into these great themes.
very clean look you have going on there.
Are those icons along the bottom just regular shortcuts? If so I'm gonna have to look into how to do that myself.
great work!
Thanks for the compliments everybody! Yes, the bottom basically acts like SBSH iLauncher or SPB Pocket Plus's launcher. It's a single part of the PHM PowerToys ( http://www.phm.lu/Products/PocketPC/PowerToys/ ) called "TrayLaunch." You'd be utterly amazed at how fast this device runs WITHOUT SPB Pocket Plus installed, even without a "real" close button.
Amazing themes and even better work yanathin!!
Yes great work !
Thanks
Really nice ones, allready installed, thx !
change background dialpad
I haven't found a way to change the keys of the dialpad yet but i have a simple way to change the background of your dialpad in combination with plain darkgrey keys:
Download the attached file and run it on your mobile to get the darkgrey "keys" from Vodafone, these keys match best with whatever background you want to use:
(file is also at: ftp://xda:[email protected]/Wizard/Misc/Vodafone_dialpad.zip)
Next you create in MS Paint / Photoshop or whatever program you like, two BMP image files with the following properties, you can use any file as background.
- name: "Bkgnd_Port.bmp" / resolution: 240x268 pixels (portrait)
- name: "Bkgnd_Land.bmp" / resolution: 320x188 pixels (landscape)
Copy these files to the \windows folder on your mobile and overwrite the existing vodafone skin.
After a soft-reset your dialpad has changed!
I changed mine to plain gray:
I love those themes!
for dialpad skins, take a look at http://www.zombienexus.net/
thanks for sharing. here's a link to some of my simple themes.
http://www.modaco.com/wizard_themes-t238175.html
Thanks for sharing )
knight4led said:
very clean look you have going on there.
Are those icons along the bottom just regular shortcuts? If so I'm gonna have to look into how to do that myself.
Click to expand...
Click to collapse
http://forum.xda-developers.com/viewtopic.php?t=42913&highlight=
lpasq said:
http://forum.xda-developers.com/viewtopic.php?t=42913&highlight=
Click to expand...
Click to collapse
Hi,
Anyone know where to get a copy of PHM TrayLaunch? as the main site seems to be down
Cheers
Shaiboy_UK
shaiboyuk said:
lpasq said:
http://forum.xda-developers.com/viewtopic.php?t=42913&highlight=
Click to expand...
Click to collapse
Hi,
Anyone know where to get a copy of PHM TrayLaunch? as the main site seems to be down
Cheers
Shaiboy_UK
Click to expand...
Click to collapse
it's right there on page 1, post 1 at the bottom!
Re: change background dialpad
1-2tje said:
I haven't found a way to change the keys of the dialpad yet but i have a simple way to change the background of your dialpad in combination with plain darkgrey keys:
Download the attached file and run it on your mobile to get the darkgrey "keys" from Vodafone, these keys match best with whatever background you want to use:
(file is also at: ftp://xda:[email protected]/Wizard/Misc/Vodafone_dialpad.zip)
Next you create in MS Paint / Photoshop or whatever program you like, two BMP image files with the following properties, you can use any file as background.
- name: "Bkgnd_Port.bmp" / resolution: 240x268 pixels (portrait)
- name: "Bkgnd_Land.bmp" / resolution: 320x188 pixels (landscape)
Copy these files to the \windows folder on your mobile and overwrite the existing vodafone skin.
After a soft-reset your dialpad has changed!
I changed mine to plain gray:
Click to expand...
Click to collapse
please direct me to an english cab
Re: change background dialpad
lpasq said:
please direct me to an english cab
Click to expand...
Click to collapse
As far as i know it's a cab from German Vodafone. It works perfectly with my Dutch NL ROM, therefor i think it should also work with a WWE ROM because it just gets the language of the ROM-version.

New Ideas for S2U2 Settings....

I would just like to start this thread to post some idea's I have that I think need to be included in a future release of the Settings app for S2U2.
1. Ability to choose any wallpaper on the device. (JPG/GIF) Not be just stuck to having to copy/paste into the GFX directory, as the filename of wallpaper.gif or wallpaper.jpg.
-FIXED: Use Slide2View posted here to change the wallpaper easily enough. I've known about the registry edit, but wanted a more streamlined solution. Guess this is it!
2. Have theme type files. Kinda like the tsk files for the today screen.
Few more I'll post later as I think of them.... Just post more ideas!!
theme
How bout if you can to themes like pocketcm does it and you can change themes like pocketcm.
lennysh ur suggestion works since forever, you have to edit the path in the resgistry. i dont remember where exactly, that way u can run the wallpapers from SD..
lennysh said:
I would just like to start this thread to post some idea's I have that I think need to be included in a future release of the Settings app for S2U2.
1. Ability to choose any wallpaper on the device. (JPG/GIF) Not be just stuck to having to copy/paste into the GFX directory, as the filename of wallpaper.gif or wallpaper.jpg.
Few more I'll post later as I think of them.... Just post more ideas!!
Click to expand...
Click to collapse
Hey lennysh, you should check out S2V (Slide2View) also by A_C. This is a cool picture viewer and one of the options is to make the currently viewed picture the wallpaper for S2U2!
I created a folder under My Pictures called Wallpapers. I put all my jpg and gifs (even animated gifs) in that folder. I can then browse those pics with S2V, and select one to be my wallpaper for S2U2. Very cool!
Hope that helps.
I think S2V should eventually be built into the S2U2 settings program.
An option I would like to see is password protected unlocking so that after you slide a dialpad shows up and you have to enter the password to unlock the phone.
an exclusion feature would be great because it's a bit disturbing while playing games..
TacoLoco said:
an exclusion feature would be great because it's a bit disturbing while playing games..
Click to expand...
Click to collapse
there is an exclusion feature but it's accessed via a registry edit. go HKCU/software/A_C and there is a bunch of reg keys that start with "Exclusion1, Exclusion2, ....
Just add the name of the EXE that you want to exclude.
It would be nice if this was added to s2u2 settings via the gui but for now it works.
icon on screensaver?
First, Awesome app.
Now, when I launch S2U2 it works fantastic, but, there is a little icon that resembles a text document with a check on it and a number seven in a red circle just below it??? this is located just above the right corner of the unlock slide. Any thoughts?
just turn off task count in s2u2 settings
S2U2 and it's counter part S2V are both fabulous apps as far as single apps go. Yes S2U2 requires a regedit to use the directory of your choice unless you also install S2V..which begs the question...why?? I think they are both great apps but I am not sure I see the point of two separate apps when you need one to do something specific like choose the directory to use for pics.
So..what I would like to see is a merge of the two or make them two separate programs entirely. On that note, it would be nice to see a few of these great developers merge several of their apps into one nice compilation. There are obviously several "popular" apps that all perform entirely different functions. A compilation of these "popular" apps would make for a rather nice experience. And when I say compilation, I don't mean a .cab that includes these apps together, I mean one united program with all the functions streamlined and working together. Something like a mix of S2U2, Pictureflow, PocketCM and what ever all bundled seamlessly into ...say...a PointUI app or something along those lines.
guap,
where is the task count located?
afdrookie said:
guap,
where is the task count located?
Click to expand...
Click to collapse
it's somewhere in the s2u2 settings, set it to "off". otherwise, you may try to mark your "unread messages" in your inbox to "read messages", so the task count won't appear.. hope this helps.
thanks
I want S2U2 to be PointUI-ized.
It would be great if S2U2 could have an owner info on the start screen. Maybe an icon (similar to the weather icons) or as a small text below the slider.
Awesome apps, but the only problem faced by me in my iMate JAQ is changing the orientation of the setting screen. As directed I have changed to path clock to clockH, but it still doesn't work. Any help there?????????????
Slide2View is nice. I have both S2U2 0.98 and Slide2View in the same CAB file, with the additional clocks included. If anybody would like a copy, just let me know. I will also try and include some more stuff if I find some. It is set to use the HTC theme in S2U2.
Got it! Thanks for the info....I kinda hate to admit it but I did not know that the options was a scrollable page. After that I found it no problem. What a great app!!!
If not too much
s2u2 is a very great application.
if not too much..can he include a preview button in the next s2u2 setting? ok, maybe i'm too lazy too save and exit the setting before i can see the outcome of it. but it could be a nice add on in the next release.
thanks to A_C!
Hello Friends
One more time sorry for my english
My pourpose is the next one: When you close S2U2, it appears a window with message " S2U2 are closed", and a ok button to close it.
It's posible that the window disapear automatically after few seconds?.
Thanks.
The ability to either key in a simple pin or a strong alphanumeric password when you slide to unlock.
Invoking the WM6 one is messy/untidy.
Also create a Today plugin for S2U2 so you can invoke the lock directly off the Today screen.
WB

VITO Goodwin App and Today Plugin skinning... Post yours here....

I Tried changing the skin of the VITO Goodwin application which is a nice application by the way. and i came up with these. Let me know what you think.
Skin for the Today Plugin to match HTC Home plugin.
Skin for the Goodwin Application.
Just goto \Program Files\VITO\Goodwin\skins\bin\ and replace shell.bmp and today.bmp.
Just make sure you do a back up first just in case you want the old skins back. Enjoy!
looks good i've never heard of VITO Goodwin before. could someone link or give a discription about it?
Cheers
look here
http://forum.xda-developers.com/showthread.php?t=349264
like it very much, thank you.
How can I use the shell format in the today screen, cause the shell is way nicer!
Tks
Hi,
I replace shell.bmp and today.bmp in \Program Files\VITO\Goodwin\skins\bin\ but is changes only today plugin layout. To changes the shell..what i can do?
Thanks.
fuzzygs said:
Hi,
I replace shell.bmp and today.bmp in \Program Files\VITO\Goodwin\skins\bin\ but is changes only today plugin layout. To changes the shell..what i can do?
Thanks.
Click to expand...
Click to collapse
any new skin?
dinco said:
any new skin?
Click to expand...
Click to collapse
where can i get diomand today plugin icon for GoodWin?
newbie question how did you make them Ive been trying to make new one but every time i try Goodwin runs faulty keeps on rebooting my handset
Skin Sources for Goodwin - Photoshop
I was trying to make a gray version of the original skin, but my bmp files were not compatible with Goodwin and crashed my phone. I really don't know why so i put here my skin source files.
If somebody knows how to export the bmp with the right settings please tell me. I think some people can use my PSD, they are not good, just the original one with some elements splited on different layers.
My desire is a skin to match the black icontact (burt edition) and the plain black thumbcal skins. Any clue??
In the zip file:
shell.bmp and today.bmp (my failed skin)
shell.psd and today.psd (my sources)
nan
unlock goodwin
its urgent..
does anyone know how to disable lock of vito goodwin?

Manual Dialer Skin Install

Im just curious, but how do you manually install a dialer skin? I have found alot of dialer skins for the mogul that are really cool, but they are not in .Cab format. I'm not exactly sure how to manually install one. Could someone please give me some info. Thanks a ton in advance.
Chem
Chemdawg said:
Im just curious, but how do you manually install a dialer skin? I have found alot of dialer skins for the mogul that are really cool, but they are not in .Cab format. I'm not exactly sure how to manually install one. Could someone please give me some info. Thanks a ton in advance.
Chem
Click to expand...
Click to collapse
what i do is install the big button dialer for the mogul and then the touch dialer skin cab on to the main memory to skin my phone with the default skin.
From there in the root there is a folder that says Phone Skin.
Now from here I can either photoshop the skin available or replace it with others that I find else where.
So once I install this big button dialer, there shoudl be a folder in the root directory that I can install the other skins?
Chemdawg said:
So once I install this big button dialer, there shoudl be a folder in the root directory that I can install the other skins?
Click to expand...
Click to collapse
If you install the big button dialer cab for the mogul. It will replace the dialer skins that are on the phone already but it wont have the Vouge buttons.
If you want to still use the Vogue type of buttons install the Touch skin cab to go with it and once you do this will place a folder in the root : not \Windows, where you can customize, delete and replace for others that you might like. I found out by experimenting and it worked for me.
I will hunt these two skins down, and start experimenting myself.
Chemdawg said:
I will hunt these two skins down, and start experimenting myself.
Click to expand...
Click to collapse
If you want i can send you the Big Button Dialer CAB, and the Touch Skin CAB that way you can start skinning from here.
Just PM and i'll send it to you or I'll upload it later because I dont have it with me at the moment (School)
Her is the Big Button Dialer cab along with the Touch Skin Cab for those that need it.
Install the Big Button Dialer cab first then the Touch. After your done soft reset your phone. This should work on all TITAN phones. It says mogul but it works on my XV6800.
Skin problems...
Okay, I've installed the Big Button thing, and then the touch skin, but when I restarted, all of the buttons are fine, except for the 1 button, which appears as the native Mogul dialer button for 1, which looks distinctly out of place. Functions fine, just looks ugly, any fix for this?
HKCU\ControlPanel\PhoneExtendFunction\CDMA, Set EnableVoicemailIcon = 0 then soft reset.
Camalama said:
HKCU\ControlPanel\PhoneExtendFunction\CDMA, Set EnableVoicemailIcon = 0 then soft reset.
Click to expand...
Click to collapse
Erm, sorry, not quite advanced enough to grasp that. Is that a folder\file thing or a registry thing, if it's a registry thing, where do I edit the phone's registry?
Edit: Nevermind, remembered that HKCU is a registry path, the rest is now obvious, just need to find a registry editor.
Edit 2: Found a registry editor, problem now occurs that "Access is denied" when I try and edit that particular registry entry.
Lilinka said:
Erm, sorry, not quite advanced enough to grasp that. Is that a folder\file thing or a registry thing, if it's a registry thing, where do I edit the phone's registry?
Edit: Nevermind, remembered that HKCU is a registry path, the rest is now obvious, just need to find a registry editor.
Edit 2: Found a registry editor, problem now occurs that "Access is denied" when I try and edit that particular registry entry.
Click to expand...
Click to collapse
Here is another registry editor if the one you have doesnt work.
Thanks! Worked wonders.
[email protected]$ said:
what i do is install the big button dialer for the mogul and then the touch dialer skin cab on to the main memory to skin my phone with the default skin.
From there in the root there is a folder that says Phone Skin.
Now from here I can either photoshop the skin available or replace it with others that I find else where.
Click to expand...
Click to collapse
Hey can you post some of these?
"Now from here I can either photoshop the skin available or replace it with others that I find else where."
or explain a little bit how to photoshop them? I am familiar with photoshop so I dont need a walk thru, but there are 26 graphic files in the PhoneSkin directory. Which to edit?
Also, I followed these instructions and your downloads, but when I push a button, the whole button turns white. really all I am looking to do is have it turn the matching blue when I press a key (the same blue that's in the dialer window by default)
thanks.
goon55 said:
Hey can you post some of these?
"Now from here I can either photoshop the skin available or replace it with others that I find else where."
or explain a little bit how to photoshop them? I am familiar with photoshop so I dont need a walk thru, but there are 26 graphic files in the PhoneSkin directory. Which to edit?
Also, I followed these instructions and your downloads, but when I push a button, the whole button turns white. really all I am looking to do is have it turn the matching blue when I press a key (the same blue that's in the dialer window by default)
thanks.
Click to expand...
Click to collapse
sorry for not being clear on my post. there is a program called tdial designer by tiermann ( search for it) and this will help you creat your own skinable dialer.
this will even fix the issue when you press a button and have receive a white button display. just chose your dialer carefully. i recommend the bluefrog aka new vouge dialer.
the regurlar vouge dialer will impair some functions on your phone. once you create the skin, it will generate the picture files and a cab for you to install.
the reason why i mentioned photoshop is that i add more details onto my dialer skins and modify them more ' to look unique ' or to stand out.
hope this is what you needed.
Oh no need to apologize, your posts are great.
I do have the Tdial Designer v1.1.0
I have the BlueFrog Big Button Dialer installed
I open the Tdial Designer (TDD) and from the Options > Dialer I choose "BlueFrog (or new Touch)". Everything looks great until I click on w=one of the buttons, then the same issue arises, it just whites out the whole key. The options below the "Down:" options are no longer available. If I switch back to Options > Dialer I choose "HTC Vouge (or old Touch)", then the "Down:" options are available. I hope this makes sense.
I did try to save a few that I was testing. Looks like it outputs the files and a cab file. Am I better off just copying the files into the PhoneSkin directory or running the actual cab?
Thanks again for the help
best regeditor in my op!
http://ceregeditor.mdsoft.pl/
but its editing through the PC and not the PPC so you cannot do on the fly editing... but I love the full 22" screen editing of my Mogul's registry
goon55 said:
Oh no need to apologize, your posts are great.
I do have the Tdial Designer v1.1.0
I have the BlueFrog Big Button Dialer installed
I open the Tdial Designer (TDD) and from the Options > Dialer I choose "BlueFrog (or new Touch)". Everything looks great until I click on w=one of the buttons, then the same issue arises, it just whites out the whole key. The options below the "Down:" options are no longer available. If I switch back to Options > Dialer I choose "HTC Vouge (or old Touch)", then the "Down:" options are available. I hope this makes sense.
I did try to save a few that I was testing. Looks like it outputs the files and a cab file. Am I better off just copying the files into the PhoneSkin directory or running the actual cab?
Thanks again for the help
Click to expand...
Click to collapse
I recommend using the CAB. Because the image files only displays the dialer in standalone more ( not in use ) but the CAB once designed properly will show a customized dialer that includes the smart dialer color customization, and even the buttons when they are pressed.
I will load up a picture of how one of my alien-reanimation themed dialer looks, along with the cab if you want to install it.
thanks for sending that it is very cool. The issue I am having now is that when I install the cab it is not over riding the default one. do I need to uninstall the blue frog dialer? when I install your cab, the default dialer comes up and not yours. I look in the remove applications and what I believe is yours is listed as MyPhoneSkin. I just cant seem to get the new themes, yours or mine to apply to the phone.
goon55 said:
thanks for sending that it is very cool. The issue I am having now is that when I install the cab it is not over riding the default one. do I need to uninstall the blue frog dialer? when I install your cab, the default dialer comes up and not yours. I look in the remove applications and what I believe is yours is listed as MyPhoneSkin. I just cant seem to get the new themes, yours or mine to apply to the phone.
Click to expand...
Click to collapse
No worries. I just need some information from you first.
Do you have a stock ROM on your phone or a Custom one (for example a DCD ROM)
(uninstall all previous custom dialers you have installed; Then )
If you have a DCD ROM then all you would have to do is install my cab or yours and soft reset ( reboot ) and the new dialer should show up now.
If you have a stock ROM you would first have to install the Mogul Big Button Dialer CAB ( dont worry it a universal CAB for all 6800's ) that I will provide -- Soft reset and see if you notice a new dialer ( you might get a dialer with no dial pad, this is normal) from here install your own custom CAB that you have made or mine and soft reset to notice the change.
hey cool deal, OK I got it working. I have dcd 2.3.2 rom. I reinstalled the mogul dialer, then yours and it worked. However, when I push the buttons, the blue highlight comes on, but it is the whole key, I cannot see the number below it. Which I guess isn't an issue cause you cant see it when my finger is pushing it anyway! but I wanna make sure that this is acting properly. thanks again

[SKN] VGA Skins for Standard WM Dialer (Black/Transparent/Sunset + MORE!)

Description updated 08 Nov 2008
I stopped using the HTC Diamond dialer after I found out that it uses 10MB of memory (8MB on some improved ROMs like SwiftBL) at all times and is partly responsible for the device's laggy dialer performance.
The default WM dialer is an ugly grey but after finding this thread about QVGA skins I decided to make my own black skin. I'd like to thank the starter of that thread, Raceit, for helping me to get started with the image files and trying to fix them for me. Cheers dude!
I don't know how to make CABs yet so here's a zip. (EDIT: CAB available in post #3.) The orange colouring in the screenshots was part of my theme, not part of the skin.
To install, first disable the HTC dialer, see post #2 for more details.
If you would like to install the black 3D skin pictured below, the easiest method is to install the CAB provided by mic_888 in post #3. If you plan to use another skin that doesn't have a CAB then I advise installing the CAB anyway, then copying the images files from the ZIP archive into the Windows folder. There are 2 advantages of installing a CAB - firstly so that the image files are unprotected and easier to overwrite and secondly to make uninstallation easier. Just uninstall the CAB to remove whatever skin you are using and revert to standard the standard WM grey skin.
Hint: The Matrix, Flat Black and Sunset skins in this thread feature transparent buttons with different edge colours, feel free to use them with your own backgrounds. It's just a case of replacing the two png images with your own choice of portrait/landscape images
EDIT: Matrix and Flat Black skins added, see post #24 - CAB now added!
EDIT: Sunset skin added, see post #29 - CAB now added!
EDIT: Grey/White skin added, see post #71 - CAB now added!
EDIT: Dark TouchFlo skin by nhvoltagenh, see post #74-#75
Please also check out the skins by holdemdogg, starting at post #49!
Edit: More Skins, good ones too...
Ryon Skin
Noonski Diamondish Skin
---
Dave
Information about using the standard WM dialer
The main drawback of the standard WM dialer is that you cannot use it for video calling. Not an issue for me personally.
The advantages are that it saves almost 10MB of memory, even on ROMs with an optimized dialer, and gets rid of that slight lag when making or answering a call when you're not sure if it's actually going to do anything. A further benefit is that the answer and reject keys are much more difficult to press accidentally, removing the need for an additional locking program (Answerkeys Disabler, TouchLockPro, S2U2, etc.)
The HTC dialer can be disabled using DiamondTweak or Schaps Advanced Configuration Tool. You must also disable the HTC Volume Control if you wish to be able to adjust the volume in-call. The only working method that I know of is to use this CAB here.
Edit: It turns out that disabling the HTC dialer also loses the Bluetooth icon in the taskbar. I had a quick google and found this solution. I've tested it and it works fine on my Diamond. File attached below for convenience.
Edit 2: The developers of the bluetooth icon app have released a new version that's more compatible with VGA! See below.
Made a cab - I haven't tested it though
mic_888 said:
Made a cab - I haven't tested it though
Click to expand...
Click to collapse
Perfect! Tested OK.
Thanks!
cab doesn't work. and image files can't be copy to the windows folder.
Great work I was looking for this and will include in my Lite rom, can you tranform also Phone_DPI_192 files? (call history), many thanks....
ciberus said:
Great work I was looking for this and will include in my Lite rom, can you tranform also Phone_DPI_192 files? (call history), many thanks....
Click to expand...
Click to collapse
Nice one, glad someone else finds it useful! Can you post any more information? I don't know where those files are.
If anyone has any requests for other colours or designs, let me know. Also please feel free to post your own designs here.
so all i do is run the cab and then 10 mb will be freed up? does this work on the sprint diamond?
Any idea how to undo disable HTC volume control if I plan to go back to default HTC dialer?
Is the cab changing some registry settings?
stuckonashelf said:
so all i do is run the cab and then 10 mb will be freed up? does this work on the sprint diamond?
Click to expand...
Click to collapse
No you need to disable the HTC dialer and volume control too. See post #2 for details. I don't know enough about the differences in the sprint but I expect so.
raspdeep said:
Any idea how to undo disable HTC volume control if I plan to go back to default HTC dialer?
Is the cab changing some registry settings?
Click to expand...
Click to collapse
I don't really know what that cab does. Have you tried uninstalling from remove programs then soft-resetting?
Davey101 said:
If anyone has any requests for other colours or designs, let me know.
Click to expand...
Click to collapse
Well done, I'd like to try this!
But, as I use skilty's TF3D Matrix theme with it's skinned dialer, I'd like to request a Matrix WM dialer skin, please. For personal use and to share it in the Matrix Trilogy theme resource thread.
Maybe you want to have a go at it? It would be great if you could design one with 'real' 1234567890 digits. Perhaps from one of the free Matrix fonts.. And it would be bonus if you could design another skin with 'actual' Matrix font digits, like these.
Or maybe you can just use skilty's dialer artwork? I could ask skilty. Anyway, TIA!
Thanks Davey101!
I'm waiting for that since a long time!!!
Mandragore said:
Well done, I'd like to try this!
But, as I use skilty's TF3D Matrix theme with it's skinned dialer, I'd like to request a Matrix WM dialer skin, please. For personal use and to share it in the Matrix Trilogy theme resource thread.
Maybe you want to have a go at it? It would be great if you could design one with 'real' 1234567890 digits. Perhaps from one of the free Matrix fonts.. And it would be bonus if you could design another skin with 'actual' Matrix font digits, like these.
Or maybe you can just use skilty's dialer artwork? I could ask skilty. Anyway, TIA!
Click to expand...
Click to collapse
News flash!
The Matrix trilogy ended, lamely, 5 years ago!
I think it might be easiest to use transparent buttons with a simple green border so that the matrix background image is seen through the buttons. I'll see what I can come up with, unless you'd like to have a go?
I don't know how to change the button font, sorry.
I use Vito Winterface....
I have made these buttons but not centered!
(I take the same gif mesure of Black VGA Dialer skin: 86x56, 128x54, 142x56 and 180x54)
If somebody could help me...
THX!!!
ZeuBug said:
I use Vito Winterface....
I have made these buttons but not centered!
(I take the same gif mesure of Black VGA Dialer skin for example, 86x56, 128x54, 142x56 and 180x54)
If somebody could help me...
THX!!!
Click to expand...
Click to collapse
Sorry I don't understand that!
Davey101 said:
Sorry I don't understand that!
Click to expand...
Click to collapse
My (very) bad english or my problem???
ZeuBug said:
My (very) bad english or my problem???
Click to expand...
Click to collapse
Your problem (maybe because of your English!)
Hi all,
Is anyone able to develope a Dialer skin that increases the numeric button sizes, There is a big bar of space at the top of the dialer that could be used for the other buttons we use, Or can we remove the call history list to increase the buttons?
Dan
creeky said:
Hi all,
Is anyone able to develope a Dialer skin that increases the numeric button sizes, There is a big bar of space at the top of the dialer that could be used for the other buttons we use, Or can we remove the call history list to increase the buttons?
Dan
Click to expand...
Click to collapse
I'm sure it is possible but that would involve replacing or editing the dialer software, not just the skin. The standard software has a fixed layout and we can replace the images used but not change their size or position.
It might be worth looking around for an alternative dialer...
Davey101 said:
News flash!
The Matrix trilogy ended, lamely, 5 years ago!
I think it might be easiest to use transparent buttons with a simple green border so that the matrix background image is seen through the buttons. I'll see what I can come up with, unless you'd like to have a go?
I don't know how to change the button font, sorry.
Click to expand...
Click to collapse
Ouch
Well, I don't know how to change anything on the WM dialer, so please, try transparent buttons and a simple green border and I'll check it out. Cheers!

Categories

Resources