[REQ] changes of kitkat can not

Search This thread

Nautilus74

Senior Member
Jul 24, 2012
450
212
Rome
hello!
I found 2 problems trying to customize kitkat.... so I ask for your help... :D

I tried to change the lockring , but I could not find ic_lockscreen_handle_normal.png on framework.....

The second thing, I would like to customize the color of the dialer eliminating cyano stock color on numbers,
but so far I have not found solution....

P.S.: I'm trying on the cMetal 11
 
Last edited:
E

EnricoD

Guest
hello!
I found 2 problems trying to customize kitkat.... so I ask for your help... :D

I tried to change the lockring , but I could not find ic_lockscreen_handle_normal.png on framework.....

The second thing, I would like to customize the color of the dialer eliminating cyano stock color on numbers,
but so far I have not found solution....

P.S.: I'm trying on the cMetal 11

ic_lockscreen .PNGs should be in drawable-xhdpi framework-res folder ...

and for dialer... try to look here, maybe you will find the solution:

http://xdaforums.com/showthread.php?t=2524248

i didn't understand... do you want to change the color of numbers? or the background color?
 

Nautilus74

Senior Member
Jul 24, 2012
450
212
Rome
This is part of the list of PNG files in framework......

lista%20png.jpg


My problem is there is no file! :confused:



About dialer, I want to change the color of numbers!
I want them white!
I changed some png with photoshop, but only so I changed the dialer keypad during a call ... I do not know if you know what I mean ....
Screenshot_2013-12-06-20-44-32.jpg


then I would also change the cyan strip down .... putting only a thin line of separation ..... but I think this is the most difficult ...

I hate the cyano color stock!!!!! :D:D
 
Last edited:
E

EnricoD

Guest
This is part of the list of PNG files in framework......
lista%20png.jpg


My problem is there is no file! :confused:



About dialer, I want to change the color of numbers!
I want them white!
I changed some png with photoshop, but only so I changed the dialer keypad during a call ... I do not know if you know what I mean ....
Screenshot_2013-12-06-20-44-32.jpg


then I would also change the cyan strip down .... putting only a thin line of separation ..... but I think this is the most difficult ...

I hate the cyano color stock!!!!! :D:D


for Lockring maybe You should modify res/drawable-xhdpi/ic_lockscreen_handle_normal.png in decompiled
/priv-app/keyguard.apk


and for the Dialer's icons

dial_num_*_wht.PNGs in GoogleDialer/res/drawable-xhdpi folder (GoogleDialer.apk)?

*=number
 
Last edited:

Nautilus74

Senior Member
Jul 24, 2012
450
212
Rome
thanks!
Now, on kitkat, ic_lockscreen_handle_normal.png is inside keyguard.apk !!!




The problem is not solved instead for dialer ...

I had already changed those png inside dialer.apk, but ,
as I have said , the result was what you saw in the screenshots above ...
 
Last edited:
E

EnricoD

Guest
thanks!
Now, on kitkat, ic_lockscreen_handle_normal.png is inside keyguard.apk !!!




The problem is not solved instead for dialer ...

I had already changed those png inside dialer.apk, but ,
as I have said , the result was what you saw in the screenshots above ...

try to check TeleService.apk
 

flyinjoe13

Senior Member
Dec 23, 2010
315
86
Just curious if you ever solved the problem with the blue numbers on the phone dialer. I too am trying to change them to white and like you, I can only get them to change for the incall numbers. I have searched and searched through every .apk looking for some other reference to the dial_num files and haven't found them yet. Just wondering if you have.
 

Nautilus74

Senior Member
Jul 24, 2012
450
212
Rome
Just curious if you ever solved the problem with the blue numbers on the phone dialer. I too am trying to change them to white and like you, I can only get them to change for the incall numbers. I have searched and searched through every .apk looking for some other reference to the dial_num files and haven't found them yet. Just wondering if you have.

I managed in this only possible way:

I decompiled dialer.apk and changed the main color in res/values/colors.xml

in lines:
<color name="primary_text_color">#ffxxxxxx</color>
<color name="secondary_text_color">#ffxxxxxx</color>

The color of the numbers will be the same as the horizontal strip where there is the handset.

Screenshot_dialer.jpg
 

nikolasbrind

New member
Dec 9, 2012
3
0
Kiev
I managed in this only possible way:

I decompiled dialer.apk and changed the main color in res/values/colors.xml

in lines:
<color name="primary_text_color">#ffxxxxxx</color>
<color name="secondary_text_color">#ffxxxxxx</color>

The color of the numbers will be the same as the horizontal strip where there is the handset.

Screenshot_dialer.jpg
can you share modified apk? ;)