slider selection graphic ? - HD2 Windows Mobile 6.5 Themes and Apps

ok I have made my own selection icon but dont know how to get it in there, whats the name of the manila file I need to replace ?
Its a .png now do I leave it that way or does it have to become a .cab file ?
How do I open up other cabs to see how they are structured ?
I have qikcab but that just makes them, how do I analyse others ?
D.

Maybe you should have a look into this thread!
http://forum.xda-developers.com/showthread.php?t=689230

Related

Custom Program Folders

Does anyone know of an easy way to create custom Program folders and then move applications to those folders? I want to clean up the Programs group and would prefer not to have to build me own ROM.
Thanks in advance.
jamesjsenecal said:
Does anyone know of an easy way to create custom Program folders and then move applications to those folders? I want to clean up the Programs group and would prefer not to have to build me own ROM.
Thanks in advance.
Click to expand...
Click to collapse
total commander works fine and its free.
Thanks for the info. TotalCommander works great.
NP. Glad to help.
Hi, Is there a way in totalcommander to change the folder icon to a "fancy" one such as a "multimedia" folder with different icon?
lindsaydr said:
Hi, Is there a way in totalcommander to change the folder icon to a "fancy" one such as a "multimedia" folder with different icon?
Click to expand...
Click to collapse
Not easily. If the folder contains a file called "icon.lnk" that points to a particular icon within a DLL, then WM will display that icon rather than the "normal" folder icon under Start > Programs.
I've stolen the icons from Dutty's excellent ROMs, and cooked them into my little one. I've just tried to convert that into a cab that will install the icons into the Multimedia, Tools, and Apps folders under Start > Programs. I haven't tested it, and I think you'll end up with blank folders if you don't have Multimedia, Tools and Apps, but it should work!
Dutty - I know I haven't asked your permission to use your icons, so if you would rather I didn't, then please let me know and I'll delete this post and the attachment immediately. Thanks.
C'mon, man...
It's actually easier than people make it sound. All you need is a resource editor. You create your own .dll library or edit an existing one, I like to use Gconvert.
You will notice that any of the programs or folders that have "Custom Icons" have a specified path to the .exe usually followed by something like this: ?resource.dll -1001
This tells the system what library holds trhe icon & it's position within that library. You can modify existing libraries or create your own.
Just look for GConvert & PHMicon.dll (To use as a base)
GSLEON3 said:
C'mon, man...
It's actually easier than people make it sound. All you need is a resource editor. You create your own .dll library or edit an existing one, I like to use Gconvert.
You will notice that any of the programs or folders that have "Custom Icons" have a specified path to the .exe usually followed by something like this: ?resource.dll -1001
This tells the system what library holds trhe icon & it's position within that library. You can modify existing libraries or create your own.
Just look for GConvert & PHMicon.dll (To use as a base)
Click to expand...
Click to collapse
Cheers GSLEON!
I'll have to have a play around with that. I love this forum - you learn something new every day.
Confused Stu said:
Not easily. If the folder contains a file called "icon.lnk" that points to a particular icon within a DLL, then WM will display that icon rather than the "normal" folder icon under Start > Programs.
I've stolen the icons from Dutty's excellent ROMs, and cooked them into my little one. I've just tried to convert that into a cab that will install the icons into the Multimedia, Tools, and Apps folders under Start > Programs. I haven't tested it, and I think you'll end up with blank folders if you don't have Multimedia, Tools and Apps, but it should work!
Dutty - I know I haven't asked your permission to use your icons, so if you would rather I didn't, then please let me know and I'll delete this post and the attachment immediately. Thanks.
Click to expand...
Click to collapse
thats ok mate, well done

[Tutorial] How to create Titanium skins (WM6.5)

Theres one thing I have to say before I begin: Make good skins!
Theres nothing wrong on reusing stuf from others (with due credits and permission, if needed) but dont go for the easy mix, make some good graphics with cool transparencies and plently of bling.
Please dont make ugly skins (like I did) for example, the M2D skin thread is huge, but only some are thrully nice and different.
Each person has its own taste, but lets all make an effort to raise the bar.
The skin change can be as simple as editing the 2 main images: The main tab and the minimized tabs, you can do much, much more, but those 2 images are the main change to the visual effect.
The minimized tab is very simple, its just a PNG inside the Windows folder named CHome_listback.png (its hidden, so use Resco Explorer if needed).
The main tab is a png inside a DLL with other icons, for that you need to edit the DLL with a special program.
To edit the DLL (containg the main graphics and icons):
----------------------------------------------------
- Download ans install the PE Explorer trial: http://www.heaventools.com/download.htm
- Copy bronzeres.dll from the Windows folder to your SD card then to your PC.
- Open the DLL in PE Explorer and click on View > Resources
- See all the files inside the RC Data folder and double-click the png number 3000 for portrait or 4000 for landscape.
- Import a new PNG into that new screen and save the dll when finished (backup yours first).
- Download, export an open MSigner and open your dll inside this software.
- Copy that dll into your SD Card and then into the Windows folder (use Resco explorer if it denies access).
- Reset and enjoy.
To change the layout of the plugin you need to edit the Titanium_*.cpr file on your Windows folder (like Titanium_240x320.cpr, or whatever your screen resolution is), its a "simple" XML inside, you can see it with Notepad.
See this link for a detailed explanation of it:
Titanium Walkthrough by drkfngthdragnlrd
http://forum.xda-developers.com/showpost.php?p=3601164&postcount=2
You can download here a (bad) example of a simple skin.
More tools for developers:
--------------------------
A Guide to Windows Mobile 6.5 by joel2009
http://forum.xda-developers.com/showthread.php?p=3626556
CPL/CPR online creator:
http://forum.xda-developers.com/showthread.php?t=520857
Worked like a charm...
Great tutorial...
Many Thanks
Thanks, Iwas trying to look at the bronzeres.dll with reshacker and getting really confused. All I saw was a bunch of code. No images. I'll try this PE Explorer out. Anybody know if there is a chrome or grey theme already? Do we not need to sign the dll as in previous skinning like taskbar?
Hmmm... to be honest I dont remenber if I signed it, I dont think i did... :/
PNG Format
Hi TWolf,
thanks for the perfect instructions. Just tried myself. WAnt to change the 3000.png. But if I export it into Photoshop and create a new one with transparnency Titanium just shows background after having copied the new dll.
Do you know the specifications of the PNG?
Thanks
Januwar
there is also a tutorial for cpr files?
would be nice like the one for manila 2d, where people put lines and explanations...
Januwar said:
Hi TWolf,
thanks for the perfect instructions. Just tried myself. WAnt to change the 3000.png. But if I export it into Photoshop and create a new one with transparnency Titanium just shows background after having copied the new dll.
Do you know the specifications of the PNG?
Thanks
Januwar
Click to expand...
Click to collapse
Hmmm.. I used simple 32 bits alpha transparent pngs from flash or paint shop pro... :/
KeRmiT80 said:
there is also a tutorial for cpr files?
would be nice like the one for manila 2d, where people put lines and explanations...
Click to expand...
Click to collapse
The link on the first post of Titanium Walkthrough by drkfngthdragnlrd has some info on that.
when i replace the file and reboot it. I get a blank today screen and its set on windows default so i guess i'm doing something wrong. Same problem as januwar
Thats strange, could you test this?
Open your file on the signer and after its signed try to put it on the windows folder again...
I wasnt sure this step was really needed..
signed file works
thank you!!!
now just a question...how to add icons to "collapsed" tabs?
what i understood is that is possible to link to an external icon or use one in the bronzeres.dll...
...i'd like to know how
Thanks, added to the tutorial.
That depends of the plugin, if it uses icons that are inside this dll, then they can be changed too... If they use external pngs, thats even easier.
yes but only if the plugin already has the code to display an icon in the cpr right?
dont' know...it's the right place to ask for an example?
how to add an icon (not to change only) can you show the lines to add to the cpr for a generic tab? maybe it's possible to use the chome editor, i saw some registry entries related to icons in tabs editor...
something easy...newbie level please
its exacly the same procedure, just instead of being that icon number, its another one... :/
In some cases, if you edit the registry to a full path png file, it will use it.
no sorry maybe i didn't explain myself...
default plugins in titanium has only text when not selected, right?
now if i want (like i saw in some themes) to add an icon on the left to a non selected tab i think i have to edit the cpr and add some lines to create a link to a number in case of bronzeres or to an external png.
what i need is an example of these lines to add to cpr so i can replicate on my own for all my installed plugins.
i hope i've been more clear this time
ps :sorry for the dumb question as i told you i'm newbie, thank you for your help
Theres already a thread, as I said, to show ppl how tu use the cpr files... :/
You can see a example of what I did here:
http://forum.xda-developers.com/showpost.php?p=3788297&postcount=45
I added this to the condensed view of my resolution cpr:
Code:
<Image ID="[B]ICON[/B]" Left="0" Top="0" Width="36" Height="36" />
And this to the registry:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\system\CondensedPage]
"[B]ICON[/B]"="\\[I]My Documents\\Themes\\Titanium System Panel\\sd.png[/I]
thank you
i've read the walkthrought but i couldn't find these...maybe i have to search in the whole thread
These nice people copied the first post text and did even gave credit to xda:
http://pocketpc-live.com/pocket-pc/how-to-create-titanium-skins.html
Send them a nice letter of thanks.
OK...color me stupid, but I don't see CHome_listback.png on my device...I read and followed:
"The minimized tab is very simple, its just a PNG inside the Windows folder named CHome_listback.png (its hidden, so use Resco Explorer if needed)."
from the first post, but it is not there. it sharts with CHome_send..... and then a list of CHome_ Win..... images, but no CHome_listback.png!!
Any suggestions or ideas as to why?
Thanks
Strange, maybe it could be a different build, to be sure, copy my png from the UGLY SKIN to your Windows folder.
syrguy1969 said:
OK...color me stupid, but I don't see CHome_listback.png on my device...I read and followed:
"The minimized tab is very simple, its just a PNG inside the Windows folder named CHome_listback.png (its hidden, so use Resco Explorer if needed)."
from the first post, but it is not there. it sharts with CHome_send..... and then a list of CHome_ Win..... images, but no CHome_listback.png!!
Any suggestions or ideas as to why?
Thanks
Click to expand...
Click to collapse
Me too, I could'nt find CHome_listback.png at all with Total commander/or Resco - just the same list as above.
I'm using NRGZ rom on the Diamond

[REQ] Customize slider + icons

I want to customize the slider and icons of the home screen tabs by myself (in Photoshop)?
Where are the images of these stored and what registry keys do I need to change (if any)?
Thanks
PS: I use JWMD for the start menu icons, is there a similar app for the home screen tab? - probably not
please guys, somebody help me with this.
i reformulated my request, i've been probably misunderstood - that would explain why nobody bothered to answer by now...
this is my last attempt to get your attention into this. I can't believe none of the people who know answered, is this such a big secret?
antaed said:
this is my last attempt to get your attention into this. I can't believe none of the people who know answered, is this such a big secret?
Click to expand...
Click to collapse
Hi Antaed.
I'm surprised too that no one has replied to your question.
I think the problem is not so much that it is a big secret, but that it is very complicated and therefore difficult to reply to.
I've done a bit of work on changing icons myself, so I can probably explain to you what is involved and what you have to do. But you will need to decide for yourself whether you want to put in the effort...
The slider icons (and the slider itself) are .png images stored in manila files. So the first thing you will need to do is find out, for your version of Manila, which files contain the slider icons for your version.
The best way to find out which files you need to change is to 'unzip' an existing cab which changes the slider icons on your version of manila and read the setup.xml file to extract the names of the manila files in the cab.
Please note that there are 3 files for each slider icon!
Then you will need to extract the .png files from the manila files. I use CFC GUI (available on this forum) to extract the .png files.
Once you have the original .png files, you will see that the slider icons do not take up the whole 128x128 pixels of the file but are placed approximately in the top left corner of the .png file. This will be your guide as to how big to make your new icons and where to place the new icon within the 128x128 matrix.
Please note that there are two different positions depending on whether the image you are replacing is the standard position in the row of icons or the icon visible 'within' the slider (seen as you move the slider along the row of icons), which is slightly higher and to the left.
Once you have created your new .png files in the same format as the originals, you should then use CFC GUI again to replace the original image with your new ones in the appropriate manila file.
You can then either manually move your new manila files across to your device (not recommended) or create a cab file to install them (and uninstall them) in one go (highly recommended!).
I would advise (from experience) only doing a couple of icons first until you have the exact position for the icon with the file. The position should then be the same for every icon.
The slider itself is fortunately only one file and therefore a lot easier to change. Again the best way to find out which manila file you need to change for your version is to unzip a cab file that changes the slider on your version and read the setup.xml file.
Hope this helps... (Well, at least you got an answer!)
And "No", I do not know of an easier way of doing this!
Johnkst, thanks for your kind reply, I started to have doubts I'll get an answer to this .
About the procedure - yes, it's pretty challenging but I'll try .
First because it's kind of a new adventure for me and then because I feel I owe it to you now, as I don't want to leave your effort in vain .
If I'll succeed (and I don't see why not) you'll be the first to receive my work.
Thanks again and best regards,
Antaed
Changing slider icons and the slider...
antaed said:
Johnkst, thanks for your kind reply, I started to have doubts I'll get an answer to this .
About the procedure - yes, it's pretty challenging but I'll try .
First because it's kind of a new adventure for me and then because I feel I owe it to you now, as I don't want to leave your effort in vain .
If I'll succeed (and I don't see why not) you'll be the first to receive my work.
Thanks again and best regards,
Antaed
Click to expand...
Click to collapse
That's the right attitude, Antaed...!
I don't know if it will help you, but I am attaching two cabs to this post. They are ones I made myself for my HD2, which uses Manila 2.5.1920. I THINK the same files are used for 1921, but I don't know for sure...
There might be some stuff in there that you do not need, but they might also be useful to help you identify the files you need to change.
One is for the clear slider on the main tabs (it also slightly changes the black '2nd level' slider), the other for the slider icons.
The slider icons it installs are those from Jaguaralani. Let me know once you have downloaded as I will remove them again. I know Jaguaralani does not want his/her theme split up and my posting a cab which installs only the slider icons probably goes against those wishes... - Done!
Good luck!
done, thanks.

Theme software

Hi all,
I have spent this afternoon searching for a way to edit and create a theme.
I know you will ask, and yes I have searched and still not sure what is needed to create and make themes for windows mobile 6.5.
Does it matter what rom you are using?
where can i find a default theme to start with?
are the themes in a dll file like windows, as this is what i have been searching for, this is what i'm use to and really feel lost.
Thanks for any help or even better is there a link for a guide?
Hi,
Just download a theme from this forum and modify the graphics inside it.
That's the way I learned it too.
While modifying you will start to learn how everything works.
Good luck!
Cheers,
EC
BTW: next time post in the Q&A section, this thread will be moved to it soon.
Mostly the Themes are .tsk format so the tsk can be installed if is made in CAB or the .tsk file can be copyed in windows the both ways will work.
Also to help you and to understannd how to make Themes.. depends on the Theme you want is not so Hard.. of course im talking about a basic Theme not to create a WP7 like theme lol
You will need only one TOOL but its not free the good news is that he have a 30 days free period and you have enought time to read and also to create many themes..
Download WinCeCABManager on your desktop pc then by your choice download ANY Theme you like.. the Wince can OPEN cab files also can open tsk files also can do alot more things.. so
For example if you downloat a TSK theme file you can open it with WinCe and see whats going on there..then you can edit it and do some theme by yourself is the Theme is cab file.. its the same you can Open the CAB with WinCe and extract all the components..
Normaly even if you download a CAB file theme.. in the CAB will be the tsk. file
The Themes can be the same for many devices and on the same time to be diferent this ALL depends from the Theme.. for example if you want to create a Theme that only will change the Softkey Bar Task Bar and Wallpaper.. this is just example and you make this theme with WVGA resolution the theme will work in every WVGA device... because the Bars and the wallpaper are just simple PNG images.. but if your theme will include some MANILA files for example ..... sliders...Clocks... everything in the UI is made with MANILA FILES so will not work for all device.. because 1st have diferent versions for example the Manila files in Sense 2.1 are diferent than sense 2.5 Mostly they are the same size but with diferent names.. so if you make full theme for WVGA device and the theme include some Manila tweaks for 2.1 Sense your theme will work in ALL WVGA devices who are with manila 2.1 Sense.. im just explaining you to understand how this work.
Its not dificult and you can start simple by editing the bars images wallpapers etc when you see how it work.. you can begin make other things..
If you know how to work well with Photoshop you will be able to make awesome Themes.. because the WHOLE visual Look on our devices is based on IMAGES also the Manila Files are Images... but not all ofcourse..
If you want to edit MANILA files.. you can download CFC GUI from XDA with this powerfull tool you can Extract the image from the Manila file.. you can edit the image how you like it.. and again with this tool you can make it again to be MANILA file from png..
REMEMBER one of the most importmantly things in all graphic files are the SIZE and location.. so if you have the default images will be easy for you to know what you are doing...
Thats all i try to explain you short ... hope to understand me a bit
Moved as not theme release.
tsalta said:
Mostly the Themes are .tsk format so the tsk can be installed if is made in CAB or the .tsk file can be copyed in windows the both ways will work.
Also to help you and to understannd how to make Themes.. depends on the Theme you want is not so Hard.. of course im talking about a basic Theme not to create a WP7 like theme lol
You will need only one TOOL but its not free the good news is that he have a 30 days free period and you have enought time to read and also to create many themes..
Download WinCeCABManager on your desktop pc then by your choice download ANY Theme you like.. the Wince can OPEN cab files also can open tsk files also can do alot more things.. so
For example if you downloat a TSK theme file you can open it with WinCe and see whats going on there..then you can edit it and do some theme by yourself is the Theme is cab file.. its the same you can Open the CAB with WinCe and extract all the components..
Normaly even if you download a CAB file theme.. in the CAB will be the tsk. file
The Themes can be the same for many devices and on the same time to be diferent this ALL depends from the Theme.. for example if you want to create a Theme that only will change the Softkey Bar Task Bar and Wallpaper.. this is just example and you make this theme with WVGA resolution the theme will work in every WVGA device... because the Bars and the wallpaper are just simple PNG images.. but if your theme will include some MANILA files for example ..... sliders...Clocks... everything in the UI is made with MANILA FILES so will not work for all device.. because 1st have diferent versions for example the Manila files in Sense 2.1 are diferent than sense 2.5 Mostly they are the same size but with diferent names.. so if you make full theme for WVGA device and the theme include some Manila tweaks for 2.1 Sense your theme will work in ALL WVGA devices who are with manila 2.1 Sense.. im just explaining you to understand how this work.
Its not dificult and you can start simple by editing the bars images wallpapers etc when you see how it work.. you can begin make other things..
If you know how to work well with Photoshop you will be able to make awesome Themes.. because the WHOLE visual Look on our devices is based on IMAGES also the Manila Files are Images... but not all ofcourse..
If you want to edit MANILA files.. you can download CFC GUI from XDA with this powerfull tool you can Extract the image from the Manila file.. you can edit the image how you like it.. and again with this tool you can make it again to be MANILA file from png..
REMEMBER one of the most importmantly things in all graphic files are the SIZE and location.. so if you have the default images will be easy for you to know what you are doing...
Thats all i try to explain you short ... hope to understand me a bit
Click to expand...
Click to collapse
Thanks so much your answer was perfect for me to get started, I will be back with my theme later, ok in while. LOL.
So I plan on doing a whole theme for Gtrabs 6.5 pure rom for the Xperia.
Where can I get the manila file for this rom?
sorry for the silly question.
tsalta said:
REMEMBER one of the most importmantly things in all graphic files are the SIZE and location.. so if you have the default images will be easy for you to know what you are doing...
Click to expand...
Click to collapse
Is there just one file with all the images in it? like a deafult windows 6.5 theme?
Is there a place here to get the file/files?
Nope i will give you example what the size mean.. so some parts like i told you are only PNG image files for example the task bar and softkey bar in WM 6.5 are the same size in my case im using Blackstone WVGA device so 480x52 are the size of this PNGs for WVGA devices this mean i can put there whatever image i want i just need to make it this size of course.
Now you wonder OK but how the theme will know witch Images to use...
The TSK file when you open it with WinCe you will see is like a regs... and there you can associate for example you wrote in the TSK that for topbar to be used hackitstopbar.png then the image you do for the top bar must to be named with the same name ofcourse hackit and all is done.. when you copy this PNG to your windows and you choice the theme you want.. the theme will use this image that you want.
the TSK theme appear in Settings/Today in the theme list so you can create a TSK file named XDATheme.tsk this mean when you go to Settings/today there you will have a XDAtheme
Also is the same for everything in the TSK file you wrote everything you want.. to change and what kind of Wallpaper to be used i mean the names of this files.. they can have whatever name you want just need to be in png and the corect size.
About the Xperia i don`t know where you can get the files.. in the Xpira subforum you can ask someone to extract from the ROM the files you need and later you can see them with CFC GUI and edit them.
Also you can use Resco Explorer and to Extract the File from your ROM right now... the only one problem is that right now you don`t know witch fils you need.. then you need to read for example the file 21323c2.manila is responsible for the home screen CLOCK.. and etc etc when you know this info with files you need.. just find them with resco and copy to your SD card and later to your desktop now you will have files from where to start.
Its not importmantly do the Files are from Stock ROM or Cooked most importmantly is the Manila to be the same.
the Easy way to find them out is... download some theme that you like and that work on your device... for example the theme to include the clocks.. the bars whatever you need.. then when you sure this Theme work for you this mean your files are the same.. just download some costum theme Extract the Files and when you open them with CFC GUI you will see all images..you also can extract from this images a PNGs.. and this is the way you can mod them .. open the PNGs and make whatever changes you need and like... and when you are ready just replace them they to be manila again like i say you can do all that with CFC GUI
If i use Xperia i will tell you witch files you need but i use Blackstone... now in my case i use 2.1 Sense and i know almost every file i need to know so when i want to chnage something i just know witsh file simple to edit and all is done...
Its not One file.. with all images in it they are many files.. one for the clock itself another one for the backround of the clock another one for the clock numbers and etc etc etc
Simple example like i say if now i make a Theme WVGA with Sense 2.1 the theme will work in Touch HD, Rhodium, Topaz and etc etc all devices with the same UI if the theme is with 2.5 sense will work also in Leo.
The other trick i can tell you is this: go to Settings/Today there in the Themes you will have some with sure maybe the default one.. for example lets call it DefaultExpiria ok then in this case with sure you will have a file called DefaultXperia.tsk in your windows directory.. just go with Resco there and search for DefaultXperia.tsk file then copy and paste to your SD after this download to your desktop PC and when you open this TSK file with WinCe you will see almost everything all details this theme what kind of files use.. and how they are named...for example if the top bars are named Xdatopbar.png now you know the name just go again with Resco find that file and extract it.. when you open the png file on your desktop you will see exactly the size of this Image and now you know what file you need to do.. lol also if you don`t want to create a brand new TSK file..you can use the default one that is already in the ROM.. just make one png with the same size and rename it to have the same name like the default one Xdatopbar in this example ater you copy this file to windows.. your Top Bar will be with the image you want..
This is the easyest way to understand about your files.. the bad news are that the default themes are very simple i mean they can change some bars.. some wallpaper some other litle stuff but now Clock etc and this mean that when you open the default tsk you will be not able to see the clock files or all other you need.
But this is good begining to know how big must to be your bars.. and etc
Hi Tsalta. I have been following your examples above to try to create a new slider for my phone. I have all the file names correctly and resized everything to 128x128 and 256x256. I make it a system file and cab it up but when i install it it never show up. You can see the slider but not with the new icons that I placed in it. Any idea off the top of your head?
Yes the reasons can be two 1st what device you are using? there already have a slider creator so you can do whatever icons you want whit this creator no need to make all hand made also when you create the cab.. all fills must to be installed on %Windows% how to do that? just when the cab is open in WinCE double click and choice "Windows" then apply... do this for all files.. after you done then save the cab and install it in main memory if the filles are with corect names and they are installed on the WINDOWS directory will work for sure... at least if you do something wrong like diferent size icons or etc you will see this after the installation.. the reason WHY you can`t see the icons is 1st Diferent File Names.. not the filles you need or the Second can be if they are not installed in WINDOWS, give me the cab you did and i will tell you more
Hey Tsalta, i did point the file locations to the windows directory. I think that I made the right image size but could be wrong. I am using TP2 with Medium Hills rom flashed on it. I have attached two files for you. One has the cab file and the other is the images that I used. Thanks for your help on this.
Rizer said:
Hey Tsalta, i did point the file locations to the windows directory. I think that I made the right image size but could be wrong. I am using TP2 with Medium Hills rom flashed on it. I have attached two files for you. One has the cab file and the other is the images that I used. Thanks for your help on this.
Click to expand...
Click to collapse
Men give me the LINK for that ROM because like i say im Blackstone user and i dont have from where to know what is this Medium Hills ROM when i ask about the ROM i ask about the BUILD and the MANILA version of the ROM u are using i don`t care about the Name of the ROM i want to see the ROM details to know what im doing.
Thanks.
I need to KNOW Witch BUILD of the ROM exactly because there have diferent Builds...
NOW I no wonder why Nothing Heppand.. Your Images are totaly Diferent the Size and Location like i say is the Most importmantly In Manila when you want to create a Theme your image files are totaly DIferent you never will have this Icons if you do them like that here i made just example to understand clear what mean Exactly the same SIZE and LOCATION
The Original file is the 1st One so the Whole file is 128x128 But see that the Calendar image is not on the Whole Image and is Smaller than 128 x128 the Second is the Example i did.. now you can see that the Whole PNG image is again 128x128 but the Custum Icon is on the same Place where was the Original Calendar Icon.. This is how must to be for everything not only for the Slider for the Clock for everything this is MOST Importmantly because if the Image is not on the same POSITION this just will not work. The Last file is your Image file that you send me.. so do u see any diference betwen them? your File is just a PNG image 128x128 and the Icon is in the full image is not Located on this specific Place that need to be also your Icon is 2 times bigger than the default one. If you do all the Icons like im telling you the Slider will work.

[Q] Tutorial: Create or Change own Softbar for CHT2?

Is there a Tutorial on how to change an existing or create a new Softbar for CHT2?
iselia said:
Is there a Tutorial on how to change an existing or create a new Softbar for CHT2?
Click to expand...
Click to collapse
Sure out there are some tutorials, but its actually not that hard:
You will need the program cfc_gui and a program like gimp or photoshop. You have to find the 5E90131C_manila file in your windows directory and copy it to the sd card and after that put it somewhere on your pc.
Open cfc_gui and open the folder the manila file is in. Than in the lower right corner select save as and change it as a image file.
Now you will have a image with 512x128 pixels. Open in your photo editing program a document with these dimensions.
After that you can start editing or creating a new one. The other image is only a guide so that you dont create a file that isnt usable.
If you have the image ready, then just open cfc_gui again and select the 5E90131C_manila. then in the lower right corner you press replace and choose your image. Now you have the image stored in the manila file. After that you can take the 5E90131C_manila and put it into the windows directory of your phone and overwrite the old one. After that restart sense and you are done
Thank you!
I will try it.
If I am not able to do it, after your explanation, I have chosen the wrong profession (M.SC. Computer Science) *g*
btw.
You created some great Themes and Customizations!
In which Manila files will I find the icons for cusomization? Not only the background?
iselia said:
Thank you!
I will try it.
If I am not able to do it, after your explanation, I have chosen the wrong profession (M.SC. Computer Science) *g*
btw.
You created some great Themes and Customizations!
In which Manila files will I find the icons for cusomization? Not only the background?
Click to expand...
Click to collapse
Hehe^^ I am sure you will manage that, if not, just ask again
The icons are a lot easier. Just make an image with 128x128 pixels and name it:
CHT_softkey_win
CHT_softkey_menu
CHT_softkey_tabslider
CHT_softkey_phone
CHT_softkey_web
and
CHT_softkey_lock
after that just place them in your windows directory of your device and after a sense restart you are done
Great, if I get some good results I will post them.
how can i link missed calls count and sms and email to softbar and show them insted of link to oben the default web, phone, slider, lock, etc
Check this thread if you havent already.
there is a couple examples and Nordpolcamper uploaded a little guide/ template.
http://forum.xda-developers.com/showthread.php?t=993177
for me it was hard to get it aligned perfectly. you could always paste a softkeybar on your wallpaper and use a transparent softkeybar as the actual bar itself.
let me know how it goes.
thanks but this is not what i was asking for ,, i want to to have my missed calls and sms email, notifications shown on task bar .. like the notification bar widget but the task bar counts it so i have for example in my taskbar instead od lock button an image (custom softkey) you know we have at CHTEditor>softkeys>custom key1,2,3 with run path1,..etc and command line and icon path but
dody said:
thanks but this is not what i was asking for ,, i want to to have my missed calls and sms email, notifications shown on task bar .. like the notification bar widget but the task bar counts it so i have for example in my taskbar instead od lock button an image (custom softkey) you know we have at CHTEditor>softkeys>custom key1,2,3 with run path1,..etc and command line and icon path but
Click to expand...
Click to collapse
mmhm I dont think, that this is actually possible right now. There is no program you could asign for the softkey.
What you are looking for I have only seen on android devices.
hope see it soon
How can I combine my changes in a .cab file?
Any tutorial out there?
Usually I use the search function, but never sure where to look for (hd2, win 6.5.x ...)
iselia said:
How can I combine my changes in a .cab file?
Any tutorial out there?
Usually I use the search function, but never sure where to look for (hd2, win 6.5.x ...)
Click to expand...
Click to collapse
Hehe^^ well the easiest way to make a cab is using Quick Cab. Just search it and you will find it Lanch the taxi like exe and then go to files, then select all your files on the left side and then select windows on the right side and press add.
After that go to create, select the name for your program, enter your name and then go to browse, select where you want to save it, then enter the cab name press ok and then press create.
After that you are already done
Uploaded my first version.
Give it a try if you like it.
http://forum.xda-developers.com/showthread.php?p=12191104#post12191104
iselia said:
Uploaded my first version.
Give it a try if you like it.
http://forum.xda-developers.com/showthread.php?p=12191104#post12191104
Click to expand...
Click to collapse
looking good But I would recommend, that you use higher resolution icons for the softkeys, because they appear to be blurry^^
It's only the screenshot I think.
They look good on my device.
hey nordpolcamper i wann to make softbar too ,i read ur tutorial and when i make that,how can i make cab file to just install it not to copy in folder on my phone and overwrite files?
trezack said:
hey nordpolcamper i wann to make softbar too ,i read ur tutorial and when i make that,how can i make cab file to just install it not to copy in folder on my phone and overwrite files?
Click to expand...
Click to collapse
Thats quite easy But if you really want to work on the Softbars, I highly recommend just overwriting the files. Cause if you always install a cab you will get a very huge list in your programs list and that can be very messy. But if your eyes are set on it, I would suggest you download quickcab.
For simple cabs this is the best program and its very easy to use. Just set the directory to the windows folder, add what you want to copy and then give the program a name and a name for the Cab and press generate and everythings already done.
If you need help, just say so
i will just overwrite till i make a good one. ty for help
i have your nordpolcamper gingerbread theme its great..but when i make softbar its only picture ..how did u made icons for softkeys for web phone and startmenu?
here you go
Nordpolcamper said:
Hehe^^ I am sure you will manage that, if not, just ask again
The icons are a lot easier. Just make an image with 128x128 pixels and name it:
CHT_softkey_win
CHT_softkey_menu
CHT_softkey_tabslider
CHT_softkey_phone
CHT_softkey_web
and
CHT_softkey_lock
after that just place them in your windows directory of your device and after a sense restart you are done
Click to expand...
Click to collapse

Categories

Resources