[Q] WHITE theme? - Thunderbolt Q&A, Help & Troubleshooting

Is there a white status bar theme for the thunderbolt yet?

xCHPx said:
Is there a white status bar theme for the thunderbolt yet?
Click to expand...
Click to collapse
Check out the lightning rom thread on pg48 or 49, I am working on getting it worked out and I posted the progress on it as of now...it should be done as soon as I get a couple more things worked out.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

dhemke17 said:
Check out the lightning rom thread on pg48 or 49, I am working on getting it worked out and I posted the progress on it as of now...it should be done as soon as I get a couple more things worked out.
Click to expand...
Click to collapse
perfect. will definitely check it out.

Yeah I would like something like this with das BAMF.

I'm currently trying to find out how to changethe text color to black, so I can have a white theme.

eraursls1984 said:
I'm currently trying to find out how to changethe text color to black, so I can have a white theme.
Click to expand...
Click to collapse
When you find that out let me know...I know where to change the color...I just dont know what to change it to to get black. its in the service.jar...

eraursls1984 said:
I'm currently trying to find out how to changethe text color to black, so I can have a white theme.
Click to expand...
Click to collapse
Got the text black on mine

dhemke17 said:
Got the text black on mine
Click to expand...
Click to collapse
Care to share? I haven't been able to put as much time into it lately, my wife is giving me hell over the time I've already spent on it.

eraursls1984 said:
Care to share? I haven't been able to put as much time into it lately, my wife is giving me hell over the time I've already spent on it.
Click to expand...
Click to collapse
go check in the "Vanilla Bean" ROM thread. this guys started it. Maybe you could compare services.jar? or just rip it completely... with credit to him of course.

Certainly! Sorry. Haven't had much time over here....
1. Text pop ups...use the UOT kitchen put just modify statusbar, set the way you want and MAKE SURE YOU CHANGE text color to 000000.
2. As for the clock...pull classes.dex from services.jar and decompile using baksmali. Navigate to Android/status/status bar notification its a line right around .line 69 that initially reads
const/16 v17, -0x1
CHANGE THIS LINE TO
const/high16 v17, -0x100
Recompile classes.dex with small, replace it in services.jar and push push it to your phone or road it in a theme and you are good to go.
Sent from my ADR6400L using XDA Premium App

THANK GOD!
dhemke17 said:
Certainly! Sorry. Haven't had much time over here....
1. Text pop ups...use the UOT kitchen put just modify statusbar, set the way you want and MAKE SURE YOU CHANGE text color to 000000.
2. As for the clock...pull classes.dex from services.jar and decompile using baksmali. Navigate to Android/status/status bar notification its a line right around .line 69 that initially reads
const/16 v17, -0x1
CHANGE THIS LINE TO
const/hight16 v17, -0x100
Recompile classes.dex with small, replace it in services.jar and push push it to your phone or road it in a theme and you are good to go.
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
THANK YOU!!!!!! Finally! I've been working on this here without much luck.
btw...it's high16, not hight16 Teach me not to copy/paste.

Related

Sharing Ideas/Themes/Icons

Hi everyone,
I just recently learned how to theme and create icons for your status bar, so I feel the need to expand on that and help others and create good looking things for them. I'm posting a screen shot of what I have done with my phone and would like to get ideas and/or things that you have done. I know there is a screenshot thread, but this isn't the same. This is coming together to make the best looking icons or best looking color scheme for our phones.
I am using JBoogies Orange deblur Froyo rom and I flashed his red ginger theme for a base to start. A lot of what he did is no longer there, but it was very helpful since I am just starting because it gave me a good idea of what needed to be done.
I don't know how to create a flashable zip, so if I provide you anything it will be an apk that you will overwrite your apk with, unless someone can explain to me how to create the zip.
Anyways, share your ideas.. Here is a few pics of my work so far.
Widgetlcker modded, changed battery icon to draining android, changed wifi icon, themed signal bars, themed dial pad, with the help of JBoogie created a black swype keyboard, themed the smaler icons like vibrate, alarm etc. (I have also had the circle battery icon and the regular one of course just colored. )
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I really thing something in Yelow would look good, hopefully someone or someones will have good ideas!
How can I change the Dial Pad-Number-Background?
What file do I have to change in the BlurDialer.apk?
When I put a background in the dial_num_x_... file it doesn´t work!
hanbam said:
How can I change the Dial Pad-Number-Background?
What file do I have to change in the BlurDialer.apk?
When I put a background in the dial_num_x_... file it doesn´t work!
Click to expand...
Click to collapse
Yes, blurdialer.apk, you need to go into res>drawable-hdpi
You can modify the colors in there, but do not mees with any file ending in .9
then you need to change the permissions before you overwrite the existing app.
should look like this
read write execute
x x x
x
x
jjp84 said:
Yes, blurdialer.apk, you need to go into res>drawable-hdpi
You can modify the colors in there, but do not mees with any file ending in .9
then you need to change the permissions before you overwrite the existing app.
should look like this
read write execute
x x x
x
x
Click to expand...
Click to collapse
I know but what file exactly do I have to change?
I mean the background of the Dial Numbers!
Ahh, As far as I know the only way to do it is to theme the .9 files. Here is how you can do it http://developer.android.com/guide/developing/tools/draw9patch.html
I have not tried, if you do let me know how it works out
Have you done the Theme above?
There the Dial-Numbers have a square around them. How do you do that? Which file did you changed?
hanbam said:
Have you done the Theme above?
There the Dial-Numbers have a square around them. How do you do that? Which file did you changed?
Click to expand...
Click to collapse
It's the dial text field, I guess I have messed with the .9. I know usually those aren't editable, but apparently they are, I just hadn't noticed that is what I was editing. Just made those straight lines rather than the round look
that android battery icon is 2big imo
what i do like is the slidebars on widgetlocker... do u know how I could do that on default lockscreen that comes with jboogies rom?
Peglezn said:
that android battery icon is 2big imo
what i do like is the slidebars on widgetlocker... do u know how I could do that on default lockscreen that comes with jboogies rom?
Click to expand...
Click to collapse
If i make that Android icon any smaller then you cant really see how much jusice is left or you wont see what the icon is...
Yes, you can do it in the framework.res apk. Let me know if you need any help
This is a Dialer themed for someone based off of JBoogies Honeycomb theme. Only tested on JBoogies roms.
Looking good! I like changing the icons. Battery looks good to me.
Sent from my MB525 using XDA App
Just themed the stock contact icon and the add contact button, just touching up little things
Sent from my MB525 using XDA App
EDIT: nevermind ...allready figured it out

[THEME] Vivid v1.0 - 4.1.57 Only - (CWM Update)

Here's a follow up to Tangerine.
All the usually warnings and disclaimers apply.
DO NOT USE ON BELL ATRIX!!
Hope you like it.
Download CWM Zip: http://www.megaupload.com/?d=JSKC0MLP
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
really pumping these out, eh?
if i gave you an original set of Bell framework-res.apk, services.jar, framework.jar, androidpolicy.jar would you consider attempting a port? i can't imagine it being that different, and easier if you've already made all the changes necessary
i would be willing to test them myself to make sure it didn't cause any bricks before you release.
if you wouldn't mind doing that toss me and PM and we can talk
raybond25 said:
really pumping these out, eh?
if i gave you an original set of Bell framework-res.apk, services.jar, framework.jar, androidpolicy.jar would you consider attempting a port? i can't imagine it being that different, and easier if you've already made all the changes necessary
i would be willing to test them myself to make sure it didn't cause any bricks before you release.
if you wouldn't mind doing that toss me and PM and we can talk
Click to expand...
Click to collapse
you could try extracting mine to create yours. all youd really have to do as far as framework-res.apk is overwrite .pngs in drawable-hdpi. Im not sure how different the other files are, not too much i'd imagine. Bell devs are catching up quick and they are more than welcome to rip my themes.
Nottach said:
you could try extracting mine to create yours. all youd really have to do as far as framework-res.apk is overwrite .pngs in drawable-hdpi. Im not sure how different the other files are, not too much i'd imagine. Bell devs are catching up quick and they are more than welcome to rip my themes.
Click to expand...
Click to collapse
Alright, thanks. Figured I'd ask for your approval before asking if someone else if they could tear your stuff apart and recreate it good to know you don't mind, thanks
Sent from my MB860 using XDA Premium App
Great theme! I love the lime green color on black, that's one of my favorite color combinations! Might do an extension of this theme or perhaps a variation sometime down the road...
tonecreationz said:
Great theme! I love the lime green color on black, that's one of my favorite color combinations! Might do an extension of this theme or perhaps a variation sometime down the road...
Click to expand...
Click to collapse
Feel free man, the original is over here and there are also extras for app theming.
Nottach said:
Feel free man, the original is over here and there are also extras for app theming.
Click to expand...
Click to collapse
That's Awaesome! A lot of great themes there! Thanks!
You are really cranking these out! Awesome! Thank you! Installed this and the Blurred Favors and all I need is the purple and teal and I'm set! Awesome!
Simply awesome theme.
Thanks for porting it!
It looks great!
Finally, my fav theme on my retired Nexus S is installed on my new Atrix now..
Thanks to Nottach for awesome job!!
Nottach said:
Here's a follow up to Tangerine.
All the usually warnings and disclaimers apply.
DO NOT USE ON BELL ATRIX!!
Hope you like it.
Download CWM Zip: http://www.megaupload.com/?d=JSKC0MLP
Click to expand...
Click to collapse
I have a problem with text color, may be only me. I was using GreyBlur before applying this theme and now i see Grey text on white background on few menus like Fring app for example. This text is hardly readable . Can there be any fix, may be change text color? Also sometimes hard to see if check box is "checked" or not for the same reason above, grey color. Is it something that can be fixed?
Sekhar
I also facing problem screen stuck at force close after installation......any gurus can help me how to fix it ............
nice i like it thx
shenmui said:
I also facing problem screen stuck at force close after installation......any gurus can help me how to fix it ............
Click to expand...
Click to collapse
Try the un-theme-me thread.
Sent from my MB860
Any chance this will get updated for 1.83?
This is by far my favorite mod/theme.
already has http://forum.xda-developers.com/showthread.php?t=1058989
Thanks so much! I love this theme
Sent from my MB860 using XDA App
Is there a working link for this?

[THEME] Matted Blues v2.1 -- {4.5.91(AT&T) & 4.5.2A(FR)}

Once we have theme chooser capabilities on our device this theme will be removed.
You can then purchase it on the market from the original creator, jabbawalkee.
Much thanks to him for giving the OK with the port.
You MUST be deodexed. Flash with unlocked CWM.
Files Themed:
framework-res.apk - systemui.apk - moto-res.apk - blurdialer.apk - blurcontacts.apk
2.0
- Initial Release
2.1
- Colored Menu Text, Light Grey Menu Icons (Shown in Screen 2)
- Matched Progress Bars Better
2.1.1
-Changed 3G to H
Downloads:
Install 4.5.91 (AT&T): Kens Beta & Ninja
Install 4.5.2A (FR): Cherryblur 1.4d (Install on top of StockTheme from Cherryblur thread.)
1 Bar Fix for 1.97 Radio (v2): Not Included In Theme Installer
Matted Blues Font CWM Zip: Download
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Is this theme for 4.5.91? I didn't know if your title for this thread is a typo or not, it says 2.5.91
CinderWild said:
Is this theme for 4.5.91? I didn't know if your title for this thread is a typo or not, it says 2.5.91
Click to expand...
Click to collapse
It is!
/10char
CinderWild said:
Is this theme for 4.5.91? I didn't know if your title for this thread is a typo or not, it says 2.5.91
Click to expand...
Click to collapse
fast fingers, my bad
Cool beans, thanks for the port bro. I'm gonna flash it now
Nevermind. 10char
Thanks
Sent from my MB860 using XDA Premium App
Anyone have good wallpapers to go with matted blues?
Sent from 2pac using XDA Premium App
Just flashed and now it gives me com.android.phone has stop unexpectedly. What to do now???
jgu71424 said:
Just flashed and now it gives me com.android.phone has stop unexpectedly. What to do now???
Click to expand...
Click to collapse
I'm not sure why that would happen. Maybe try clearing cache or data in application settings? Maybe you're not deodexed?
MarcoPolo78 said:
Anyone have good wallpapers to go with matted blues?
Click to expand...
Click to collapse
Here's the default.
Nottach said:
I'm not sure why that would happen. Maybe try clearing cache or data in application settings? Maybe you're not deodexed?
Click to expand...
Click to collapse
Im dumb sorry im not deodexed... bummer
thanks for the quick port nottach i'm glad i asked lol
Thanks very much.
Looks great.
Only issue I have Is when I press the menu button, from the home screen or within an app, the menu that pops up, like the homescreen one with manage apps, settings, more, add+, etc
the words in the icon are extremely dim.
Update to correct this? I am going to edit this post with a screenshot in a minute
See what I mean
Sent from my MB860 using XDA App
jakew02 said:
the words in the icon are extremely dim.
Click to expand...
Click to collapse
Fixed, shown in Screen Shot 2.
perfect! looks awesome now. thanks a lot Nottach!
Thanks! Looks awesome! Looks even better when you grab the wallpapers/launcherpro icons/text icons from jabbawalkee's thread
I love this theme, probably my favorite out of all the ones available for the Atrix right now. There is one small little thing that bothers me though, I wish we could use something to represent 4G (Granted it's hardly 4G) other than the 3G symbol.
Awesome work mate, my fav theme
One quick question, how do I get the blue clock?

[Theme][HTC_IME]Absolut's Themed Keyboard (Orange and Blue)

What's up everybody
I wanted to play around with the HTC_IME Keyboard so I themed it.
Right now I have to versions I made one for my Orange Theme and one for Mayfield103's awesome Honeycomb theme!!!
These are just the first couple I most likely will do more if people want, but I just wanted something new on my phone.
If you have requests let me know.
Shout out to Roscoenr for getting me started.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download Orange
Download Blue
how about a nice clean flat black one? and can we see some pics of your other two keyboards , forgot that the text is black would that be a problem?
they looks good and what apk do you modify just htcIME.apk
Orange and Blue
I can do that soon
No worries.
Yea that is it all the keys are .9PNGs.
absolutzero1906 said:
I can do that soon
No worries.
Yea that is it all the keys are .9PNGs.
Click to expand...
Click to collapse
sweet! 10char
orange one looks good reminds me of half life!
quickly tried to do the flat black keyboard myself but failed just out of pure curiousity when you recompile you have to put yes when it ask if it is a system apk right?
dfskevinohyeah said:
sweet! 10char
orange one looks good reminds me of half life!
quickly tried to do the flat black keyboard myself but failed just out of pure curiousity when you recompile you have to put yes when it ask if it is a system apk right?
Click to expand...
Click to collapse
It is a little easier and harder than that. Go here and dl the templates http://forum.xda-developers.com/showthread.php?t=1229276. they are .9.pngs so do not remove the black lines around the key (you will see what I mean). Then you have to recompile the pngs (but I did without by accident and it still worked). There are alot of tutorials out there about 9patch but the tool I found to be most useful is the tool here http://www.droidforums.net/forum/xeudoxus/47283-release-xultimate.html. once I recompiled with that tool I used 7zip to open the apk and drop them in the drawable-hdpi folder. It is not that hard but may have to try a few times to get it just right. PM me if you run into any trouble.
Ohhhhh so you first decompile the apk..... take out the drawable res folder.... edit the png you need .9 .... then run ultimate to hide the black lines ... After that just replace the drawable res folder in the original HTC-IME.apk that is not decompiled using 7zip and use adb to replace the apk
Sent from my PG86100 using Forum Runner
Yup Basically. I am not a photoshop guru so I used the templates because they are easier to add color to imo. But that is it. You could flash too. If u push with adb still have to reboot.
Next step for these is text color won't be too hard. Just need free time lol
Root it and Boot it
Bump
Sent from my PG86100 using Tapatalk

[MODs] Ineffabilis v1.3 [2/24/12]

Transparent, Invert and ICS-like Notification pull down for
Ineffabilis v1.3
*EDIT*
I just realized that all the Notification links have the
1) White 1-100% HoneyComb battery (use The UOT Kitchen and the framework-res.apk included to change)
2) animated sync icons. FULL CREDIT TO FERNANDO SOR!
Black Invert Notification Pull Down
-Download
Screen Shots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Ice Cream Sand which-like Notification Pull Down
-Download
Screen Shots
TRANSPARENT Notification Pull Down
make sure to check the "Transparent Background" toggle in MikTweaks.
==========================================================================
MMS fix
-Download
Screen Shots
Awesome thanks! BTW is there any way you could add a tweak so that we could reorder the quicksettings to where we want them?
Aloha Andy,
Tried your red bubbles and it seems that the bubbles are a little misaligned. I would like a a more richer red if possible the color looks closer to a dark brown.
Mahalo for you time and effort!
Sent from my ADR6425LVW using Tapatalk
devilman30 said:
Aloha Andy,
Tried your red bubbles and it seems that the bubbles are a little misaligned. I would like a a more richer red if possible the color looks closer to a dark brown.
Mahalo for you time and effort!
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
very welcome man!,
thanks for the response, wasn't sure how it was going to turn out, now I can hopefully fix it based on this, I'll PM you with an updated one
Where is the link for the trans pulldown? I didn't see it but I am known to be retarded.
Sent from my ADR6425LVW using xda premium
keolawills said:
Where is the link for the trans pulldown? I didn't see it but I am known to be retarded.
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
they both are transparent
When I enabled trans settings, it fc.
asianmike said:
When I enabled trans settings, it fc.
Click to expand...
Click to collapse
Yeah, I've gotten this complaint from someone else as well.
I forgot to mention to delete:
systemUI.odex
downloadprovider.odex
downloadproviderUi.odex
then reboot to recovery and clear dalvik and cache, reboot - and that should fix it.
Thanks Andy. I had already shut down when I saw your post and after I restarted, the bar was back with the transparency. Didn't have to delete the files .Thanks again!
asianmike said:
Thanks Andy. I had already shut down when I saw your post and after I restarted, the bar was back with the transparency. Didn't have to delete the files .Thanks again!
Click to expand...
Click to collapse
it will f/c every time you do transparency or do recent apps, a reboot will always fix it, i still suggest deleting those .odexs.
Hi!
I'm new here, and I've recently rooted my HTC sensation. I'm loving some of the mods that are out there. I'm just curious as to whether this mod will work with the sense 3.5 and GB 2.3.4?
I had a look at the UOT Kitchen and I think I'd like to have a mess around with that too, see what i can come up with. But for now, how do i edit the framework-res.apk to remove the battery (I have my own sense theme with %)? I'm still a n00b at all this and i don't wanna brick my expensive phone.
Thanks for any guidance!
I keep getting some black on black text, like when I'm downloading or using Google music, idk if that's out of your control or not,but I was wondering if there was a stock notification bar anywhere ? Or would I have to reflash the rom ? other than the black text sometimes all is swell with this mod
needs updates to 1.2. as far as the black text on black problem,it's because those apps were set with black text with developers assumption that everyone had a white background
Werd, I updated and all is swell.
Will these work with v1.2?
Edit- doesn't work with 1.2. I got a status bar fc and no status bar. Thankfully I did a nandroid. An update for compatability with 1.2 would be awesome. Pumped on all the support the rez is getting. much better than the d2g. Thanks for all the hard work.
Sent from my ADR6425LVW using xda premium
Hay Andy, any plans to update these to 1.3? Thanks.
OP Updated
MODs updated to reflect ROM v1.3!
Unreal! You are the Man! Thanks, now I can update to 1.3!!
I was afraid to try the UOT kitchen because for most PNG's it won't support higher than 960x540, and I was nervous of it making some systemui.apk and framework-res changes that I didn't want! It works for Rezound in some instances, it must be, I take it?
Also, Pardon my ignorance, sir (as I cannot figure it out by searching, it seems),
but what is the MMS Fix, exactly?
pkopalek said:
I was afraid to try the UOT kitchen because for most PNG's it won't support higher than 960x540, and I was nervous of it making some systemui.apk and framework-res changes that I didn't want! It works for Rezound in some instances, it must be, I take it?
Also, Pardon my ignorance, sir (as I cannot figure it out by searching, it seems),
but what is the MMS Fix, exactly?
Click to expand...
Click to collapse
MMS fix changes the green text box to blue stock

Categories

Resources