Working on a sense theme need some help - HTC Droid DNA

I am working on a new theme and need some help finding the blue in these images.. the color appears to be controlled via xml but I cannot locate it anywhere in systemui
Sent from my HTC6435LVW using XDA Premium 4 mobile app

Kevin3328 said:
I am working on a new theme and need some help finding the blue in these images.. the color appears to be controlled via xml but I cannot locate it anywhere in systemui
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
ill have a look for you now
EDIT: i have looked in both the framework-res and SystemUI and nothing - This one is slightly confusing, sorry couldn't help this time.
If you still havent found out buy tomorrow i will try again for you...

I have a feeling it's in color values in framework res or HTC framework.. thsres a lot of 33b5e5
Sent from my HTC6435LVW using XDA Premium 4 mobile app

We will find it I really dont see it in the systemui... I'll try more of the framework later...
Sent from my HTC6435LVW using XDA Premium 4 mobile app

xvicedice said:
We will find it I really dont see it in the systemui... I'll try more of the framework later...
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I know it's not an image
Sent from my HTC6435LVW using XDA Premium 4 mobile app

Kevin3328 said:
I am working on a new theme and need some help finding the blue in these images.. the color appears to be controlled via xml but I cannot locate it anywhere in systemui
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
If this is a sense skin you're working on then as suggested you can find it in Colours.xml in the skin (i'm not sure but i think it might be "rosie settings color filter" or "settings title color" )

I give up atleast for now.. I have a feeling it's in the smali folder which is inaccessible in this Rom because it is odexed.. I decompiled a systemui from another sense based Rom that is deodexed and I saw the 33b5e5 code in some of the quick settings smali
Sent from my HTC6435LVW using XDA Premium 4 mobile app

Related

Question about!!!

Hi yall doing ....i need some help on how to make an apk backround transparent ...i have bee searching all over google all over xda and havent found on how to make an apk background transparent...i have follow somesteps i found but they dont work my background stays black.....i have been using all kin of programs but still doesnt work i have change the layer but no luck still stays black...i need ur help on this by giving me somesteps on how to make my apk backround transparent plz...i will preceatedthank you..
Sent from my SGH-T959V using xda premium
what app is it? step 1 would be replacing the background with transparency
dkdude36 said:
what app is it? step 1 would be replacing the background with transparency
Click to expand...
Click to collapse
the xda backgroung and i have did that i added the tranparency layer ...dint work i have delete the bacground and add tranceparecy layer in it dint work...!!
Sent from my SGH-T959V using xda premium
mex911 said:
the xda backgroung and i have did that i added the tranparency layer ...dint work i have delete the bacground and add tranceparecy layer in it dint work...!!
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
yeh the problem is it forgets whats behind it. a simple solution would be to replace the bg image with your wallpaper.
dkdude36 said:
yeh the problem is it forgets whats behind it. a simple solution would be to replace the bg image with your wallpaper.
Click to expand...
Click to collapse
Bg? Im sorry but whats that ?
Sent from my SGH-T959V using xda premium
mex911 said:
Bg? Im sorry but whats that ?
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
background. is the bakcgrounc of xda a png or a color code? cuz if its a color code you'll need to do some xml and smali edits.
dkdude36 said:
background. is the bakcgrounc of xda a png or a color code? cuz if its a color code you'll need to do some xml and smali edits.
Click to expand...
Click to collapse
So if its that ...what i will need its apktool rite?
Sent from my SGH-T959V using xda premium
mex911 said:
So if its that ...what i will need its apktool rite?
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
Apktool, common sense, time, and persistence are all that's neccesary.
Sent from my PG86100 using xda premium

(q) lockscreen themes

i wanted to ask two things
1. can a tmobile theme (for cyanogen) change the appearance of lockscreen (as it happens on miui)?
2. are there any application/tool/scripts for compiling tmobile theme apks? (i want to create my own themes)
pls provide links to any relevant threads if possible.
Sent from my X10i using XDA App
Sent from my X10i using XDA App
championswimmer said:
i wanted to ask two things
1. can a tmobile theme (for cyanogen) change the appearance of lockscreen (as it happens on miui)?
2. are there any application/tool/scripts for compiling tmobile theme apks? (i want to create my own themes)
pls provide links to any relevant threads if possible.
Sent from my X10i using XDA App
Sent from my X10i using XDA App
Click to expand...
Click to collapse
I'm no themer, but I believe the reason the lock screens are not ever themed is because that app can't control the framework elements in its current state. The themed parts are in systemui.apk.
Github.com/cyanogenmod
That will list the cyanogenmod repo. Check out the two themes built with cyanogenmod. You will get a feel as to what's going on.
Sent from my SAMSUNG-SGH-I777 using xda premium
lithid-cm said:
I'm no themer, but I believe the reason the lock screens are not ever themed is because that app can't control the framework elements in its current state. The themed parts are in systemui.apk.
Github.com/cyanogenmod
That will list the cyanogenmod repo. Check out the two themes built with cyanogenmod. You will get a feel as to what's going on.
Sent from my SAMSUNG-SGH-I777 using xda premium
Click to expand...
Click to collapse
oh thanks lithid!!!
umm...to make my own theme I'll need my own namespace too right? (com.tmobile.mytheme) how do i get to do that?
just edit it in Androidmanifest.xml?
Sent from my X10i using XDA App
championswimmer said:
oh thanks lithid!!!
umm...to make my own theme I'll need my own namespace too right? (com.tmobile.mytheme) how do i get to do that?
just edit it in Androidmanifest.xml?
Sent from my X10i using XDA App
Click to expand...
Click to collapse
Yes
Sent from my SAMSUNG-SGH-I777 using xda premium
lithid-cm said:
Yes
Sent from my SAMSUNG-SGH-I777 using xda premium
Click to expand...
Click to collapse
just decompiled some themes and noticed res/xml/Android.xml provides redirections to framework-res. which means the lockscreen pngs at least can be themed.
the "behaviour" of lockscreen however cannot be themed as you said.
Sent from my X10i using XDA App

Quick settings

Hey guys,
I'm trying to make a theme for the unnamed rom, but I keep on getting stuck on one thing. I want to change the background of the quick settings panel in the status bar, but I can't find it in the apk. I'm using apk tool. Could someone please tell me how to change it?
Thanks
Sent from my SAMSUNG-SGH-I777 using XDA App
I believe its called quickpanel_quick_ settings_backgroung.png in systemUI.apk. I just changed it myself recently.
Sent from my SAMSUNG-SGH-I777 using xda premium
hugo87 said:
I believe its called quickpanel_quick_ settings_backgroung.png in systemUI.apk. I just changed it myself recently.
Sent from my SAMSUNG-SGH-I777 using xda premium
Click to expand...
Click to collapse
Thanks.
Sent from my SAMSUNG-SGH-I777 using XDA App

Is there any way?

Is there anyway to theme apps on the go? Meaning replace some icons, images with the phone....
Sent from my PG86100 using xda premium
Nope you need to decompile the apk and change the files which cant be done on the device.
You could use a custom launcher to change the image it uses for the icon but it won't actually change the apps icon
Sent from my GT-N7000 using xda premium
zacthespack said:
Nope you need to decompile the apk and change the files which cant be done on the device.
You could use a custom launcher to change the image it uses for the icon but it won't actually change the apps icon
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Thanks for answering my question... Hopefully one day someone comes up with an app to be able to do theming on the go..
Sent from my PG86100 using xda premium

[REQ] CM10.1 Notification Background Mod

Wondering if anyone knows how to change the notification background area and replace it with an image?
I can't figure out where to change it or what I need to add in the systemui to make this happen.
Any help is appreciated.
i use slimbean for about a week and this rom got notification background as a option .
Sent from my GT-N7100 using xda app-developers app
gamesz2 said:
i use slimbean for about a week and this rom got notification background as a option .
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Well I'm looking for the mod for CM10.1. Thanks though
Sent from my SCH-R950 using xda app-developers app
Any ideas from these awesome themers around here?
Sent from my SCH-R950 using xda app-developers app
na7q said:
Any ideas from these awesome themers around here?
Sent from my SCH-R950 using xda app-developers app
Click to expand...
Click to collapse
my friend notification background is a color code in the drawables.xml in values folder in the framework , and that needs to be changed to an
image , i do that in my themes for samsung based roms , should be same process for cm10 aswell , but i have not tried cm10 ever

Categories

Resources