[Q] Change WidgetPower color - Android Software/Hacking General [Developers Only]

Hello....
I've got a problem, I was trying to modify the original Statusbar of CM7.First I haven't got any problems when I change the battery, wifi, bluetooh and oher icons, but for finish my work I want to edit the green lines that appears, when the statusbar is open, under some quick setiings (like wifi, bluetooh, gps and sound), and replace it for some blue lines....
But I didn't find and know what is the image.png or the .xml that I must to modify for do that.
I add an Image, with a mark around that exactly I want to modify, and my framework-res.apk and SystemUI.apk too...
Please help me...
framework-res.apk
SystemUI.apk
{
"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"
}

There should be a option in CM Settings -> Power Widgets -> Color
If not, it must be implemented on CMParts.apk

Felimenta97 said:
There should be a option in CM Settings -> Power Widgets -> Color
If not, it must be implemented on CMParts.apk
Click to expand...
Click to collapse
Exactly I'm saying the second option, I wan't to modify the original .apk for change the default color by fabric...the... do you know what resource I must to modify?

Related

Anyway to adjust the menu font size/icons?

I just wondered if there is anyway we can adjust the system font size and icons in the menu's as I have always thought they were too large when compared to other phones?
Xperia Play:
{
"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"
}
Desire:
Example, when you press the power button you get the little menu for airplane mode, silent etc, on the HTC Desire the fonts are much smaller and it even has nicer icons, can we add this?
Same as the main system menus, the HTC's have smaller fonts with really nice colorful icons, we just have black and white icons,
I know its not a huge thing but I always wondered so thought I'd ask!
In CyanogenMod 7 there is an app called Spare Parts where you can tweak that.
Logseman said:
In CyanogenMod 7 there is an app called Spare Parts where you can tweak that.
Click to expand...
Click to collapse
I've tried spare parts and it lets you change fonts although it resets on reboot, it also doesn't let you change icons?

[Q] Nav bar and statusbar color help..

I've been porting themes for our Xperia...
But I want to know something to make our theme more realistic like on the xperia phones running 4.3 and above..
How can we color navigation bar and status bar...
In the image below we can see that if we open some app the nav bar and statusbar color automatically gets black..
{
"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"
}
But I want it to look like red in the image below...
Or otherewise just tell me where can i find nav bar and statusbar black pngs..
I have searched in system ui and framework-res.apk but I couldn't find it..
Please help me guys...
No one has answered till now....
Samuel Wankhede said:
No one has answered till now....
Click to expand...
Click to collapse
Decompile "systemui.apk" using advanced apk tools (you can find that on XDA) and then in the res>>drawable-hdpi>> you will find ".png.9" files.
And then in Values>>color.xml will help you. also the res>>drawable and res>>xml>> some file matching superstatusbar...
Edit these files and you will get desired results.

Editing messenger and dialer status bar color?

I am working on a mod of the dialer to look more like the G5 the only problem i am having is editing the status bar color of the messenger and dialer/contacts app. Does anyone know how to do this to the apps themselves without xposed? I am not sure if its an xml thats making it not seemless or what.
I want to make it a seemless transition to where the app and status bar is the same color.
{
"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"
}
macdaddie87 said:
I am working on a mod of the dialer to look more like the G5 the only problem i am having is editing the status bar color of the messenger and dialer/contacts app. Does anyone know how to do this to the apps themselves without xposed? I am not sure if its an xml thats making it not seemless or what.
I want to make it a seemless transition to where the app and status bar is the same color.
View attachment 3726582
Click to expand...
Click to collapse
Decompile both of them and look in the Manifest for the first activity that has a style. After you found that, go to res/values/style and search for that specific style. Then add this line
Code:
<item name="android:statusBarColor">#ffff0000</item>

Modifying The Icons On Status Bar with SystemUI

In the past days with older version of Android, it is easy to do by modifying PNG files in drawable-xxhdpi folder in SystemUI.apk, but now with the new version like Marshmallow, I can't find those specific PNG files of Wifi, signal strength and battery icons in systemui.
Not only the Z5 which I'm using now, my HTC One M8 with 6.0.1/Sense 8 can't find those files either.
How can I modify those icons now with Marshmallow?
The picture below is my HTC M8 with Lollipop+Sense 6, I have modified the Wifi and battery icon.
{
"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"
}
p22446633 said:
How can I modify those icons now with Marshmallow?
[/IMG]
Click to expand...
Click to collapse
From Android Kitkat on, statusbar icons are drawed by code instead of being rendered from .png files.
You should root and install one of the Xposed modules that have this function, for example Xstana
http://forum.xda-developers.com/xposed/modules/app-xstana-navigation-status-bars-t2834474
If you are able to, you can take the challenging apk-editing way to change the icons (editing of xml and smali files inside SystemUI.apk). For the battery icon you can follow this guide (and try if it works on Z5): http://forum.xda-developers.com/showthread.php?t=2761928

Manipulate Notification panel android 12

I would like to modify the notification panel a bit.
I use a custom Rom, and are able to compile it my self (done it already), but never really changed anything.
Since I looked at some code, I would guess that I have to tinker around with xml files.
My Problem, where do I find them(to change the notification panel, directory would be helpful).
Are there other things I have to look out for when changing them(like file size, editing make files, etc.)
{
"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"
}
1. Making the grey background transparent
2.Only if I am able to, but I think that it would look better with the curves following the blue line.
3. I do not have a camera there, so it's unused space.
hey, i have a rooted galaxy with android 13, can i replace the notification panel files to have the stock notification panel, im new at modding so i dont know how to edit it
What Android OS is currently running?
xXx yYy said:
What Android OS is currently running?
Click to expand...
Click to collapse
android 13 one ui 5.1

Categories

Resources