How to change icons? - G1 Android Development

I'm trying to change the icon of K-9 SMS on the Home screen. I thought for sure AnyCut would do this, but I haven't figured out how... any tips?
Thanks in advance.

You would have to actually repackage the installer with your own icon, and re-sign it (hoping that it will still install). And everytime you update the program, you would have to repeat those steps. Icons are embedded in the .apk files.

I had an idea, but again have no way to do it(or if it's possible). In windows you can create a simple shortcut to point to anything that can use any icon. Couldn't some sort of 'shortcut' file or apk be written that launches "your app here" and links to a seperate image? a sort of workaround to opening the apps apk. idk just ramblin..
I'm sure most of the home screen replacements that are coming out will also have this power. it'll probably just cost a bit.

you should refer to this thread (http://forum.xda-developers.com/showthread.php?t=482718) for steps on how to modify themes on non-stock apps. i've been able to change the icon for k-9 and a handful of other apps. you will need to install the sdk and stericson's auto-signer first before you do anything. then, it's just a matter of deleting the meta-inf folder, changing the icon and re-signing the .apk.
good luck.

I've tried adding my own icon to the JFupdater and it wouldn't install. Maybe I was doing something wrong.

TruLuvNvrDies said:
you should refer to this thread (http://forum.xda-developers.com/showthread.php?t=482718) for steps on how to modify themes on non-stock apps. i've been able to change the icon for k-9 and a handful of other apps. you will need to install the sdk and stericson's auto-signer first before you do anything. then, it's just a matter of deleting the meta-inf folder, changing the icon and re-signing the .apk.
good luck.
Click to expand...
Click to collapse
Is this how you add a personal picture to the home screen?

The personal pictures are actually quite easy, just long press the today screen, choose 'Widget' and select picture frame. Then select the picture you want to use. I'm not sure but I think BetterCut has the ability to change other icons.

Related

PPL - Pocket Programming Language..... and the *fruity theme*

http://rychlicki.net/en/2007/04/01/174/
This IP lawyer has something interesting to say.
And you can get the theme from his page
After launching the theme (by the way, it's VERY EASY, just put it in a folder in your wizard), everything works except the banner clock just show "0". Wondering if you get the same on your wm6.
Also, it would be nice if the calender icon can display the actual date and the clock icon can display the actual time.
Cool but also here the time is 0 0
Very cool app. Looks pretty good and that without needing to install the application. I did try a wizbar adv iphone skin once, which had a lot more features.
But anyway a nice prog to play around with.
could you remap those icon with the config.ini file?
i tried, but most mappings still point to the setting i have on the "Stock" icon.
wondering if anyone here know the PPL and interested to further develop the application. you can download the program for free from the official homepage here: http://arianesoft.ca/index.php
I'm going to look into what I can change with it. The whole deal is fairly cool, but I hate the lag when switching to the "lock" screen. We'll see what we can come up with.
ecchi said:
could you remap those icon with the config.ini file?
i tried, but most mappings still point to the setting i have on the "Stock" icon.
wondering if anyone here know the PPL and interested to further develop the application. you can download the program for free from the official homepage here: http://arianesoft.ca/index.php
Click to expand...
Click to collapse
I don't know if you've noticed yet but you can indeed remap the icons with the config.ini file. Simply rename the extension so that it is config.txt, and inside it the various buttons and their paths are shown. Edit those paths the the desired program's location on your phone, then rename the config.txt file back into config.ini
Something I'd like to ask: Can we change the time at the top of this app? I believe that it's just the wrong time zone, since it is 8:44 here and the app shows 3:44
Cool app.
Time shows nothing here though (just 0 0)

To Change ICONS!!!

Hello People..
I have organized my pda very well..mean to say..when u go to START->Programs..u will see ur programs..i have catogorised like media players,backup software,theming etc etc..
I want to CHANGE THE ICONS of that folder..how is it possible?any software to change icons?
I have O2 XDA II mini running on WM 2003SE (QVGA)..where can i find ICONS??
PLZ HELP!!!!!
$athya
The best thing to do is search this forum on how to write your own shortcuts. It has been covered many times and all you need is notepad.
There was also a stand alone app by someone to make shortcuts.
I personally like my shortcut wizard in my common file dialog dll. You can download these
http://www.odeean.com/ORDsite004/Downloads/CommonDialogTester.exe
http://www.odeean.com/ORDsite004/Downloads/ORDcommonDialogDLL.dll
and put them in your program files directory. Once you navigate to the executable you wish to make a shortcut to you can hold down the stylus on it and select shortcut wizard. You can scan other executables or dlls on your device to find images for the icon of the shortcut. Once made, just re-name it to what you want and put it in your \windows\start menu\programs folder.
To get icons onto your device just look for any application you like the icons for. It can be a desktop app, it does not have to be a valid ppc app. Put the exe on your phone and my wizard will be able to scan it for icons. Just keep in mind that the exe will have to stay on your device for the image to still be available, so try find small ones.
edit:
I just realized you may want to change the icon for the actual folder that gets shown on the menu. If you do as I said above to make a shortcut to the programs folder you will be able to get any icon you want. open the .lnk in pword and remove the text [no arguments for folder shortcuts], I accidentally copy that text into folder shortcuts and it screws them up. You can't delete the actual folder "Programs" from that directory or else you loose the list of recently opened programs but the lnk to programs will open the desired folder.
OdeeanRDeathshead said:
The best thing to do is search this forum on how to write your own shortcuts. It has been covered many times and all you need is notepad.
There was also a stand alone app by someone to make shortcuts.
I personally like my shortcut wizard in my common file dialog dll. You can download these
http://www.odeean.com/ORDsite004/Downloads/CommonDialogTester.exe
http://www.odeean.com/ORDsite004/Downloads/ORDcommonDialogDLL.dll
and put them in your program files directory. Once you navigate to the executable you wish to make a shortcut to you can hold down the stylus on it and select shortcut wizard. You can scan other executables or dlls on your device to find images for the icon of the shortcut. Once made, just re-name it to what you want and put it in your \windows\start menu\programs folder.
To get icons onto your device just look for any application you like the icons for. It can be a desktop app, it does not have to be a valid ppc app. Put the exe on your phone and my wizard will be able to scan it for icons. Just keep in mind that the exe will have to stay on your device for the image to still be available, so try find small ones.
edit:
I just realized you may want to change the icon for the actual folder that gets shown on the menu. If you do as I said above to make a shortcut to the programs folder you will be able to get any icon you want. open the .lnk in pword and remove the text [no arguments for folder shortcuts], I accidentally copy that text into folder shortcuts and it screws them up. You can't delete the actual folder "Programs" from that directory or else you loose the list of recently opened programs but the lnk to programs will open the desired folder.
Click to expand...
Click to collapse
Thanks for replying..here is what i meant..i want to change the icons of the below mentioned....
Icon.dll
Hi you can find icons here: http://rapidshare.com/files/51651960/Shortcut_Tools.rar.html
It includes 2 Icon.dll & a Shortcut tool.
Mister B said:
Hi you can find icons here: http://rapidshare.com/files/51651960/Shortcut_Tools.rar.html
It includes 2 Icon.dll & a Shortcut tool.
Click to expand...
Click to collapse
Whats the PASSWORD?? n can u plz tell me as to how to use it??n where can i download more icons??
That looks like an icon overlay to me. With some work it might be doable but the whole os is limited to 15 such overlays, so it would be a bad idea to start hogging them.

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

[REQ] Metamorph to remove 'phone' text from black droid launcher

I can't find the original post on this forum that contained the attachment, so I am attaching it here. I'm not sure what was changed in the file to get it to do it. Was hoping I could find more info from the person who made it... but I can't find the post.
Can anyone help with this, please?
Thanks!
That's weird. I just got a PM about an hour ago regarding the same question. When the "mods" thread got "cleaned up" much of the stuff went missing, unfortunately.
The phone text is cleared out in:
Rosie.apk\res\layout-port\button_bar.xml
Attached is a patched XML file that will clear the text out. You will still need to replace the applicable .png files with transparent ones, for example, if you want to remove the phone icon, etc.
Download <--- Right click to save the file, otherwise, it will attempt to load in your browser.
wow lol thats kinda funny
wtphoto said:
wow lol thats kinda funny
Click to expand...
Click to collapse
I know, right? Well, here you go .
JsChiSurf said:
That's weird. I just got a PM about an hour ago regarding the same question. When the "mods" thread got "cleaned up" much of the stuff went missing, unfortunately.
The phone text is cleared out in:
Rosie.apk\res\layout-port\button_bar.xml
Attached is a patched XML file that will clear the text out. You will still need to replace the applicable .png files with transparent ones, for example, if you want to remove the phone icon, etc.
Download <--- Right click to save the file, otherwise, it will attempt to load in your browser.
Click to expand...
Click to collapse
Thanks. That worked in removing the phone text, but it didn't center the phone icon on the button. Can you do that, too?
I can't seem to find the file that centers the phone image onto the middle button for the launcher. I've tried launcher.xml but no dice. bb_btn_middle.xml perhaps?
Also, could you provide some insight into what folders to edit? What is mdpi, land, port? Which folders get edited with our phone? I find myself constantly playing a guessing game with which folder the edits go into.
EDIT: Ok, it turns out it was the button_bar.xml file. Now that I knew that, I pulled it out of the zip in the first post and the phone icon is centered. Attached just the xml.
Jedis said:
I can't seem to find the file that centers the phone image onto the middle button for the launcher. I've tried launcher.xml but no dice. bb_btn_middle.xml perhaps?
Also, could you provide some insight into what folders to edit? What is mdpi, land, port? Which folders get edited with our phone? I find myself constantly playing a guessing game with which folder the edits go into.
EDIT: Ok, it turns out it was the button_bar.xml file. Now that I knew that, I pulled it out of the zip in the first post and the phone icon is centered. Attached just the xml.
Click to expand...
Click to collapse
The phone icon is in Rosie.apk res/drawable-normal-mdpi. Its called icon_p_phone_rest.png and icon_p_phone_on.png.
VinceOB said:
The phone icon is in Rosie.apk res/drawable-normal-mdpi. Its called icon_p_phone_rest.png and icon_p_phone_on.png.
Click to expand...
Click to collapse
I didn't need to edit the actual png, it was just something in the xml file that centered the placement of it. It's all fixed.
My goal is all Metamorph's with the black droid launcher with phone text removed, all clear widgets (Digital Clock Widget, GenieWidget, pure calendar, pure music player, power control widget, etc). Genie, pure calendar/music is done. Digital Clock Widget is working, but tapping on it to edit the alarm is busted since the WorldClock was removed for the lockscreen...
I'm sick of remembering which files were editted in the apk files to achieve the mods... Metamorphing will make everything much easier, but it's a process to figure out which files were edited, since repacking the zipfiles usually modifies the 'modified date'.

[Q] Is a theme or hack that can remove the Titanium Slider bar?

i'm wondering if there is a way to do away with the slider bar in the default wm6.5 home screen. in the pic below (i'm a new user so just copy/paste without spaces, lol.) i just slid the bar all the way to the top to take a screenshot, and i wanna know if i can just remove it for a simple clean homescreen.
i53. tinypic. com/2zeypuh .jpg
Why not switch to "classic today" screen, then check out the themes forum for themes you can apply or search for specific plugins? Is it just that you want the titanium function but not the outline around the selected panels? I'm not sure how to do that, but it should be possible by editing the xml file.
well, when i switch to the classic today screen, or just uncheck Windows Default, under Items, i lose the transparency of the toolbar and taskbar. i guess that if i cold just get rid of the big dark bar in the middle of my screen i would be satisfied. i would just like to be able to see my wallpapers. and yes, i want the titanium function but not the outline around the selected panels.
Ok, gotcha. I don't know off-hand how to do that, though It probably would be as simple as editing the file, or finding the .png that is of that image (in the windows directory) and replacing it with a panel that is completely transparent.
Maybe someone with some experience will come along that already knows how to do that.
To get you started, you may want to look at this theme, which has already made the panels transparent. if you like it, you can just use it. Otherwise, you could potentially compare the xml files, of find the transparent image that he is using in there and copy it over to your device. It's been a long time since i checked/looked, but the xml that controls the sliding panels today screen is usually something like home.xml or something.
[note: if your phone is not touchscreen, use/look at this thread instead]
If you start playing around, back everything up first! You may also want to browse the "post your screenshots thread" and see if you don't come across some other UI that you like better (or another theme w/o the panels). good luck!
krazibeast said:
i'm wondering if there is a way to do away with the slider bar in the default wm6.5 home screen. in the pic below (i'm a new user so just copy/paste without spaces, lol.) i just slid the bar all the way to the top to take a screenshot, and i wanna know if i can just remove it for a simple clean homescreen.
i53. tinypic. com/2zeypuh .jpg
Click to expand...
Click to collapse
Yes, you can but you need to edit the bronzeres.dll check this thread to learn how to do it, backup first your original file.
Check these screens from my phone
Regards,
Enrique
Empel1960 said:
Yes, you can but you need to edit the bronzeres.dll check this [link] to learn how to do it, backup first your original file.
Check these screens from my phone
Regards,
Enrique
Click to expand...
Click to collapse
thank you all. but i'm not as experienced with xml, and editing. but whenever i do i end up running into security issues when trying to copy the files back to my phone.
about this bronzeres.dll file.. where is it located, and what would i need to change to alter the transparency?
krazibeast said:
thank you all. but i'm not as experienced with xml, and editing. but whenever i do i end up running into security issues when trying to copy the files back to my phone.
about this bronzeres.dll file.. where is it located, and what would i need to change to alter the transparency?
Click to expand...
Click to collapse
The bronzeres.dll is on the windows directory, but modifying the dll is more complicated than editing xml or cpr files, in my previous post there is a link where you can learn how to unsigne, edit, resign the dll file.
Regards
Enrique
Help
Hi i have the HD2
my ROM is 2.13.531.1 (90963) WWE
Manilla version 2.5.20121412.2
Radio 2.10.50.26
I downloaded the final cab and my phone still freezes when text messages come in and i cant send picture messages can someone please help me
thanks for all the help! i edited the bronzeres. dll and got exactly what i was looking for. check the URL for my result.
i52. tinypic. com/35l5bg9. jpg
but another question.. is there anyway to do away with the slider functionality and just have the titles. and when you tap it it takes you to the application? so there is no titile thats larger than the others, there just clickable links. just a question, because i'm content with my results.
Cabs available
Hi, I made a couple of CABS to make the slider transparent.
http://forum.xda-developers.com/showthread.php?t=909746

Categories

Resources