hey
There is my simple and easy guide for changing status bar icon colors.i.e time and notifications.
You have to follow my guide for compiling decompiling apks.
After that from project folder, just edit following files with notepad++.
C:\............\Apk_Manager_5.0.2\projects\SystemUI.apk\res\values\styles.xml
Open this file with notepad++
Change argb color code with one you want,i.e for ics blue,code is #ff33b5e5...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
change all argb code to this one #ff33b5e5.
save and recompile and you are done.
Hit thanx if you like.
will it work just like dat or needs other editing?
works brov... thanks a bunch!
Related
Hi everyone!
I'm doing a theme for x10 mini, but I need to decompile and compile framework-res.apk to change the colors of the buttons.
My problem is I can not compile the framework correctly. I used APK manager 4.9 and APKtool but I can not.
I'm editing the file here: framework-res.apk -- res -- values -- styles-xml
ORIGINAL
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
by replacing
This code changes the text color on buttons, from Black to White.
Someone who can help me please! I can not compile successfully! =(
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Could someone please let me know where this png image resides (the bottom bit of the notification)? I've had a look in framework-res and com.htc.resources apks but cannot find it anywhere.
Thanks!
If you're running a newer android version then it'll be in the SystemUI.apk in system/app
'status_bar_close_on.png' I think it's called.
Go to system/app/SytemUI.apk using rootexplorer application. THen copy it to sdcard and extract this file THen you can find the image in extracted/SystemUI/res/drawable-ldpi/status_bar_close_on.9.png on ../drawable-mdpi/status_bar_close_on.9.png resp. (i.e. Two version of file in drawable* folder )
Excellent - perfect, thanks
Hello,
I have the date in status bar and work fine (see bellow). Done by edited my systemui.apk by my self (decompile, edited, recompile…). Now, also in modify systemui, I want to remove header in notification area (pink cercle in screenshot bellow). With resize or delete the header. I need to know what values to modify in systemui.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks in advance.
My system : AOKP Android 4.0
OK, I found my self a solution. I made a small guide : http://forum.xda-developers.com/showthread.php?t=2591118
hello xda people wanted to comment that comensado edit settings in Gingerbread and I have all the tools like apktool, Notepad, 7Zip, etc.
I've edited some framework-res.apk and Settings.apk, and I have been fine, but do not know where I have to edit to change font color (black and white) and background settings also black and white , also I want to make these Settings.apk
They're just pictures so that they understand what I want to do
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I need to say that I look for when I decompile folder Settings.apk and I have to add, remember that I'm editing Gingerbread
Thank you very much to all and sorry for my bad English
PM sandy7. I think he'll help if he'll get time to answer. You can also go and ask this on general Q&A.
I am using Resflux on the Xposed Framework to theme my phone. I can't seem to find the 'notification drawer pulldown handle' graphic (as indicated in the attached image with the multitude of red arrows) in either systemui.apk or framework-res.apk. I would like to modify this file but can't seem to find it anywhere. I am aware that it may not be an image file. I apologize for being a noob. Any help appreciated. Thanks.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
bUMp
Those are a couple of images in the system UI. They are named status bar closed.9 if I renewed right
OK thanks. I'll check that out.