Hi,
I'm want to hide the name of the provider on my TF3D Home screen.
Can anybody help me or show me the tread.
Thanks
Lambert
And actually I want to have it visible better in bold or bigger sized letters lol.
I can't find where, it doesn't work editing the xml files or registry or whatever... or I missed the right part of them
anyone know how to change the text of the widget on the homescreen?
I figured it would be in white_text.xml and grey_text.xml but i changed what i thought would correspond to the text colour (from the preceeding code), hell i then changed every bloody FFFFFF in there one at a time for no change. I have managed to change the text inside the widget when you open it up by changing new_white_text.xml and news_grey_test.xml
Any ideas? Maybe a smali edit? Had a quick look thru smali files but couldn't really find anything to change this colour (i am very new to smali stuff).
If you have been able to change it can you let me know the line number maybe?
thanks
Hi, I did this a while back so I forgot what value I changed, but here is the file I changed in Metamorph. You can maybe do a comparison to see what's changed.
It also has the background for Moonsspoon's gchrome, however the theme file isn't included. (So don't use it as-is)
Hope this helps
Thanks heaps mate. I will try it out later and see how I go.
I just started messing around with making themes. I know how to modify the xml, png, and .9.png files; but am having problems with the text under the quickpanel icons (ie. wifi, bluetooth, gps, vibrate, orientation).
What files do I need to modify to change the text color under the quickpanel icons? I'm assuming it's in the twframework-res.apk, but I looked through all the xml files and didn't see where to change the text color.
If anyone has some insight, please advise. Thanks
mod777 said:
I just started messing around with making themes. I know how to modify the xml, png, and .9.png files; but am having problems with the text under the quickpanel icons (ie. wifi, bluetooth, gps, vibrate, orientation).
What files do I need to modify to change the text color under the quickpanel icons? I'm assuming it's in the twframework-res.apk, but I looked through all the xml files and didn't see where to change the text color.
If anyone has some insight, please advise. Thanks
Click to expand...
Click to collapse
I have done some themeing before, and although I never have changed the text you are asking for and dont know where it is, I can tell you that the first thing you need to do is. Decompile the framework. This is because many xml's are hidden in the apk format. Searxh for apk manager to do so.
After decompiling look in twframework-res\res\layout\status_bar_expanded.xml
Each item will have something like android:textColor="@color/tw_colorXXX"
Then look for that in twframework-res\res\values\colors.xml
joeshmoe08 said:
I have done some themeing before, and although I never have changed the text you are asking for and dont know where it is, I can tell you that the first thing you need to do is. Decompile the framework. This is because many xml's are hidden in the apk format. Searxh for apk manager to do so.
Click to expand...
Click to collapse
I know how to decompile and modify the xml files and I use apktool (apkmanager is just a wrapper for apktool).
CuriousTech said:
After decompiling look in twframework-res\res\layout\status_bar_expanded.xml
Each item will have something like android:textColor="@color/tw_colorXXX"
Then look for that in twframework-res\res\values\colors.xml
Click to expand...
Click to collapse
I already modified the status_bar_expanded.xml colors and still the text doesn't show up correctly (changed all colors to #ffffffffff).
Maybe it's not the text that is the problem but the png background, but changing the status_bar_background.9.png didn't fix it.
Here's the screeny of what I am trying to fix.
I've seen that before. LOL What do you want it to look like?
You sure you didn't modify the text in \res\values\strings.xml?
CuriousTech said:
I've seen that before. LOL What do you want it to look like?
You sure you didn't modify the text in \res\values\strings.xml?
Click to expand...
Click to collapse
the text in strings.xml is correct. I just want the text to show
Change them all back to the orginal in status_bar_expanded.xml which should be android:textColor="@color/tw_color001"
That just made the text black, any other suggestions?
I think it might actually be the tw_quick_panel_black_bt.png - I'll modify the png and see if that helps.
tw_color001 should be white.
The background for it is status_bar_header_background_01.png which is where the text is drawn over.
I got it. It was the status_bar_extended.xml, but it was the size dpi which was causing the problems. Thanks for all the help. See screeny
+2 thanks
Can someone tell me how to change the notification text color? What is its corresponding value in the XML files? Thanks.
Just did a search. Looks like you have to get into the classes.dex in services.jar and modify StatusBarIcon.smali
http://forum.xda-developers.com/showthread.php?t=549309
Oh, or did you want the notifications in expanded?
In twframework-res\res\layout\status_bar_expanded.xml look at the lower section where you'll see android:textColor="#ffffffff" which is hex for white (ARGB), about 3 times. Leave the first FF alone. That's alpha channel.
CuriousTech said:
Just did a search. Looks like you have to get into the classes.dex in services.jar and modify StatusBarIcon.smali
http://forum.xda-developers.com/showthread.php?t=549309
Oh, or did you want the notifications in expanded?
In twframework-res\res\layout\status_bar_expanded.xml look at the lower section where you'll see android:textColor="#ffffffff" which is hex for white (ARGB), about 3 times. Leave the first FF alone. That's alpha channel.
Click to expand...
Click to collapse
The text in the expanded notifications panel. Thanks! Exactly what I was looking for.
Gingerbread 2.3
I am currently looking to find a way to invert the settings menu. All the white bothers me. I have decompiled it and searched the pngs, and see none that represent a similar greyish white, so I feel it may not be a png. If it is, anyone know what png or where?
I know the menu_list.xml has a value for background = #ffffffff, which does match white. I change that to black (#ff000000) and menu_item.xml has an entry for TextAppearanceLarge, which does represent white text. I add inverse to switch to black text.
After compiling and adding to my phone, I can not find any physical changes. So I edited some of the text in the /values/strings.xml and test again. Now I see a change, but only change I see is to the text I changed. So no clue what the menu_list and item change. And still at square 1.
Any one have any input how to theme settings.apk?
Sent from my DROIDX using XDA App
Andriod version text background color
Please help,
I want to change the text background, or to make the background text transparent, in the "Android version" where it write "Zombie Art by Jack Larson".
I searched for several days, but I did not found the solution.
I searched in the framework.jar\smali\com\android\internal\app, in PlatLogoActivity.smali.
I changed there the color code, but not working.
I know that the color code, it is smali color code.
Or is it a .png file in the framework-res.apk to which I must to changes its color?
Can anyone help me?
Thank You.
beegeero said:
Andriod version text background color
Please help,
I want to change the text background, or to make the background text transparent, in the "Android version" where it write "Zombie Art by Jack Larson".
I searched for several days, but I did not found the solution.
I searched in the framework.jar\smali\com\android\internal\app, in PlatLogoActivity.smali.
I changed there the color code, but not working.
I know that the color code, it is smali color code.
Or is it a .png file in the framework-res.apk to which I must to changes its color?
Can anyone help me?
Thank You.
Click to expand...
Click to collapse
Solved.
The file to which needs to be changed the color it is "toast_frame.9.png" in framework-res.apk.
The color changes also in another place, but this is not a problem.
It's just nice.
Below it can see how it looks.
Of course, also the text must be changed in framework.jar\smali\com\android\internal\app, in PlatLogoActivity.smali.
By the way, I can not believe that no one knows which file must had changed the color.
But, perhaps the SGA S5830 no more represent an interest for developers.
However, in many countries SGA S5830 is a smartphone very appreciated and used.
Thanks all.
Without you, I would not have succeeded.
View attachment 3222997 View attachment 3222998