[Request] Editing a simple line of framework-res - Galaxy Note 3 Themes and Apps

hello guys,
i have a small request, can please someone edit for me:
in Framework-res/values/colors.xml
next to Code:
<color name="notification_icon_bg_color"> (add a white color and remove the buggy black font)
or maybe it is in
<color name="notification_legacy_background_color">
<color name="notification_material_background_color">
because i have this bug with background notif (black with white): http://oi59.tinypic.com/1qlmy8.jpg
i do not have personnal computer and i can not use apktool at work
here is the link of my framework-res.apk:
https://mega.co.nz/#!8kcWWBTD!v-N7HHVBNQHsdtfq3srUVgPX6X3s8HCmOxSl_QqYeGY
in advance, thanks :good:

kataeb said:
hello guys,
i have a small request, can please someone edit for me:
in Framework-res/values/colors.xml
next to Code:
<color name="notification_icon_bg_color"> (add a white color and remove the buggy black font)
or maybe it is in
<color name="notification_legacy_background_color">
<color name="notification_material_background_color">
because i have this bug with background notif (black with white): http://oi59.tinypic.com/1qlmy8.jpg
i do not have personnal computer and i can not use apktool at work
here is the link of my framework-res.apk:
https://mega.co.nz/#!8kcWWBTD!v-N7HH...HCmOxSl_QqYeGY
in advance, thanks :good:
Click to expand...
Click to collapse
will try that after sometime bro
Sir your Framework download link is asking for decryption key fix it and i will help you
thanks
If i helped you press thanks button

@kataeb hmmmm maybe i know this name[emoji14][emoji14]
LOL anyway try with apktool for phone its very helpful tool ..
http://forum.xda-developers.com/showthread.php?t=3116300
Sent from my SM-G9250 using Tapatalk

zain.ahmad said:
will try that after sometime bro
Sir your Framework download link is asking for decryption key fix it and i will help you
thanks
If i helped you press thanks button
Click to expand...
Click to collapse
http://bit.ly/1ArT2sY here is the link! thanks dude

thereassaad said:
@kataeb hmmmm maybe i know this name[emoji14][emoji14]
LOL anyway try with apktool for phone its very helpful tool ..
http://forum.xda-developers.com/showthread.php?t=3116300
Sent from my SM-G9250 using Tapatalk
Click to expand...
Click to collapse
habibe kifak, ayre bil apktool ma 3reft esta3mela, nazalta 3al note 3 ma fhemt chi men chi
hayda el link taba3 el framework http://bit.ly/1ArT2sY

kataeb said:
http://bit.ly/1ArT2sY here is the link! thanks dude
Click to expand...
Click to collapse
Thanks

bro i added white color but i dont know how to remove that black font
here is your modded file
https://mega.co.nz/#!lIcyiLgC!DnlDrw0cPSvZLfH95och2Mc-366FX4S5GAV-NU4CAJA
press thanks if i helped you...!!

zain.ahmad said:
bro i added white color but i dont know how to remove that black font
here is your modded file
https://mega.co.nz/#!lIcyiLgC!DnlDrw0cPSvZLfH95och2Mc-366FX4S5GAV-NU4CAJA
press thanks if i helped you...!!
Click to expand...
Click to collapse
Just to confirm about the black --> white backgrounds, which line of code you actually edit and where? Is it in "colors.xml"?
Coz I've been trying to fix the same problem myself with apktool and I haven't been successful much. A shame about the text though.
Thanks in advance.

eiraku said:
Just to confirm about the black --> white backgrounds, which line of code you actually edit and where? Is it in "colors.xml"?
Coz I've been trying to fix the same problem myself with apktool and I haven't been successful much. A shame about the text though.
Thanks in advance.
Click to expand...
Click to collapse
i replaced white color hex code in colors.xml and this line
<color name="notification_icon_bg_color">
Cheers..!1

Actually, that fixes the icon colours. What he actually wants is below, I think - as I was suffering from the exact problem.
{
"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"
}
Anyway, I have actually found which parts of colors.xml that need changing to fix the above problem:
Code:
<color name="tw_notification_action_button_text_color">
<color name="tw_notification_action_button_background_color">
Change the first to black from teal and the second to white from black and you're all set.
Thanks for the inspiration though guys.

eiraku said:
Actually, that fixes the icon colours. What he actually wants is below, I think - as I was suffering from the exact problem.
Anyway, I have actually found which parts of colors.xml that need changing to fix the above problem:
Code:
<color name="tw_notification_action_button_text_color">
<color name="tw_notification_action_button_background_color">
Change the first to black from teal and the second to white from black and you're all set.
Thanks for the inspiration though guys.
Click to expand...
Click to collapse
a question but once modified and recompiled framwork.res coke do you overwrite the other without going bootloop ??
---------- Post added at 10:09 AM ---------- Previous post was at 10:00 AM ----------
eiraku said:
Actually, that fixes the icon colours. What he actually wants is below, I think - as I was suffering from the exact problem.
Anyway, I have actually found which parts of colors.xml that need changing to fix the above problem:
Code:
<color name="tw_notification_action_button_text_color">
<color name="tw_notification_action_button_background_color">
Change the first to black from teal and the second to white from black and you're all set.
Thanks for the inspiration though guys.
Click to expand...
Click to collapse
a question but once modified and recompiled framwork.res coke do you overwrite the other without going bootloop ??

Yeah, I just did a dirty copy and overwrite - which *will* of course cause a freeze - and quickly turned the phone on and off. Afterwards it boots fine with no bootloops.
I do need to remind you though, after recompiling you *HAVE* to copy the META-INF folder and AndroidManifest.xml file from your old framework-res.apk into the new one.
Or at least that's what I did.
Also, I'm using TotalCommander, which helpfully overwrites a file with the previous file's permissions intact. I'm not sure about other file managers - theoretically if the FM doesn't preserve file permissions while overwriting, a bootloop could occur as the new framework-res.apk will *NOT* have the correct permissions.

Thank you

Related

[Theme] "Envy" for WB v6 (w/% battery & animated notification background)

[Theme] "Envy" for WB v6 (w/% battery & animated notification background)
I revamped my Suave Green theme from 2.1 and added some new stuff for 2.3!
Since there is a line of themes & icons named "Suave" already I changed the name to "Envy" to avoid confusion but now I see some themes in the "similar threads" with Envy in the title...
I'm gonna roll with it since it's already named & uploaded, hopefully no one minds.
So without further ado I present:
{
"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"
}
for Wolfbreak's TW Gingerbread V6 . . U jelly?
(Fully= "Connected to Google")
I made or edited most of the visible icons, buttons, toggles, etc. including the battery and this time around I added an animated SE logo to the notification background (shade).
The first time you pull down the notification bar after a reboot it will not be animated, but the next time you pull it down the little ball inside will bounce back & forth
I will also attach a zip to remove the animation in case it's not your style.
With Animation>
. . No Animation>
Thanks to 10tonhammr for this post explaining how to do the animation.
And of course a big thanks to Wolfbreak for the rom!
As always, back up before flashing in Xrecovery and I am not responsible if you break anything or suddenly become more popular.
>>Video Preview<<
>Themed 2.3.4 SE Launchers and wallpapers in 2nd post!<
Download:
Envy_WB_v6.zip
Hit "Thanks" if you like it, buy me a coffee if you want to see more...
Special thanks for donating go to:
916x10 . . . #************0521D
It makes the work a lot easier!
25 Green wallpapers
Images were found & resized, some were re-colored, credits to their original creators.
Download:
Envy_Wallpapers.zip
(this is NOT a flashable zip, extract first to use the wallpapers )
"Envy" Green themed SE 2.3.4 launcher
. .SE Logo Version->
Download:
(See Attachments)
Thanks to SEMC.Like for originally porting it Here
Also shown is Suave Green Analog Clock
wow..nice work m8!
You jelly?
Hahhahahaha nice theme lol
Can you incorporate this into your theme http://forum.xda-developers.com/showthread.php?t=1141443
Or can you make a better one?
Prodigy said:
You jelly?
Hahhahahaha nice theme lol
Can you incorporate this into your theme http://forum.xda-developers.com/showthread.php?t=1141443
Or can you make a better one?
Click to expand...
Click to collapse
Incorporate a theme into a theme?
I'll let someone else port that... It's a good one though!
I don't plan on adding a lot more to this theme anyway, since I'm about to switch roms... I may do messaging & a few other things if I get requests, but I'll be sticking w/my theme for that.
I request this in blood red and black if possible.
Very nice work.
OmegaRED^ said:
I request this in blood red and black if possible.
Very nice work.
Click to expand...
Click to collapse
Hmm, I'll see how hard it is & get back to ya.
Thanks.
The best theme nice work
X10 HACK
HOW DID U CHANGE THAT VOLUME CONTROLS TO GREEN????
can u tell me which files are associated with that volume controls please???
Finally! I was beginning to lose hope...looks like I got some. flashing to do tonite, woohoo!
Sent from my X10i using XDA App
X10GB said:
HOW DID U CHANGE THAT VOLUME CONTROLS TO GREEN????
can u tell me which files are associated with that volume controls please???
Click to expand...
Click to collapse
framework-res.apk\res\drawable\progress_horizontal.xml
I changed the colors marked in green (progress).
<?xml version="1.0" encoding="UTF-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@id/background">
<shape>
<corners android:radius="5.0dip" />
<gradient android:startColor="#ff525558" android:endColor="#ff525558" android:angle="270.0" android:centerY="0.75" android:centerColor="#ff6a737d" />
</shape>
</item>
<item android:id="@id/secondaryProgress">
<clip>
<shape>
<corners android:radius="5.0dip" />
<gradient android:startColor="#8032fa00" android:endColor="#a000fc00" android:angle="270.0" android:centerY="0.75" android:centerColor="#8055fa02" />
</shape>
</clip>
</item>
<item android:id="@id/progress">
<clip>
<shape>
<corners android:radius="5.0dip" />
<gradient android:startColor="#ff28a828" android:endColor="#ff28a828" android:angle="270.0" android:centerY="0.75" android:centerColor="#ff1e9e1e" />
</shape>
</clip>
</item>
</layer-list>
Click to expand...
Click to collapse
.
916x10 said:
Finally! I was beginning to lose hope...looks like I got some. flashing to do tonite, woohoo!
Sent from my X10i using XDA App
Click to expand...
Click to collapse
Ha, yea I have had a lot on my plate lately. Hope it's worth the wait.
aydee said:
framework-res.apk\res\drawable\progress_horizontal.xml
i changed the colors marked in green (progress).
.
Ha, yea i have had a lot on my plate lately. Hope it's worth the wait.
Click to expand...
Click to collapse
thanks man....
U r awsome...!!!!
:d
THANK YOU SO MUCH! Now I dont feel so bad for nagging about a 2.1+ Theme (Sorry BTW). Will test and report any issues.
AyDee said:
Ha, yea I have had a lot on my plate lately. Hope it's worth the wait.
Click to expand...
Click to collapse
Worth the wait? Dude, this theme is sick! I'm beyond impressed and very happy with it. In ur screenshots I seen a couple things I didnt think I'd like but after flashing it and seeing it in person, there's nothing I don't like about it. Absolutely stunning! Thanks a million for bringing this to the WB v6 rom, its the cherry on top. Got a paypal acct?
Sent from my X10i using XDA App
unimatrix725 said:
THANK YOU SO MUCH! Now I dont feel so bad for nagging about a 2.1+ Theme (Sorry BTW). Will test and report any issues.
Click to expand...
Click to collapse
NP
Ha, not nagging- just "motivating"
916x10 said:
Worth the wait? Dude, this theme is sick! I'm beyond impressed and very happy with it. In ur screenshots I seen a couple things I didnt think I'd like but after flashing it and seeing it in person, there's nothing I don't like about it. Absolutely stunning! Thanks a million for bringing this to the WB v6 rom, its the cherry on top. Got a paypal acct?
Sent from my X10i using XDA App
Click to expand...
Click to collapse
Thanks, I appreciate it. I just added the SE-Logo launcher in the second post.
My paypal's in the 1st post or donate button on pc. Not required but definitely appreciated!
AyDee said:
SE Logo Version
Click to expand...
Click to collapse
Stunning! I hope Blackwatch89 is still around, i'm gonna shoot him this file and see if he can modify it from the 5 panels it is, to 3 panel like my current launcher
But until then, I guess i'm gonna be rocking the stock 5 homescreens version cause this is too sick to not flash immediately.
I'm about to donate right now
**Update**
Unique Transaction ID # 7E8921473B360521D
Thanks again man, I am 100% satisfied with it, easily the best X10 theme on this forum!
---------- Post added 7th October 2011 at 12:32 AM ---------- Previous post was 6th October 2011 at 11:42 PM ----------
My Homescreen before
After
Folder view before
After
I'll post more, but i'm tappin' out for the nite
AyDee said:
framework-res.apk\res\drawable\progress_horizontal.xml
I changed the colors marked in green (progress).
.
Ha, yea I have had a lot on my plate lately. Hope it's worth the wait.
Click to expand...
Click to collapse
you seem to be helpful,so gonna disturb u once again
need one more help..
i am currently editing apk's on mac and i am not able to edit xml files on mac so can u give me list of all applications i need to download to edit apk's on windows...
please....
X10GB said:
you seem to be helpful,so gonna disturb u once again
need one more help..
i am currently editing apk's on mac and i am not able to edit xml files on mac so can u give me list of all applications i need to download to edit apk's on windows...
please....
Click to expand...
Click to collapse
You need to decompile the apk before you can edit the xmls. Then you can edit them like a normal text file and then re-compile.
You will need to install ADB (android debug bridge). It has something called apktool built in that can edit apks from the command line. Then there is Apk Manager that is a frontend for apktool.
That will get you started. There is lots of good info here on Xda and even Google if you search those tools. Good luck!
Sent from my X10i using XDA App
AyDee said:
You need to decompile the apk before you can edit the xmls. Then you can edit them like a normal text file and then re-compile.
You will need to install ADB (android debug bridge). It has something called apktool built in that can edit apks from the command line. Then there is Apk Manager that is a frontend for apktool.
That will get you started. There is lots of good info here on Xda and even Google if you search those tools. Good luck!
Sent from my X10i using XDA App
Click to expand...
Click to collapse
thanks .....
i just install all the things u had mentioned but the problem is i don't know how to install drivers even though i have them...
can u tell me how to install drivers...???
PLEASE..!!!
Download & unzip the attachment, then right-click on sa0102adb.inf and choose "install".
If you have more questions, please start a thread in Q&A & PM me & I'll answer it there. Thanks.

[MOD][HOW-TO][CM10]Change Lockscreen Clock Format, Font, and Size

Hey Guys, I'm back with another CM10 mod.
With this mod you can change the lockscreen clock format, font, and size.
Initially I looked into this because the clock on the lockscreen wouldn't show AM/PM even after explicitly setting it to show from the settings. So after fixing that, I noticed that I can also change the font of the clock too. And then also the size. :victory:
Ok. So before I start with the guide, a screenshot of how it can look in the end.
{
"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"
}
So first of all Format :
1. Decompile framework.jar of cm10.
2. Goto \smali\com\android\internal\widget\
3. Open DigitalClock.smali
4. Find:
Code:
.method private setDateFormat()V
5. In that method find:
Code:
const-string v0, "h:mm"
It's the third last line of that method.
6. Change it to:
Code:
const-string v0, "h:mm AA"
7. Save the file. You just changed the lockscreen format. Now, usually AA should give capital AM/PM. But it still shows am/pm on lockscreen. So that means something's wrong somewhere. But anyways this method does show am/pm on lockscreen.
Moving on to the Font (Optional. Read point 11):
8. In that same file DigitalClock.smali, the very first method is
Code:
.method static constructor <clinit>()V
9. Find:
Code:
const-string v0, "/system/fonts/AndroidClock.ttf"
change it to:
Code:
const-string v0, "/system/fonts/Clockopia.ttf"
10. Next find:
Code:
const-string v0, "/system/fonts/AndroidClock_Highlight.ttf"
change it to:
Code:
const-string v0, "/system/fonts/Clockopia.ttf"
11. Save the file. Now this makes the lockscreen font to Clockopia.ttf which is present in your /system/fonts/ . This allows users to change only a single file to change clock font. Or else users can change both AndroidClock.ttf and AndroidClock_Highlight.ttf to any other font.
The original clockopia font in our cm10 doesn't contain proper alphabets so you will have to change it to something else.
You will have to rename a font to Clockopia.ttf (make sure the font you are changing to is in .ttf format) and replace it in the fonts folder with permissions rw-r-r.
Next is the size of the Font:
When I changed the font to an other one, the size was too large and had to be changed. To do that:
12. Decompile framework-res.apk.
13. Goto \res\values\
14. Open dimens.xml and find:
Code:
<dimen name="keyguard_lockscreen_clock_font_size">
Change the dip value to anything you want. (For the font in the screenshot, I have kept it 50.)
15. Save the file.
16. Now recompile the jar and the apk.
For framework.jar, take the classes.dex from the recompiled jar and replace in the original jar.
For framework-res.apk, take the resources.arsc from the recompiled apk and replace in the original apk.
17. Replace both of them in system/framework/ folder with permissions rw-r-r.
Click to expand...
Click to collapse
Note: For people who on ROMs based on CM10 (eg. RemICS, XPERIA etc), the framework-res.apk which I am attaching is for the original CM10 by dhiru. So the drawables will be of the original CM10. So you all will have to replace the resources.arsc of your ROM's framework-res.apk to retain your ROM's drawables.
Download links:
Morphing Zip
Thank You
​
^^ thanks man .. don't you use your transparent background mod?
To use that mod alongwith this one, i'll just have to replace the resources.arsc in this apk by the one in my apk. Correct?
===========================================
Oops. I didnt realize that this one uses a different file. Thanks for the below post.
=================
Downloaded and pushed. As always, works perfect. No issues.
Hetalk said:
^^ thanks man .. don't you use your transparent background mod?
To use that mod alongwith this one, i'll just have to replace the resources.arsc in this apk by the one in my apk. Correct?
Click to expand...
Click to collapse
That transparent background mod is in SystemUI.apk if I'm not mistaken. So this wont change that.
Morphing Zip in OP.
font color
Hi, thank you for the mod, but how do you change the font color? I've been looking for an answer to that question and nothing found about it.
Thanks in advance.
Regards.
fvlserevere said:
Hi, thank you for the mod, but how do you change the font color? I've been looking for an answer to that question and nothing found about it.
Thanks in advance.
Regards.
Click to expand...
Click to collapse
In framework-res.apk, goto \res\values\ . Open colors.xml.
Find:
<color name="lockscreen_clock_background">#ffffffff</color>
<color name="lockscreen_clock_foreground">#ffffffff</color>
<color name="lockscreen_clock_am_pm">#ffffffff</color>
<color name="lockscreen_owner_info">#ff9a9a9a</color>
Change as you like.
ammar, how are things about jb theme for gb value pack?
cukierkas said:
ammar, how are things about jb theme for gb value pack?
Click to expand...
Click to collapse
Working on it. Dont worry, i wont let the users down. Just give me time. Keep calm and gangnam style.
Never understood the popularity of that piece
Keep it going, gb community trust in you :thumbup:
Sent from my GT-I9003
How about making it transparent? and adding some text on lockscreen
great guide
can you recomnend another cool font, as i don't like Clockotopia
jader13254 said:
great guide
can you recomnend another cool font, as i don't like Clockotopia
Click to expand...
Click to collapse
Roboto is the best. :thumbup:
Thank you for the excellent guide!
Any idea how to change the font that is used by the date string on the lock screen?
creeve4 said:
Thank you for the excellent guide!
Any idea how to change the font that is used by the date string on the lock screen?
Click to expand...
Click to collapse
I believe it's the default. I could had looked into it but currently im back on my stock gb rom for my theme.
ammar786 said:
I believe it's the default. I could had looked into it but currently im back on my stock gb rom for my theme.
Click to expand...
Click to collapse
I agree, it is the stock font. I've searched through the smali files in framework.jar but I cannot find where the font is assigned.
Help
Hi mates! How r u ? Think its all right. My problem: i need fonts to my Samsung GT I9003 "azlat" or another font with these characters : "ə, ü, ö, ğ "& etc. format of Azeri ( Azerbaijan) language.
Thanks & Regards.
Zaur from Baku.
hey ammar before i use this can you use the font style like in 4.2.2?
tejadakenneth said:
hey ammar before i use this can you use the font style like in 4.2.2?
Click to expand...
Click to collapse
4.2.2 uses different fonts for hours and minutes. Here both will remain the same.
ammar786 said:
4.2.2 uses different fonts for hours and minutes. Here both will remain the same.
Click to expand...
Click to collapse
what about segoe ui light like in windows phones? and also can it be change the day and month?
tejadakenneth said:
what about segoe ui light like in windows phones? and also can it be change the day and month?
Click to expand...
Click to collapse
Any ttf font would work. THe day and month uses the system font. So it wont change.

[GUIDE][JB] Make Transparent Background All System App

{
"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"
}
This is a simply method to set a transparent background all system app :
1. Create a 480x800 sized image with photoshop (set image opacity as you wish) and save it as .png. rename its as "tw_background_holo_dark.png"
2. Decompile framework-res.apk
3. Browse to res/values and open styles.xml. Search code for "<style name="Theme.Holo" parent="@style/Theme">"
4. On it, search this line "<item name="windowShowWallpaper">false</item>" and replace values false with true (use notepad++). Save all and close
5. Browse to res/drawable-nodpi and replace existing tw_background_holo_dark.png with your image.
6. Recompile framework-res
7. Replace framework-res.apk on your device (Root explorer, adb, flash through recovery). Personally I also clear cache and dalvik cache
8. Done :victory:
NOTE :
- Always perform backup before replace any system file! Also, I'm no responsible for any problems that may occure on your phone
- You can download this image if you want. extract and rename its as "tw_background_holo_dark.png"
- You can follow this great guide for Decompile and Rebuild framework-res.apk without errors
- If you want simple method flash Transparent All System App.zip via CWM (Only for KYRILLOSv7B)
~ SORRY FOR MY BAD ENGLISH ~
Also include background_holo_dark.png
I just replace the PNGs in drawable-nodpi and no more xml edits and it works fine.
Dr01nE said:
Also include background_holo_dark.png
I just replace the PNGs in drawable-nodpi and no more xml edits and it works fine.
Click to expand...
Click to collapse
Yesterday I tried replace background_holo_dark.png only and editing xml same this guide results no transparent background
if there is a shorter tutorial please insert too in here cz i'm because I was newbie
Artha_CR said:
Yesterday I tried replace background_holo_dark.png only and editing xml same this guide results no transparent background
if there is a shorter tutorial please insert too in here cz i'm because I was newbie
Click to expand...
Click to collapse
I just replace the two holo dark backgrounds (tw and default) and everything has se background system-wide
Could you make the statusbar transperrant just the top black bar its really ugly..
bogii4 said:
Could you make the statusbar transperrant just the top black bar its really ugly..
Click to expand...
Click to collapse
Like this??
SIV theme coming soon
That sir, looks awesome! S IV icons are mostly white though, can't wait till it finishes. The lock screen would be awesome too
Sent from my GT-I8160 using xda app-developers app
uchihakurtz said:
That sir, looks awesome! S IV icons are mostly white though, can't wait till it finishes. The lock screen would be awesome too
Sent from my GT-I8160 using xda app-developers app
Click to expand...
Click to collapse
Is siv lockscreen different?
Yes, instead of ripple like lock screen, it's some kinda light, looks really awesome, try YouTube -ing it.
Sent from my GT-I8160 using xda app-developers app
I still have this problem when I'm writing
Enviado desde mi GT-I8160 usando Tapatalk 2
chape199 said:
I still have this problem when I'm writing
Enviado desde mi GT-I8160 usando Tapatalk 2
Click to expand...
Click to collapse
yes it's a some bugs..
write some letters or numbers for show textfield again...
maybe someone can answer for this problem
the only thing i know is that only happens whith samsung keyboard, im using a.i type and no problem.
Enviado desde mi GT-I8160 usando Tapatalk 2
Artha_CR said:
yes it's a some bugs..
write some letters or numbers for show textfield again...
maybe someone can answer for this problem
Click to expand...
Click to collapse
Is there any development on how to fix this??
How to change the font color?
riyosakura said:
Is there any development on how to fix this??
Click to expand...
Click to collapse
Maybe next time i will fix this bugs
jaml said:
How to change the font color?
Click to expand...
Click to collapse
You can editing framework-res in /res/color and search in google
Could it dry our battery? Sorry for my bad question
AzFa48 said:
Could it dry our battery? Sorry for my bad question
Click to expand...
Click to collapse
NO cause this mods only change background become transparent
@Artha_CR
@chape199
@riyosakura
If keyboard issue still not solved then may be my this guide will help you
System Black background to Transparent background
Regards and Cheers
Mohitash
Works fine for 4.4.2 touchwiz, though I had to edit tw_background_holo_dark.png, change the colour code and recompile the apk. Another choice is removing that file and adding the png to drawables.

[THEME] {.108} GreenGlow [06/09/14]

{
"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"
}
Hi guys, welcome to my GreenGlow theme, I've had this theme on all of my Xperias and now releasing it for the Z1C community.
Requirements:
.108 Firmware
Rooted
Deodexed
Know how to flash or replace files
Whats Themed:
Framework
SystemUI
Keyguard
Phonebook
Conversations
Settings
Calculator
SemcClock
Features:
Dark Apps
Themed % battery
No tabs in Notifications
Small 4 Button Navbar
Advanced Power Menu
Screenshots:
Install:
Flash with CWM or extract then copy and replace each file. After reboot set GreenGlow as the Phone theme for the theme accent colour to display.
Download:
GreenGlow.zip [43.81mb]​
Restoring:
If you want to restore back to stock files, this zip will replace every modified file in the GreenGlow.zip
Restore.zip [43.07mb]​
Please Note:
I love this colour so it is the only one I'll ever work on, if someone wants to colourize every modified png then feel free, all I ask is that you post your work back here in this thread and I'll happily add it to the OP. I appreciate many of you use tabs in your notification window, I don't, so you will either need to sacrifice them or modify your own SystemUI which I will happily assist you with where needed.​
Dialer and phonebook are still white, otherwise all great.
Archibishop said:
Dialer and phonebook are still white, otherwise all great.
Click to expand...
Click to collapse
Uninstall any updates for them and that should do it, just checked the zip and the right files are in there.
fix font.
asdera58 said:
fix font.
Click to expand...
Click to collapse
Theres no fonts changed when flashing this.
XperienceD said:
Theres no fonts changed when flashing this.
Click to expand...
Click to collapse
this is normal?
asdera58 said:
this is normal?
Click to expand...
Click to collapse
Try flashing it again, the settings should be black.
XperienceD said:
Try flashing it again, the settings should be black.
Click to expand...
Click to collapse
2 times tray...
np thx.
asdera58 said:
2 times tray...
np thx.
Click to expand...
Click to collapse
Try copying it over manually, bit strange how it's not working for you.
congratulations, i like the way it looks
how can i keep the 3 Button NavBar?
Kasmo said:
congratulations, i like the way it looks
how can i keep the 3 Button NavBar?
Click to expand...
Click to collapse
Thanks. You need to decompile the stock and modified SystemUI apks, replace the navbar.xml from the layout folder in the stock SUi with the one in the modified SUi, and remove the line...
Code:
<item type="id" name="newmenu">false</item>
...from the ids.xml in the values folder. You can grab a folder with everything you need to be able to mod from [Guide/Reference] The Basic APK & Theming Thread...
thx, i'll try
and, how can i keep 2 tabs in Notifications?
Kasmo said:
thx, i'll try
and, how can i keep 2 tabs in Notifications?
Click to expand...
Click to collapse
Replace the modded somc_tabs_status_bar_expanded.xml with an unmodded one.
XperienceD said:
Hi guys, welcome to my GreenGlow theme, I've had this theme on all of my Xperias and now releasing it for the Z1C community.
Requirements:
.108 Firmware
Rooted
Deodexed
Know how to flash or replace files
Whats Themed:
Framework
SystemUI
Keyguard
Phonebook
Conversations
Settings
Calculator
SemcClock
Features:
Dark Apps
Themed % battery
No tabs in Notifications
Small 4 Button Navbar
Advanced Power Menu
Screenshots:
Install:
Flash with CWM or extract then copy and replace each file. After reboot set GreenGlow as the Phone theme for the theme accent colour to display.
Download:
GreenGlow.zip [43.81mb]​
Restoring:
If you want to restore back to stock files, this zip will replace every modified file in the GreenGlow.zip
Restore.zip [43.07mb]​
Please Note:
I love this colour so it is the only one I'll ever work on, if someone wants to colourize every modified png then feel free, all I ask is that you post your work back here in this thread and I'll happily add it to the OP. I appreciate many of you use tabs in your notification window, I don't, so you will either need to sacrifice them or modify your own SystemUI which I will happily assist you with where needed.​
Click to expand...
Click to collapse
Kindly make it for xperia z yuga also. Thanks in advance
jindal_bharat said:
Kindly make it for xperia z yuga also. Thanks in advance
Click to expand...
Click to collapse
Feel free to port it, I don't mod for multiple devices.

[DEV] [SMALI] Notification Panel Background (Without Effecting Lockscreen)

Howdy, everyone...
This is a custom class (extending ImageView) I made that will enable you to add a background/wallpaper to the notification panel, without effecting the lockscreen. If you use this (or any derivative thereof) in any release, please give proper credit and shoot me a link to the release...
How To Use
Download the linked zip file.
Decompile your SystemUI.apk.
Extract the zip file, and copy the entire "morningstar" folder to /smali/com/android in your decompiled apk.
Place your background image into the appropriate drawable folder.
Open /res/layout/status_bar_expanded.xml, and immediately following the line with the namespace declarations, add the following:
Code:
<com.android.morningstar.NotiPanelBG android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/your_background_drawable" />
Example:
{
"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"
}
*Note: This class accepts all standard ImageView attributes, so adjust to fit your specific needs.
Recompile, push to your device, set permissions to RW-R-R, and reboot.
***Note***
You may have to make the layout change in one of the specific resolution layout folders, rather than in the main layout folder, depending on your device.
Screenshots
Notification panel expanded while device is unlocked:
...And while locked (The black & white image is my lockscreen background):
Download
NotiPanelBG.zip
md5: 4ff444ea14cf70c39a49a252cbf3e19d
Click to expand...
Click to collapse
Enjoy!
~Morningstar
awesome, thanks for the guide!!
Sent from my note 3 running Beast Mode rom
Great tuto man, thanks for sharing!!
Awesome, awesome, awesome mod @Morningstar! It works on first try, thanks mate!
Also can be put inside a linearlayout to toggle it and activate or deactivate when you want, just try it and works perfect.
Thanks a lot for your hard work and the guide :good:
you are the one !! thanks a lot for this mod !!
I was waiting for this for a long time :good:
only a question , i have a s6 device and i noticed that when i open the pulldown when i already open the lockscreen .. is all ok like this screen
but if i open the pulldown before to open the lockscreen i get this
i think need to add your line in another xml for keyguard
what do you think about?
i hope you understand
thanks again for this great work
Thanks mate, took a while to find the correct drawable folder, but i finally got it working:good:
---------- Post added at 06:00 PM ---------- Previous post was at 05:59 PM ----------
Carotix said:
you are the one !! thanks a lot for this mod !!
I was waiting for this for a long time :good:
only a question , i have a s6 device and i noticed that when i open the pulldown when i already open the lockscreen .. is all ok like this screen
but if i open the pulldown before to open the lockscreen i get this
i think need to add your line in another xml for keyguard
what do you think about?
i hope you understand
thanks again for this great work
Click to expand...
Click to collapse
This is what it says in the 2nd line of the op
This is a custom class (extending ImageView) I made that will enable you to add a background/wallpaper to the notification panel, without effecting the lockscreen
Tired Storeman said:
Thanks mate, took a while to find the correct drawable folder, but i finally got it working:good:
---------- Post added at 06:00 PM ---------- Previous post was at 05:59 PM ----------
This is what it says in the 2nd line of the op
This is a custom class (extending ImageView) I made that will enable you to add a background/wallpaper to the notification panel, without effecting the lockscreen
Click to expand...
Click to collapse
ahhh ok ! sorry
I had understood something else
@Morningstar I just saw your tut, didn't have time to try it yet, but I must say : delivered as promised, thanks a million ton.
.... Thk you sooo much for this, you made it sooo it easy...
Thanks sir!!!
Thanks sir !!!, it's worked correctly on nicki running with cm 12.1 build 20150831
what is namespace declaration ?
Morningstar said:
Howdy, everyone...
[*]Extract the zip file, and copy the entire "morningstar" folder to /smali/com/android in your decompiled apk.
[*]Place your background image into the appropriate drawable folder.
[*]Open /res/layout/status_bar_expanded.xml, and immediately following the line with the namespace declarations, add the following:
Code:
<com.android.morningstar.NotiPanelBG android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/your_background_drawable" />
Enjoy!
~Morningstar
Click to expand...
Click to collapse
what is namespace declaration ?
Uchiha_Dev said:
what is namespace declaration ?
Click to expand...
Click to collapse
Oops. Sorry. Probably should have explained that in a slightly more user-friendly way lol.
The namespace declarations are simply the bits near the top of layout xmls that begin with "xmlns". For example:
Code:
xmlns:android="http://schemas.android.com/apk/res/android"
Morningstar said:
Oops. Sorry. Probably should have explained that in a slightly more user-friendly way lol.
The namespace declarations are simply the bits near the top of layout xmls that begin with "xmlns". For example:
Code:
xmlns:android="http://schemas.android.com/apk/res/android"
Click to expand...
Click to collapse
i figured it out 5-6 days ago, thanks anyways
Uchiha_Dev said:
i figured it out 5-6 days ago, thanks anyways
Click to expand...
Click to collapse
Glad you got it figured out. Sorry I wasn't able to reply sooner. Been really busy all week, and haven't hardly had time to get on XDA.
Morningstar said:
Glad you got it figured out. Sorry I wasn't able to reply sooner. Been really busy all week, and haven't hardly had time to get on XDA.
Click to expand...
Click to collapse
no problem, the reason I got confused was because I stated android:backgroud in two place one in your code and the other in the actual status_bat_expanded.xml code (above namespace declaration) and because of that the image won't go off of the lock screen. So I thought that namesapce declaration was something else
Hello @Morningstar,
thank you for this custom class mate. The part about "not effecting Lockscreen" does this means the notification panel in lockscreen or also the wallpaper of the lockscreen. In short i have implemented a class for blured effect of the notification wallpaper and as you know since lollipop if you change the BG for the NPB it also changes the lockscreen wallpaper. like in the attached pics. Is it possible to merge those bothe smalis, so i have a blured NPB withou effecting the Lockscreen? I attached the smali for blured effect and if you have timeand muse to have a look - thank you. If not - still the same mate.
and2 said:
Hello @Morningstar,
thank you for this custom class mate. The part about "not effecting Lockscreen" does this means the notification panel in lockscreen or also the wallpaper of the lockscreen. In short i have implemented a class for blured effect of the notification wallpaper and as you know since lollipop if you change the BG for the NPB it also changes the lockscreen wallpaper. like in the attached pics. Is it possible to merge those bothe smalis, so i have a blured NPB withou effecting the Lockscreen? I attached the smali for blured effect and if you have timeand muse to have a look - thank you. If not - still the same mate.
Click to expand...
Click to collapse
I dont get it. This zip contains thw blured smali? It works or dont?
Enviado desde mi LG-D802 mediante Tapatalk
renzo090513 said:
I dont get it. This zip contains thw blured smali? It works or dont?
Enviado desde mi LG-D802 mediante Tapatalk
Click to expand...
Click to collapse
Yes, and here is the guide
and2 said:
Yes, and here is the guide
Click to expand...
Click to collapse
I need to do it in both system ui and touchwiz home? Because i only did it in system ui and it onle makes blur the wallpaper in the background.. And keeps that way in other apps ... Can you uppad the touchwiz file here?
Enviado desde mi LG-D802 mediante Tapatalk

Categories

Resources