Chome Panel Chooser - HTC Excalibur

Hey guys. Whipped this thing up to help people choose the panels that can be displayed on the homescreen. So far it only contains 7 entries, the ones I found on my phone. You can turn the panels off or on, by selecting a panel and typing it "off" or "on" respectively. After you make the changes, you need to reboot to see the changes. The last option will make that easier for you. Choose "Reboot", type "yes" and it will reboot for you. Let me know if there's any other panel names you would like me to add, or if you find any bugs. Thanks!

Look good but isn't this just like the chome settings (neoOrder) that is in Rockys ROM where you can enable and disable the windows you want and change which position they are in on the screen?

Clydeisthe**** said:
Look good but isn't this just like the chome settings (neoOrder) that is in Rockys ROM where you can enable and disable the windows you want and change which position they are in on the screen?
Click to expand...
Click to collapse
Everyone isn't running rickwyatt's ROM. Some are still with Kavana's. Like me.

Rip Syntaxx said:
Everyone isn't running rickwyatt's ROM. Some are still with Kavana's. Like me.
Click to expand...
Click to collapse
ohh ok I didn't know that it wasn't in Kavana's ROM I have never flashed one of his just Rickys .. my bad

Clydeisthe**** said:
ohh ok I didn't know that it wasn't in Kavana's ROM I have never flashed one of his just Rickys .. my bad
Click to expand...
Click to collapse
To Clyde: It's cool. Contrary to popular belief, there are still some users that are on Kavana's ROMs. lol I have no problem with rickwyatt's, but I found them to have too many apps and tweaks that I found unnecessary for me personally.
To Org (and anyone who'll listen): This is great idea for those who aren't quite comfortable with editing their .xml files to rearrange the slider panels (like me)! I've noticed that many users have a panel called "My Programs". What do I need to do to create this? I think it's a really useful tool to "slide" straight through the programs you use on a regular basis. I've already read tons of posts on this, but it's not registering. Thanks in advance, guys.

It's difficult to sit here and do a step by step, but I'll point you in the right direction and answer your questions later.
1) Download a registry editor or use the one on the phone.
2) First off, keep in mind there's TWO places in the registry where you need to make changes. One is HKLM\Security\Chome\DefaultSettings\CWelcomeCenter and HKLM\Software\Microsoft\Chome\CWelcomeCenter
3) Look for a key that says "Disabled" and make sure it doesn't say "1". Or use my utility to turn the welcome center on.
4) When you're in the registry you'll find Page1, Page2, Page3 etc etc in both places. Each Page represents ONE slide. For each page you can makes changes such as... ACTIONURL is the path to the program you want to execute when hitting the middle button. for example "\program files\NRG\Chomeweathersettings\weather.exe" will run the weather program
SK2URL is the same, but for the right softkey. SK2Text is a label for that softkey. The "pictures" key points to the .png file you will be using as an icon for your program. Right now it probably says "2500". Change it to "\windows\weather.png" and you'll get the weather icon in its place, for example. The Title text is self descriptive... put in whatever you want the title of the slide to be.
I hope you can figure it out from here

OrganicM said:
It's difficult to sit here and do a step by step, but I'll point you in the right direction and answer your questions later.
1) Download a registry editor or use the one on the phone.
2) First off, keep in mind there's TWO places in the registry where you need to make changes. One is HKLM\Security\Chome\DefaultSettings\CWelcomeCenter and HKLM\Software\Microsoft\Chome\CWelcomeCenter
3) Look for a key that says "Disabled" and make sure it doesn't say "1". Or use my utility to turn the welcome center on.
4) When you're in the registry you'll find Page1, Page2, Page3 etc etc in both places. Each Page represents ONE slide. For each page you can makes changes such as... ACTIONURL is the path to the program you want to execute when hitting the middle button. for example "\program files\NRG\Chomeweathersettings\weather.exe" will run the weather program
SK2URL is the same, but for the right softkey. SK2Text is a label for that softkey. The "pictures" key points to the .png file you will be using as an icon for your program. Right now it probably says "2500". Change it to "\windows\weather.png" and you'll get the weather icon in its place, for example. The Title text is self descriptive... put in whatever you want the title of the slide to be.
I hope you can figure it out from here
Click to expand...
Click to collapse
Thanks a bunch, man. I'm gonna finagle with this as soon as I get off.

OrganicM said:
It's difficult to sit here and do a step by step, but I'll point you in the right direction and answer your questions later.
1) Download a registry editor or use the one on the phone.
2) First off, keep in mind there's TWO places in the registry where you need to make changes. One is HKLM\Security\Chome\DefaultSettings\CWelcomeCenter and HKLM\Software\Microsoft\Chome\CWelcomeCenter
3) Look for a key that says "Disabled" and make sure it doesn't say "1". Or use my utility to turn the welcome center on.
4) When you're in the registry you'll find Page1, Page2, Page3 etc etc in both places. Each Page represents ONE slide. For each page you can makes changes such as... ACTIONURL is the path to the program you want to execute when hitting the middle button. for example "\program files\NRG\Chomeweathersettings\weather.exe" will run the weather program
SK2URL is the same, but for the right softkey. SK2Text is a label for that softkey. The "pictures" key points to the .png file you will be using as an icon for your program. Right now it probably says "2500". Change it to "\windows\weather.png" and you'll get the weather icon in its place, for example. The Title text is self descriptive... put in whatever you want the title of the slide to be.
I hope you can figure it out from here
Click to expand...
Click to collapse
I'm understanding how to read the code. Thanks for breaking it down. I'm just having trouble finding the .pngs for my icons and also (noob moment) finding the target file for certain applications. It's keeping me from being able to input the file address for ACTIONURL and SK2URL.

Not Hard to Find
Just think of your program, "Where is it stored?"
That should be your only question when finding your target file. That simple, you should look in your Program Files directory on your phone or you storage card, that will then tell you where the link is.
2ndly, you can find other programs in your startup folder. They will be listed in link format, but this is fine, the link can be treated basically as the exact file itself (as far as your phone is concerned).
Long story short, use these locations for your entries for ACTIONURL and SK2URL. Have a blast!
Rip Syntaxx said:
I'm understanding how to read the code. Thanks for breaking it down. I'm just having trouble finding the .pngs for my icons and also (noob moment) finding the target file for certain applications. It's keeping me from being able to input the file address for ACTIONURL and SK2URL.
Click to expand...
Click to collapse

outerdepth said:
Just think of your program, "Where is it stored?"
That should be your only question when finding your target file. That simple, you should look in your Program Files directory on your phone or you storage card, that will then tell you where the link is.
2ndly, you can find other programs in your startup folder. They will be listed in link format, but this is fine, the link can be treated basically as the exact file itself (as far as your phone is concerned).
Long story short, use these locations for your entries for ACTIONURL and SK2URL. Have a blast!
Click to expand...
Click to collapse
Thanks, OD. I've figured out the file locations and such. I just need to know where you guys edit the .pngs for icons. I've found some icons, but they sucketh. I want them glossy and polished looking like the default icons.

By "where" , I assume you mean what programs do we use?
I use Photoshop do edit my pngs. I think other, cheaper software is available. Don't quote me on that. Photoshop can also be attained other "ways" (cough,cough).
Anyways, you can easily mod any pictures, turn them into anything you want, .png,.tga,.gif,etc. Look around.
Rip Syntaxx said:
Thanks, OD. I've figured out the file locations and such. I just need to know where you guys edit the .pngs for icons. I've found some icons, but they sucketh. I want them glossy and polished looking like the default icons.
Click to expand...
Click to collapse

outerdepth said:
By "where" , I assume you mean what programs do we use?
I use Photoshop do edit my pngs. I think other, cheaper software is available. Don't quote me on that. Photoshop can also be attained other "ways" (cough,cough).
Anyways, you can easily mod any pictures, turn them into anything you want, .png,.tga,.gif,etc. Look around.
Click to expand...
Click to collapse
I understand how to make any pic a .png, .jpg, .gif, etc... It's not the icons that I need, but rather, the program. I'll search for "alternate" ways to get photoshop. lol

Rinku has a pretty good description on how to add CProgs on his blog. It at the bottom of the page.

Thanks guys for all your help and input! I've figured it out, and in the process figured out how to change the small icons in the upper lefthand corner of the panels as well. It's kinda tedious at first, but once you get the hang of it--it's not bad.

Rip Syntaxx said:
Thanks guys for all your help and input! I've figured it out, and in the process figured out how to change the small icons in the upper lefthand corner of the panels as well. It's kinda tedious at first, but once you get the hang of it--it's not bad.
Click to expand...
Click to collapse
For photo edtiting, i use GIMP,,,, it's the same program i used to modify the yahoo weather icons for ORG...... it's free and works just as well as photoshop CS3.
Go here if you want to try. www.gimp.org

pudgedaddy said:
For photo edtiting, i use GIMP,,,, it's the same program i used to modify the yahoo weather icons for ORG...... it's free and works just as well as photoshop CS3.
Go here if you want to try. www.gimp.org
Click to expand...
Click to collapse
Thanks, Pudgemeister. I'll check it out.

pudgedaddy said:
For photo edtiting, i use GIMP,,,, it's the same program i used to modify the yahoo weather icons for ORG...... it's free and works just as well as photoshop CS3.
Go here if you want to try. www.gimp.org
Click to expand...
Click to collapse
I used GIMP for my icons, it was easy and I think they turned out quite nice. Here are a few that I found/made they all have transparent backgrounds. Feel free to use which ever you like.

A few more

Editing Slider Panels
Does anyone know the default setting for this registry key: \HKLM\SOFTWARE\Microsoft\CHome\CMessage\ICONPATHS? I changed it trying to change the condensed icon (upper lefthand corner) for the message notifications panel. Instead, my weather panel's icon was changed. What're the default values for the key? (ex. 2xxx;2xxx)

It is 2201;2201

Related

CHECK OUT NEW WEATHER APP & THREAD! (This Thread Retired) ODSHOWeather.CAB (8-07-08)

CHECK OUT NEW WEATHER APP & THREAD! (This Thread Retired) ODSHOWeather.CAB (8-07-08)
**Note**Thnx to Rafer,NRG/Z28,Pudgedaddy, Luckybandit!!!
WE HAVE A NEW WEATHER APP!!!! IT IS BETTER AND MORE EFFICIENT
CHECK OUT THE NEW THREAD!!!
Updated: (7-08-2008) ODSHOWeather v1.0.2b (8:37 p.m.)
Please read all instructions before posting. Thanks.
Showaco, I are happy to bring you what will be one of the final installments of the weather panel. I have worked on testing this thing for a while. The new addition is the radar page to the forecast panel. This includes a new app that is included in the cab. It's called Weather Radar. It is located as your right soft key link. Just click it from your phone to set it up. This is a separate app that runs in our panel, but is not required to use the panel at all. I just included this, because it is frickin' sweet. Just input your location and it shows an updated radar image for your area that is updated by the NOAA every 6 minutes. Trust me, if you work outside for a living, this is a godsend.
Like I said, this weather radar app is not part of our weather update or any panels display properties or anything, it is simply a link to a separate (yet related) app. That's all.
With that being said. This radar page is pretty sweet. Follow the instructions below to make sure your clock weather, forecast panel, AND radar are setup properly, before you use this. Hope you enjoy, there are 4 wavs for you to check out as updated voice messages. There are 4 panel borders that you could display. You have an option for now forecast panel (lite version) and an option to display a forecast panel (full version).
Look at the 3rd url below, in it is a zip that you can use to replace your digits in your clock panel. The digits1 are the originals, the digits 2 are the HTC Diamond Font numbers. If you are curious as to what they look like, just search HTC Diamond. Luckybandit posted these, so thanks to him. In order to have these display, just rename either folder to digits and drop it in your \Program Files\Outerdepth\KPWeather folder. They will overwrite the ones you have, but don't worry, I have supplied you with both. They will not completely show up until the forecast panel update has run, so set your fupdate value to 1 in your reg, and then run the update. The location in your reg is HKLM Software\Outerdepth\KPWeather.
Lastly, we do have a banner, so you can also edit your banner's display text. It is located in the options menu as well. It will be displayed in the scrolling texts in your clock panel. ENJOY!!!!!
CHECK OUT SHOWACO'S POST #2!!!!!
Instructions:
1. Download cab from link below.
2. Copy cab to smartphone. Using explorer or Total Commander, click on the
cab. It will install. If you have downloaded the cab before, don't
worry about uninstalling it, it will do all the work itself. That's it. All installations are done.
3. Go to your weather options and set them up. Do all of the options, if you want or expect all of the features to work!!
4. Run Weather Update. It will write your forecast panel and radar. That's it.
Link: Updated (7-07-2008) (8:37 p.m.) 3 Direct Link Downloads !!
URL #1: the ODSHOWeather v1.0.2a.cab NO RADAR
http://mobile.txcaesar.net/mobile/a... Showaco Productions ODSHOWeather v1.0.2a.cab
URL #2: the ODSHOWeather v1.0.2b.cab RADAR FOR YOUR PHONE!!
http://mobile.txcaesar.net/mobile/a... Showaco Productions ODSHOWeather v1.0.2b.cab
URL #3: the extra digits you can replace in your panels!!!
http://mobile.txcaesar.net/mobile/apps/homescreens/DigitsforYourPanel.zip
For our wavs, we have male, female, and even ones for our Latino(a) compadres!!!!
More Links
Here's links to a blackjack site:
http://mobile.txcaesar.net/mobile/m...pic&t=79&sid=a6200f782cbb757e6528f21c4214369a
and a moto q site:
http://www.everythingq.com/forum/software/kp-weather-plugin-for-clock-panel-23881.html
Here's the original 320x240 sliding panel cpr file for anyone who needs it to remove cclock weather and fat panels.
Looks nice! I'll have to try it out soon.
Looks great
The thumbnails look great. I have a couple of questions:
1. Looks like you are using the fat panels. Is it possible to use just a fat panel for this, and slim panels for the rest of the panels?
2. Will you be posting a cab anytime soon that automates the installation?
Thanks.
Great job
Can't wait to load your app on my Excalibur and try it out but I am at work and need to wait until I get home since you do not have a cab file.
Looks great but !!!! Even though I have added quite a few things to my phone your installation instructions are beyond my knowledge.
Step #4? More explanation needed. Are these registry files. Are they exe files? Where do I copy them and how do I run them.
Also, one other thing that I would like you to include. When you include the new option of radar, can we choose our own radar. The local TV station has an great radar screen for mobile phones that I would like to use.
Thank for all your work,
Tim
debabratadey said:
The thumbnails look great. I have a couple of questions:
1. Looks like you are using the fat panels. Is it possible to use just a fat panel for this, and slim panels for the rest of the panels?
2. Will you be posting a cab anytime soon that automates the installation?
Thanks.
Click to expand...
Click to collapse
1. In sliding panels, as of now, all panels must be same size, no exceptions. But if there is interest, it is possible to kinda create the illusion of different size panels using panel backgrounds.
2. We hope to have cab up in a few days.
tf442 said:
Can't wait to load your app on my Excalibur and try it out but I am at work and need to wait until I get home since you do not have a cab file.
Looks great but !!!! Even though I have added quite a few things to my phone your installation instructions are beyond my knowledge.
Step #4? More explanation needed. Are these registry files. Are they exe files? Where do I copy them and how do I run them.
Also, one other thing that I would like you to include. When you include the new option of radar, can we choose our own radar. The local TV station has an great radar screen for mobile phones that I would like to use.
Thank for all your work,
Tim
Click to expand...
Click to collapse
To run the reg files, you need to use a reg editor, I use resco explorer which does a great job but there are others.
As for as radar, It is possible to use custom radar, but that isn't the way we were headed right now. But we will consider it.
thats sweet.....its goin on mine as soon as I get home
The one thing I might like to add it that if you have any issues after uninstalling NRG's Chome Weather , where it gives a whie screen with an error unable to find weather.exe it's because it's still stuck in your notifications queue. Run Sktools and locate your notifications and find the offending notification and check it, then remove it. This will stop that error.
I'm only mentioning this in this thread as to warn others about this possible issue just avoid any confusion that by installing outerdepth's weather app, it does not cause this error.
Locked out of Messaging
After following your directions I am unable to acces messaging on my Dash and there is no weather. Please give more detail on step 4 on how to actually "Run" and reg file. Is it an import?
You're going to have to tell me where to edit the scrolling marquee stuff. I dont see where to customize it.
Nevermind: I found it.... for anyone who wants to know, you have to edit the KPWeather.mscr file in notepad or other text editing software and locate the txt8 value about a little past half way down the page and edit it. then overwite other original .mscr
Update: Where would i go to edit the Condensed Text in the forecast panel. I want to read something else besides CWeatherODSP
Nevermind on update: I figured out how to change the condensed text in forecast panel too.... i'm such an idiot sometimes... was an easy find.
pudgedaddy said:
You're going to have to tell me where to edit the scrolling marquee stuff. I dont see where to customize it.
Nevermind: I found it.... for anyone who wants to know, you have to edit the KPWeather.mscr file in notepad or other text editing software and locate the txt8 value about a little past half way down the page and edit it. then overwite other original .mscr
Click to expand...
Click to collapse
For non weather related additions to text loop, it can be easily added in the loop.mscr as a regwritestring added to bottom of current list.
showaco said:
For non weather related additions to text loop, it can be easily added in the loop.mscr as a regwritestring added to bottom of current list.
Click to expand...
Click to collapse
It would be nice to add that as an option in the weather options .mscr.... other folks may not be saavy enough to use a text editor. It would kinda of "idiot proof' that function
Awesome App
Congrats Outer & Showaco. It's a great app & it works flawlessly. Only suggestion I have is if it's possible to make this for normal panels (I use normal, not slim). I know it's very difficult to put that much of information on this size (and I must say the clock panel looks AWESOME) but my other panels look really fat with too large fonts.
Anyway it's just a suggestion. The app is really cool and I have to say thank you for all your hard work
Cheers
Hey Outerdepth, this is awesome. We're finally going away from CTestUIPlugin. However, after copying my weather script line for line, even down to the directory names and graphics used... I would at least appreciated a little statement that this is all possible because you're using my application But hey....
pudgedaddy said:
It would be nice to add that as an option in the weather options .mscr.... other folks may not be saavy enough to use a text editor. It would kinda of "idiot proof' that function
Click to expand...
Click to collapse
Will be done later tonight, thanks for the input. We will add a user text line that can be edited from options panel.
You may also want to edit the Title on the consensedtitle panel. It currently reads: CWeatherODSP .... which to me doesn't seem to descriptive. I personally changed it to read "7-Day Weather Extended Forecast". that seems a little more descriptive to me. Of course you can do whatever you want to it, but using the title i use or some other variation of what i use may be a little more descriptive.
Slim Panels
showaco said:
1. In sliding panels, as of now, all panels must be same size, no exceptions. But if there is interest, it is possible to kinda create the illusion of different size panels using panel backgrounds.
2. We hope to have cab up in a few days.
Click to expand...
Click to collapse
If possible, I would like the slim panels. I hope that there are others who would want it enough to motivate you to create the illusion you are talking about. Thanks, and waiting for the cab...
Yeah! A Real Weather App
Great job guys and will be even better when you add the "Doppler Radar" with automatic updates. Please use the newly released "Doppler Radar" for smartphones and pocketPC devices, again guys, this is a super awesome job.................!

Chome Configurator Panel Icons Tutorial

Hello xda's, altough I'm not that technically savvy, I managed to learn how to create and manage icons to use in creating Chome Configs panels. Thanks to some xda members like Stylez and Nrg for their help so here it goes, and please correct me if I'm wrong.
Find your icon, I like using the icons from www.iconspedia.com, their icons are hardcore and of course hi-res.
The icon size is 22x22 with the highest dpi you can manage. To resize the icons I use Paint.Net(Stlyez ) this program is so ridiculously simple its not even funny, just play with it for a minute and you'll have your icon outputted in no time at all.
Icon Name (like the say, "don't know why it is, it just is" lol)
To have some common factor I use the name Chome in my icons that will be used in my panels ie.
chome_gps_sat_active.png
chome_gps_desat_inactive.png
or you can just name it - icon_sat_active.png and icon_desat_inactive.png but again notice the common factor
I don't know why its sat_active.png and desat_inactive.png but all the icons have to end in that format. Once you have your icons launch Chome Config and create your panel ie. Gps, once you see it go inside and create your 1st page, at the top it says:
Panel Icons:
here you'll follow the aforementioned format including the path of the icons like so:
\Windows\chome_gps_sat_active.png;\Windows\chome_gps_desat_inactive.pg
I highlighted the ";" so you don't forget, if you mess up the icon name or path, you'll end up seeing a red icon with an "x" in the middle, alerting you that something is wrong
The active icon is the icon that will show up when you select that panel and the inactive icon is the icon that will show up when you are not in that panel. If you put the both icons the same, then common sense dictates that the panel will use only one icon for inactive and active views, a lot folks like to have inactive and active icons just to show a little contrast but the choice is strictly yours, and that's why I think this is such a great piece of software, its so configurable yet simple to use once you get the basics. Below are a couple of my icons I used for my Gps panel that holds the following apps: Garmin, Google Maps, Live Search. The little color icon is my active and the bw is my inactive and the original, so you're able to compare the scaled down versions
Well I hope this helps someone and again if some of the more technical members can add some more knowledge, please comment
Good post man, looks like it took some time to do this... So lets keep this post up in order for people to see it and not start new threads asking questions on this topic...
Re: Setting Up Panels
To carry on the subject here is how to set up your CMYApplication the same goes for all panels.
Here is what it look like:
I have set up Opera Mobile
The Red arrow is the name of panel when condensed "not on the panel"
The Blue is the name shown on the top of panel when expanded
The Green is the location of the .exe "program want to open"
The Purple is the location of the picture .png "i place mine on storage card in a folder called PNG"
You may find that page 2 doesn't show as i think there is a bug i have had it on both ROMs hide the page and make a new one to get 20 pages for 20 programs
Hope this helps.
Excellent guys !
stylez said:
To carry on the subject here is how to set up your CMYApplication the same goes for all panels.
Here is what it look like:
I have set up Opera Mobile
The Red arrow is the name of panel when condensed "not on the panel"
The Blue is the name shown on the top of panel when expanded
The Green is the location of the .exe "program want to open"
The Purple is the location of the picture .png "i place mine on storage card in a folder called PNG"
You may find that page 2 doesn't show as i think there is a bug i have had it on both ROMs hide the page and make a new one to get 20 pages for 20 programs
Hope this helps.
Click to expand...
Click to collapse
Nice post man... I like the picture tutorial
Re: Making Panel
Here is a video of me making an Office panel please do not copy my location of the .exe's as they will be different.
But this will show you how to make your own panels
Hope it helps.
YouTube:
stylez said:
Here is a video of me making an Office panel please do not copy my location of the .exe's as they will be different.
But this will show you how to make your own panels
Hope it helps.
Click to expand...
Click to collapse
Looks nice man for sure
jdoggraz said:
Looks nice man for sure
Click to expand...
Click to collapse
I try my best lol just on the up to my Tube, then will post link saves people having to download shame that can embed vids on here, or can we?
I did some searching around, but I couldn't find an answer. Has anyone indexed these panel icons, and the reference numbers for the default? I'm trying to find a panel icon for the myfaves in black and white, so that I can add it to my quick dialer panel. Any thoughts?
stellarvelocity said:
I did some searching around, but I couldn't find an answer. Has anyone indexed these panel icons, and the reference numbers for the default? I'm trying to find a panel icon for the myfaves in black and white, so that I can add it to my quick dialer panel. Any thoughts?
Click to expand...
Click to collapse
There you go.
This is such a good post lol I use it still lol as I tend to keep forgetting 1 or 2 steps...
lol, stylez did a great a job on the video, we should have more of these, how about one for featherweather2, any takers
Nice work I somehow managed to not comment a long while back. I figured some of this out thru trial and error but some of the tutorial actually helps me tinker even more if I want too. It just sucks that one must redo all of it again with a simple flash...
pfunkside said:
Nice work I somehow managed to not comment a long while back. I figured some of this out thru trial and error but some of the tutorial actually helps me tinker even more if I want too. It just sucks that one must redo all of it again with a simple flash...
Click to expand...
Click to collapse
Thanks.
There must be more we can do through walk through edit.cpr? I got a how to change the panel with PE which i could upload but maybe we need a thread deicated to it all?
Blackjack2 you could change the title to something else like Video & Picture tutorials?
Just a thought...
I feel dumb but is there any docs on how to use Chome I cannot seem to figure it out and I don't want to mess anything up.
Thanks!
You're looking at one buddy, just ask and we'll tell you.
This was very helpful, as I was sort of lost. I had the right idea, but some things weren't totally right until the picture tutorial that stylez put together. Thanks so much.
Great job to both of you.
I added a link to this thread in the original CHome Configurator thread.
Opera on panel
Hello,
Ive been trying to add favorites from opera to a panel, is there a tutorial somewhere how to do this ?
I actually have not been able to add Opera mini to a panel but I think this is how I installed Opera mini..I went to mini.opera.com and installed it but to access the application I have to go to start/java/launch opera.. I can find opera in the application list if I use the template for apps in ChromeConfig and it does add it to a panel it just doesnt work lol
So if anyone knows how to get either of those to work would be awesome.
Thanks in advance.
Hey guys,
Thanks a lot for your tutorials but I am still not able to get my icons to show up. The icons on the top bar(_sat_active.png and _desat_inactive.png) show up just fine but it is the individual icons that dont show. This is the case for both my applications as well as my contacts. Any suggestions?

Homescreen Questions

Using sliding panels NRG Topbar on 6.5 NRG. I want to customize a couple of things if someone could help me that would be great...
1) Carrier text
I have tmobile and it says "Get More..." for the carrier at the top of the clock. Can I change this to custom text?
2) I'd like to change the panels to a blue color instead of transparent; I've seen screenshots with this.
3) I'd like to change the font of the clock.
I've done 1 and 2 before on 6.1 but I did not back it up and I can't remember how I did it... I think it used MortScript but I'm not sure....
I did my best to search the forums but I couldn't find a solution to my problem! Sorry if this is a repeat!
Thanks.
thunderwolf333 said:
Using sliding panels NRG Topbar on 6.5 NRG. I want to customize a couple of things if someone could help me that would be great...
1) Carrier text
I have tmobile and it says "Get More..." for the carrier at the top of the clock. Can I change this to custom text?
2) I'd like to change the panels to a blue color instead of transparent; I've seen screenshots with this.
3) I'd like to change the font of the clock.
I've done 1 and 2 before on 6.1 but I did not back it up and I can't remember how I did it... I think it used MortScript but I'm not sure....
I did my best to search the forums but I couldn't find a solution to my problem! Sorry if this is a repeat!
Thanks.
Click to expand...
Click to collapse
Hey...all of it looks DO-ABLE, not necessarily Easy, but DO-ABLE.
For #1, I believe that the Carrier text is located in a res.dll or other dll file...so that is a toughie, but I dont know how to change the carrier names exactly. If you really want to, go into the CPR file and COMMENT OUT (using <-- and -->) the part that deals with the text for the carrier name...then replace it with a new piece of XML, practcally the EXACT SAME except, name it a different ID (like Text2) or something. Then go into the registry (HKLM/Software/Microsoft/Chome/CClock) and add a string there...make its name the same as in the CPR, and make its Value TMOBILE....THAT SHOULD WORK, but I am no expert at that, so MAKE SURE TO BACKUP!!!!
For #2 TO make the panels Blue, you are going to have to get BronzeRes.dll from the Windows Directory, open it with PE Explorer or similar DLL resource editing tool. Then replace the resource that is the transparent panel background with one of your liking...there may be premade ones out there already, I am not sure...but searching may help (although you have already searched)...
For #3 I think..EMPHASIS ON I THINK... you need to take your own font that you want, put it along with the other fonts (in the Windows Directory)...somehow you have to sign it for the Device (that I don't know) so that it will recognize its existance, then you have to edit the CPR file...so that where it has the TEXT data for the TIME, you edit the name of the Font Class corresponding to your font, and how it is registered to the phone....
For all of these solutions, i am pretty sure they SHOULD work, but then again, i am no expert with this phone (yet)...but good luck...remember to modify with SAFETY (backup backup backup!!!)
everything that your asking can be done right from your .cpr. lots of people have asked the same thing be for, it's just the matter of typing just the right words into the search engine. try looking at this.
http://forum.xda-developers.com/showthread.php?t=529838
as for the carrier name, that's a little odd that it won't display the right one. maybe try "connection setup" to see if that helps.
Cyclonezephyrxz7 said:
remember to modify with SAFETY (backup backup backup!!!)
Click to expand...
Click to collapse
yes, always do this. i have backups for every rom that comes out cause not every rom is the same. even if it's by the same cooker.

buttons

It might be a stupid question and if so dear administrators please remove this thread. I am wondering if anyone found the names of the buttons in the command bar (the bar below) in the new winmo roms such as 23053+.
This should be winmo graphics and no manila files and thus more easily to modify, I guess.
eddyve said:
It might be a stupid question and if so dear administrators please remove this thread. I am wondering if anyone found the names of the buttons in the command bar (the bar below) in the new winmo roms such as 23053+.
This should be winmo graphics and no manila files and thus more easily to modify, I guess.
Click to expand...
Click to collapse
They actually can come under different names depending on which theme you select. The easiest one to look at is prefixed with ClassicBlue, thats the MS set
Here are some skins for these buttons
Maybe you can extract the files from the cab to make your skin...
Mopral said:
Here are some skins for these buttons
Maybe you can extract the files from the cab to make your skin...
Click to expand...
Click to collapse
Thank you for your quick response. Maybe I didn't make myself clear enough, since these weren't the icons I was looking for and the buttons in the command bar don't change when you switch themes.
I added a full screen shot and marked the buttons.
Thanks anyway.
eddyve said:
Thank you for your quick response. Maybe I didn't make myself clear enough, since these weren't the icons I was looking for and the buttons in the command bar don't change when you switch themes.
I added a full screen shot and marked the buttons.
Thanks anyway.
Click to expand...
Click to collapse
I new what you meant, anyway this is all of them, 6 main ones and the rest have to be concedered as well.

[APP] Theme Switcher Version 1.6 [2 Feb 2010]

I couldnt find an app so I wrote one.
This small app will give you the option to Save your current Settings or rather Mods to Manila/Sence or whatever you call it.
Im no good at graphics so I need someone to give me ideas on how to make it look better.
It will scan the windows folder for all *manila files that has a different date to the original Rom installation. It will take all these files and backup them to a specified folder. So when you flash and you had special clocks,icons,sliders, etc etc you can simply restore it instead of having to reapply all these custom items.
O yes please install on the Storage Card. Might waste too much space on the Internal memory.
I tested it and seems ok but all apps has bugs so please be nice. Leme know if any body wants the source code. Written in C# VS2008
Version 1.1
Please uninstall the old version. I changed the name to Theme Switcher so it will install into a different folder. You can just move the Backup Folder Across. Got some nice graphics and changed the wallpaper. The Config.txt file have some settings in it. Have a look.
Also Any files listed in extrafiles.txt will be backed up and restored as well so one can easily backup the current wallpaper etc
Version 1.4
Just added an Image so if you add a file by the name of "theme.jpg" in the folder where its backed up to it will show the image before you can apply it
Im sorry I re Uploaded the Cab File forgot to include the txt files.
If the Application Icon didnt show in the start menu its been fixed as well. Please show me some screen shots on a diamond
Version 1.5
Rebuild Cab file
- Icon Shows correctly
- All files included
- Added option to Exit without refreshing TF3D
Version 1.6
- Small Graphical changes
- Added following entries to extrafiles.txt which should backup the taskbar etc as well:
top.png
bottom.png
hdwall_softkeybar.png
hdwall_taskbar.png
homebackground.img
BT Discoverable.bmp
BT On Mode.bmp
BT Stereo headset.bmp
GPS-icon Mask.bmp
GPS-icon.bmp
HTCVolumeControl.dll
MMSRes_480x800.dll
outres.192.dll
phcanOverbmp.dll
shellres.192.dll
Stereo headset.bmp
tapres.192.dll
notify.dll.0409.mui
notify.dll.040C.mui
CDMA_RSSI_PPC.dll
WLMMessengerResources.192.dll
Stereo headset Mask.bmp
tshres.192.dll
PictureMailRes.dll
BT Stereo headset Mask.bmp
BT Discoverable Mask.bmp
BT On Mode Mask.bmp
shellres.192.dll.0409.mui
VoiceCmdRes_PPC.dll
htcStartMenuService.dll
LargeTitleBar.dll
NotificationManager.dll
Spare
Just a spare post incase of sumting
Move
Can a Mod please move this thread to Software development please
THANK YOU
Grumps, great job I love this app. Simple and works great.
I will be using it, not only as a theme saver, but also as a theme changer.
I just tried it to switch themes and it worked great.
I haven't used it much yet, so I don't have much feedback.
The only thing that I have come across that needs fixing is that the drop down list for the restore saved theme.
It is hidden behind the restore saved theme button.
Everything else works great.
Thank you so much.
Wouldnt i be nice to save phcanover & the other dlls with icons, too?
Seems to be a great app that will save me a lot oft time,
thx³
Greetz
Boris
howzeet
Phonatic said:
Grumps, great job I love this app. Simple and works great.
I will be using it, not only as a theme saver, but also as a theme changer.
I just tried it to switch themes and it worked great.
I haven't used it much yet, so I don't have much feedback.
The only thing that I have come across that needs fixing is that the drop down list for the restore saved theme.
It is hidden behind the restore saved theme button.
Everything else works great.
Thank you so much.
Click to expand...
Click to collapse
what phone did u try it on . i made it on my rhodium. if its a vga device ill fix it. have a diamond as well that ill try it on
borisku said:
Wouldnt i be nice to save phcanover & the other dlls with icons, too?
Seems to be a great app that will save me a lot oft time,
thx³
Greetz
Boris
Click to expand...
Click to collapse
i can do that if you can gimme a list of the files. or maybe i can create a text file and one can list all the files in there that it should include in the backup? does anybody know which files contain the wallpaper and the top and bottom bar. guess its called the taskbar. the ones thats part of the top icons and bottom buttons. then it could be a complete theme changer. i use it as that as well
Grumps, thanks for the app. I believe that I am having the same condition that Phonatic describes. I have a Rhodium with stock rom, manilla 2.1.
But that shouldn't matter, should it?
My screenshot has differences from yours, aside from the bottom bar difference between your sense and my manilla.
Mine has the top task bar and less space between the drop-down list and the "restore saved theme" button.
Also mine has nicer looking buttons.
Do I have the wrong version?
When you have more items in your drop down list, does your list stay above the button?
I still am using it. I just use my arrow down/up to make my selection.
Grumps, as a suggestion to fix the problem that I have,
would it be easier to adjust the layout?, than to change the drop down to render in front of the buttons.
Something like this.
Also, since you asked for graphic suggestions, what do you think about making all the buttons have the same look.
Another suggestion is for your startup.jpg.
Instead of your screenshot, which is very nice, how about something that displays the program name and authored-by info.
With a "tap screen to proceed" kinda instruction placed somewhere.
Here are quick mock-ups of the idea that I am trying to convey.
I'm actually using it for your app, they look good on my Rhodium, much better than this screen shot.
I used screenshots from this site to make these mock-ups. Thanks to the OPs.
If anyone minds that I used their image, please let me know and I will replace it.
Anyway, just some food for thought.
Thanks again for the great app, Tilt
This awesome and such a time saver, thank you so much! One thing is I can not delete theme i have saved, I store on storage card but it says I can not delete it is denied other than that it is exactly what I have been looking [email protected]
Thank you for this program!
Tilt ommarow said:
Grumps, as a suggestion to fix the problem that I have,
would it be easier to adjust the layout?, than to change the drop down to render in front of the buttons.
Something like this.
Also, since you asked for graphic suggestions, what do you think about making all the buttons have the same look.
Another suggestion is for your startup.jpg.
Instead of your screenshot, which is very nice, how about something that displays the program name and authored-by info.
With a "tap screen to proceed" kinda instruction placed somewhere.
Here are quick mock-ups of the idea that I am trying to convey.
I'm actually using it for your app, they look good on my Rhodium, much better than this screen shot.
I used screenshots from this site to make these mock-ups. Thanks to the OPs.
If anyone minds that I used their image, please let me know and I will replace it.
Anyway, just some food for thought.
Thanks again for the great app, Tilt
Click to expand...
Click to collapse
Wow I like this. Think its a good idea. Maybe I should change the Name to Them Switcher. Dont you wanna do the images for me with the name Theme switcher? I dont know quote how to do all this but ill try and make graphics work as button thingys. Leme see what I can do.
Tilt ommarow said:
Grumps, thanks for the app. I believe that I am having the same condition that Phonatic describes. I have a Rhodium with stock rom, manilla 2.1.
But that shouldn't matter, should it?
My screenshot has differences from yours, aside from the bottom bar difference between your sense and my manilla.
Mine has the top task bar and less space between the drop-down list and the "restore saved theme" button.
Also mine has nicer looking buttons.
Do I have the wrong version?
When you have more items in your drop down list, does your list stay above the button?
I still am using it. I just use my arrow down/up to make my selection.
Click to expand...
Click to collapse
Cool ill fix this
Thanks
Grumps said:
Cool ill fix this
Click to expand...
Click to collapse
I will patiently wait for the fix. It still works as is.
By the way I like the taskbar showing on top.
Would you please do me the honor of putting this Startup.jpg on your Rhodium.
I just want you to see how it looks on the phone.
The screenshot just doesn't do it justice.
@anyone that wants to see how this looks on the phone, just right click on the image,
save as Startup.jpg and use it to replace the one in your phones Theme Saver folder.
Tilt ommarow said:
I will patiently wait for the fix. It still works as is.
By the way I like the taskbar showing on top.
Would you please do me the honor of putting this Startup.jpg on your Rhodium.
I just want you to see how it looks on the phone.
The screenshot just doesn't do it justice.
@anyone that wants to see how this looks on the phone, just right click on the image,
save as Startup.jpg and use it to replace the one in your phones Theme Saver folder.
Click to expand...
Click to collapse
Ihave and I am using it. Im batteling to make it look right on Windows 6.5 and 6.5.3 because of the topbar being smaller and bigger. Can you also give me one without any writing eg theme switcher and save/restore/switch and press any key. Trying to use it as a background image for the app and moving the controls to the menu items
Grumps said:
Ihave and I am using it. Im batteling to make it look right on Windows 6.5 and 6.5.3 because of the topbar being smaller and bigger. Can you also give me one without any writing eg theme switcher and save/restore/switch and press any key. Trying to use it as a background image for the app and moving the controls to the menu items
Click to expand...
Click to collapse
I will alter it however you like.
I have time tommorow. For now I must get 3hours sleep before I go to work.
Here is a background.
Goodnight, Tilt ommarow
Tilt ommarow said:
I will alter it however you like.
I have time tommorow. For now I must get 3hours sleep before I go to work.
Here is a background.
Goodnight, Tilt ommarow
Click to expand...
Click to collapse
You got a private message. Thanx for the image
What do you think of these buttons?
Here's a template that I made for you.The dimensions are exact to the current layout.
If you were to replace the current background with this, it would be functional.
Some graphics should be added, especialy to brighten the lower section.
The size of the top button looks off, I suggest either make it bigger to match
(which would look crowded with the task bar, unless you lower everything),
or I can change it into a text box or no box just text.
Do you need text added, or is the text part of the app?
Anyway, just let me know your preferences ie graphics, text, color, button style etc., and I will adapt accordingly.
Tilt ommarow said:
Here's a template that I made for you.The dimensions are exact to the current layout.
If you were to replace the current background with this, it would be functional.
Some graphics should be added, especialy to brighten the lower section.
The size of the top button looks off, I suggest either make it bigger to match
(which would look crowded with the task bar, unless you lower everything),
or I can change it into a text box or no box just text.
Do you need text added, or is the text part of the app?
Anyway, just let me know your preferences ie graphics, text, color, button style etc., and I will adapt accordingly.
Click to expand...
Click to collapse
This looks very nice. The reason why there is such a big gap at the bottom is that im not sure if it will all fit on a vga device. The buttons look nice. I also cant use it as is because on different device with different os's like 6.1 6.5 6.5.3 the image moves slightly up and down. so you will have to include the images with the text on it, as individual images and they have to be square cause i dont know how to program transparency as yet. Hope it would be possible. Thanx soo much for the effort so far It looks awesome
Grumps said:
This looks very nice. The reason why there is such a big gap at the bottom is that im not sure if it will all fit on a vga device. The buttons look nice. I also cant use it as is because on different device with different os's like 6.1 6.5 6.5.3 the image moves slightly up and down. so you will have to include the images with the text on it, as individual images and they have to be square cause i dont know how to program transparency as yet. Hope it would be possible. Thanx soo much for the effort so far It looks awesome
Click to expand...
Click to collapse
Grumps, I just read your pm. Gimme a minute. I think I have something for you.
Thanks for the info above.
As I understand it, you need buttons with text and the background seperate.
I am uploading a file for you. Please let me know how these work for you.View attachment Grumps.zip

Categories

Resources