Related
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
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?
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
Hi every1.
I have been searching these forums and many others for a couple of hours now and I still can't find what i'm looking for. Important to note is that I am very new to all that has to do with android in general.
I was wondering if there is any application that lets me change my dock (similar to launcher pro with the ability to scroll sideway) so I can add not just icons but also folders there.
Maybe there is a way for launcher pro to make me add folders already, in that case I would like to know how. My Galaxy S is rooted but I would rather not try and mix with system files since I dont know much about such things. (if it's not very simple or well explained)
My other question is why I can't find widget locker on the android market? I tried finding it through a site called appbrain with the barcode scanner application, but that didn't help either.
Would appriciate any kind of help, i'm really at a loss here...
123 views...please any1?
If I have made myself unclear in some way please let me know, I would really appriciate any kind of help guys/gals =/
So you basically want shortcuts to folders in the dock at the bottom?
I do this by using "Apps Organizer" to organise my folders then while in launcherpro and then selecting the Apps Organizer shortcut in the dock and choosing the folder I want!
oh, so thats how it's done =P Thanks a bunch NorcoFox
That's ok, glad I could help!
Nice hint, but I would raise call
AppsOrganizer / FolderOrganizer create folders on the homescreens, together with widgets and other icons. Let's say on the "active" layer of SGS
I guess the original Tsukimiya's intent would be (well, mine IS) to have such folders/categories in the APP-DRAWER (the all together app layer, in the above notation) instead.
This would let us to categoriza ANY app in different folders. Their original icon/link, not only a copy.... Let's say just like iphone does, on its unique layer
This way I could prevent duplicating icons and forgetting newly installed apps, messed up among such alphabetic list launcherpro or adw realize.
Or, worst case, keep aligned touchwiz app-drawer pages too
Any hint existing on market ?
Till now, I only found TagHome Launcher, but it's a complete home replacement and it isn't at the quoted best-of-breed level, unfortunately
Thanks a lot
Yeah this is something I would be very interested in!
My friend was going through my app drawer and said can't you have folders to sort all of these out?
Val3r10 said:
Nice hint, but I would raise call
AppsOrganizer / FolderOrganizer create folders on the homescreens, together with widgets and other icons. Let's say on the "active" layer of SGS
I guess the original Tsukimiya's intent would be (well, mine IS) to have such folders/categories in the APP-DRAWER (the all together app layer, in the above notation) instead.
This would let us to categoriza ANY app in different folders. Their original icon/link, not only a copy.... Let's say just like iphone does, on its unique layer
This way I could prevent duplicating icons and forgetting newly installed apps, messed up among such alphabetic list launcherpro or adw realize.
Or, worst case, keep aligned touchwiz app-drawer pages too
Any hint existing on market ?
Till now, I only found TagHome Launcher, but it's a complete home replacement and it isn't at the quoted best-of-breed level, unfortunately
Thanks a lot
Click to expand...
Click to collapse
I recently saw images in the themes section, that I loved and subsequently now use for my phone. Shown:
http://forum.xda-developers.com/showthread.php?t=781455
and
http://forum.xda-developers.com/showthread.php?t=783946
Now, how do I resize the images properly? Scale, resize? Differences? What program to use (free, I'd prefer)? How to add that black bar so lovely at the bottom of the images and the text there? I tried figuring it out, but I couldn't figure out how to search how to do that specific thing.
Any help would be great! I want to start making images in that fashion for other applications, as those are very limited.
When I had my Hero, you could download Desktop Visualizer - this will allow you to associate certain pictures to the icons you want. It will also allow you yo resize them....my suggestion is start with a big icon and resize it smaller - smaller to big makes it look grainy...as for the dock bar....I used (use) LauncherPro - under LauncherPro setting you can change the dockbar....hope this helps!!
The black bar at the bottom looks to be a custom dock for LauncherPro. I've seen it in collections of LP Docks before (I'm unfortunately not immediately able to find it, but google it and spend a few minutes, and you ought to find it no prob).
As for the icons, Simi Folder would be one way to do it if what you're linking to is a folder. Not sure for just an icon that links directly to an app -- you can certainly resize icons in LPP, but I'm not sure off the top of my head how to do it and maintain the scale. You could probably compress it using Photoshop such that when it gets stretched, it looks correct? I dunno, someone else may have better ideas...
I believe people are misunderstanding what I'm asking.
I know how to get it all set up on my homescreen and such. I have the setup like that currently, no problem, using DesktopVisualizer and LPP.
I'm more asking about how they placed those bars on the image and the writing. See, they have an image that they got from wherever on the internet, put that minimalistic black transparent bar on the bottom and wrote "Texts" there, so that one would use it as a tile of sorts (as the theme they're going for is an "Android Phone 7" sort of thing"). I want to basically get images from wherever in the internet as well and use them for other applications. Like, create a, say, "Market" one, where the image I found will represent in some form, a market, and then put that black transparent bar in the image and type "Market" in some font in the corner like they did so that I can then use DesktopVisualizer to use the image as the icon in the manner shown in those posts. I'm assuming you can't just go and place a huge image (####x###) as the icon and hope it fits right. They resized theirs down to like 355x115 or something. Every time I try to resize something like that, though, it does not like it in the least. So, I'm wondering how they did that, too.
In a sense, they're like icon sets, if you will, and I want to then expand their offerings, as they only offer "icons" for a few applications or needs.
God, what a text wall. Sorry!
I wouldn't mind knowing myself, I'm all for customizing my Evo, and the more I learn the better I can do so.
I'm sure it's a relatively simple process, I just simply don't know how and wouldn't even know how to search for it. Like, what, "black bar on image?" Ha!
Hundreds of views, hardly any replies! You'd think this wise community would know!
totalanonymity said:
I believe people are misunderstanding what I'm asking.
I know how to get it all set up on my homescreen and such. I have the setup like that currently, no problem, using DesktopVisualizer and LPP.
I'm more asking about how they placed those bars on the image and the writing. See, they have an image that they got from wherever on the internet, put that minimalistic black transparent bar on the bottom and wrote "Texts" there, so that one would use it as a tile of sorts (as the theme they're going for is an "Android Phone 7" sort of thing"). I want to basically get images from wherever in the internet as well and use them for other applications. Like, create a, say, "Market" one, where the image I found will represent in some form, a market, and then put that black transparent bar in the image and type "Market" in some font in the corner like they did so that I can then use DesktopVisualizer to use the image as the icon in the manner shown in those posts. I'm assuming you can't just go and place a huge image (####x###) as the icon and hope it fits right. They resized theirs down to like 355x115 or something. Every time I try to resize something like that, though, it does not like it in the least. So, I'm wondering how they did that, too.
In a sense, they're like icon sets, if you will, and I want to then expand their offerings, as they only offer "icons" for a few applications or needs.
God, what a text wall. Sorry!
Click to expand...
Click to collapse
The text is just in the image, it isn't some magical add-on. It is probably just a black rectangle and then transparency adjusted to taste.
There are a handful of win7 style icon packs like that. You could use one of those as a template (for size) and use your own images and text. Minimal PS or GIMP experience needed. Just keep the aspect ratio of the images when you are resizing them and provided they aren't absurdly larger than the ~355x115 or whatever size you are aiming for they should still look fine.
The second link says it comes with photoshop templates. You could always just download the 30 day free trial of photoshop.
looks like a simple photoshop job to me, just add a second layer above the background, rectangle marquee the section you want to be the transparent bar, then paint bucket the area with a black (or any color) at 50% opacity, then add text.
jstalford said:
The second link says it comes with photoshop templates. You could always just download the 30 day free trial of photoshop.
Click to expand...
Click to collapse
Wow, can't believe I missed that. Oops!
Those are pretty cool looking layouts nice find.