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

anthonycr

Senior Member
Mar 14, 2012
617
817
0
Albany, NY
Ok another problem.... when you click on a notification, that blue highlight...... I had it themed in CM9 and I checked the code and it seems to still be notification_item_background_color_pressed but it won't theme. Am I wrong or is my ROM messing with me?

Sent from my LG-VM670 using Tapatalk 2
 

nitinvaid

Senior Member
Mar 7, 2011
6,112
4,802
253
31
New Delhi
Ok another problem.... when you click on a notification, that blue highlight...... I had it themed in CM9 and I checked the code and it seems to still be notification_item_background_color_pressed but it won't theme. Am I wrong or is my ROM messing with me?

Sent from my LG-VM670 using Tapatalk 2
<item type="drawable" name="notification_item_background_legacy_color">#7f000000</item>

---------- Post added at 05:10 AM ---------- Previous post was at 05:01 AM ----------

thanks man it worked and one more thing
can i make
abc.pem, abcd.pk8 key using my abc.keystore privatekey
how
anyone
 

Kirillov Artem

New member
Sep 26, 2012
2
0
0
At such message enough to sign your application in Eclipse. This is a step-by-step written in this article: snowpard-android.blogspot.com/2012/09/google-play-signed-applications.htm
 

ock

Senior Member
Mar 9, 2010
1,005
1,380
143
Hi,

I'm searching for the images for Paranoid Android's tablet mode toggles. Does anyone know where they are from?



wifi, bluetooth, autorotate and airplane mode don't seem to make use of CM's stat_*** images.
 

kroz

Senior Member
Nov 14, 2010
4,184
9,800
0
Lipa
Hi,

I'm searching for the images for Paranoid Android's tablet mode toggles. Does anyone know where they are from?



wifi, bluetooth, autorotate and airplane mode don't seem to make use of CM's stat_*** images.


i managed to theme that but not 100% sure which exact png is being fetched, i changed a lot of images in SystemUI :D



try these, hope this was the exact pngs
ic_sysbar_wifi_on
ic_sysbar_rotate_on
stat_sys_data_bluetooth
stat_sys_signal_flightmode

:fingers-crossed:
 
  • Like
Reactions: ock

ock

Senior Member
Mar 9, 2010
1,005
1,380
143
i managed to theme that but not 100% sure which exact png is being fetched, i changed a lot of images in SystemUI :D


try these, hope this was the exact pngs
ic_sysbar_wifi_on
ic_sysbar_rotate_on
stat_sys_data_bluetooth
stat_sys_signal_flightmode

:fingers-crossed:
That worked, thanks! :good:

I used ic_sysbar_airplane_on for airplane toggle.
 

kroz

Senior Member
Nov 14, 2010
4,184
9,800
0
Lipa
That worked, thanks! :good:

I used ic_sysbar_airplane_on for airplane toggle.
haha, i missed one, i am wondering why they choose bluetooth off instead of on, it affects the toggle as well as notification icon, :( as you can see on my screenshot, bluetooth was the only one not themed,

Sent from my SimpleSoft themed Galaxy S2 using Tapatalk 2
 

Nalekstrem

New member
Jan 21, 2011
4
0
0
Montpellier
of course you can. but you have to enable capital letters. or disable?
only if your compiler doesn´t stops when it comes to com_keramidas_TitaniumBackupPro.xml, the app is themed.
you can do that in linux with a rom build environment.

a really nice guy helped me once out.

look for the Resource.cpp in your source folder. line 292
hasErrors = true;

Comment it out in order to be >>>
/* hasErrors = true; */

then the apk compiles, and TitaniumBackup or com_alensw_PicFolder (quick´pic) is themed.
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?
 
Last edited:

DaRk_dOg

Senior Member
Oct 2, 2010
918
2,042
0
Modified aapt

Hello everyone,

a friend of mine, developer nobodyAtall made a JB aapt that totally ignores upper-case xml check and returns zero warnings. It can be used with Ricardo Cerqueira's CM10 template (ant) and only under linux.

Special thanx to m4570d0n, for letting me check his modified aapt and in general for his valuable help. Cheers!

PS:I know this is to be used under linux, but I wasn't sure where else I could post it.
PS2: If repacking it elsewhere, please give some credit to nobodyAtall ;)


Friendly regards, D_d
 

Attachments

ronak.super

Senior Member
Aug 9, 2011
818
1,099
0
25
bangalore Occupation:-Student
Hello,

While I'm trying to compile app im getting this eroor
error: Error retrivevng parent for item: no resource found that matchs the given name `@*android;style/textappearance.statusbar.icon'.

I have added these lines to styles
<style name="TextAppearance.StatusBar.Battery" parent="@*android:style/TextAppearance.StatusBar.Icon">
<item name="android:textSize">14.0dip</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">#ffbebebe</item>
and this to systemUI.xml
<item name="style/TextAppearance.StatusBar.Battery">@style/TextAppearance.StatusBar.Battery</item>

Getting the same error!

PLease help!
 

djdarkknight96

Recognized Themer
Nov 2, 2009
16,838
46,953
263
Springfield
www.designrifts.com
Hello,

While I'm trying to compile app im getting this eroor
error: Error retrivevng parent for item: no resource found that matchs the given name `@*android;style/textappearance.statusbar.icon'.

I have added these lines to styles

14.0dip
normal
#ffbebebe
and this to systemUI.xml
@style/TextAppearance.StatusBar.Battery

Getting the same error!

PLease help!
You have to define the parent in styles for it to compile.

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

m1keyb

Senior Member
Dec 23, 2011
399
247
0
Hello,

While I'm trying to compile app im getting this eroor
error: Error retrivevng parent for item: no resource found that matchs the given name `@*android;style/textappearance.statusbar.icon'.

I have added these lines to styles
<style name="TextAppearance.StatusBar.Battery" parent="@*android:style/TextAppearance.StatusBar.Icon">
<item name="android:textSize">14.0dip</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">#ffbebebe</item>
and this to systemUI.xml
<item name="style/TextAppearance.StatusBar.Battery">@style/TextAppearance.StatusBar.Battery</item>

Getting the same error!

PLease help!

* before the android or multi typo?




Could someone say the names of the .png/.9.png that are used for White menu background and dial upper background(black)/marker(blue)?
It's CM9.

http://forum.xda-developers.com/showpost.php?p=32081053&postcount=264

EDIT:

Also, the names of an image between phone icon and 0
The white background should be dialog full/top/middle/bottom.9.pngs

Sent from my GT-I9100 using xda premium
 
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