how to change the color of the text in the notifications panel?
here in the attachment
up just up!
anyone?
Have you tried looking here?
http://forum.xda-developers.com/showthread.php?t=1237528
or here?
http://forum.xda-developers.com/showpost.php?p=17039043&postcount=6
or here?
http://forum.xda-developers.com/showthread.php?t=1218486
or here?!?!
http://forum.xda-developers.com/showthread.php?t=1267615
Rudjgaard said:
Have you tried looking here?
http://forum.xda-developers.com/showthread.php?t=1237528
or here?
http://forum.xda-developers.com/showpost.php?p=17039043&postcount=6
or here?
http://forum.xda-developers.com/showthread.php?t=1218486
or here?!?!
http://forum.xda-developers.com/showthread.php?t=1267615
Click to expand...
Click to collapse
yes, but my systemui.apk doesn't have colors.xml under values folder and my framework-res.apk doesn't also have status_bar_latest_event_content.xml under layout folder so don't blame me!!
edit: solved it by editing styles.xml. found it by myself. sorry for disturbing.
patz0110 said:
yes, but my systemui.apk doesn't have colors.xml under values folder and my framework-res.apk doesn't also have status_bar_latest_event_content.xml under layout folder so don't blame me!!
edit: solved it by editing styles.xml. found it by myself. sorry for disturbing.
Click to expand...
Click to collapse
it does if you decompile it
Related
Hi
The title say all !
Thanks to answer
status_bar_background.9.png in framework-res.apk /res/drawable mdpi-v4
Rapier07 said:
status_bar_background.9.png in framework-res.apk /res/drawable mdpi-v4
Click to expand...
Click to collapse
No no it wasn't it but I've fond !
Thanks even
Hi Now I've an another problem
I would like changing the background of this
brigo said:
Hi Now I've an another problem
I would like changing the background of this
Click to expand...
Click to collapse
No idea .....
Its status_bar_item_background_normal.9.png and status_bar_item_background_normal.9.png.
Don t remember which folder. Change it both in ldpi and mdpi. Any other help??
dhirend_6d said:
Its status_bar_item_background_normal.9.png and status_bar_item_background_normal.9.png.
Don t remember which folder. Change it both in ldpi and mdpi. Any other help??
Click to expand...
Click to collapse
When I change it, It don't change on my phone
I am busy today with collage work. . I will look into it tomorrow. Maybe some xml file needs to be edited. I will see.
dhirend_6d said:
I am busy today with collage work. . I will look into it tomorrow. Maybe some xml file needs to be edited. I will see.
Click to expand...
Click to collapse
Ok And for the divider horizontal ? ( separator between two notifications ? you know ?
Which files ?
"divider_horizontal_bright." Can be .png or .9.png. It is most probably that.
(I had edited/replaced all the files starting with "divider_xxxx")
if I replace the files mentioned above with other...the background will change?
btw what is de answer of ur original question
Sent from my GT-I5800
I'm on stock 4.0.3. I want to change the lockscreen clock fonts. I tried Clockopia.tff changing in font but didn't work. I read it somewhere I can be done on framework.res.apk. How to do it? I don't know. Help will be appreciated
regards!
fakeprince said:
I'm on stock 4.0.3. I want to change the lockscreen clock fonts. I tried Clockopia.tff changing in font but didn't work. I read it somewhere I can be done on framework.res.apk. How to do it? I don't know. Help will be appreciated
regards!
Click to expand...
Click to collapse
If you are referring to the lock screen clock then these are PNG files located in framework-res.apk in the folder res > drawable-hdpi they start with zzz_unlock_clock_0 through to zzz_unlock_clock_9.
You can create your own style of png using something like photoshop and replace these png's with your own. You need to decompile the framework-res.apk replace these png.s with exactly the same name then recompile the framework-res.apk and flash it onto your phone.
ag4751 said:
If you are referring to the lock screen clock then these are PNG files located in framework-res.apk in the folder res > drawable-hdpi they start with zzz_unlock_clock_0 through to zzz_unlock_clock_9.
You can create your own style of png using something like photoshop and replace these png's with your own. You need to decompile the framework-res.apk replace these png.s with exactly the same name then recompile the framework-res.apk and flash it onto your phone.
Click to expand...
Click to collapse
I thought adding a .ttf file would be enough but that seems a bit more complicated. I think I'm gonna keep the stock clock fonts. Thanks man!
ROM:GB
Hi! I would like to change the system font color to blue but I do not know where edit. Someone help me?
You need to edit a few xmls, and depending on the font depends on the xml. colors.xml, styles.xml, status_bar.xml, found in the framework.apk and SystemUI.apk
how to change the system font color android
He could do that would you?
you could do it?
bijacz2214 said:
He could do that would you?
Click to expand...
Click to collapse
you could do it?
bijacz2214 said:
you could do it?
Click to expand...
Click to collapse
I could, but this is xdadevelopers, where you should have come to learn.
Hi!
Can anyone here help me out in decompiling the Settings.apk for the custom ROM (CyanogenMod) I'm making?
It has a lot of useless entries (my phone doesn't have them), like auto brightness, capacitive buttons backlight, performance, etc.
I'm new to this but I have already read threads about decompiling apks.
I'm really eager to this since this is my first custom ROM.
Thanks to all who will help!
Decompile the Settings.apk then go to /res/xml/ and find the file named settings_headers.xml, it should containt the entries.
Cozzmy13 said:
Decompile the Settings.apk then go to /res/xml/ and find the file named settings_headers.xml, it should containt the entries.
Click to expand...
Click to collapse
Yes I already removed some but the auto-brightness feature doesn't seem to be located in the settings.apk. I can enable/disable it even without going into settings. Do you know where it is? Must be in SystemUI.apk, framework-res.apk or framework.jar,
Man, what happened to searching the forums?
http://forum.xda-developers.com/showthread.php?t=2184207
[GUIDE][4.0+] Add items to Settings.apk / Change Layout
You need WinRar, or 7zip, Notepad++ or Sublime or Atom, and yeah. Maybe an apk signer.
berryman13 said:
Man, what happened to searching the forums?
http://forum.xda-developers.com/showthread.php?t=2184207
[GUIDE][4.0+] Add items to Settings.apk / Change Layout
You need WinRar, or 7zip, Notepad++ or Sublime or Atom, and yeah. Maybe an apk signer.
Click to expand...
Click to collapse
Read my above reply, i already found out how to do it. But do you know where the code for auto-brightness is located? I'm pretty sure it isn't in settings.apk. I'd like to remove it since my phone doesn't have an ambient light sensor. Thanks!
Hi guys
I want to edit speed dial
Background, round corner, text color
How to this.?
abdoosman said:
Hi guys
I want to edit speed dial
Background, round corner, text color
How to this.?
Click to expand...
Click to collapse
You'll need to use apktool.jar to decompile the apk then to recompile again and test. Keep in mind you'll need some knowledge on XML coding
TheExploitedOne said:
You'll need to use apktool.jar to decompile the apk then to recompile again and test. Keep in mind you'll need some knowledge on XML coding
Click to expand...
Click to collapse
Thank you
I have knowledge of the. xml files
where I find the files for this
Dialer.apk or Contact.apk.?
abdoosman said:
Thank you
I have knowledge of the. xml files
where I find the files for this
Dialer.apk or Contact.apk.?
Click to expand...
Click to collapse
Usually under /system/app or /system/priv-app
TheExploitedOne said:
Usually under /system/app or /system/priv-app
Click to expand...
Click to collapse
Thank you
I decompile the Dialer.apk app
where I find its layout speed Dial
abdoosman said:
Thank you
I decompile the Dialer.apk app
where I find its layout speed Dial
Click to expand...
Click to collapse
You should see a folder called layout or something similar