Framework question - Galaxy Note II Themes and Apps

Anyone know where and how to change this white background image to black I dont know whats its called
Sent from my SAMSUNG-SGH-I317 using xda app-developers app

bocephus007 said:
Anyone know where and how to change this white background image to black I dont know whats its called
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
For Notifications panel:-
tw_status_bar_expanded.xml
For Notifications:-
Go to SystemUI/smali/com/android/systemui/statusbar/phone/ folder and open PhoneStatusBar.smali and search for "-0x100". There will be two lines; change them from:
Code:
const/high16 v15, -0x100
to:
Code:
const/high16 v15, 0x0

Thanks for the info but I cant seem to find the file system past the system ui guess I dont know what im looking at lol
Sent from my SAMSUNG-SGH-I317 using xda app-developers app

Related

Honeycomb Pop-up?

Is there a metamorph out there to simply change pop-up windows to honeycomb style? (With blue glow) Not a whole theme just that mod, I wouldn't want to change ANYTHING else. Thought ive seen it before but having trouble, if you know where it is id appreciate the help. Thanks.
Sent from my SGH-T959
Use the pop-up pngs from valle mod
Sent from my SGH-T959 using XDA App
jkhrist said:
Use the pop-up pngs from valle mod
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
its not that easy....because then the text on the popups would be black on black...you would also need to change the corresponding .xml

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

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

[Q] Please, help with font color in settings

Hello, guys!
Do you know how change color font in system settings. You can see screen.
If you know, please, say which .xml I must remake..
Thanks.
Decompile framework-res.apk and go to res/color/
Edit primary text xml
Be advised that color will become primary text for all apps
Not just settings
iamareebjamal said:
Decompile framework-res.apk and go to res/color/
Edit primary text xml
Be advised that color will become primary text for all apps
Not just settings
Click to expand...
Click to collapse
Ok. I trying it Thanks!
Sent from my GT-S5830i using xda app-developers app
misha1996 said:
Hello, guys!
Do you know how change color font in system settings. You can see screen.
If you know, please, say which .xml I must remake..
Thanks.
Click to expand...
Click to collapse
EDIT: Do you edit secondary xml file in framework.res to change secondary?
Sent from my GT-S5830i using xda app-developers app
Press Thanks if i helped!
Falcon_X5 said:
EDIT: Do you edit secondary xml file in framework.res to change secondary?
Sent from my GT-S5830i using xda app-developers app
Press Thanks if i helped!
Click to expand...
Click to collapse
Yes zzz secondary sub xml
Something like that
Falcon_X5 said:
EDIT: Do you edit secondary xml file in framework.res to change secondary?
Sent from my GT-S5830i using xda app-developers app
Press Thanks if i helped!
Click to expand...
Click to collapse
No. To change secondary I edit:
framework-res/res/layot/preference.xml
Sent from my GT-S5830i using xda app-developers app
Must i in primary xml true-->false or false--> true, or simpli change color at android:color??
Sent from my GT-S5830i using xda app-developers app

Working on a sense theme need some help

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

Categories

Resources