Can somebody help me to change the background of 2 apk's into black. At this moment they are transparant.
Thanks
https://drive.google.com/file/d/0B8evnzh-Ak1DZ204WlFydG16U2M/view?usp=drivesdk
https://drive.google.com/file/d/0B8evnzh-Ak1DTF9OV0RsLS04aEU/view?usp=drivesdk
Related
Hi all,
I am trying to theme the settings.apk and I am stuck on a few items here I can not find in the settings.apk and I am wondering if these items are in the framework. I have attach 2 photos with the areas outline in red that I can not seem to find.
EDIT 1
picture on the right is in framework->res->drawable-hdpi->dark_header.9.png
EDIT 2
picture on the left is in framework->res->drawable-hdpi->zz_moto_title_bar_bg_bottom.png
145 previews later and no one knows, hmmmm/
Take a look in framework-res/res/drawable/title_bar.xml - looks like all three layers are used
The second, probably framework-res/res/drawable-hdpi/settings_header_raw.9.png
Thanks peetr, I am trying to theme your lock ROM for you, so far I have these done
AccountAndSyncSettings.apk (READY)
AudioEffectSettings.apk (READY)
BatteryManager.apk (READY)
Bluetooth.apk (READY)
BluetoothMot.apk (READY)
CalendarProvider.apk (READY)
ChargeOnlyMode.apk (READY)
DownloadProviderUi.apk (READY)
Calander.apk (IN PROGRESS)
Setting.apk (IN PROGRESS)
I plan on going down the line in the zip file, changing the background to black, text to white and ICS and changing icons. I am a beginner at this but I am a very tech savvy guy.
I am glad, that you are working on this. I will definitely try it, when it will be ready.
One hint -
If you open manifest.xml in any app, you will see something like <application name=... theme=... (blur apps are Theme.Light)
You will find the theme in values/style.xml in framework and you can see here most text colors, background colors, styles, animations, etc. and you can see, where are those drawables or xmls located.
Thanks for the heads up, I will look into that tonight.
My main focus is getting is the settings apk completely theme including the sub menus before I start tackling anything else, once I am done I will submit that to you so you can view it.
Sent from my MB855 using Xparent SkyBlue Tapatalk 2
peetr_ said:
Take a look in framework-res/res/drawable/title_bar.xml - looks like all three layers are used
The second, probably framework-res/res/drawable-hdpi/settings_header_raw.9.png
Click to expand...
Click to collapse
The 1st 1 work perfect, thanks once again, however the 2nd didn't fly. it all made sense after you pointed it tho.
I could try to look at that grey bar one more time.
Any luck? I know it has me stump
Didn't have time yet. Maybe tomorrow.
Hey guys!
Recently, I used Rom Toolbox Pro to change my statusbar icons but one won't change (the H+) icon.
I want to manually change this to the 4G Icon, but I'm having trouble locating the .png's in the root directory.
Does anyone know the path to the .png's?
(I've already tried system/framework/framework-res.apk/res/drawable-hdpi . This seems to contain the old icons, and not updated icons, since the the stock icons seem to be contained in here)
Also, I kind of want to make my pattern lockscreen invisible (remove the big black dots). I'm assuming this is also a .png somewhere in the root directory. A pointer to these files would also be appreciated! Thanks!
Might it be in twframework-res.apk? I haven't done any modifying with png's in a while, shot in the dark
Phalanx7621 said:
Might it be in twframework-res.apk? I haven't done any modifying with png's in a while, shot in the dark
Click to expand...
Click to collapse
chcked that too but theres no data icons even in there
How about systemui? Idk
Sent from Team Pirate! Using Tapatalk 2
Nick281051 said:
How about systemui? Idk
Sent from Team Pirate! Using Tapatalk 2
Click to expand...
Click to collapse
Spot on.
All notification bar icons (the ones that show on the right) are in SystemUI.apk.
Jack_R1 said:
Spot on.
All notification bar icons (the ones that show on the right) are in SystemUI.apk.
Click to expand...
Click to collapse
Actually, I picked up somewhere that SystemUI.apk was the right directory.
However, I only have the name. I've looked around in Root Explorer but theres sooooo many files I'm having trouble locating it.
Could someone give me the path to \blah\blah\SystemUI.apk ? It'd be greatly appreciated!!
[EDIT]
Nm I did a root search and found it! Thanks guys!
However, there aren't some other .png's in here such as the download icon and stuff.
Anyone know where the other icons in the status bar might be located? (also the big black dots for pattern lock)
Thanks!!!
Megiddo2000 said:
Actually, I picked up somewhere that SystemUI.apk was the right directory.
However, I only have the name. I've looked around in Root Explorer but theres sooooo many files I'm having trouble locating it.
Could someone give me the path to \blah\blah\SystemUI.apk ? It'd be greatly appreciated!!
[EDIT]
Nm I did a root search and found it! Thanks guys!
However, there aren't some other .png's in here such as the download icon and stuff.
Anyone know where the other icons in the status bar might be located? (also the big black dots for pattern lock)
Thanks!!!
Click to expand...
Click to collapse
System/app/systemui.apk
Sent from My SGH-I777 Running Spiderman Themed AOKP or Spiderman Themed CM10
Hello,
I already have a transparant background trough simplistic framework.
I also changed the brightness background in transparent.i edit this in tw_status_bar_expanded.xml.
But now i want to try changing the black background when you are getting a message or you have connected your usb.
Is there maby someone how can and wil tell me where to change this(in wich xml)
Hopely someone can help me:fingers-crossed:
try this
do you know how
remove all iconsin brightness background control (like name "auto" and icon on left with "sunshine"?
transparent background
deusson said:
remove all iconsin brightness background control (like name "auto" and icon on left with "sunshine"?
Click to expand...
Click to collapse
Thank you but it didn't work for me:good:
I already changed the brightness background in tw_bar_expanded.xml
Now i want to change only the notify background.
I mean when there is coming a message or i am charging then you will see the background is black for a part in the pulldown
and i only want to change that to transparent
I think it is in a xml to change just like i did change the brightness controller background
maybe this
http://d-h.st/QFJ
http://forum.xda-developers.com/showthread.php?t=2078585
I believe this is what you are referring too...its the actual notifications that you want transparent right?
If so, this thread gives instructions. Its a smali edit. I couldn't get it to take but everything else did...
-Team Nocturnal Like A Boss
-Galaxy Note II Lab Rats Edition
transparent background
cbucz24 said:
http://forum.xda-developers.com/showthread.php?t=2078585
I believe this is what you are referring too...its the actual notifications that you want transparent right?
If so, this thread gives instructions. Its a smali edit. I couldn't get it to take but everything else did...
-Team Nocturnal Like A Boss
-Galaxy Note II Lab Rats Edition
Click to expand...
Click to collapse
Awesome Super :good:
Thank you very much
It works
I already saw the link but did not understand to do that because there is also standing
notification_panel_bg and i was trying to change that
Now i have changed the smali
Regards Faouzi
Help
faouz said:
Hello,
I already have a transparant background trough simplistic framework.
I also changed the brightness background in transparent.i edit this in tw_status_bar_expanded.xml.
But now i want to try changing the black background when you are getting a message or you have connected your usb.
Is there maby someone how can and wil tell me where to change this(in wich xml)
Hopely someone can help me:fingers-crossed:
Click to expand...
Click to collapse
how you make it transparent ?
i using GT-S6810 , and i following some guides but its not give me a trasnparent effect . can you help me about it ?
Hello
deleded
Hello guys
first excuse my bad english
I have a doubt regarding themas and icons and I will give the example of two different themes and real.
Them 1 - [icon] whats_app.png
Them 2 - [icon] apps_whatsapp.png
1) the two issues have completely different names and yet they change the icon of the app successfully.
2) even in the above case, other icons are not changed but the APK is PNG, for example Avast
I managed to edit the icon of whatsapp with no problems, but I edited the theme and includes avast.png and reinstalled, but not replaced!
Anyone know how it should be done so that the subject recognizes the icon in the package?
thanks to all
Ok so i have Mms framework-res and systemui all decompiled i've tried everything i can't figure out how to change this background, i believe it's the same background that settings.apk uses so i'm assuming it's in framework-res somewhere but i've tried changing theme backgrounds .pngs .9.pngs and all kinds of colors and values and i can't seem to get it.
Any help would be EXTREMELY appreciated been trying to figure this out for several hours.
I'm going for a blackout theme with neon blue icons and writing.
the picture of what im trying to change is attached, i'm using cm 10.1.3 so if you want to try it on whatever phone you have u can get the files easily from the Cyanogenmod website and try it, or i can provide any decompiled files you may need to help me figure this out.
thanks in advanced.
as you can see i've already managed to change almost everything else but the 3 areas i circled with red lines are still not black and can't figure out how to change it.
(Solved) framework-res/drawable/xxxxxx.xml
replace xxxxxx with the filename for the background your theme uses, in my case it was background_holo_dark.xml and background_cache_hint_selector_holo_dark.xml
they use gradient values and mine was starting with dark and ending with grey so i changed to start and end with black