Quote:
Originally Posted by s15274n
I would like to take the icons from my Vibrant and use them on the LauncherPro Dock of my other phones.
Where can I find (for example) the Dialer icon... just the basic green dialer. My nexus has a clear/very little color icon, and I was not able to find our icon on some sites by googling...
Thanks.
|
All of the system icons are located inside the .apk for the various system apps. For example, the Dialer is DialerTabActivity.apk in system/app/. If you open DialerTabActivity.apk in Root Explorer or WinRAR and look in /res/drawable-hdpi, you will find an image file named ic_launcher_phone.png. If I am understanding you correctly, that is the icon you are looking for.
Each icon would be located in a separate .apk for that particular application.
|