[Theme] (metamorph) Orange selection buttons and tick boxes - Android Themes

OK this is a very simple morph, it just changes the colours of your radio buttons, selection boxes from yellow to orange, and tick boxes and selection stars from green to orange. I used the image files from the stock Rogers 1.5 rom as I think they look pretty good.
This works for sure on any stock Android 1.5 or 1.6 rom, don't know about 2.x as I haven't tested it. Also not tested on hero roms.

if I edit the .png files, do I need to resign the zip file? I want to do my own custom color like you did.

If you do it as a flash, yes, you always need to resign it. Those buttons are located in the framework-res.apk, so if it is a flashable update, it needs to be made for that specific ROM.

With metamorph you dont need to sign the zip file, just edit the files and save them into the zip in the right folder structure - use this one as a template and you'll be fine. This is my first morph theme, I created it after watching stericsons youtube tutorial videos in the top sticky thread. I like the way there is no file signing involved ... its nice and simple!

I posted in wrong thread. Delete this please.

Related

Change taskbar color

Hi Guys,
is it possible to change android (magic) taskbar color/theme for the device without root access?
I don't like the boring white, I want black taskbar with white font.
any suggestion will be appreciated .
thanks
I would like the same my device is rooted though
Draxter said:
I would like the same my device is rooted though
Click to expand...
Click to collapse
dont think it is possible if you aren't rooted. If you are rooted open up the update.zip file you are using as your rom using 7-zip, go to where framework drawable folder is. Open status bar and change its colour, drop it back in and resign app. There are instructions how to do this in themes section of Dream.
http://forum.xda-developers.com/showthread.php?t=473580
http://forum.xda-developers.com/showthread.php?t=471586 I use post number 6 the way i do it.
I'm using the Vodafone rom... I don't think I can get my update.zip from that? I rooted my device with haykuro's stuff in this tutorial.
http://android-dls.com/wiki/index.php?title=Magic_Rooting
I want to keep my Dutch XT9 so I can't flash anything else but smartphone france or my stock vodafone...
all the drawables should be in the root-me rom. open it and have a look for them.
But if they aren't I will brick my device by flashing a wrong framework...
no you wont. All you do is open it and drop in the .pngs you want, then resign it. they will be there in the rom- if not look at one of the other roms- Rogers, or daldroid will have them.
If it does go in to boot loop reboot into recovery and flash the last working rom you have until you figure out what went wrong. The only thing you are changing is the pngs. you shouldnt go intoa bootloop doing this- i have done a heap of theming for myself for the G1 and each time i got a boot loop it was cos i was playing around with services.jar and xml files. each time i just rebooted into recovery and reflashed previous working rom.
The thing is, I don't know which ROM I have... I have rooted my magic by using the android-dls tutorial with haykuro's stuff. There are still some vodafone relics left. I still have the vodafone shortcut, and i still have support for Dutch XT9.
http://android-dls.com/wiki/index.php?title=Magic_Rooting
I haven't made a Nandroid backup and I don't know how to make a backup either so... There is only one alternative, flashing Smartphone France firmware, it has Dutch support. I wouldn't mind trying out that one but that'll be the first time that I flash firmware onto my Magic so I'd like some guidance on MSN with that
Drawer
Im looking for the application drawer button in the res folder that is inside framework... found the status/notification bar and all icons but can't seem to find the app drawer button... i want to change it to a darker grey and make the notification bar black...
the app drawers are in launcher.apk
Easiest/safest way of changing the graphics I have found was to:
1. Connect your phone via USB and make sure you have the drivers installed
2. do adb remount
3. Do a adb pull on /system/framework/framework-res.apk for example
4. Open the apk with something like winrar etc
5. Locate the png files you want to change and extract them
6. make modifications to the files
7. pop back to the apk
8. do an adb push of the file back to the device
I've done this with fairly few apk's such as the launcher.apk and framework-res.apk and never had to resign the file =o)
The advantage is that you are using the file from your phone that you know works =o)) certain apk's don't even need a restart such as the Launcher.apk, I did alot of modding with the app drawer without ever needing to restart the phone.
This is good for changing the images but things like changing the clock color is ALOT harder, it requires you to edit the services.jar file with a hex editor =o(
Hope this helps.
Draxter said:
the app drawers are in launcher.apk
Click to expand...
Click to collapse
Ok, i did find the file in the launcher.apk, i edited it and all the other files and now need to resign in linux... was looking for the SignApk.jar in the SDK and didn't find it... also tried JF's testsign.jar and didnt work... can anyone point me in the right direction so i can resign the file using test keys in linux.
Thanks,
If you just changed the png's you shouldn't have to resign it
fxn said:
If you just changed the png's you shouldn't have to resign it
Click to expand...
Click to collapse
What about the hour and date font in the status bar... if i change the notification area to black it wont automatically switch to white text... do you know where i can find the parameters to change it?
Some of the text like notification texts etc are held in framework-res.apk xml files in the drawable folder if I remember correctly.
The clock is the difficult one as it is inside services.jar file, its a serious pain in the back side, the dream forum has more info about it but it involves opening up files in hex editor and changing the hex code directly there
I'll be having a look at this and see if I can make step by step guide of this but it is seriously a pain!
Any idea which XML's in framework-re.apk (or other location) hold the various notification font colour(s)?? I can't seem to find it.

[Q] rom porting question

Alright....I've tried searching and searching but I can't find exactly what I need. I'm wanting to try to port blue echo to cm6.1. Now I'm still a little new at this but I've learned how to smali and baksmali, use flashboot, sdk, sign zips, create flashable zips, zip align, optimize, pretty much all the ends and outs of the basic. I've only been at this 4 months but I love android and want to learn to become a dev. Now I'm trying to learn how to theme roms. There are a million guides that I've found but now will tell me how to do this . Could someone point in the right direction to a thread explaining how to port a sense theme to cm6.1. Ive tried replacing the images in the drawables folders from framework-res . Repackaged zip aligned optimized signed and flashed. Nothing took. So I opened the zip all the images had copied over in the cm6 rom zip. So I wiped and flashed the modded zip it still reverts to the original framework of cm6. I don't understand how that is. I need a way to just copy the colors and images. Does anyone know what I'm doing wrong or know of a how to with just the steps .I already have all the programs on my pc.
shawn328 said:
Alright....I've tried searching and searching but I can't find exactly what I need. I'm wanting to try to port blue echo to cm6.1. Now I'm still a little new at this but I've learned how to smali and baksmali, use flashboot, sdk, sign zips, create flashable zips, zip align, optimize, pretty much all the ends and outs of the basic. I've only been at this 4 months but I love android and want to learn to become a dev. Now I'm trying to learn how to theme roms. There are a million guides that I've found but now will tell me how to do this . Could someone point in the right direction to a thread explaining how to port a sense theme to cm6.1. Ive tried replacing the images in the drawables folders from framework-res . Repackaged zip aligned optimized signed and flashed. Nothing took. So I opened the zip all the images had copied over in the cm6 rom zip. So I wiped and flashed the modded zip it still reverts to the original framework of cm6. I don't understand how that is. I need a way to just copy the colors and images. Does anyone know what I'm doing wrong or know of a how to with just the steps .I already have all the programs on my pc.
Click to expand...
Click to collapse
Simplest way, if you just want the icons, pics and notification bar things is to use 7zip for PC. Don't extract the theme, just open it. Navigate to the framework-res.apk file of the new ROM you want the theme to work on, open but don't extract, copy all the .png files from the theme into the ROM or new theme you are making. It will ask you to replace, obviously you say "yes" When you are done, just close it all back up, no recompressing or signing needed because you didn't extract anything. Just put it on your SD card and it will flash.
Let me know if you need more help. This by and large the simplest method for making minor edits to a theme.
Download the CyanogenSense theme by mrinehart93 found here: http://forum.xda-developers.com/showthread.php?t=723224
It's a working Sense-looking theme on CM6. Download it, unzip it on your PC, pick it apart, etc. to see how he changed and compiled it to make it work. Hopefully that will help you figure out how to do what you want to do. Good luck.
chromiumleaf said:
Download the CyanogenSense theme by mrinehart93 found here: http://forum.xda-developers.com/showthread.php?t=723224
It's a working Sense-looking theme on CM6. Download it, unzip it on your PC, pick it apart, etc. to see how he changed and compiled it to make it work. Hopefully that will help you figure out how to do what you want to do. Good luck.
Click to expand...
Click to collapse
+1 Good idea!
ranger61878 said:
Simplest way, if you just want the icons, pics and notification bar things is to use 7zip for PC. Don't extract the theme, just open it. Navigate to the framework-res.apk file of the new ROM you want the theme to work on, open but don't extract, copy all the .png files from the theme into the ROM or new theme you are making. It will ask you to replace, obviously you say "yes" When you are done, just close it all back up, no recompressing or signing needed because you didn't extract anything. Just put it on your SD card and it will flash.
Let me know if you need more help. This by and large the simplest method for making minor edits to a theme.
Click to expand...
Click to collapse
I did this but had to flash clockword because i was using ra, it wasn't verifying the update. So i turned off signature verification. But I'm using firerat mtd and forgot that i have to repatch the clockword for this so I did'nt really get to see if it worked yet. But thanks all of you responding I appreciate it. Ill let you know if these methods work.
I fixed the prob. Did everything suggested by copying the png's between the zips without extracting them. Even doubled checked all the png's everything looked like it was a go . But I only got 3 of my new icons. Everything else was still stock cm6 even the notification bar was stock. Do I got to do more than just transfer the png's cause it seems like maybe the xml's are reverting them back to stock?

[Q] Assonance theme in other ROMs?

Is it possible? I love the theme. Particularly in the notification pull-down thing with the wifi icons and such.
They are just png images in the framework. Depending on what other rom you are wanting to use it on you may be able to just swap out the framework-res.apk and twframework-res.apk in /system/app. Otherwise you can just move the images into the new rom framework files (the ones used are in /res/drawable-hdpi usually). You might be interested in learning to create metamorph zip files as well.
Thank you. However, I extracted the framework-res.apk and I have found some image files, but I see none that are pull-down icons like the GPS, Wifi, Auto-rotate icons. Any help?
Not sure what you mean by metamorph.
Because they're not there.
They're in twframework-res.apk. And you have to edit the status_bar_expanded.xml to get rid of the text.
It is essentially "Gingerbread" with some minor tweaks.
The only issue you might have is when you copy all of the images out of the framework-res.apk -> drawable-hdpl folder that your menu buttons might be a little off. Unless you start out with a Dark theme that has already adjusted the menu to have a black background and white text...
I think there is a Gingerbread theme in the Theme/App forum that would be close to what your looking for.
I was trying to do a MetaMorph for this type of theme but I could never get the *.xml edits needed to overwrite using MetaMorph correctly. (Check the Q&A Sticky for MetaMorph)
... It can be done but it'd be a little more complicated
Okay, I am still trying to understand. I extracted the twframework-res.apk and took out the files from the Assonance theme. I extracted the twframework-res.apk from another theme that I liked, and replaced the Assonance parts I like into it. Now, can I just zip it back up and rename it to .apk? I'm not really sure what to do now.
Thanks for your help so far!
max

How to Theme A rom using the UOT Kitchen

OK what is this you say.
Ever wanted to theme a rom your way? well now you can.
Everything from the battery icon to the color of the loading box.
why? well its up to the user to chose there preference to what you want your phone to look like!
Firstly go Here >http://uot.dakra.lt/kitchen/
OK the web page is up. now if its full there will be a notice saying its full come back later...this is common. try again in 20mins and you should get in.
OK your in.
there will be several tabs to theme you rom with. to begin i would suggest going to the "File Upload" tab.
in this section is multiple boxes with settings etc.
change only these to these values.
Themechooser preview mdpi (320x480)
Select your rom from kitchens list or upload your own files.
Upload system files selection.
my advice would be to extract the rom you want to theme, find the framework-res.apk, SystemUI.apk and com.htc.resources.apk
and drop them into a new folder, this makes it easier to find when you wan to upload them.
to use the theme tabs is simple, but be aware some mods may not work!
Common settings to be themed is the Status bar.
select mdpi
if you want transparency in status bar then select this, sometimes it will not work. if this doesn't work then change the Topbar background to ffffff and use 0%-20% use the preview to make it work how you want.
If you want boot animations, then you need to do this carefully. you have to rename the file bootanimation.zip to whatever your rom states it to be.
mine says hTc.bootanimation.zip, some are different, please check accordingly in the resource folder of your rom!
Lockscreens sometimes work. again rename this file to the one in your rom.
HTCLockscreen.apk is the original, swap the new one to match and then reboot to take affect.
Use the summary to finanalise anything you want to do....when ready submit to kitchen.
Now if this has worked then you will get a file around 5mb or so.
if it is less then 1mb ie 745kb then the kitchen has failed to cook it, you must start again!
themeing is easy. take some time to play with it..practice makes perfect. remember backup your rom before flashing this!
if you do get any problems then feel free to ask...

making a flashable theme

I dont mean to look for the easy way out but ive searched and cannot find exactly what i am looking for. I want to turn my AOKP theme into a flashable zip and im not sure where to start.
Ive already edited the pngs, .9 pngs, and xmls i want and turned out a pretty nice red theme with full colored icons. I used the common apks; contacts, phone, systemui, settings, and framework-res. Where do i go from here?
I have found some threads saying you use the entire apk and just copy it into another theme, but im looking to do it from scratch. Also, that doesnt seem right to copy the entire apk over because that would overwrite any changes made in the nightlies. Wouldnt you just take only the drawables, values, etc out and make that the theme?
thanks for any help.

Categories

Resources