Changing Default Application Icons - EVO 4G Themes and Apps

I am trying to figure out how to change the icons for phone, messages, twitter, and browser into words. How would I go about doing this? I'm sure it's possible, I'm just new to android.

guychriqui said:
I am trying to figure out how to change the icons for phone, messages, twitter, and browser into words. How would I go about doing this? I'm sure it's possible, I'm just new to android.
Click to expand...
Click to collapse
There is an app in the marketplace called NinjaMorph that will do it from the phone. Alternatively, you'd have to pull a copy of the app from your phone to your PC, replace the icon, and push it back to your phone via adb.
NinjaMorph is the best approach, however, I've encountered instances/apps where NinjaMorph just doesn't work. For those I went with the second option above.

On top of that you would need to create your own "word" icons in a editing program assuming you haven't already found an icon pack.

FolderOrganizer is what you're looking for. It will place instances of itself in the shortcuts menu and from there you can rename, change icons, etc., etc. I currently have over 20,000 png icons that I have collected for ObjectDock and all I do is resize the ones I want to 48x48 and copy them over to a directory I call Iconz on the SD card and I can use them whenever I go to change an icon.
Cheers...

Just to clarify... I also use Folder Organizer, but that doesn't change the default icon for the app, just the ones that show on the home screen.
If that's all you need, then Folder Organizer is great, but I came to this thread looking for a way to change the default app icons so I just wanted to clarify that point about Folder Organizer.
Think I'll take a stab at NinjaMorph. Thanks okolowicz!

Related

Shortcut/Start Menu pictures on installed app

Where do add-on apps I install store there shortcut pictures? I have one app who's quicklink picture looks way old and out of place, but I can't seem to find the picture on my phone so I can change it and make it look more modern.
Anyone know?
well, to answer you question, i don't know where they are stored.
but to change them, i use Change Start Menu Icon. works perfectly and does the grunt work for ya.
cheers.
I found the problem. The app is hard coded the start menu icon into it's code somewhere (like exe files on your pc sometimes do).
Anyway, I found where programs point to their start menu icons in
HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\ProgramName.lnk
This app didn't have a Icon entry like some of the others, so I added one and pointed it to a Icon.png file I had made for it and placed in the same directory the program was installed in.
Powered off the phone and then back on and it's using the new icon.
The only problem I'm having now is making a png file with transparency that works as a start menu icon in sense quicklinks. The icon has it's transparency in the windows start menu and when I click to add a quicklink in the program list. But once added to the homepage quicklinks, the transparency section is visible. I don't understand it. viewing it in the HTC's picture viewer also correctly handles the transparent part.
Anyone have any ideas? Here's three screens showing what I mean. The WM screen, the add-program-to-quicklinks screen and the Sense home screen (running CHT 1.7.1):
BTW, here's the icon image if anyone want to take a look.
Phantoms said:
I found the problem. The app is hard coded the start menu icon into it's code somewhere (like exe files on your pc sometimes do).
Anyway, I found where programs point to their start menu icons in
HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\ProgramName.lnk
This app didn't have a Icon entry like some of the others, so I added one and pointed it to a Icon.png file I had made for it and placed in the same directory the program was installed in.
Powered off the phone and then back on and it's using the new icon.
The only problem I'm having now is making a png file with transparency that works as a start menu icon in sense quicklinks. The icon has it's transparency in the windows start menu and when I click to add a quicklink in the program list. But once added to the homepage quicklinks, the transparency section is visible. I don't understand it. viewing it in the HTC's picture viewer also correctly handles the transparent part.
Anyone have any ideas? Here's three screens showing what I mean. The WM screen, the add-program-to-quicklinks screen and the Sense home screen (running CHT 1.7.1):
Click to expand...
Click to collapse
delete finch.png file: Application Data\HTC\ProgLauncher\finch.png
Change icon. Add Quicklink!! OK?
There's no finch.png in that directory. There is a program launch file "FinchSync_SP.bmg" in that directory.
The actual program and icon file are stored on my storage card at
\Storage Card\Program Files\FinchSyncSP
album.cache
finch.png
finchconfig.txt
FinchSync_Core.dll
FinchSync_SP.exe
InTheHand.Interop.dll
InTheHand.WindowsMobile.PocketOutlook.dll
syncinfo.txt
The default install of FinchSync has the program's icon hard coded, not a separate icon (png) file. If I delete the finch.png file, after a power cycle it goes back to using the default hard coded icon. Put the icon back and it does as I posted above, showing transparency everywhere except as a Quicklink. I've tried renaming the filename and then changing the reg entry outlined above to the new name and same thing.
FinchSynch is an older WM app, but I use it because I can sync my contacts and calendar with Mozilla Thunderbird, Calendar and Address book. I do not have or use Outlook to sync too, so I use FinchSync for this.
I found it. It's not a png file from that directory, but the bmg file.
So it was Application Data\HTC\ProgLauncher\finch.bmg
Once I deleted that, it picked up the new icon with transparency.
Phantoms said:
I found it. It's not a png file from that directory, but the bmg file.
So it was Application Data\HTC\ProgLauncher\finch.bmg
Once I deleted that, it picked up the new icon with transparency.
Click to expand...
Click to collapse
Ok!! del *.bmg!! Sorry!!
I thought I had posted the screen, but here it is with transparency. Thanks again.

Transparent Google Voice Inbox

I have the google voice with the inbox and settings widgets, not the best looking widgets. I'm would like to change the background of the inbox transparent. I tried the following, opened the googlevoice-0.4.1.19.apk with 7zip, and found all the background .png's in \googlevoice-0.4.1.19\res\drawable-hdpi. I copied the inbox background png to my computer, edited in GIMP to make the inbox background transparent, and copied back to apk file. when I try to install via application manager is will not install. What am I doing wrong, probably alot since I have no idea if what I'm doing is suppose to work or not.
corefile said:
I have the google voice with the inbox and settings widgets, not the best looking widgets. I'm would like to change the background of the inbox transparent. I tried the following, opened the googlevoice-0.4.1.19.apk with 7zip, and found all the background .png's in \googlevoice-0.4.1.19\res\drawable-hdpi. I copied the inbox background png to my computer, edited in GIMP to make the inbox background transparent, and copied back to apk file. when I try to install via application manager is will not install. What am I doing wrong, probably alot since I have no idea if what I'm doing is suppose to work or not.
Click to expand...
Click to collapse
Try to resign the apk.
If you are able to get this working, I would love to have it in my phone as well.
Good luck and thank you in advance!
Sent from my ADR6300 using XDA App
You're going to want to do a couple things. Pngout the pngs when you are done editing and resign the apk. Check out this link http://developer.android.com/guide/publishing/app-signing.html

Applying icons to LauncherPro in CM

I am a pretty big noob when it comes to tweaking the system myself and stuff so I was hoping someone could help me out with this. I was using a theme on MIUI that I really liked, but left MIUI to go to CM for a couple reasons. I didn't like ADW so am using launcherpro which I really like so far, but I'm not a fan of the stock icons. I downloaded the theme I really like from MIUI and extracted the icon folder so that I would have the icons saved locally on my SD. It's essentially just a folder of .pngs. Can anyone tell me how to apply the icons I want to launcherpro directly through the system? I know with MIUI you just have to go in to a folder, paste the icon, and name it as the process. Was wondering if this was even possible on CM.
Thanks for any input someone might have!
Where do you want to put the icons in LP? in the dock or on the homescreens?
Dock: Long press on the dock spot - choose change Icon - Custom Icon and pick the icon you want from wherever you saved them on your SD card..
Homescreen: Long press on the homescreen - choose Shortcuts - pick application you want the shortcut for and then when the Edit Shortcut menu comes up - touch the icon and then select whatever icon you want from wherever you saved it on your phone.
Hope this helps...
Argent36 said:
Where do you want to put the icons in LP? in the dock or on the homescreens?
Dock: Long press on the dock spot - choose change Icon - Custom Icon and pick the icon you want from wherever you saved them on your SD card..
Homescreen: Long press on the homescreen - choose Shortcuts - pick application you want the shortcut for and then when the Edit Shortcut menu comes up - touch the icon and then select whatever icon you want from wherever you saved it on your phone.
Hope this helps...
Click to expand...
Click to collapse
Yeah, thanks a bunch for the response. I actually knew about that feature, but the reason I was asking was because that would take some time for like the 50 icons I wanted to change so I was wondering if there was a folder I could just make the edit in to be quicker.
Ahh ok
nope nothing I'm aware of
Extract all the folders from the apk onto your desktop or elsewhere to double check, but I'm pretty sure they are in the drawable-hdpi-v4 folder. All you would have to do is rename your icons to the names already existing in that folder and insert, recompile and boom, you're set.
Or if you'd rather not use apktool, you may be able to do it through an archiver as a shortcut. The phone might reject the apk if you try to install it though, but it should work.
Sent from my ADR6300 using XDA App

New folder icon

Hi, I want to make a folder with games to make my desktop more better. There will be folder when i will open and it will be all games, like in this video:
http://www.youtube.com/watch?v=ycUH7N9ZsfE 0:52
Anyway, i don't want to do it by FolderOrganizer, because it make folder different, i like how big is that. BetterCut and Desktop Visualizer can't make new folder icon, only Contacts, Bookmarks and more of that crap
Someone said, when I will open the folder, long-time press on the title of folder, I could change the name of folder and icon. But i can change only an icon. I have ROOT access and T-Mobile G1
Can someone help me?

New folder icon

Hi, I want to make a folder with games to make my desktop more better. There will be folder when i will open and it will be all games, like in this video:
http://www.youtube.com/watch?v=ycUH7N9ZsfE 0:52
Anyway, i don't want to do it by FolderOrganizer, because it make folder different, i like how big is that. BetterCut and Desktop Visualizer can't make new folder icon, only Contacts, Bookmarks and more of that crap
Someone said, when I will open the folder, long-time press on the title of folder, I could change the name of folder and icon. But i can change only an icon. I have ROOT access and T-Mobile G1
Can someone help me?

Categories

Resources