[Q] Changing an icon on an app - Atrix 4G Q&A, Help & Troubleshooting

I know how to change the icon in the apk but what I want to do isn't as simple.
I am using GO Contacts at the moment. Its a great replacement for the default dialer. My issue is if I change it in the apk when it updates it will go back to the default icon. I have tried placing the modified icons in framwork-res.apk but using the names that are used in the apk are not going to work (app_icon_contact.png, app_icon_dialer.png).
I have also added them to the launcher.
I am guessing the name for the icon will be something like com.jbapps.contact.png
Anyone have an idea on how to do this? I don't want to keep pulling the apk everytime the app updates just to change the icons.

Related

Icon linking help

I was wondering if anyone could tell me how to find out the correct application activity code to rename icons so they replace the applications default
Sent from my X10i using Tapatalk
Please read the announcement in this forum before posting.
http://forum.xda-developers.com/announcement.php?f=617
This is not development, so moved to Q&A
Pull your framework-res and have a look, or the apps apk and change it directly.
What im trying to do is add icons to a theme im making , ive added some which i had to rename in order for them to replace some of thr default icons for apps when activating the theme. But i would like to replace some other default icons but i need to find out what to rename my custom icons too in order to replace the remaining default app icons when i activate the theme (adw launcher)
Sent from my X10i using Tapatalk
AngelDevoid said:
What im trying to do is add icons to a theme im making , ive added some which i had to rename in order for them to replace some of thr default icons for apps when activating the theme. But i would like to replace some other default icons but i need to find out what to rename my custom icons too in order to replace the remaining default app icons when i activate the theme (adw launcher)
Click to expand...
Click to collapse
I had the same issue with my modded theme ADW theme, you need to pull the apps such as "Conversations.apk" which is basically MMS.apk on 1.6 and either change the icon in the apk itself or rename the icons in the theme to what they are now called in 2.1, and the only way you'll find that out is by pulling the apks and opening them.
Ferk.... alot of digging around , after ive found as many as i can that work ill post a list of what to rename your icons to in your theme to replace the default icons. If you or anyone else already knows some can ya post it to help out thanks
Looking for stuff like this .....
Shortcut icon to the camera is named ....
Com_camera_cameraactivity
(or something like that)
So i would need to rename my icon from icon.png to com_camera_cameraactivity.png , then place it in the theme apk using eclipse , under a folder named /res/drawables_hdpi/ .
After that i would install the theme and the camera icon will have changed to the icon i want.
So thats the info we require ; the correct icon renames for as many apps as posible .
Sent from my X10i using Tapatalk

Changing/Moving the locked Phone/Contacts/Messages/Apps icons?

I was able to move these locked apps/icons which appear on all home screens on my SGS1, and now on the SGS2, when i try and edit the home screen(s), the phone wont let me change these.
Ive downloaded Handscent SMS which i want to use to completely replace the default messages app, so in a root explorer program just renamed the Mms.apk application to a ,bak, in doing that, it removed the messages icon from this locked menu so now i can only see PHONE/CONTACTS/APPLICATION icons and still cant add or edit anything...can someone help with this? Just wanna throw the HANDSCENT SMS icon in there...
RoOSTA
If you're talking about the four bottom icons with the app drawer icon at the far right then you can change it quite easily. Just open the app drawer, hit menu then edit. You can drag and move whatever you'd like to the bottom area. Home/Applications must stay though.
Is there any way of changing the icons, renanming them or just pointing the existing icon to another application?
I am trying to keep the stock messaging icon but open Go SMS Pro with it instead?
TIA

[Q] Handcent Dock Icon

Hey guys, just wanted to know if it was possible to change Handcent's default icon to the stock touchwiz messaging icon. Using the touchwiz launcher so can't use apps like better cut to put it on the dock. I did try using apkmanager to change the handcent png file, signed it too. Doesn't want to install. If i push the app to data/app it shows up but force closes if I click on it.
bumpity bump

[?]How to change app icons without using a launcher

Is there any way to change an app icon without using something like launcher pro. Example: changing the go SMS app icon to the ics sms icon with something like root explorer. I found the ics sms app icon under system/apps but not sure if i can replace the go sms app icon with it and if so, were to put it.
Sent from my SGH-T959 using XDA App
You would probably have to use something like APKtool do decompile the Gosms.apk swap the .png images out and put the ICs ones in, then recompile the apk. Really more work than just switching launcher. One of the things about Go is that they are so customizable. Maybe see if there is an icon changers.
Something like Desktop Visualizer can do it too.

GO SMS Ugly Icon!

Hi,
I'm trying to replace the Go SMS Icon on the default Samsung lockscreen, I use Go SMS for default sms and I'm running Nova launcher so have changed the go sms icon to ics icon. But on my lockscreen the go sms icon cannot be changed, is there away?? I have tried a few ICS lockscreen but none work to how I want, either double lock screen or look awful!
Can someone shed some light on best way.
Thanks
90 views and no one know how to solve my issue??
Sent from my GT-I9300 using xda app-developers app
maverick1103 said:
Hi,
I'm trying to replace the Go SMS Icon on the default Samsung lockscreen, I use Go SMS for default sms and I'm running Nova launcher so have changed the go sms icon to ics icon. But on my lockscreen the go sms icon cannot be changed, is there away?? I have tried a few ICS lockscreen but none work to how I want, either double lock screen or look awful!
Can someone shed some light on best way.
Thanks
Click to expand...
Click to collapse
AFAIK, the icon cannot be changed on the default lockscreen. Only the application. The only way I can see to change the icon would be to edit the Go SMS Pro apk and change the icon file to the one you want. This however will need to be done again after every reboot.
Another way would be to create your own small application with the Icon you want, and have that just directly open Go SMS Pro.
NZDroidDev said:
AFAIK, the icon cannot be changed on the default lockscreen. Only the application. The only way I can see to change the icon would be to edit the Go SMS Pro apk and change the icon file to the one you want. This however will need to be done again after every reboot.
Another way would be to create your own small application with the Icon you want, and have that just directly open Go SMS Pro.
Click to expand...
Click to collapse
Thank you for the reply... Hmm that's a shame as I do like the default lockscreen just the Go SMS Pro app looks awful on there!
I'm not sure how to create my own icon, was hoping that I could copy the stock messaging icon and replace the Go SMS one in root...
Oh well will just stick with Holo launcher now!
Thanks.
Sent from my HTC One X running ViperX1.01 ROM.
i think you can decompile the apk, change the icon sign it and install it and it will have the icon you replaced by default. but its not such an easy process.
hinderbrus said:
i think you can decompile the apk, change the icon sign it and install it and it will have the icon you replaced by default. but its not such an easy process.
Click to expand...
Click to collapse
Hmm think I might skip that, probably end up causing more damage than its worth!
Thanks though..
Sent from my HTC One X running ViperX1.01 ROM.
If you install widget locker, you can customize the lock screen using any combination of icons-to-apps that you want.
disturbd1 said:
If you install widget locker, you can customize the lock screen using any combination of icons-to-apps that you want.
Click to expand...
Click to collapse
my thought exactly. or any replacement lockscreen that supports it.

Categories

Resources