Folder question - Hero CDMA Themes and Apps

Is it possible to change the icon or look of those folders you can add to your screens? All you can really do is add/change the name.
http://img840.imageshack.us/img840/5991/20101021133427.png

mehbones said:
Is it possible to change the icon or look of those folders you can add to your screens? All you can really do is add/change the name.
http://img840.imageshack.us/img840/5991/20101021133427.png
Click to expand...
Click to collapse
Launcher Pro allows you to change the icons of the program on your desktop. Bettercut also allows you todo this there both on the market.

Related

Where are the icon files in WinMo 6.5?

Where are the image files of the default icons in WinMo 6.5, like Calender.png, Settings.png etc?
THanks
bronzeres.dll????
TheRem said:
bronzeres.dll????
Click to expand...
Click to collapse
Oh! So you mean I cannot just overwrite the icons with new once in order to change them...
Thanks
if you want to change the icons on the Titanium screen (CHome) without editing bronzeres.dll...
Plugin Icons - Images:
http://forum.xda-developers.com/showthread.php?t=536498
or if you're referring to the icons on the Start Menu (Hexagon)...
use Nullstring's Icon Changer:
http://forum.xda-developers.com/showthread.php?t=567080

Hiding Application Icons

I'm currently looking over the classes.dex in HTCSettingsWizard because I want to get rid of the app Icon and the Learn More icon. If I just remove the app, I lose some USB funtionality, like disk drive, which I can replace as a separate app, but again it adds an Icon. I also lose HTC sync.
So, does anyone know how I would make the apk not display the icons? Any app dev that can let me know how they make their apps show and I can reverse it?
+1. There's plenty of stuff that needs to stay that I just... don't want to see.
Only thought that comes to mind is using Advanced Launcher; you can create folders to put apps in. I'm sure there's more functionality than that.
The visibility of icons in the launcher are controlled by the AndroidManifest.xml file. The activities for which icons show up will have an intent-filter with the name set to android.intent.action.MAIN and the category set to android.intent.category.LAUNCHER.
If you remove the intent-filters, the icon won't show up but there is no guarentee that the activity will still be accessible.
zer0day said:
The visibility of icons in the launcher are controlled by the AndroidManifest.xml file. The activities for which icons show up will have an intent-filter with the name set to android.intent.action.MAIN and the category set to android.intent.category.LAUNCHER.
If you remove the intent-filters, the icon won't show up but there is no guarentee that the activity will still be accessible.
Click to expand...
Click to collapse
Thanks for the tip, I'll have a look and see if this works.
zer0day said:
The visibility of icons in the launcher are controlled by the AndroidManifest.xml file. The activities for which icons show up will have an intent-filter with the name set to android.intent.action.MAIN and the category set to android.intent.category.LAUNCHER.
If you remove the intent-filters, the icon won't show up but there is no guarentee that the activity will still be accessible.
Click to expand...
Click to collapse
hi,
is possible to edit the manifest.xml (with a binary edit) on the .apk file in order to
forze the icon hiding? how?

Changing Default Application Icons

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!

Questions on Icon Customization

Hello all,
So to start yes I've used google and yes I've searched. But I can't seem to bring up the answers I'm looking for.
I'm interested in theming my own icons or at least changing some that others have to to suite my own desires. I've read up on some things for Android icons here. But I was curious as to what other people use/prefer.
As in which to use Fireworks or Photoshop?
Or what the best dimensions are for icons?
And is it best to make them into an APK for easy use?
I couldn't find a how to guide for theming icons specifically but if someone could point me in the right direction it would be greatly appreciated.
Thanks in advance,
Flawless
P.S. Sorry if some of these have really easy answers. Just starting out with changing things on my own.
Which Icons...
Notification icons?
or
App Icons?
or
Other?
I was typing a response and realize you could be talking about three different icons which have different sizes and are in different locations. Notifications are /system/framework and App icons are just shortcuts. Use bettercut from the market, for the latter. As for size 72x72 px for hdpi screens.
http ://developer.android.com/guide/practices/ui_guidelines/icon_design. html
click the screenie below since i can yet link.
Well in the immediate future I was looking to make my own icon theme pack. Then jump into framework, which I know can be a bit more complicated.
So my original questions were in regardes to strictly application icons and a launcher pro dock.
Also I personally use desktop visualizer to customize my icons.
Thanks again for your response
-Flawless
Sent from my ADR6300 using XDA App
I'm interested in this as well. I really would like to know how to change the stock folder icons from the plain manila to something more appealing. A starting guide would be great.
Sent from XDA App
Unrevoked Root and Sucked-off
2.0.5 Baseband
SkyRaider 3.0 Vanilla
#1 King Bad F*cking **** Kernel OC to 1.13
[email protected] said:
Which Icons...
Notification icons?
or
App Icons?
or
Other?
I was typing a response and realize you could be talking about three different icons which have different sizes and are in different locations. Notifications are /system/framework and App icons are just shortcuts. Use bettercut from the market, for the latter. As for size 72x72 px for hdpi screens.
http ://developer.android.com/guide/practices/ui_guidelines/icon_design. html
click the screenie below since i can yet link.
Click to expand...
Click to collapse
So after re-reading the webpage that I found and that you linked again, it clarified it a bit. I'm now more just curious as to the programs most people prefer. I know some editors use fireworks but some use photoshop. Which do you personally like (or which may be easier for a semi-noob to start off with)? Or is there another program that you use?
Thanks again,
-Flawless
Here is how I change my homescreen icons if using LauncherPro:
While you could download another app to make custom icons for your homescreens, I figure, why not just use LauncherPro since we already have it installed. Here is a simple tutorial to make a shortcut to have an app open like regular but with a custom icon:
1. Determine the app's package and class names:
-Add a LauncherPro Activities shortcut to your homescreen. Find the app you want and expand it. The options you see are your class names. We will use the HTC Sense World Clock as an example. Usually the default page the app opens to will be the first option, so in this case...
Class name: com.htc.android.worldclock.WorldClockTabControl
The package name is usually derived from the class name, mainly by removing the last part of the name. So, in this case...
Package name: com.htc.android.worldclock
Sometimes you may have to remove the 2nd to last part of the name, if its something like "*.chompsms.activities". You don't need the activities section. Just back out of adding the shortcut now, we have all the info we need. Now we can make our shortcut.
2. Add a new LauncherPro Shortcut to your homescreen and use the built in editor. Simply fill in the Shortcut Label (whatever you want to name it), Package name, and Class name. Leave the Action field as is. Browse your SD card for a custom icon (I suggest surfing to http://launcherpro.droidicon.com/), save your.lps file, and you're done!
This probably won't work for all apps, but should work for most.
Click to expand...
Click to collapse
cambunch said:
Here is how I change my homescreen icons if using LauncherPro:
Click to expand...
Click to collapse
I think you misunderstood the question a bit. I was talking about creating or modifing icons in photoshop or fireworks. Not necessarily how to apply them to the phone.
Although I'm sure what you posted will help some people.
Thanks for the response though.
-Flawless
xFlawless11x said:
I think you misunderstood the question a bit. I was talking about creating or modifing icons in photoshop or fireworks. Not necessarily how to apply them to the phone.
Although I'm sure what you posted will help some people.
Thanks for the response though.
-Flawless
Click to expand...
Click to collapse
Oh ok, well in that case:
http://launcherpro.droidicon.com/tutorials
Most will use Photoshop to make icons. A good size to stay at would be 128x128 IMO. Even though Android uses smaller resolution icons, it's better to downscale than to upscale. I would save as a .PNG to preserve your transparency.
cambunch said:
Oh ok, well in that case:
http://launcherpro.droidicon.com/tutorials
Most will use Photoshop to make icons. A good size to stay at would be 128x128 IMO. Even though Android uses smaller resolution icons, it's better to downscale than to upscale. I would save as a .PNG to preserve your transparency.
Click to expand...
Click to collapse
Awesome thanks! This will be a great place to start. Is it the same process to edit the Icons for a normal homescreen shortcut? I would assume so or at least it looks to be.
Thanks again,
-Flawless
xFlawless11x said:
Awesome thanks! This will be a great place to start. Is it the same process to edit the Icons for a normal homescreen shortcut? I would assume so or at least it looks to be.
Thanks again,
-Flawless
Click to expand...
Click to collapse
Yes, it should be. You would use BetterCut or LauncherPro to edit the shortcut icons once you have them made.

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

Categories

Resources