[BOUNTY] Some xml editing inside framework-res easy $20 - Galaxy Tab Android Development

Im fed up with trying to change afew things, some things work and some don't, so im asking someone with alot more knowledge if they can make the changes for me.
changes include;
editing of status bar xml, quick panel settings xml, strings xml, styles xml, and any others that require the changes wanted.
If you are interested pm me with your email, and ill send my current framework-res im working on, aswell with a list of changes i want.
after the changes are made and confirmed working, ill paypal you $20us
Thanks.

Related

Need help theming

Does anyone know what XML is responsible for the pop-up menu text color?
See screenshot.
I'm pretty confident it is in framework-res.apk, beyond that I am not sure.
+1 to this
DJZager said:
I'm pretty confident it is in framework-res.apk, beyond that I am not sure.
+1 to this
Click to expand...
Click to collapse
In all honesty, I don't think you answered his question...but good try (I think). He's referring to the XML file within that APK you mentioned that is responsible for the text colors in the homescreen menu options.
I still have to practice how to swap icons. I just want to change the spinning icon...
You're right, I am pretty confident that I didn't answer his question. The only reason to believe that the xml is in framework-res.apk is the fact that the icons and menu_background are also in framework-res.apk. I have found that although the icons are there, doesn't necessarily mean that the layout/colors/etc. are controlled by that apk.
For example, if you open com.htc.resources.apk you will find a ton of icons associated with the HTC Sense Dialer, but the color & layout are stored in phone.apk and HtcDialer.apk separately. I say all that to say this, I am pretty confident that you are looking for /res/values/styles.xml or maybe /res/values-hdpi/styles.xml in a decompiled framework-res.apk but 1) can't be sure that this is the correct xml to edit or 2) that the text color is even an xml edit.
So again, +1 to wanting to know how the text color is changed.
Nobody knows? All these theme experts and nobody helps....
Awesome!

(Q) Anyone know where this is

I'm looking for the png or xml that controls the white background for this menu. Found the icons that are in the menu but not the background itself
Thanks for the help guys. They are pngs in the framefork-res.apk= drawable-hdpi= and they are menu_submenu_background.9, menu_background_fill_parent_width.9 and menu_background.9
But now i have a new problem. Does anyone know how to change the text color? I need it either white or even red.
The menu background color will be located in an xml file in the /system/framework/framework-res.apk
Not sure the file but it will be controlled by a theme xml
That is a png it is most likely in a sub folder you have to look just because menus are in drawable-hdpi doesn't mean that the menu base is ill try and find it and edit post when I do
Edit its in drawable-hdpi search menu its there you have to really look though
Are you sure that you didnt just find the .9.pngs? i am pretty sure the color itself is controlled by the XMLs as well though wouldnt bet my life on it.
omegasun18 said:
Are you sure that you didnt just find the .9.pngs? i am pretty sure the color itself is controlled by the XMLs as well though wouldnt bet my life on it.
Click to expand...
Click to collapse
I dont recall seeing the .9.png behind the images name's if it is crap :\ uhh best thing i could think of was this http://forum.xda-developers.com/showthread.php?t=904769 its a myn mod but might work for what he's looking for if i had the chance to get on the pc i could find out but yea basically id have to fight whom ever is on to get on haha hectic man hectic
i know how that is when i searched menu all i got where the .9 files and the icons for settings etc. You could be right and i am just missing it if you are thats awsome i could get into modifying the menu background to have cool graphics as well then for my phone pretty easily. If you get the chance or someone finds out for sure please let us know.
Thanks for the help guys. They are pngs in the framefork-res.apk= drawable-hdpi= and they are menu_submenu_background.9, menu_background_fill_parent_width.9 and menu_background.9
But now i have a new problem. Does anyone know how to change the text color? I need it either white or even red.
Bump..... Anyone know the answer on how to change the color of the text in the menu
Sent from my PC36100 using XDA App
Text color is def in xml files. Also as a warning make sure you are correctly modifing the .9 files if you treat them like plain. Png files you will likely have problems down the road.
Sent from my PC36100 using XDA App
omegasun18 said:
Text color is def in xml files. Also as a warning make sure you are correctly modifing the .9 files if you treat them like plain. Png files you will likely have problems down the road.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Yup yup looked in pretty much every Xml in htc.resources.apk and framework-res.apk and i'm starting to think that i'm looking in the wrong place. Maybe it's in a .jar?
I already got the .9 pngs made up and they are about 90% transparent. That is why i need to change the text color cuz u cant really see it now.

CM7 Status Bar Messed Up

Is it just me or is this a bug in the rom? I did do some systemui and framework editing but i cannot solve this. Basically the headers "ongoing" and "notifications" is given a space too large and the color is not showing up. also, beneath notifications where it is supposed to be transparent, it is not. I have played with the statusbar files but I may be mistaken. Can someone tell me what files corresponds to these issues?
I'm also having a problem with the contact pictures. There is a really ugly white frame around it. How can i get rid of this? Thanks for your help
From what I can see, you have selected a theme, either from the theme manager or from flashing a theme. If it was from the theme manager, revert to the system theme, I'm sure it will fix your notification issue. It's most likely a bug in the theme. Also, the area below the notifications on the stock system theme is 100% opaque, it's a google thing. It isn't transparent anymore. The framework editing you did probably further screwed up some UI stuff. Especially if you edited .9 png's without decompiling framework-res.apk, you could have some distorted images.
If selecting the system theme in the theme manager doesn't work, then wipe & reflash the ROM, whether it be RC1 or the latest nightly.
As for the contact frame, it's part of gingerbread. I'm sure it's a framework png in framework-res.apk somewhere, and if you can find it, and it doesn't have a .9 or a .9.png ending to the filename, then open it up in your favorite image editing tool and make the entire image transparent (as in raise the alpha of the layer). If it DOES have a .9 on the end of it, leave it alone, chances are, you'll only screw it up.
If I remember correctly, the contact frame, being a frame, is a .9 image, so you should probably live with it. If you REALLY know what you're doing, then you can decompile the apk, raise the alpha of the layer to 100% and redraw the .9patches with the draw9patch.bat included in the android sdk, or the executable draw9patch script in the linux version.
If you had no idea what I just said, then don't attempt it.
I actually am using system theme. I guess i can recheck all the statusbar files. They are the same ones I used in my cm 6.1 theme. I'll try searching for the frame in framework-res. I was looking in phone.apk and contacts.apk and couldn't find it.
edit: found the frame as quickcontact in framework-res but if i change that to be transparent, there will be a weird gap. the contact picture will not actually be larger.
So what happened was the 9patch file for the status bar headers didn't have any 9patch data. As for the background on the pulldown, i found out in cm7 it uses a new file "shade_bg" and that is working fine as well. Also the quickcontact frame was an easy fix. I just used transparent files for that and it doesnt show up and the contact pictures are bigger as well so everything is fine now
Ah, glad you found the culprit. Yeah, those 9patch pngs suck. I ran into major issues with them when making a theme for the stock rom, had to redo a lot of it after realizing I had to decompile the apk first.
Sent from my T-Mobile myTouch 3G Slide

[Q] Dev/Themer Question XML and Image to edit??

Ok so I've managed to edit a few of my apks on my phone to something that I like better and that's been easy because i knew the files I needed to edit would be in the apk itself. With me so far?
So now I want to edit some files on the ROM I'm using, but this is where it gets tricky, because I dont know if I need to edit the framework, SystemUI, or Roise, etc.... to get what I want.
So... here is my question: Attached is an image of my menu that pops up when I git my Meny button on my Evo. You'll notice my icons are pulled from another Rosie.apk which I replaced with my current Rosie.apk. I had to pull edit and push this mod because flashing it was not compatible with my current ROM. So now, that i have the icons I want, I want to make the background of this menu (and possible others) black transparent and the text white. I know this can be done because I've seen it and would like to know which files need to be edited.
Does anyone know that could toss me a bone??
I've also posted this on Android Central, but no one seems to know there...
for the menu background color it should be either menu_background or menu_background_fill_parent_width both in framework-res.
For the text color i dont know but poke around the .xmls in framework or ask here http://forum.xda-developers.com/showthread.php?t=468254&page=283
eniamg02 said:
for the menu background color it should be either menu_background or menu_background_fill_parent_width both in framework-res.
For the text color i dont know but poke around the .xmls in framework or ask here http://forum.xda-developers.com/showthread.php?t=468254&page=283
Click to expand...
Click to collapse
Many thanks my friend... MANY MANY THANKS!
Yw,if you figure out how to change the text color in menu you should post findings here.
Sent from my PC36100 using Tapatalk

[Q] Help, Statusbar themes?

Can one of you guru's give a noob a hand and tell me what i'm doing wrong.
no matter what i do i can't seem to theme the status bar.
I've created a new statusbar_background.9.png (yes i know .9.pngs are odd)
but i can't seem to actually make the phone take the change.
everything else i try and change shows up with no problem.
i've tried everything i could think of but am sure i'm missing something.
this file (attached) seems to do what i want if i drop it in framework-res on my old phone. or systemui on my tablet.
there is a statusbar_background.9.png in systemui but ????
but on the touch even if i edit the .xml and call it as drawable both as a .9 and a normal .png and i can't seem to make the touch like the change. i don't get a FC i just see the standard black bar. if i just delete the png i do get a fc though so...
I've even tried with a solid red bar just to see if it was the transparency but no go.
is it calling a different statusbar_background from somewhere i just can't find?
Many thanks to the person who tells me how im an idiot
http://www.multiupload.com/YOGY8OQCIE (mirror same as attached)
Ahh yes the dreaded 9.PNG file... it drives us themers nuts... it takes special edit which a little more than I can explain here. Search edit 9.PNG and I think you will find threads that will explain it in depth... probably not the answer you wanted but there are people on xda who have explained it much better than could...
thanks i'll give it a few more shots. but i'm fairly certain i created the .9.png correctly as it works on a couple other devices. and all my other .9 edits seem to work as intended. just was wondering if it was possible that it really wasn't the statusbar_background.9.png in systemui.apk that themed the status bar by some chance. as it seemed to FC if i had an incorrectly made png, but boots fine just with no change if i use one i'm pretty sure works.
just wish some themer had skinned the statusbar at all so i'd know it was just me being a mooley
I'm wondering the same thing, as I've changed almost everything else to MIUI style status indicators just by swapping PNG's in the drawable-hdpi folders. Crysis21 uses an HTC style status bar in his SensatioN ROM, and I've downloaded it to search the files and still can't find where the hell the change is made.
Yea just seems to want to foil my every try. It should just be the status_bar.9.png in systemui and mine seems to work on my buddies international s2 but for some reason ........ Dunno it may take me a while but ill figure it out eventually. Unless some kind soul steps in and shows us the answer
fnut6969 said:
I'm wondering the same thing, as I've changed almost everything else to MIUI style status indicators just by swapping PNG's in the drawable-hdpi folders. Crysis21 uses an HTC style status bar in his SensatioN ROM, and I've downloaded it to search the files and still can't find where the hell the change is made.
Click to expand...
Click to collapse
Do you mind aharing what youve done already? Im running starburat rom and would love to get rid of the green gingerbread icons lol
Sent from my SPH-D710 using XDA App
Sorry about the format, I wasn't able to upload a zip for some reason, the attached file has all of the drawable-hdpi folder changes I've made. The work isn't my own, only some of the tweaks and proper naming, its from HTC, the MIUI devs, and the brilliant minds (obviously mine excluded) on XDA.
Thanks....gonna try and learn as well. You guys are mch better than i but we all start simewhere right
Sent from my SPH-D710 using XDA App

Categories

Resources