Q help me find a png on contacts.apk - Android Q&A, Help & Troubleshooting

Im trying to make my dialer look like ics but i can't change those png to make them black like ics...i search the whole place contacts.apk dialer.apk i can't!!so can you help me find those png...i need the pngs up at the dialer the background from contacts call log favorites...etc!!can someone help me...im at 2.3
This is more helpful 1st and 3rd pic is mine dialer...2 and 4th is ics dialer...i need those pngs!!thanks!!

Related

[Q] How to add a background for apks?

Hey guys,
I want to make a theme, so i ask all you themers here:
How do i have to add a background picture, for example to settings.apk? there is no bg.png or something like that to replace..so obviously i'll have to add one..but i think that has to happen in an .xml file..but how do i edit those xml files?
Please help me, our Minis are going to get a beautiful theme
Thanks,
nitro
Nitroboy77 said:
Hey guys,
I want to make a theme, so i ask all you themers here:
How do i have to add a background picture, for example to settings.apk? there is no bg.png ord something like that to replace..so obviously i'll have to add one..but i think that has to happen in an .xml file..but how do i edit those xml files?
Please help me, our Minis are going to get a beautiful theme
Thanks,
nitro
Click to expand...
Click to collapse
Pretty easy if you have xml
Code:
<android:background="@drawable/background">
Add that to relative layout
thanks for your fast reply darknessys
but i don't get you all the way..where do i have to add this line? And how do i decompile a xml file? do i have to decompile a xml file anyway?

[Q] Accept/Decline icons on the incoming call screen

I want to make the incoming call screen look like the image attached, but I don't know which file I should work with. I searched framework-res.apk, systemUI.apk,
BlurPhone,apk for the images to replace, but I didn't find anything.
Does anyone know which file contains the images?
don.juan said:
I want to make the incoming call screen look like the image attached, but I don't know which file I should work with. I searched framework-res.apk, systemUI.apk,
BlurPhone,apk for the images to replace, but I didn't find anything.
Does anyone know which file contains the images?
Click to expand...
Click to collapse
Phone.apk\res\drawable-hdpi\picture_unknown.png
Hi, matchung
Thank you for your reply.
Maybe I didn't make myself clear. I want to change the looks of the sliding bar, not that little green android. I'm using a 2.3.4 ROM.
don.juan said:
Hi, matchung
Thank you for your reply.
Maybe I didn't make myself clear. I want to change the looks of the sliding bar, not that little green android. I'm using a 2.3.4 ROM.
Click to expand...
Click to collapse
same phone.apk
ic_jog_dial_decline.png
ic_jog_dial_answer.png
use 7zip to take a look on phone.apk, you will find your needs~
Hi, i saw this post and wanted to change the Phone.apk\res\drawable-hdpi\picture_unknown.png because in CM7 nightly its a grayed person not a green android so i got a phone.apk from a nexus s extracted the png, and when i extracted mine from phone.apk i realize that its the same but it still shows the grayed person :/
Anybody now how to change it to the green droid in the first post ?
EDIT:
I think i got it, its in my honeybread theme apk, ill try to make the change and post results...
matchung said:
same phone.apk
ic_jog_dial_decline.png
ic_jog_dial_answer.png
use 7zip to take a look on phone.apk, you will find your needs~
Click to expand...
Click to collapse
I found the files. But they're not in phone.apk, but in BlurPhone.apk.
I don't have Phone.apk.
And I still don't know how to get the same effect as the attached.
Could you give me detailed guide?
don.juan said:
I found the files. But they're not in phone.apk, but in BlurPhone.apk.
I don't have Phone.apk.
And I still don't know how to get the same effect as the attached.
Could you give me detailed guide?
Click to expand...
Click to collapse
ok, find a way to do this.
if use system theme, then you should edit the blurphone?/phone.bak, otherwise, edit the theme apk.
what we need is the resources.arsc, inside root of apk file, u have to find the tool to do so.
find your need, right click on image to replace.
here is what i did.
here is what i did.
[/QUOTE]
is there any way you could put up a video tutorial??? about how to change the way the slider looks???
i'm a real noob when it comes to coding and stuff!!
hi.
does anyone know how to change the incoming call style? i realy hate the swipe style. i would like a push style like on iphone...
cheers!
and becauz this is my first post i just wanted to say hi and thanks to all XDA,

[REQUEST] Edited ICS Keyboard for CM9 Emotion Button

Sorry if this has been asked or posed before but I've searched with no avail, wondering if there's a way to change the ICS Keyboard smiley button from the face to a face without the dash or nose or whatever . I don't trust myself editing xml files yet so i wondered if anyone has, would, or could show me how to change this for the ICS keyboard.
Thanks all!
Update
I've tried repeatedly to edit the xml files in the latinIME.apk files and the only two smiley text I've found is in kbd_Key_Styles.xml and all i get are Force Closes when i recompile my edited apk. Can anyone help?
Here is a thread for Gingerbread of exactly what i'm looking for http://forum.xda-developers.com/showthread.php?t=883145&page=2

[Q] themeing help to change font color of title text of mms.apk

can you guys please tell me how to change the color of the text 'messaging' (green colored) to white....
need it fast!!
please reply fast sir
Ok first. You didnt give any real info. Second If you need a fast reply you are in the wrong place. This is not a support site.
i am themeing this apk for myself... and i wanted to know in which xml i may find the color code to this text .....
i searched the internet and i wanted this to change to white
here is the apk...........
it is from galaxy y s 5620 gingerbread
pandorasmindabhi said:
i am themeing this apk for myself... and i wanted to know in which xml i may find the color code to this text .....
i searched the internet and i wanted this to change to white
here is the apk...........
it is from galaxy y s 5620 gingerbread
Click to expand...
Click to collapse
Wont do me any good. I cant decompile it as I am missing the framework dependencies to decompile it. I would start looking in the layout folder for the list layout xml. Then go from there. Is this a TW rom, AOSP, Ect. Those things matter as the mms apk is very different depending on device.

[Q] SMS messages. How does android turn text into emoticons?

With SMS messages, android by default turns this : ) into this (figuratively)
Where might the code be located that does this text to png recognition? I know the png themselves are located in the framework-res.apk but couldn't fine the code that pulls those png whenever anyone types in : P.
My friend and I want to try and insert keywords that are recognized by the phone to insert a new png emoticon. We know that only we will see the emoticons when anyone types the keyword but that is our goal.
I tried looking around the framework-res.apk for this but all I found were animations and images.
It is actually stored in the font files for Android. Back in my htc rezound days I wrotea file that enabled the jellybean emoticons on ics. I can't remember off hand where those files are or what you need to change, not sure if samsung handles its fonts the same. But hopefully this helps you some. I can look into it at some point for you
Does anyone know where the font directory is that Oakley is talking about?
Or anyone have any more insight?

Categories

Resources