[GUIDE] T-mobile theme engine for the faint at heart (non-linux users)

TUN_SD

Recognized Themer
Oct 21, 2011
3,572
4,811
263
here and there
tunsd.de
Hello, I try in vain to change apk with uppercase in name like Titanium and quickPic, but I still can not do... :/
where is the file Resource.cpp? in eclipse ? in apkmanager?
I can't find it :(
May be because I'have Windows... So, if it's because of this, a solution was found in windows?
Sry for the late reply.
You can only do this with a rom build environment and Linux.

IceColdJelly OneX
 

nitinvaid

Senior Member
Mar 7, 2011
6,112
4,802
253
31
New Delhi
How to theme this background in parandroid rom


---------- Post added at 05:54 PM ---------- Previous post was at 05:50 PM ----------



what about that time and date text color
 
Last edited:

djdarkknight96

Recognized Themer
Nov 2, 2009
16,838
46,953
263
Springfield
www.designrifts.com
How to theme this background in parandroid rom


---------- Post added at 05:54 PM ---------- Previous post was at 05:50 PM ----------



what about that time and date text color
For the first screen look in paranoid control.apk for a styles with holo.light and remove the .light....the second screenshot is in systemui styles labeled date in the line and just change the color code.

DarkJelly Gnex on JellyBro sent this from the app.
 
  • Like
Reactions: nitinvaid

nitinvaid

Senior Member
Mar 7, 2011
6,112
4,802
253
31
New Delhi
For the first screen look in paranoid control.apk for a styles with holo.light and remove the .light....the second screenshot is in systemui styles labeled date in the line and just change the color code.

DarkJelly Gnex on JellyBro sent this from the app.
for date i have already added in styles changed the hex color also
no difference
Code:
<style name="TextAppearance.StatusBar.Expanded" parent="@android:style/TextAppearance.Small.CalendarViewWeekDayView" />
    <style name="TextAppearance.StatusBar.Expanded.Clock" parent="@style/TextAppearance.StatusBar.Expanded">
        <item name="android:textSize">32.0dip</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">#ffffffff</item>
        <item name="android:textAppearanceAutoCorrectionSuggestion">sans-serif-light</item>
    </style>
    <style name="TextAppearance.StatusBar.Expanded.Date" parent="@style/TextAppearance.StatusBar.Expanded">
        <item name="android:textSize">12.0dip</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">#ffcccccc</item>
        <item name="android:textAllCaps">true</item>
    </style>
 

djdarkknight96

Recognized Themer
Nov 2, 2009
16,838
46,953
263
Springfield
www.designrifts.com
for date i have already added in styles changed the hex color also
no difference
Code:
<style name="TextAppearance.StatusBar.Expanded" parent="@android:style/TextAppearance.Small.CalendarViewWeekDayView" />
    <style name="TextAppearance.StatusBar.Expanded.Clock" parent="@style/TextAppearance.StatusBar.Expanded">
        <item name="android:textSize">32.0dip</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">#ffffffff</item>
        <item name="android:textAppearanceAutoCorrectionSuggestion">sans-serif-light</item>
    </style>
    <style name="TextAppearance.StatusBar.Expanded.Date" parent="@style/TextAppearance.StatusBar.Expanded">
        <item name="android:textSize">12.0dip</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">#ffcccccc</item>
        <item name="android:textAllCaps">true</item>
    </style>
But you have it off white and it is off white. ffcccccc is off white. Did you change it to red and it's still white?

DarkJelly Gnex on JellyBro sent this from the app.
 

nitinvaid

Senior Member
Mar 7, 2011
6,112
4,802
253
31
New Delhi
for first image,
it uses the frameworks_res_background_holo_light
it works but can we change the text color also here

---------- Post added at 07:35 AM ---------- Previous post was at 07:34 AM ----------

But you have it off white and it is off white. ffcccccc is off white. Did you change it to red and it's still white?

DarkJelly Gnex on JellyBro sent this from the app.
oops i forgot to define it in"com_android_systemui"
 

kroz

Senior Member
Nov 14, 2010
4,184
9,800
0
Lipa
it works but can we change the text color also here

---------- Post added at 07:35 AM ---------- Previous post was at 07:34 AM ----------



oops i forgot to define it in"com_android_systemui"
i never tried it mate,

Sent from my SimpleSoft themed Galaxy S2 using Tapatalk 2
 

djdarkknight96

Recognized Themer
Nov 2, 2009
16,838
46,953
263
Springfield
www.designrifts.com
it works but can we change the text color also here

---------- Post added at 07:35 AM ---------- Previous post was at 07:34 AM ----------



oops i forgot to define it in"com_android_systemui"
LOLOLOL I've done that many times.....ok for the PA background you need to edit the styles.xml and change the .Light in this line to .Black and it will make the background dark with white text example:

Code:
    <style name="AppTheme" parent="@android:style/Theme.Light" />
to

Code:
    <style name="AppTheme" parent="@android:style/Theme.Black" />
and define it in a package xml named: com_paranoid_preferences.xml in your theme xml folder

Like this:

<item name="style/AppTheme">@style/AppTheme</item>

You need to do this for the other folder values-v11 sytles.xml as well!!!
 

kroz

Senior Member
Nov 14, 2010
4,184
9,800
0
Lipa
I've looked and can't see what's wrong and its working on my end..oh and youre welcome to use that MMS template stuff.
thanks mate, lines were just copied from his template, :confused:

and thanks for allowing me to use your mms, i will post a link on my thread to yours for the mms.apk download, thanks,

Sent from my SimpleSoft themed Galaxy S2 using Tapatalk 2
 

MrDSL

Senior Member
Nov 17, 2006
7,456
2,598
253
thanks mate, lines were just copied from his template, :confused:

and thanks for allowing me to use your mms, i will post a link on my thread to yours for the mms.apk download, thanks,

Sent from my SimpleSoft themed Galaxy S2 using Tapatalk 2
I'm thinking a misssing .XML file in drawable not being called or missing.
 

kroz

Senior Member
Nov 14, 2010
4,184
9,800
0
Lipa
I'm thinking a misssing .XML file in drawable not being called or missing.
here are the xmls on my drawable for contacts
com_android_contacts_ab_dropdown_navigation_item_background
com_android_contacts_ab_dropdown_navigation_item_background_pressed
com_android_contacts_action_bar_item_background
com_android_contacts_action_bar_tab
com_android_contacts_dialpad_background
com_android_contacts_gray_action_bar_background
com_android_contacts_group_list_item_background
com_android_contacts_list_divider
com_android_contacts_list_item_activated_background
com_android_contacts_quickcontact_list_item_divider
com_android_contacts_quickcontact_track_background
again these are all copy pasted from his template
wait, you think it affects on my rom? i am running aokp
 

MrDSL

Senior Member
Nov 17, 2006
7,456
2,598
253
Those all look right...I know its in there cause when I remove all the styles/colors/drawable stuff from com_android_contacts.xml then the letters turn black again. Being at work I can't check though..

I actually did load AOKP for my Note last night and they were white...however I did notice in landscape the color change is broken and is white no matter what..that issue isn't there in cm10 so its on their end...it would surprise me if it was AOKP causing the problem.

Pm me your apk and I'll try it on cm10 and see if you want.
 
  • Like
Reactions: kroz

kroz

Senior Member
Nov 14, 2010
4,184
9,800
0
Lipa
Those all look right...I know its in there cause when I remove all the styles/colors/drawable stuff from com_android_contacts.xml then the letters turn black again. Being at work I can't check though..

I actually did load AOKP for my Note last night and they were white...however I did notice in landscape the color change is broken and is white no matter what..that issue isn't there in cm10 so its on their end...it would surprise me if it was AOKP causing the problem.

Pm me your apk and I'll try it on cm10 and see if you want.
ok mate, i will just build it together with your mms included, thanks for the help, :)

Sent from my SimpleSoft themed Galaxy S2 using Tapatalk 2
 

kroz

Senior Member
Nov 14, 2010
4,184
9,800
0
Lipa
This is how it looks on my phone.

the only part that was messed on mine was the "favorite" tab of contact, only the font of frequently contacted lists was the dark, as seen on my screenshot before,

Sent from my SimpleSoft themed Galaxy S2 using Tapatalk 2
 

MrDSL

Senior Member
Nov 17, 2006
7,456
2,598
253
Okay I see it now..I was never looking in the right spot...those are definitely white on mine..I'll fix it when I get home
 
  • Like
Reactions: kroz
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone