Results 1 to 11 of 11
- 12-23-2011, 11:55 PM
Thread Author #1
Customizing question.
Hmmm. Anyone know a relatively simple way for me to change Icons? I use go SMS....but the green just clashes way to hard with the pics colors. Wonderin a simple way to change the icon for it to something that matches
Sent from my Nexus S 4G using Xparent Cyan Tapatalk - 12-24-2011, 08:48 AM #2
- 12-24-2011, 12:11 PM
Thread Author #3
- 12-24-2011, 12:17 PM #4
Re: Customizing question.
Where are the app icons stored on the phone? I don't want to replace them just do a little editing...
Last edited by Skunkape60; 12-24-2011 at 12:40 PM.

- 12-24-2011, 02:15 PM #5
- 12-24-2011, 02:38 PM #6
Re: Customizing question.
App icons are part of each app themselves. The launcher holds some of them but they are normally controlled by the apps themselves.
If you were to look inside say Mms.apk using 7zip you would go to the following location...
/res/drawable-hdpi/
ic_launcher_smsmms.png (That is your Mms) icon...
Now this doesn't hold true for all icons, some maybe named "icon.png" or other names but you get the general idea... You would modify this image and just swap it out in the apk and flash it back to your device....
:: Getting Started with Android :: Forum Rules :: General Help and How To ::
» » » The All New Android Central App « « «
- 12-24-2011, 02:49 PM #7

- 12-24-2011, 04:26 PM #8
Re: Customizing question.
It will be in your /data/app/ folder since its a 3rd party app and not installed as part of the ROM.
Using ES File Explorer just look for the "com.xxxxxxx.apk" that has the GO SMS icon in front of it...
Just remember if/when an application gets updated it will erased whatever changes you have made. This is why I stopped doing modifications to certain frequently updated apps like Gmail or Maps in any themes I do because they are updated so often.
:: Getting Started with Android :: Forum Rules :: General Help and How To ::
» » » The All New Android Central App « « «
- 12-24-2011, 05:47 PM #9

- 12-24-2011, 06:13 PM #10
Ok i found the file but the only way to get into it is to extract. When extracted I can find the icon and edit it with photoshop. Put the icon back in the folder. But how do i get it back to a apk file. I can zip it but it's now a .zip file instead of apk. I could rename the extension to apk but am not sure that would work. Suggestions?
Sent from my Nexus S 4G using Tapatalk
- 12-24-2011, 06:17 PM #11
Re: Customizing question.
I wouldn't edit apks on the phone I would pull them and use 7zip to open them up and mess around.
Here's a easy way to pull apk from command line.
Dump all the apps in system or dataCode:adb remount adb pull /system/app/name-of.apk adb pull /data/app/name-of.apk
To push them back it would beCode:adb remount adb pull /system/app adb pull /data/app
You can also use root explorer,es file manager(with root) to copy the apks onto the sdcard and pull them to your pc that way.Have a good nadroid to get you out of any trouble you have or keep a original copy and push it back if things get messed up. Remember reboot after pushing to see the changes.Code:adb remount adb push name-of.apk /system/app adb push name-of.apk /data/app
Thanked by:



Reply





































