Can anyone help me by telling me where the files are located to edit the notification pulldown? I am looking to change colors, transparency, etc.
I am trying my hand at theming JVH.
Thanks
Search google for "uot" and check out the online theme kitchen.
Sent from my GT-I9000 using Tapatalk
System ui apk
Sent from my Samsung Captivate
Sounds interesting, I went into the System ui apk, and opened "res" folder, then "drawable-hdpi", and found what I believe to be the right file, "status_bar_background.png" is this the correct file to edit for say, changing the transparency in gimp or photoshop?
I, like vdubguy, would like to know how to do this without using the kitchen.
bigsmitty64 said:
Sounds interesting, I went into the System ui apk, and opened "res" folder, then "drawable-hdpi", and found what I believe to be the right file, "status_bar_background.png" is this the correct file to edit for say, changing the transparency in gimp or photoshop?
I, like vdubguy, would like to know how to do this without using the kitchen.
Click to expand...
Click to collapse
With the new system ui API you ,have to decompile the apk and change a value as it points the background to a color code and not the image. Once you change that then you can change the image to add transperncy. You will also have to decompile it to make color changes as well
zelendel said:
With the new system ui API you ,have to decompile the apk and change a value as it points the background to a color code and not the image. Once you change that then you can change the image to add transperncy. You will also have to decompile it to make color changes as well
Click to expand...
Click to collapse
Ahhh....Thanks Zel. Looks like we got some us some learnin to do
I have to say that, after spending a couple hours just looking around in the rom, trying to find things and figure out what is what, I have a whole new respect for all you devs and themers in here. My hat is off. Thank you.
xml
Ok I figured out what to change but can't seem to edit the xml. Any tips?
vdubguy said:
Ok I figured out what to change but can't seem to edit the xml. Any tips?
Click to expand...
Click to collapse
decompile w/ apk manager and use notepad++ to edit
When you get it figured out, could you do everyone a solid and post the updated files and where they should go? I'd be your bestie for life!
Sent from my GT-I9000 using XDA Premium App
Thanks Thinkk!
tnt533 said:
When you get it figured out, could you do everyone a solid and post the updated files and where they should go? I'd be your bestie for life!
Sent from my GT-I9000 using XDA Premium App
Click to expand...
Click to collapse
I'll do my best but it might be a while!
Related
pretty much what the title says.
and its a xml right?
no one knows?
Re: [Help]Where to find "unlock" and "mute" for vanilla lock screen
Pretty sure its framework-res/drawable-mdpi
-------------------------------------
Sent via the XDA Tapatalk App
is it a png or a xml? I'm just trying to change the text
sdotcarlisle said:
Pretty sure its framework-res/drawable-mdpi
is it a png or a xml? I'm just trying to change the text
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
bump again.. sorry but I have looked all through that file and its not there.
MyDroidHax said:
bump again.. sorry but I have looked all through that file and its not there.
Click to expand...
Click to collapse
my bad i dont know where the text is. i thought you wanted the graphic images.
sdotcarlisle said:
my bad i dont know where the text is. i thought you wanted the graphic images.
Click to expand...
Click to collapse
Its all good. Just trying to find it out. Thanks
They are in framework-res /drawable-mdpi and they are png files. Not even 9.png files, so you can edit them easily. They are called ic_jog_dial somethings....
Hope that's what you're looking for. They are called ic_jog_dial somethings....
woops. sorry. I saw that you're trying to change the text. I dont know where that is. It's definitely not a png. I've been through all the pngs. It must be in one of them xml's. Sorry!
keyguard_screen_lock.xml in framework-res.apk /res/layout Good Luck.
VinceOB said:
keyguard_screen_lock.xml in framework-res.apk /res/layout Good Luck.
Click to expand...
Click to collapse
Thanks a lot Vince. expect your name in big font on my new lock screen mod.
MyDroidHax said:
Thanks a lot Vince. expect your name in big font on my new lock screen mod.
Click to expand...
Click to collapse
LOL sounds good...
okay, so i have made some simple text icons to use with my theme. and i applied one to test, and it was a little small, which i can fix, but i was wondering how you guys go about positioning them? it's really out of place and i haven't a clue on how to maneuver their positions... Thank you much once again =]
factualpuddle said:
okay, so i have made some simple text icons to use with my theme. and i applied one to test, and it was a little small, which i can fix, but i was wondering how you guys go about positioning them? it's really out of place and i haven't a clue on how to maneuver their positions... Thank you much once again =]
Click to expand...
Click to collapse
That's probably in some XML files I don't know which though since I've never themed LauncherPro. You can download apkmanager and decompile the apk and look around in there.
okay, will do in a bit, when i decompile, how do i out em back together for testing etc?
and how would i go about getting/finding the xml i need?
factualpuddle said:
okay, will do in a bit, when i decompile, how do i out em back together for testing etc?
and how would i go about getting/finding the xml i need?
Click to expand...
Click to collapse
You just select "compile" (option number 11 I think). You would have to make an update.zip and flash it to test I have no idea which XMLs it is but usually the names can lead you.
about where at in myphone would they be? lol, in system/bin?
factualpuddle said:
about where at in myphone would they be? lol, in system/bin?
Click to expand...
Click to collapse
Would they not be in the launcher pro app?
Lmao, I figured that, but I don't have the apk file for it. Haha
Sent from my HTC Hero using XDA App
Have you looked here?...
http://www.launcherpro.com/forum/
Lmao, that would have made too much since -.-;
Sent from my HTC Hero using XDA App
Help so have been trying to teach myself how to theme a rom and can edit PNG files all night long but seem to be spending all my time with simple color changes so any body know how I can just edit the color XML files so it changes all the default colors at once or am I doing it right and have to change all the PNG files???? I'm new to eclipse so would need to know what plug in I need to do this if at all possible thanks
Sent from my HTC Glacier using XDA Premium App
kaufmanj67 said:
Help so have been trying to teach myself how to theme a rom and can edit PNG files all night long but seem to be spending all my time with simple color changes so any body know how I can just edit the color XML files so it changes all the default colors at once or am I doing it right and have to change all the PNG files???? I'm new to eclipse so would need to know what plug in I need to do this if at all possible thanks
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
Yes you have to manually change all the images from what I've read and then you have to do the .9 png trick to edit them not really familiar with editing the .9 images so cant say much on that but im not aware of using xml to change the actual images it only applys directions for the images.
would this help? http://forum.xda-developers.com/showthread.php?t=883392
kevin2516 said:
would this help? http://forum.xda-developers.com/showthread.php?t=883392
Click to expand...
Click to collapse
That's what I needed thanks will hit the button next time I'm on my PC would've been nice to have that option with this new app
Sent from my HTC Glacier using XDA Premium App
Hey guys,
So I decided to take a stab at altering SystemUI.apk to uncenter the clock, but I've run into some problems. Just FYI, I am total noob at this so I could be doing something incredibly stupid, but oh well.
Anyway, I was able to successfully decompile the apk, edit res\layout\status_bar.xml to set <com.android.systemui.statusbar.Clock... android:gravity="right">, build the apk again, sign it, and push it to my phone, however after all that the status bar just does not show up. I don't think it's the decompiling, building, or signing that's messing up because I performed all of those without editing any of the xml files, pushed it to my phone, and everything worked perfectly.
So what am I missing? Is changing "center" to "right" really enough to kill the statusbar? Do I need to edit something in framework-res.apk or some other file to be compatible with the new SystemUI.apk? Or is it that I need to change something in the smali folders as well as the res folders for it to work?
Any ideas that you guys have would be awesome. I'm not sure if I'm just missing something simple, or if I'm in way over my head with this stuff and need to do more than the hour and a half research and trial and error that I've put in so far =) Thanks guys!
There's a bit more to it than that
There's some moving around to do too.
I attached the original status_bar.xml for you to compare to. (it's already decompiled)
If you wanted you could just replace it with this one. Thought it might help to see what all was changed.
(the attached zip file is not flashable)
Don't sign system apps either. Signing may be why it isn't showing up but I've never signed a system app to know and without looking at it I think you need to put right|center not just right and I am not positive but you may need to move the padding of the status bar icons to the left so there is no overlap.
Sent from my Galaxy Nexus using xda premium
Easy guys. Just take a stock systemui.apk and move /res/layout/status_bar.xml over to the modded one. Then push. Don't even need to decompile.
Sent from my VS920 4G using Tapatalk 2
mtmichaelson said:
Easy guys. Just take a stock systemui.apk and move /res/layout/status_bar.xml over to the modded one. Then push. Don't even need to decompile.
Sent from my VS920 4G using Tapatalk 2
Click to expand...
Click to collapse
Hey its he wanted to do it himself
Sent from my Galaxy Nexus using xda premium
MT makes it look like a walk in the park...lol
mtmichaelson said:
Easy guys. Just take a stock systemui.apk and move /res/layout/status_bar.xml over to the modded one. Then push. Don't even need to decompile.
Sent from my VS920 4G using Tapatalk 2
Click to expand...
Click to collapse
capt730 said:
MT makes it look like a walk in the park...lol
Click to expand...
Click to collapse
Well his method really is a walk in the park if you can move one file to another lol.
Sent from my Galaxy Nexus using xda premium
Hmm, something is still wrong. I tried editing the status_bar.xml again, but the status bar still wouldn't show up. Then I deleted the file that was there and pasted in the stock status_bar.xml that Kane posted, pushed it to my phone, and still no status bar/notification pull down. Am I not compiling the apk right?
I'll be on IRC for the next 40 minutes or so if anyone wants to hop on and help me out =)
Did you compile the apk after replacing the XML?
Sent from my VS910 4G using Tapatalk 2
Yup, I actually finally got it to work and just need to tweak a couple things. I took the SystemUI.apk from the latest ICK.zip update, modified the SystemUI.apk file, then created a flashable zip for it. I don't know if it was using a flashable zip that worked, where just using adb push didn't, or if starting over with a different SystemUI.apk was what did it.
@kane: BTW, do you know the hex color code for your ICK theme icons? I was trying to match the color for the clock, but it's slightly off. And Thanks for the stock apk, without comparing the two, I never would have figured out the format for putting the clock back =)
@beamer: Thanks for the heads up to not sign the apk, worked without doing so. That was an annoying step anyway =)
the stock ICS colors are 33B5E5 and 0099CC
I used 33B5E5 for all the edits I did in the ICK theme
0099CC is a little bit darker
I didn't read the whole post but after pushing systemui did you reboot if you don't reboot you won't get a statusbar
Sent from my Galaxy Nexus using xda premium
Beamer9408 said:
I didn't read the whole post but after pushing systemui did you reboot if you don't reboot you won't get a statusbar
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
I did. I'm thinking the problem was actually the dalvik-cache, maybe? After i got the clock right aligned, i tried to hide some of the status icons like mute and the alarm clock, but i couldn't get any of them hidden and it was driving me crazy. Then i decided to wipe dalvik and it worked perfectly.
Sent from my VS910 4G using xda premium
Hey guys. I would like to theme the Verizon Messages app that you can download from the playstore. I have the apk on my computer and used 7zip to unzip it. I have no idea where to start to get it themed. I would like to them it like the dark aosp 4.2 messaging app. I know my way around gimp fairly well just need some direction as to where the png files are and what all I might have to do. Thanks.
Ok. I think I found the png's. Looks like quite a lot to theme, but I am going to start pecking away at it.
Kinda late but how's the theme going
Sent from my DROID RAZR HD using Tapatalk 2
When you get it themed I would love to see it..please post a link to it...Thank You
You should probably use apktool to decompile the app, so then you could edit the nine patch images properly. Other than you should be fine. Good luck man!
Also if you want to invert it you definitely have to use apktool to open up the colors.XML and styles.XML properly. If you open up the app using 7zip the XML files won't decompile correctly. Just some advice from an experienced themer. Once again good luck dude!
Sent from my SCH-I535 using xda app-developers app