I was wondering if it is possible to install a fully working white notification bar on the Evil Eris ROM v3.0. I've tried searching the forums and have installed the bar successfully, but the clock is white on a white background, which is extremely annoying. I've tried fixing it with the new spare parts by changing the clock color and still no go. Any help would be nice. Thanks.
try going into the zip file for the white notification bar and changing it? I dont know, im basically a noob, just about a year of experience
Changing the clock color requires you to edit the services.jar file. Do a search of the entire site on changing the clock color.
I've done it before but it's not easy. Requires smali and baksmali and opening up a classes.dex file.
I am trying to theme my status drawer. I am having a heck of a time finding the files to change the color and images of the toggles in the drawer (WIFI,Bluetooth,GPS,Mute,Rotate).
I have been looking in:
framework-res.apk -> res-> drawable-hdpi
I attached a image of what i am trying to change.
I would love some direction on this. Thanks.
-----------------------------------------------
Samsung Vibrant w/ Macnut Rom (eugene) FROYO2.2
Answer: twframework-res.apk
Changed:
-Greenish/blue on/off switches to truer blue with a fade out on either end
-Drawer background to pure black with 80% transparency (i think ill go 90 later)
-Drawer handle partially transparent
-Screen rotate Icon replaced
..I removed them completely, as I nerver understood, what they were for.
I am trying to edit a theme and have bumped into two problems involving font color.
1) notification bar fonts needs to be black but is white
2) "menu" font needs to be white but is black/gray
(see pictures)
Can someone experienced in changing the colors change it for me? the framework and twframework is attached (i don't know which needs editing). I know it involvs xml edit but don't know how to do it. Thanks
Follow this instructions http://forum.xda-developers.com/showpost.php?p=9664604&postcount=77 and for the notifications text color you need to edit framework-res/res/layout/status_bar_latest_event_content.xml.
I'm using a Milestone with CyanogenMod 7.1.0 by nadlabak and lense lockscreen style like in attachment.
Now i want to change the clock and date color, because black is unreadable on a dark lense. To change the the color in keyguard_screen_tab_unlock.xml doesn't work but this xml is in use. I don't know why, if i add a text in this xml, it's shown on lockscreen, but the time/ date color will not change.
I found Lockscreen.smali in android.policy.jar but don't know where i have to change the text for another color and to add the custom messages like in SlidingTab Lockscreen. If it's possible i want the lense style with the standard lockscreen messages for battery charging, alarm and maybe carrier.
Can anybody help me?!
I have the same question,any one help?
http://tinyurl.com/6acgw7e
Great link
If i've found something in google, i wouldn't ask ...
Is there nobody who gets an idea?
you know stock android lockscreen these two sliders??
when you tap on it and slide you will see text UNLOCK (left slider) or SOUND TEXT (right slider)
am pretty sure that keyguard_screen_tab_unlock.xml file is for this style of lockscreen not for lense
IMO: keyguard_xxx.xml works when our lockscreen is protected only, so there must be other (more global) file to edit it
ja
jyjdnjdjsjdjxjjs
ZduneX25 said:
you know stock android lockscreen these two sliders??
when you tap on it and slide you will see text UNLOCK (left slider) or SOUND TEXT (right slider)
am pretty sure that keyguard_screen_tab_unlock.xml file is for this style of lockscreen not for lense
IMO: keyguard_xxx.xml works when our lockscreen is protected only, so there must be other (more global) file to edit it
Click to expand...
Click to collapse
yes i know, but i've added a text in keyguard_screen_tab_unlock.xml "Phone locked" u see in the screen. And this text is also shown with lense style, so the xml is in use. But the must be something else, other settings or smali settings i think, to switch off/on the custom messages, date, alarm or whatelse on lockscreen.
Well I really look forward to get it white. I just made lense lockscreen for my MEIZU theme and it would look awesome with white text.
bandit79 said:
yes i know, but i've added a text in keyguard_screen_tab_unlock.xml "Phone locked" u see in the screen. And this text is also shown with lense style, so the xml is in use. But the must be something else, other settings or smali settings i think, to switch off/on the custom messages, date, alarm or whatelse on lockscreen.
Click to expand...
Click to collapse
Same problem here. Neither adding textColor to keyguard_screen_lock.xml or keyguard_screen_tab_unlock.xml changed anything in Lense.
Would really appreciate help here.
Thanks!
http://forum.xda-developers.com/showthread.php?t=1242250
someone managed to theme it for the ns/ns4g been meaning to poke around with it but i'm passed the balmer peak and officially trashed. So i post it here for those of you who are still looking for a lead.
@themapleboy this is not what we are looking for time and date is still black and the rest is just png slider
Sorry about that i was slightly inebriated and thought that would have been a good lead, didn't realize it was just a png.
Any update on this? i too want to know
I'm writing a module and I'm trying to change the color of the lockscreen clock based on the color value of an integer that is changed every time the currently playing media's metadata has changed, but I can't figure out any way to do it, if I make the variable global and change the lockscreen clock color using handleInitPackageResources, it'll change once at boot but then it won't run anymore, so I guess handleInitPackageResources only ever gets called once... how would I do this and have it update the color of the clock every time the variable value is changed?