[SOLVED]Cooking themes into ROMs - Windows Mobile

Hi
How does one cook a custom theme into a ROM and make that the default theme? I've tried editing quite a few registry entrys and it still does not work.
Another question along the same lines, how do i cook in a custom today wallpaper? I've tried changing registry entrys here as well but it didn't work either
Thanks
Mod edit: Solved thread

well...
long history here...
First.. the themes for 6.5 and 6.5.X are not the same theme, so genereally if you want to cook inside a theme that you have made... simply be sure that you have a TSK that contains all the registry entries for images and the two images in JPG format with your size screen set them as "read only" and "archive" attribs then save the cab as winmo cab then rename it from .cab to .tsk then.... put it into a EXT pkg in your EVK kitchen or whatever you have EVK or OSK make a pkg called "my theme name" inside a folder called "FILES" inside that folder all images of the theme and the TSK too... then go to your RUNCC or autoinstall or however you have and set in the txt file this comand...
TSK: \Windows\My theme name.tsk
at the end of the file this way in the botting procces frist customization the theme will be set as default
is the dirt way but you can make it safely instead of changing many regs that simply you will forgot the original
Y'all must to remember that if you want to patch the theme or install a them in a runing working rom in teh device you must to trust sign the TSK but if you are cooking the kitchen will do it for you

The wall paper is easy: just set whatever pic you want as the wallpaper using either Home-settings or the pic and video tool. Then open \windows, and look for the newest files. You'll see two files named stwater_###x###.png or something very similar (could be tdywater). Grab these two files and then when you're editing a .tsk file, include the files in it. Now you're done.
If you want to cook the theme straight into the rom, then you need to dump all of the reg keys and put them into an app.reg file in a package that runs at the end of the build. Name your two wallpaper files (portrait and landscape) "classicblue_stwater_480_640.jpg" and "classicblue_stwater_640_480.jpg," and stick them in the same EXT. (To get the proper names for your device, look in (SYS\Build#\dpi_192_resh_480_resv_640\COMMON\base_dpi_192_resh_480_resv_640), obviously with the proper resolution.) Look through your add2config.txt or config.txt files, and make sure that no other stock .tsk is run during customization.

I know i to cook a theme and set as default and blabla....but its interesting know how to trust sign the TSK when i make a theme.cab to put in a working rom...can you explain?
+ Que PPC said:
Y'all must to remember that if you want to patch the theme or install a them in a runing working rom in teh device you must to trust sign the TSK but if you are cooking the kitchen will do it for you
Click to expand...
Click to collapse

A way that bobsbbq has taught me, and has worked for a 6.5.5 theme
make a new folder in your EXT packes, called whatever the theme is, and in there make another folder called files, in the files folder copy across everything in the theme's cab. then go back into the root of the themes package folder and make a new text document called add2config in there paste the following:
TSK: \Windows\XXXX.tsk
where XXXX is the exact name of yout .tsk file found in the themes cab (so it will also be in the files folder if you want to copy the file name exactly.
Save the text document and then just select it in your kitchen

af974 said:
I know i to cook a theme and set as default and blabla....but its interesting know how to trust sign the TSK when i make a theme.cab to put in a working rom...can you explain?
Click to expand...
Click to collapse
If you try to sign a cab with the last year SDK certs you will have an error is better you to trust sign your cabs reading this article
http://forum.xda-developers.com/showthread.php?t=650309

Thanks guys for the replies I ended up using Farmer Ted's method and it's working exactly how I wanted it to.
BTW: Farmer Ted, whenever I ask for help, whether on this forum or another, you're always among the first to help me. HUGE thanks dude

Thanks Que,
This is very usefull for me
+ Que PPC said:
If you try to sign a cab with the last year SDK certs you will have an error is better you to trust sign your cabs reading this article
http://forum.xda-developers.com/showthread.php?t=650309
Click to expand...
Click to collapse

No prob dude... BTW ppl understand that...
If you want to make fixes for your ROM....
YOU MUST!! to make a trusted sign cab with signed files inside...
if you want to cook the fix... so the kitchen will sign all of them

+ Que PPC said:
No prob dude... BTW ppl understand that...
If you want to make fixes for your ROM....
YOU MUST!! to make a trusted sign cab with signed files inside...
if you want to cook the fix... so the kitchen will sign all of them
Click to expand...
Click to collapse
i dont understand why we have to sign a cab file, when we remove certs in kitchen?
Code:
..\TOOLS\implantxip -xip xip.bin -payload OS.nb.payload -imgstart %imgstart% -%uldr% -pp 16 -%nocert%
ive never signed a cab file in my life and they always install fine

I've never signed a cab, either. EVK makes it too easy, lol.

+ Que PPC said:
well...
long history here...
First.. the themes for 6.5 and 6.5.X are not the same theme, so genereally if you want to cook inside a theme that you have made... simply be sure that you have a TSK that contains all the registry entries for images and the two images in JPG format with your size screen set them as "read only" and "archive" attribs then save the cab as winmo cab then rename it from .cab to .tsk then.... put it into a EXT pkg in your EVK kitchen or whatever you have EVK or OSK make a pkg called "my theme name" inside a folder called "FILES" inside that folder all images of the theme and the TSK too... then go to your RUNCC or autoinstall or however you have and set in the txt file this comand...
TSK: \Windows\My theme name.tsk
at the end of the file this way in the botting procces frist customization the theme will be set as default
is the dirt way but you can make it safely instead of changing many regs that simply you will forgot the original
Y'all must to remember that if you want to patch the theme or install a them in a runing working rom in teh device you must to trust sign the TSK but if you are cooking the kitchen will do it for you
Click to expand...
Click to collapse
I started having problems with Farmer Ted's way so I tried this one instead. It works perfectly except for one thing, that it needs a restart before it's effective. Is there any way to get it working on first boot?

I use this one:
OEM\ExtendedPKG\config.txt
Code:
LOCK:Enabled
TSK: \WINDOWS\Htc_black.tsk
LOCK:Disabled
RST: Reset
This will set that theme on first boot, of course you need to have RunnCC running.
You must change Htc_black.tsk with your tsk name.
seeM_ZA said:
I started having problems with Farmer Ted's way so I tried this one instead. It works perfectly except for one thing, that it needs a restart before it's effective. Is there any way to get it working on first boot?
Click to expand...
Click to collapse

af974 said:
I use this one:
OEM\ExtendedPKG\config.txt
Code:
LOCK:Enabled
TSK: \WINDOWS\Htc_black.tsk
LOCK:Disabled
RST: Reset
This will set that theme on first boot, of course you need to have RunnCC running.
You must change Htc_black.tsk with your tsk name.
Click to expand...
Click to collapse
I did mine exactly like that but it doesn't work. It only works after I reboot the phone atleast once
EDIT: I noticed if i go to settings/home, it is set as the default theme (it's hilighted) but it's not actually visible anywhere.
EDIT2: Never mind it's sorted out. I went back to Farmer Ted's way and got it to work exactly how I wanted it.

Hi guys,
How can I change cooked in wallpaper if my theme doesn't contain a wall?

Farmer Ted said:
The wall paper is easy: just set whatever pic you want as the wallpaper using either Home-settings or the pic and video tool. Then open \windows, and look for the newest files. You'll see two files named stwater_###x###.png or something very similar (could be tdywater). Grab these two files and then when you're editing a .tsk file, include the files in it. Now you're done.
Click to expand...
Click to collapse
I believe this is what you want to do

[★] said:
A way that bobsbbq has taught me, and has worked for a 6.5.5 theme
make a new folder in your EXT packes, called whatever the theme is, and in there make another folder called files, in the files folder copy across everything in the theme's cab. then go back into the root of the themes package folder and make a new text document called add2config in there paste the following:
TSK: \Windows\XXXX.tsk
where XXXX is the exact name of yout .tsk file found in the themes cab (so it will also be in the files folder if you want to copy the file name exactly.
Save the text document and then just select it in your kitchen
Click to expand...
Click to collapse
Does this method select the theme on 1st boot?
btw, how do you select a default Wallpaper for Manila's Home Tab?

sometimes you need to take your theme tsk rename it to .cab open it with cab manager and change the pics inside
the manila use as default a pic inside the EXT or OEM pkg it contains the manila app... search for the image and just replace it same size, and attributes.

+ Que PPC said:
sometimes you need to take your theme tsk rename it to .cab open it with cab manager and change the pics inside
the manila use as default a pic inside the EXT or OEM pkg it contains the manila app... search for the image and just replace it same size, and attributes.
Click to expand...
Click to collapse
Thanks. Will try it out

what would the image name be? in EXT Manila.exe is only in Manila_Core and I don't have any image there except Manila files...
In OEM I saw the default HTC Black.tsk along with HTC stwater images...
Do I need to replace these 2 Images (HTC Black Stwater... 480x800 and 800x480)?

Related

New wm6-theme: Pirates of the Caribbean

Here to look and download
That is briliant!
THX
littld said:
That is briliant!
Click to expand...
Click to collapse
Thank you.
Edit: Little Changes in the design...animelover told me, that jack isn´t good to see. Also a new pocket cm with kira knightly, a modified comm manger background and a modified nem menu background.
new welcomehead
Here is a welcomehead.96 (bootscreen) for those, who have no prophet. Look at your own welcomehead´s name in windows, and give this file the same name (welcomehead-96.png or welcomehead96.png....), make a backup of your file and replace it with the new.
After some questions:
Pocket CM Theme is not for version 0.16, only 0.15
Thx for so many downloads until today. Don´t forget, that you need to download all files for the installation. I couldn´t put them all in one folder.
spiderman theme
im knew to this and im havin trouble putting the spiderman theme on my mobile device
computerkid23 said:
im knew to this and im havin trouble putting the spiderman theme on my mobile device
Click to expand...
Click to collapse
There are some steps to do:
First use total commander and search for *.png- and *.brn-files in windows on your ppc. Mark them all and unmark in the properties "Read only". It takes a little while, then the write protection of your files is removed. Look at the name of our own welcomehead in windows and give the welcomehead from spiderman-theme-folder the same name. Sometimes they have different names like welcomehead96 or welcomehead.96 and so on. Copy all your downloaded *.png, *.brn and *.tsk-files files into windows. The ring must be taken to Windows/Ring. If you have a touch-like dialer, you can also use the dialer files. The usual wm6 dialer cannot be styled with these files, i heard from another user. The best is, to make a copy of your old files, if you want to replace them sometimes. Make a soft-reset and look, if your cube looks in the new style. If not, go into registry: HKLM/Software/HTC and look into your folder "Biotouch"/"Biotouch", what´s the path for the files there. It must be \Windows\A01.brn... not \Ext_Rom\A01.brn... I integrated a Biotouch.reg into the download folders. Compare the entries with your biotouch.reg. If you have the same entries, you can replace it with my file. Otherwise you must rename your paths manually from Ext-Rom to Windows. So your pocket pc read the windows files. The today theme can be selected in Start/Settings/ Today.
If you have pocket cm until version 0.15, you can take the cmt-file into your folder Program files/ Pocket CM and choose this theme in the program. Poicket CM 0.16 is not supported.
It´s a little work, but if you have done it once, you can use other themes in the same way.

transparent top curtain / bar

Ok, I've found the cab that removes the top curtain. NoTopCurtain.cab removes it, and every search I did only lead me to threads asking the same with no solution...
http://forum.xda-developers.com/showthread.php?t=436057&highlight=curtain
http://forum.xda-developers.com/showthread.php?t=430576&highlight=curtain
I've seen the semi-transparent bars in peoples screenshots, would somebody care to tell me how this is done?
Get your device. ActiveSync it. Explore it. Find file 18c460d8_manila in Windows folder. Copy it to your PC. Save it to a folder somewhere.
Download Manila Editor. Select Path in Manila Editor > Point it to the folder you just saved the 18c460d8_manila file. You'll see a blank image listed in manila editor.
Export it and open it with your favourite gfx editing program. Edit it to a semi transparent colour. If I remember rightly it's a 2pixel wide (128 high) image that 'spans' across the screen.
Use manila editor to replace the file with your newly edited image. Then copy the 18c460d8_manila file back to your device in \Windows.
Wallah! All done. You can find everything you need via Searching and reading!
thanks
Thanks, I should be able to get it done
i have a 1864da05_manila .... but no 18c460d8_manila
your sure its in the windows directory? I have a juicy 2.5 telus cdma phone, could it be different?
This seems like too tedious of a process for me >.> Anyone wanna do that with their file and uploada their modified 18c460d8_manila file?
Kraize92 said:
This seems like too tedious of a process for me >.> Anyone wanna do that with their file and uploada their modified 18c460d8_manila file?
Click to expand...
Click to collapse
I've got no problem doing it, hell I'll look up how to make a cab out of it.
Problem is said file does not exist in my /windows folder on my diamond
I had an error when trying to import it into manila editor. arrrghhh
im suprised were having so much trouble with this
dickenz said:
Get your device. ActiveSync it. Explore it. Find file 18c460d8_manila in Windows folder. Copy it to your PC. Save it to a folder somewhere.
Download Manila Editor. Select Path in Manila Editor > Point it to the folder you just saved the 18c460d8_manila file. You'll see a blank image listed in manila editor.
Export it and open it with your favourite gfx editing program. Edit it to a semi transparent colour. If I remember rightly it's a 2pixel wide (128 high) image that 'spans' across the screen.
Use manila editor to replace the file with your newly edited image. Then copy the 18c460d8_manila file back to your device in \Windows.
Wallah! All done. You can find everything you need via Searching and reading!
Click to expand...
Click to collapse
This worked for me Thanks!
I've attached the file so all you have to do is copy it to your \Windows folder
cyrilic said:
This worked for me Thanks!
I've attached the file so all you have to do is copy it to your \Windows folder
Click to expand...
Click to collapse
Thanks man !!
It looks great!
i copied the file i extracted from the zip into my /windows folder... there was no file of the same name existing so I didn't overwrite anything... Could it be a different file on the telus/juciy rom?
so this is the top semi transparent curtain?
should be
i just cant get it to work
cyrilic said:
This worked for me Thanks!
I've attached the file so all you have to do is copy it to your \Windows folder
Click to expand...
Click to collapse
Works great for me thx
anybody have an idea why it isn't working for me?
in my WIndows folder has that file but after overwrite it, nothing happens.
it works fine. You have to restart touchflo after replacing the file.
boboc71 said:
it works fine. You have to restart touchflo after replacing the file.
Click to expand...
Click to collapse
This is what I did and it worked, I went to the Window's Default and it worked
btw I'm sprint
hi,
actually TF3D1 top curtain is different compared to TF3D2.1 : on the one hand you've got a 2px width repeated 240 times, on the other hand you've got a single block of 512px

Black-based Blackstone Dialer

Thanks to the great job from all the greater guys for the Blackstone dialer.
But I am thinking whether anyone has a way to change the current white-based dialer to a black-based colour scheme. Thanks.
hotiron07 said:
Thanks to the great job from all the greater guys for the Blackstone dialer.
But I am thinking whether anyone has a way to change the current white-based dialer to a black-based colour scheme. Thanks.
Click to expand...
Click to collapse
yes unpack the folder of the dialer and go through and manually change each and every part of the dialer using your favourite image editor. Repackage it up and wait for the adulation of the masses, or more likely someone to start moaning at you because you haven't done it exactly as they want you to... ;p
you mean the folder on the ppc itself or the cab provider ? ...
i don't mind doing the photoshop work if i have the jpg/gif/etc ... but i still need someone to package it into a cab ... as i don't know how
I too would like to know if there's a simpler way to do this.
I'm happy to edit all the files myself in photoshop, but...
When I extract the cab file i recieve alot of files with numerical extensions.
Fine and dandy, i've gone through a few of them and changed the extensions so that they are jpg/png etc just so i can view what they are.
Can anyone with previous experience of editing cab files like this write a simple howto, i.e. how to know which files are which and what format they should be saved in jpg/png/bmp/ico etc.
i saw from the _setup.xml file that all the filename are mentioned inside but was wondering if the marker of this cab can release the original package before cab-ing so that I can photoshop all the image file individual before they cab it again ...
THJahar said:
I too would like to know if there's a simpler way to do this.
I'm happy to edit all the files myself in photoshop, but...
When I extract the cab file i recieve alot of files with numerical extensions.
Fine and dandy, i've gone through a few of them and changed the extensions so that they are jpg/png etc just so i can view what they are.
Can anyone with previous experience of editing cab files like this write a simple howto, i.e. how to know which files are which and what format they should be saved in jpg/png/bmp/ico etc.
Click to expand...
Click to collapse
It sounds like you didn't use a decent program to extract the cabs...
Try http://www.codeppc.com/telechargements/msceinf/msceinf.htm instead
oh and if you want some background reading ....
http://www.cabextract.org.uk/wince_cab_format/
fards said:
It sounds like you didn't use a decent program to extract the cabs...
Try http://www.codeppc.com/telechargements/msceinf/msceinf.htm instead
oh and if you want some background reading ....
http://www.cabextract.org.uk/wince_cab_format/
Click to expand...
Click to collapse
wow ... this make it so much simpler ...
but i see most of the image files are already inside, just got to switch the white image to black and vice-verse ...
hotiron07 said:
wow ... this make it so much simpler ...
but i see most of the image files are already inside, just got to switch the white image to black and vice-verse ...
Click to expand...
Click to collapse
Give it ago, I think the pink images need to stay pink though.
I can cab it up if you need to but there are some free cabmakers around..
They aren't hard to use, the main problem I've found is giving them enough permissions to overwrite files..
this one is supposed to be okay, but I haven't tried it.
http://www.aperitto.com/content/category/23/226/lang,en/ LOL, okay I have tried it now, it's working under WINE on my ubuntru machine
Wince cabmanager is pretty nice as well, but it costs $99, the demo does 15 cabs I think..
hotiron07 said:
wow ... this make it so much simpler ...
but i see most of the image files are already inside, just got to switch the white image to black and vice-verse ...
Click to expand...
Click to collapse
If you do not want to pay for a cab maker to rebuild a cab after you change an image, you can do this by following these steps :
Run MSCEInf. Open the Cab you want to modify (or the TSK which are also Cabs) with the first button.
Make sure that the 9th button is not with red cross. Else click on it. This make sure that extraction preserves Folders names.
Click on the 7th button to extract all files.
Select or create a folder for the extraction.
Extraction is done !
Modify the file you want in the folder or subfolder without changing its name.
Put at the root of the folder you selected or created the Microsoft program (free) CABWIZ. (Do a G....E search)
Open a Dos Windows in the folder (CMD...).
Msceinf has rebuilt the Inf File a the root of your folder so you can do in CMD mode : Cabwiz "name of the inf file".
And your new CAB is at the root of your folder.
Easy, but not really automatic, nevertheless cheaper than with WinCE...
It would be SO cool if someone made a black Blackstone dialer, especially for black Xperia X1s.
I REALLY like the "slide to answer or hangup" function of the blackstone dailer, rather than just the "push to answer" version on the stock Xperia ROM/firmware.
It would be SO cool if someone made a black Blackstone dialer, especially for black Xperia X1s.
I REALLY like the "slide to answer or hangup" function of the blackstone dailer, rather than just the "push to answer" version on the stock Xperia ROM/firmware.
BenThon said:
If you do not want to pay for a cab maker to rebuild a cab after you change an image, you can do this by following these steps :
Run MSCEInf. Open the Cab you want to modify (or the TSK which are also Cabs) with the first button.
Make sure that the 9th button is not with red cross. Else click on it. This make sure that extraction preserves Folders names.
Click on the 7th button to extract all files.
Select or create a folder for the extraction.
Extraction is done !
Modify the file you want in the folder or subfolder without changing its name.
Put at the root of the folder you selected or created the Microsoft program (free) CABWIZ. (Do a G....E search)
Open a Dos Windows in the folder (CMD...).
Msceinf has rebuilt the Inf File a the root of your folder so you can do in CMD mode : Cabwiz "name of the inf file".
And your new CAB is at the root of your folder.
Easy, but not really automatic, nevertheless cheaper than with WinCE...
Click to expand...
Click to collapse
Nice one Benoit,
Nothing beats MSCEInf for extraction
That aperitto one looks pretty neat for all inclusive building including reg editing etc.. damn site better than wince cabmaker and is free (for non commercial), so far so good..
I have installed the blackstone dialler by itje its cool but i thought it was this big digit one from blackstone modded for the X1.
Ive tried to download the big digit one from Blackstone but get no dl link by email, I have big sausage fingers and keep making mistakes with the default size touch dialler on the X1 and need a bigger digit keyset to aim my stubby fingers at while making calls.
Is there a big digit dialler available yet for the X1?.
Edit,: Just found this, a nice touch on the dialler by itje is the bluetooth headset icon that when connected changes from the default bt icon to a headset !

changing wallpaper for touchflo cooked roms

good morning:
before you guys tell me to search, i have already did over and over again. all the threads i see was not entirely clear. some threads say soemthign about having a manila editor and i would need a hex editor and stuff. other people say i jsut use the change wallpaper setting in the settings tab ( i tried, it doesnt work). i also tried downloading a configurator ( dimaond) and it doesnt work. so i want to know, how exactly do you change a wallpaper for touchflo cooked roms? ( please, no vague , shortcut descriptions). i will very much appreciate it. thanks.
p.s. i mean to change only the home screen, not necessarily all tabs, but that can help to.
First we'd need to know what touchflo you're using, TF3D 1 or TF3D 2 "Landscape".
For the first, you need to edit a manila skin file, extract to a png with CFG Editor (search on XDA), edit it in photoshop, alter the manila skin file back with CFG Editor into the png you made, then hex-edit the file and paste it in your windows directory, together with another file that you'd need to download. Aka, it's a hassle. I can't tell you where to download all this, as I don't remember.
TF3D 2 its easier, just need to edit 4 skin files, without hex editing.
Are you sure you want to do this?
And how can I change the TouchFlo 3D 1 wallpaper in the cab version?
Angelusz said:
First we'd need to know what touchflo you're using, TF3D 1 or TF3D 2 "Landscape".
For the first, you need to edit a manila skin file, extract to a png with CFG Editor (search on XDA), edit it in photoshop, alter the manila skin file back with CFG Editor into the png you made, then hex-edit the file and paste it in your windows directory, together with another file that you'd need to download. Aka, it's a hassle. I can't tell you where to download all this, as I don't remember.
TF3D 2 its easier, just need to edit 4 skin files, without hex editing.
Are you sure you want to do this?
Click to expand...
Click to collapse
thanks for the reply. sorry i forgot to mention im using touchflo 2
but yes i would like to attempt it if you can give me directions on how to do it. i appreciate it a lot.
Edit the following files: (get them from your windows folder)
29cff4fe_manila
058acf31_manila
77feee1d_manila
70083a29_manila
Two of 'em are for portrait, two for landscape.
Use cfc gui to extract the pngs and recompile them when you're done.
Copy them to your \windows folder and you're all set.
Angelusz said:
Edit the following files: (get them from your windows folder)
29cff4fe_manila
058acf31_manila
77feee1d_manila
70083a29_manila
Two of 'em are for portrait, two for landscape.
Use cfc gui to extract the pngs and recompile them when you're done.
Copy them to your \windows folder and you're all set.
Click to expand...
Click to collapse
thanks a lot. i will give it a whirl when im home. also is there a different wallpaper size im suppose to use as oppose to the default 800x800 for non tf3d?
is this suppose 2 be done on the phone or comp? as for getting the file out of the phone, its not showing up on desktop.

Making a theme?

So I'm new to all of this. I bought a touch diamond with Sprint just last week and stumbled upon this site for themes and apps. It seems to be a very cool site for customization, but i've been wondering where should i start if i want to make my own themes? I got CFC and Manila editor. Are there tutorials or manuals on using those programs? And is there a way to extract the preinstalled theme that came with my phone so i can modify it? Thanks for any help.
bavman13 said:
So I'm new to all of this. I bought a touch diamond with Sprint just last week and stumbled upon this site for themes and apps. It seems to be a very cool site for customization, but i've been wondering where should i start if i want to make my own themes? I got CFC and Manila editor. Are there tutorials or manuals on using those programs? And is there a way to extract the preinstalled theme that came with my phone so i can modify it? Thanks for any help.
Click to expand...
Click to collapse
To extract your phone's TF3D files
To extract your phone's TF3D theme, connect it to your computer using Activesync (XP) or WMDC (Vista) and click on "Explore Files". While exploring your devices files, navigate to the Windows folder of your cell phone then sort the files by type. Look for a collection of files that end in "manila" (there should be ALOT). Copy EVERY file that ends with .manila from your device to a folder on your computer (give it a couple minute as there are many files to copy).
To copy manila files to a manila editor
Using either Manila Editor of CFC GUI (i personally think CFC GUI is much easier to use because it gives me less errors), click on "File" and "Select Folder" to navigate to the folder where you copied the manila files on your computer. Select the folder and the files will be loaded into the program
To make your own theme
Once you have copied the manila files and loaded them into either Manila Editor or CFC GUI, the next step is to replace some of the icons with the ones you want for your theme. In CFC GUI (I havent used Manila Editor and dont remember the buttons for this so I cant instruct how to use it), click on any of the files and you will get a preview of it. If you would like to SAVE that icon in a png format to edit (with Photoshop/Gimp etc.) click on "SAVE AS" and choose the directory in which you would like to save it. To replace a manila file with your own, click on the file then select "REPLACE WITH" and choose your file (NOTE: The file you choose absolutely MUST be the same size as the original. If the original file is 128x128, the file you replace it with must also be 128x128).
Thanks jrodi. Im thinkin of making one myself too. But I wasnt sure if the icon size has to be the same as original.
Usper said:
Thanks jrodi. Im thinkin of making one myself too. But I wasnt sure if the icon size has to be the same as original.
Click to expand...
Click to collapse
you wouldnt believe how easy it is to make a theme once you get the hang of it. good luck on the theme youre making and if you have any questions or want any help feel free to pm me
Cool, i cant wait to get started, but i have one final question. After im done do i just replace the files which i changed to where i got them off my phone?
bavman13 said:
Cool, i cant wait to get started, but i have one final question. After im done do i just replace the files which i changed to where i got them off my phone?
Click to expand...
Click to collapse
There are multiple ways to install a theme to your device but ill go through the easiest and quickest method using Total Commander
1) Copy the manila files that you changed to a new folder on your phone (Give this folder the name of your theme). Turn off the TF3D plugin (Settings/Today/Items/ Uncheck Tf3d). Then use Total Commander to find the new folder and copy all of the files in the folder to the Windows directoty of your device. If you get a prompt, select "Overwrite All" and give it a minute to replace the files. Soft reset your device and youre done
I was just looking through the windows folder of my diamond but there are no files ending in manila, is it because its the sprint version or something?
bavman13 said:
I was just looking through the windows folder of my diamond but there are no files ending in manila, is it because its the sprint version or something?
Click to expand...
Click to collapse
"show hidden and systemfiles" in explorer..

Categories

Resources