[Q] CM9 Blue Icons? - Epic 4G Q&A, Help & Troubleshooting

Does anyone know how to get these icons: http://img7.imageshack.us/img7/7333/bluejs.jpg
I saw them in this thread:http://forum.xda-developers.com/showthread.php?t=1454510

Open your systemui and or framework and find your current icons download those icons and rename them to match and paste em in ur systemui and or framework-res.apk sign them and replace your current systemui.apk and framework-res.apk with the ones you zipped reboot and enjoy...
Its vauge I know but basically a themer would have to incorporate it other than what I said in the above there's no other way unless on cyanogenmod and you can find a theme that uses em for the theme chooser...
Sent from my SPH-D700 using xda premium

Related

White clock and date

Does anyone know how to change the clock color to white I have no clue where its stored
Sent from my T-Mobile G2 using XDA App
Guessing you installed the leaked CM rom? If so, yes, the default is white. Go into SETTING>CYANOGEN MOD SETTINGS>USER INTERFACE>STATUS BAR and go through the options to enable/disable, as well as change colors. Should appear right as you change them.
No I themed it myself I was just wondering if someone knew how the change that
Sent from my T-Mobile G2 using XDA App
It involves modifying a file called classes.dex within a .jar but the instructions don't match up for this device. The file isn't structured the same so changing the font color for the status bar is going to be tricky until someone figures it out...
download and extract the attached zip
put services.jar in the framework folder
put status_bar.xml in the layout folder in framework-res.apk
im assuming you know the rest lol if not pm me
I tried pushing the framework-res.apk and that was a derka derka moment. Completely borked my device. I know no other way.
So I've been trying to create a flashable .zip or metamorph for this modification but am obviously not smart enough.
Is it possible for this to be done by someone else? Or has it already been done and we're not using the search tool well enough?
Ok I deodexed my own rom and got the white clock thanks
Sent from my T-Mobile G2 using XDA App

[Q] adding battery % mod to existing theme

I've been reading the theme guides and, time permitting, would like to start playing around. I've been comparing files from the stock theme template to crakes battery percent mod found here: http://forum.xda-developers.com/showthread.php?t=793805&highlight=battery+mod and have been trying to figure out how to use it in another theme. Is it as simple as adding the extra stat_sys_battery_#.png's or does something else have to be done to the framework-res.apk to get the phone to point to the added pngs? I hope thats understandable, thanks in advance for your help all!
amosher13 said:
I've been reading the theme guides and, time permitting, would like to start playing around. I've been comparing files from the stock theme template to crakes battery percent mod found here: http://forum.xda-developers.com/showthread.php?t=793805&highlight=battery+mod and have been trying to figure out how to use it in another theme. Is it as simple as adding the extra stat_sys_battery_#.png's or does something else have to be done to the framework-res.apk to get the phone to point to the added pngs? I hope thats understandable, thanks in advance for your help all!
Click to expand...
Click to collapse
If your theme has 1% intervals already its just a matter of swapping the png files. If the theme don't your gonna have to devompile the apk and edit 3 xml files then recompile
Sent from my SPH-D700 using XDA App
okay, ya thats what i was wondering. any help on the xml files to edit and how? i've got apk manager and have it decompiled, i dont see anything that jumps out.
EDIT: okay i've got in the drawable folder stat_sys_battery, stat_sys_battery_charge, stat_sys_battery_charge_err_vinsq, stat_sys_battery_charge_vinsq, stat_sys_battery_vinsq. my guess is its 3 of those, i guess i can just compare the stock theme with the stock battery mod to see what to do.
amosher13 said:
okay, ya thats what i was wondering. any help on the xml files to edit and how? i've got apk manager and have it decompiled, i dont see anything that jumps out.
EDIT: okay i've got in the drawable folder stat_sys_battery, stat_sys_battery_charge, stat_sys_battery_charge_err_vinsq, stat_sys_battery_charge_vinsq, stat_sys_battery_vinsq. my guess is its 3 of those, i guess i can just compare the stock theme with the stock battery mod to see what to do.
Click to expand...
Click to collapse
You can do that but do you know how to add a line to an xml file
Sent from my SPH-D700 using XDA App
mysteryemotionz said:
You can do that but do you know how to add a line to an xml file
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
in general, yes, but i may not know how for these purposes. what might i be missing?
There's an even easier way.
start adb
and type adb pull /system/framework/framework-res.apk framework-res.apk
(grab frameworkTW-res.apk*i think* if you want it for touchwiz instead)
Next
go here UOT Kitchen
select flashable .zip
go through the stuff
upload the framework-res.apk you just pulled.
wait a bit download package and move to sd card then browse and install it and reboot.
TADA!
art3mis-nyc said:
There's an even easier way.
start adb
and type adb pull /system/framework/framework-res.apk framework-res.apk
(grab frameworkTW-res.apk*i think* if you want it for touchwiz instead)
Next
go here UOT Kitchen
select flashable .zip
go through the stuff
upload the framework-res.apk you just pulled.
wait a bit download package and move to sd card then browse and install it and reboot.
TADA!
Click to expand...
Click to collapse
very interesting, i'll certainly check that out. though i am interested also in learning how to do it myself, but that looks pretty cool!
art3mis-nyc said:
There's an even easier way.
start adb
and type adb pull /system/framework/framework-res.apk framework-res.apk
(grab frameworkTW-res.apk*i think* if you want it for touchwiz instead)
Next
go here UOT Kitchen
select flashable .zip
go through the stuff
upload the framework-res.apk you just pulled.
wait a bit download package and move to sd card then browse and install it and reboot.
TADA!
Click to expand...
Click to collapse
Thee problem with this is if there's any edited .9 pngs in the theme the out come is ****
Sent from my SPH-D700 using XDA App
mysteryemotionz said:
Thee problem with this is if there's any edited .9 pngs in the theme the out come is ****
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
so how about this: i pull the xmls from crakes framework-res.apk (do i need anything from twframework-res.apk?), recompile into the framework-res.apk from the theme i'm hacking, then dump the pngs into drawable-hdpi from the % mod i want to include and just make sure theres an image for each line in the xmls. sound good?
amosher13 said:
so how about this: i pull the xmls from crakes framework-res.apk (do i need anything from twframework-res.apk?), recompile into the framework-res.apk from the theme i'm hacking, then dump the pngs into drawable-hdpi from the % mod i want to include and just make sure theres an image for each line in the xmls. sound good?
Click to expand...
Click to collapse
Sounds great but just remember if your theme has any edited .9.pngs you will get errors with the framework.
What there are you trying to edit?
Sent from my SPH-D700 using XDA App
mysteryemotionz said:
Sounds great but just remember if your theme has any edited .9.pngs you will get errors with the framework.
What there are you trying to edit?
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
basically i want to work in a battery % mod into the theme from AOSP Magic (partially just to see if i can do it ). when you say "has any edited .9.pngs" do you mean if i edit any? or if the theme contains any that are already edited.
amosher13 said:
basically i want to work in a battery % mod into the theme from AOSP Magic (partially just to see if i can do it ). when you say "has any edited .9.pngs" do you mean if i edit any? or if the theme contains any that are already edited.
Click to expand...
Click to collapse
If the theme has any edited already out if you edited any
Sent from my SPH-D700 using XDA App
mysteryemotionz said:
If the theme has any edited already out if you edited any
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
ya i'm a little confused at that point on how i'd handle that. anywhere i can read up on that?
so basically if the theme i want to mod has .9.pngs that were edited from stock, when i decompile and recompile with the new xmls its going to break something? if so, what would i do? use the battery % mod theme and dump the drawable-hdpi folder into the apk after?
amosher13 said:
ya i'm a little confused at that point on how i'd handle that. anywhere i can read up on that?
so basically if the theme i want to mod has .9.pngs that were edited from stock, when i decompile and recompile with the new xmls its going to break something? if so, what would i do? use the battery % mod theme and dump the drawable-hdpi folder into the apk after?
Click to expand...
Click to collapse
What I do is modify the xml files ona stock framework. Make all the changes I need then recompile. Once compiled its a matter of dragging and dropping the pngs
Sent from my SPH-D700 using XDA App
mysteryemotionz said:
What I do is modify the xml files ona stock framework. Make all the changes I need then recompile. Once compiled its a matter of dragging and dropping the pngs
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
gotcha, perfect thanks!

Replace touchwiz 4 icons with miui icons ?

Hi
I just want to replace icons on home screen and in tw launcher with miui bigger icons
What r the possiblities ?
Btw i m on stock no root no theme
Sent from my GT-I9100 using XDA App
Open the TouchWiz30Launcher.apk with winrar or some other compression manager, and extract the folder under res\drawable-hdpi look for the icon files and replace them..

MIUI4 basic theme guid for users

Well its more than enough many noobs spamming for themes for MIUI4 in our thread of miui4 rom
All themes out there are for MIUI GB so dont ask lol stuff that why themes not changing whole stuff, like dialer and statusbar drop down and all that
MIUI4 it self is in beta and value.xml not working properly thats reasone there is not much themes for MIUI4
As value.xml not working properly you can not change text colour so we can only theme apps by pngs
This guid is only for some basic knowledge ,so that you can use your favourite MIUI GB theme with MIUI4
extract your favourite theme by 7zip
then there is severel files like icon, com.android.contacts and such
extract any of these file you want to theme
First with icons
change name of phone icon to com.android.contacts.activities.TwelveKeyDialer in icon of your favourite theme
if want to know name of any app you can see in mainfest.xml after decompile it
so give name of this app to icon you want to use
then with launcher theming
first in GB MIUI name of launcher file is com.android.launcher
but if want to use launcher theme rename that file to com.miui.launcher first
then extract this file
if want to use its hotseat(i mean dock)
you need to convert its png to .9.png by draw9 patch and also folder background need to be convert into 9.png
now for dialer
extract com.android.contact file from theme and convert dialerbackground.png to 9.png same way
for statusbar dropdown background
extract file com.android.systemui file from theme
now any png you want as background of dropdown menu
you need two pngs of that background
give name to one png as tracking_view_list_style_bg.png
and second png need to give name tracking_view_page_style_bg.png
now compress all folders you have extracted and make structure as it was before you have extracted
make .mtz of your moded stuff and apply
I know i not explain all things very clearly to understand noobs,but it can be just idea how we can theme miui4
Sorry for very bad guid,im not good in writing guids thats reasone not gave any guid before
will share some small themes I made for me
Nice work I will try to make some themes when I'm free
Nice guide.
Sent From My SGA via Xda Premium App
Make ultimate iphone theme
herpderp © aint got money to pay to my fish
Thanks for the guide. Will try it when I have time.
Inclueded with ur rom update??
Sent from my BAT-DROID using ICS_Xtream
Very good guide

Theming help

Hi!I'm trying to theme my rom but I can't fine some png's.
Can someone tell me where are located this png's and in what .apk.
Thanks.
Screenshot in attachments
as far as i know they are on dialertabactivity.apk or framework-res.apk
muzaffarhassan64 said:
as far as i know they are on dialertabactivity.apk
Click to expand...
Click to collapse
I've tried changing the color in DialerTabActivity.apk of the png dialer_tab_button_bg_focus.9.png and dialer_tab_button_bg_press.9.png to another color, recompiled apk and tried it to see if there's any change but no change at all, i've also tried modifiyng those png's from framework-res but no change.
make sure you change the mdpi ones, some roms have multiple sorts of pngs inside
Sent from my GT-S5660 using xda app-developers app
Changed the mpdi ones still no effect
Did you restart the phone? After the new installation.
Yes of course
Of course.
Well, all I can think to tell you is to modify all pngs in both the dialer.apk and framework-res, make sure you edit them correctly since they are .9 patch pngs.
Clear apk cache, reinstall, reboot. If that doesn't work, then idk.
Those are inside TWframework res.apk
Tw tab
Sent from my ST25i using xda app-developers app

Categories

Resources