[HELP] modding font colour touchwiz secmms.apk - Galaxy S III Q&A, Help & Troubleshooting

i am on stock deodexed JB 4.1.2
can anyone tell me how to CHANGE THE FONT COLOR in the received and sent texts??
already tried this method as told by a dev
decompile twframework-res.apk, open \res\values\colors.xml
find the line: <color name="tw_color002">#ffefefef</color>
change the colour to #ff000000 (to make the text black)
and then recompile twframework-res.apk
but didnt work...HELP PLEASE

Related

help::theming framework-res

can you tell me which file(.9.png) should i change framework-res to change what ive shown in image....thnkzzzzzzz

[HELP] modding font colour touchwiz secmms.apk

i am on stock deodexed jb 4.1.2
can anyone tell me how to CHANGE THE FONT COLOR in the received and sent texts??
i want to make it white, and i will change the bubbles to match with backgorund
already tried this method as told by a dev
decompile twframework-res.apk, open \res\values\colors.xml
find the line: <color name="tw_color002">#ffefefef</color>
change the colour to #ff000000 (to make the text black)
and then recompile twframework-res.apk
but didnt work...HELP PLEASE

[Q] change the background Toggle the status bar notifications

Hi
Very please help
The rom 4.1.2 I could using winrar for simple to change png to another png
Now I'm on 4.4.2 (DittoNote 5.2).
I want to change the png (tw_quick_panel_quick_setting_button_bg_normal.9 ???)
I think it is png a background toogles
I change my png i using winrar but nothing changes.
It is still the old png and no new png.
For what is this happening?
png's ending with 9 are not ordinary png's, they are 9-patch png's and in order to edit them you must DECOMPILE the APK, edit and then RECOMPILE. Anyway, simple adding with winRAR is nota good idea if you don't do ZIPALIGN because it slows down the reading of images....
Ah, and why post a question in app section, isn't Q&A more logical choice?
So I should do this in the Q & A - my mistake.
Ok thanks for the information.
delanik - this is just an example:
I'm trying to change the png in Note 5.2 Ditto 4.4.2
Is the file is tw_quick_panel_quick_setting_button_bg_normal.9 is background switches?
I exchange tw_quick_panel_quick_setting_button_bg_normal.9 another png
with another theme rom Note 2 but nothing has changed.
As I said - pngs with 9 at the end CAN'T be edited without recompiling. Use APKTOOL to decompile APK, then edit, then RECOMPILE. Then from recmpiled APK, copy PNGs (or whole res\drawable folder) to original APK.
If it doesn't change (and it should even when you don't do recompile - it should show BAD image) then you are not editing correct image.
Thank you very much dalanik
I SystemUi decompile framework-res.apk and now the rom DN4 v2.
It will be very difficult for me because there is a lot of files QMG
There is no custom QMG files (icons, button ....) in other roms or themes
to replace them in my rom DN4 v2

[question] about theme create

After reading those guides:
http://forum.xda-developers.com/android/themes/guide-getting-started-theming-cm12-t3006339
http://forum.xda-developers.com/android/themes/guide-t2978121
i managed to import and .apk theme to virtuous studio,enable java as variable,exported framework from my device to desktop
and finally managed to recompile the .apk
the only thing i managed to do was,to change the wallpaper..
my question is :
how can i change the colors of other app?
lets say systemui.apk to change the color of enabled WIFI
http://prntscr.com/612nui <-- make this green for example
ok i will decompile systemui.apk ,mod it and recompile it but this will work only for me...what about others?
how can i change other's apk colors through my theme apk???

Marshmallow 6.0 Power Menu

Anyone have it? without advance reboot menu
I'm looking for this too! Just flashed the stock 6.0 ROM and need the nice reboot menu as it's a pain without.
I Was going to flash any reboot menu but now I've seen this thread may be we need one specific to the android 6.0 ? :-s
No one?
dieselboy said:
No one?
Click to expand...
Click to collapse
You will require rooted device
Open system/build.prop using root explorer or Build.prop editor app
Then
Remove these lines
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.shot=single
ro.build.scafe.cream=white
ro.build.scafe.version=2015A
Then add these lines
ro.build.scafe.version=2016A
ro.build.scafe.size=short
ro.build.scafe.shot=double
ro.build.scafe.cream=white
Then reboot
Now you will get new Power menu like s7 edge
If your text color is not visible in power menu
Then you must edit it in frameworkres.apk
How to Change text color from black to white:
Decompile
framework-res.apk
Locate to
framework-res.apk/res/values/colors.xml
Old code
<color name="tw_global_action_messagetext_textcolor">#ff000000</color>
<color name="tw_global_action_statustext_textcolor">#ff6b6f72</color>
New code
<color name="tw_global_action_messagetext_textcolor">#fffafafa</color>
<color name="tw_global_action_statustext_textcolor">#ffc3c3c3</color>
Recompile and make a flashable zip of your frameworkres.apk and flash it
Enjoy
Ss
@Miaf
@dieselboy
By The way what is your device model ??
Do mention it for what model you want so that some one can give you a zip of modded files
I' ve systemui by Al Cr and this mod change all the panel with jellow letters and White colors. How can solve?
please
yash92duster said:
@Miaf
@dieselboy
By The way what is your device model ??
Do mention it for what model you want so that some one can give you a zip of modded files
Click to expand...
Click to collapse
Please Please can you give me the zip for the 900T for mod
victor952 said:
Please Please can you give me the zip for the 900T for mod
Click to expand...
Click to collapse
search for guide how to make it in s5 themes section
there is a guide by karkrass follow his guide
i dont have your model to make one
marioghs said:
I' ve systemui by Al Cr and this mod change all the panel with jellow letters and White colors. How can solve?
Click to expand...
Click to collapse
The same thing happens to me too, but it's not for the MOD! because I uninstalled it and it remains the same, there must be a solution in the "build pro"
yash92duster said:
You will require rooted device
Open system/build.prop using root explorer or Build.prop editor app
Then
Remove these lines
ro.build.scafe=americano
ro.build.scafe.size=short
ro.build.scafe.shot=single
ro.build.scafe.cream=white
ro.build.scafe.version=2015A
Then add these lines
ro.build.scafe.version=2016A
ro.build.scafe.size=short
ro.build.scafe.shot=double
ro.build.scafe.cream=white
Then reboot
Now you will get new Power menu like s7 edge
If your text color is not visible in power menu
Then you must edit it in frameworkres.apk
How to Change text color from black to white:
Decompile
framework-res.apk
Locate to
framework-res.apk/res/values/colors.xml
Old code
<color name="tw_global_action_messagetext_textcolor">#ff000000</color>
<color name="tw_global_action_statustext_textcolor">#ff6b6f72</color>
New code
<color name="tw_global_action_messagetext_textcolor">#fffafafa</color>
<color name="tw_global_action_statustext_textcolor">#ffc3c3c3</color>
Recompile and make a flashable zip of your frameworkres.apk and flash it
Enjoy
Click to expand...
Click to collapse
Wait, how do you get to root explorer?

Categories

Resources