[MOD] Transparent lockscreen - Galaxy S II Themes and Apps

Thought i'd pay something back for all i've learned here on xda-developers (something simple, i'm still learning ). So here are some transparent lockscreens for various roms. The lockscreens are completely transparent (10% opacity) except for the clock and the charging indicator. The files below are for unmodded / unthemed roms. If you want one for your theme, or one not in the list below, let me know.
Thanks to Lg_X_Modderer for pointing me in the right direction about how to make the lockscreen transparent. Thanks to everyone else who explained how to edit apk's and make flashable zip's etc.
Install through CMW from recovery.
If you previously have set a lockscreen wallpaper through the gallery, remove the file from /data/data/com.cooliris.media/files (with for example root-explorer).
Use at own risk, do a nandroid backup before flashing.
preview by courtesy of esk02k:
{
"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"
}
Stock XWKF3 (working)
download here
Stock XWKH4 (working)
download here
Stock KI8 (untested)
download here
Cognition S2-1.5.1 (working)
download here
Lite'ning 6.1 (working)
download here
Touch X-treme KH3_2.0 (untested)
download here
Touch-X Power XXKI3 2.1 (untested)
download here
Touch-X Power+ KG5 (untested)
download here
VillainROM-2.4.2 (untested)
download here
VillainROM-2.5.0 (working)
download here
VillainRom-3.0.0 (working)
download here
SensatioN 1.6 (working)
download here
CheckROM DK Edition V2 (untested)
download here
CheckROM DK Edition V3 (untested)
download here
If you want to do it yourself, here's how:
I use notepad++ for editing, but any editor will work. Use apkmanager to decompile / compile framework-res.apk.
Edit res/layout/keyguard_screen_tab_unlock.xml.
In line 2 replace android:background="@color/background_dark" with android:background="@drawable/default_wallpaper".
In line 5 replace android:background="#30000000" with android:background="@color/transparent".
In line 12 replace android:layout_marginBottom="80.0dip" to android:layout_marginBottom="0.0dip".
Edit res/layout/zzz_keyguard_screen_lockscreenwallpaper.xml.
In line 2 replace android:background="#ff000000" with android:background="@color/transparent".
In res/drawable-hdpi:
Replace default_wallpaper.jpg with default_wallpaper.png. Replace zzzzzzzz_default_lockscreenw.jpg with transparent zzzzzzzz_default_lockscreenw.png (can be any png size 480x800).
Thats it.

sir, just a question...
currently, i have achieved a transparent lockscreen by setting a transparent picture file as my lockscreen wallpaper.
may i ask, what would be the difference with your method?
thank you in advance.

Well, according to this post, that didn't work. So i made changes to the framework-res.apk following Lg_X_Modderer's instructions and made the flashable zip's.

Well this is exactly what ive been wanting for my clear glass theme.
Wasnt able to achieve it myself. Can you make it work for my theme?
What do you need? the framework-res.apk?
Thanks alot.

Yes, the framework-res.apk is all I need.
Sent from my GT-I9100 using XDA App

Thanks matey.
Here it is. Can you tell me which xml it is also because soon im going to be changing framework to a more tweaked one but thats not ready yet.
Then i can just swap the xml.

esk02k said:
Thanks matey.
Here it is. Can you tell me which xml it is also because soon im going to be changing framework to a more tweaked one but thats not ready yet.
Then i can just swap the xml.
Click to expand...
Click to collapse
Forgot to ask, is this for a odexed or deodexed rom? I'll include instructons when i return the file. Also got this when i decompiled your framework-res.apk: "Cant find 9patch chunk in file: "drawable-hdpi/status_bar_item_background_pressed.9.png". Renaming it to *.png". This needs fixing.

Oh im just fixing that file now. must have slipped by.
Villain 2.4.2 is deodexed i believe. Ill just check.
Im going to upload the fixed framework in a min.
Edit : ok .9png fixed. i just tested, decompiles fine.
And its Deodexed.
Thanks again and sorry about the mess up.

No problem.

Sorry for day noob question but how do I install this throw cwm is it flash apk I'm on lighting rom
Sent from my GT-I9100 using XDA App

Scottycbr said:
Sorry for day noob question but how do I install this throw cwm is it flash apk I'm on lighting rom
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Boot into ClockworkMod; turn off phone hold volume up, home button and power button untill it shows the Galaxy S II splash screen. Then do the following:
Install Zip from SD Card -> Choose Zip from SD Card -> Browse to the download zip -> Apply and Confirm.

Thanks man
Sent from my GT-I9100 using XDA App

Scottycbr said:
Sorry for day noob question but how do I install this throw cwm is it flash apk I'm on lighting rom
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Boot recovery (volume up + home + power). Choose "install zip from sd". Select the zip you downloaded. Select yes. Reboot.

esk02k said:
Oh im just fixing that file now. must have slipped by.
Villain 2.4.2 is deodexed i believe. Ill just check.
Im going to upload the fixed framework in a min.
Edit : ok .9png fixed. i just tested, decompiles fine.
And its Deodexed.
Thanks again and sorry about the mess up.
Click to expand...
Click to collapse
Here's the modified file.

vrl29 said:
sir, just a question...
currently, i have achieved a transparent lockscreen by setting a transparent picture file as my lockscreen wallpaper.
may i ask, what would be the difference with your method?
thank you in advance.
Click to expand...
Click to collapse
Well that was what I thought when I started to read the thread So it works that way, great! oops it doesn't work, hopw can you say you achieved that?

Phyxs said:
Here's the modified file.
Click to expand...
Click to collapse
Whoop! Thanks alot. Off I go to flash. Ill let you know how I get on.
edit : small question, does that mean any wallpaper i set will be transparent or only the default one?

Every wallpaper you set using the gallery will have a black background. Haven't found a way to do that yet.
---------- Post added at 08:01 PM ---------- Previous post was at 07:49 PM ----------
vrl29 said:
sir, just a question...
currently, i have achieved a transparent lockscreen by setting a transparent picture file as my lockscreen wallpaper.
may i ask, what would be the difference with your method?
thank you in advance.
Click to expand...
Click to collapse
As far as i know every rom without transparent lockscreen support will display a black background that way. Atleast it does on lite'ning 6.1 (which i'm using right now).

ok cool. only problem im having is that it keeps my current lockscreen wallpaper and doesnt revert to the framework one. how do I put it back to the default one?

Browse to /data/data/com.cooliris.media/files and delete or move the current wallpaper file. (Atleast that works for me)

Thanks for the info. Maybe that could go on the first page to avoid confusion.
All working perfectly though. As a transparency maniac I love this!
Now I just need to figure out how to make backgrounds for contacts, mms, settings and phone transparent.
Heres a screenshot, add it to the front page, dont, your call.

Related

[THEME] Ginger Green V.1.1 Complete *Battery Mod/Transparent Statusbar/CRT Off*

Here is my Ginger Green theme!
Features
CRT Off Screen Animation
Transparent Statusbar
Battery Percentage Mod
Gingerbread Statusbar Icons
Green Glow Around Popout Menus
Greyscale Settings Menu
Greyscale Power Menu
Recoloured Notifications Slideout
Selection Colour is now green not blue
Screens
{
"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"
}
How to Install
1) Download the files from below
2) Download ADB (if you dont already have it)
3) Copy the files into the same directory as ADB
4) Run Commands below for whatever files you want
Code:
adb push framework-res.apk /system/framework
Code:
adb push SystemUI.apk /system/app
Code:
adb push Settings.apk /system/app
5) Once finished run command
Code:
adb reboot
Downloads
Settings.apk V.1.0
SystemUI.apk V.1.0
framework-res.apk V.1.1 (rename to framework-res.apk after downloading, mirror creator wants to add a _0 for some reason :S)
Good stuff! this maybe the sgs2 first xda theme
dh2311 said:
WORK IN PROGRESS!!
Got some features working on my phone. Just need someone to upload stock framework-res.apk and systemUI.apk
need to go back to stock, because ive gone mental on mine and cant remember what I've changed to get it back to stock.
Working so far;
Transparent Statusbar
Modded Icons
Volume bar colour
Loading bar colour
Please help me by dropping the apk's here
Click to expand...
Click to collapse
Good stuff,
Get some screenshots up of what you've managed so far, and I'll get to work on getting you the APK's
If you want screens, click on my sig, its basicly the theme from my rom, but without AOSP, Extended power and overscroll. Some things may turn out different, still making some stuff
Theme is up, ENJOY!!
Please could you also share your wallpaper?
Is it possible to use the UOT Kitchen with the SGS II by removing the framework and systemUI apks from the system dump in the development section?
You can use UOT, I used it for a couple of the mods on this, only reccomendation is to pull the apk's from your phone as the system dump is from an older pre-release software
Nice work
One q: did u really have transparent statusbar on this rom?, i been trying to get this without luck.
DocRambone said:
Nice work
One q: did u really have transparent statusbar on this rom?, i been trying to get this without luck.
Click to expand...
Click to collapse
Alright DOC! I know its off topic, but please tell me you are bringing rom kitchen to SGS II I love it
EDIT: Just looked at the site
And as for transparent statusbar, my flawless technique for getting it working is UOT kitchen. it just works! I tried manually and failed, but it is transparent, well translucent if u wanna be picky
Would be good to have the old TV box effect on lock - i thought I saw it in an earlier version. Has it been removed from this one?
Adding CRT Off anim now, sry bout that, totaly forgot
Can i just copy your Framework-res.apk over the existing one on my phone using root explorer instead of using Adb??
Sent from my GT-I9100 using XDA Premium App
kersey said:
Can i just copy your Framework-res.apk over the existing one on my phone using root explorer instead of using Adb??
Sent from my GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
should be able to yeh, just suggested adb as its a free method.
CRT Off animation added for locking the screen...
dh2311 said:
Alright DOC! I know its off topic, but please tell me you are bringing rom kitchen to SGS II I love it
EDIT: Just looked at the site
And as for transparent statusbar, my flawless technique for getting it working is UOT kitchen. it just works! I tried manually and failed, but it is transparent, well translucent if u wanna be picky
Click to expand...
Click to collapse
Yes, sgs 2 will be in kitchen, most base work finished, need a cw recovery th.
Tried the UOT kitchen, but still no go for transparency...
DocRambone said:
Yes, sgs 2 will be in kitchen, most base work finished, need a cw recovery th.
Tried the UOT kitchen, but still no go for transparency...
Click to expand...
Click to collapse
Ermm.. thats how I did it so i dunno.
try using this theme and editing the png's. I dont care if you use it ;P
How easy is it to go back to original from this theme???
Also whay do you do with the framework-res_0.zip - just rename it to framework-res.apk ????
how does this work becuase the system apps have .odex files.. dont you have to remove this first.. adb push will not remove them?
extrememonkey said:
How easy is it to go back to original from this theme???
Also whay do you do with the framework-res_0.zip - just rename it to framework-res.apk ????
Click to expand...
Click to collapse
Don't know what happened there, the file I uploaded was framework-res.apk?? Il reupload
EDIT: Turns out mirror creator renames the file if there is already a file uploaded with the same name. You'll have to rename it, sorry
lgkahn said:
how does this work becuase the system apps have .odex files.. dont you have to remove this first.. adb push will not remove them?
Click to expand...
Click to collapse
Nope, works with the old odex, just leave it there and replace the apk, still works fine for me

Theming Galaxy Ace

Hey guys, any of you know how to theme galaxy ace? I am running 2.3.3 KPE with root but metamorph doesn't seem to work as it took eternity to apply the framework-res.apk. great thanks for your help .
terrytayy said:
Hey guys, any of you know how to theme galaxy ace? I am running 2.3.3 KPE with root but metamorph doesn't seem to work as it took eternity to apply the framework-res.apk. great thanks for your help .
Click to expand...
Click to collapse
im running 2.3.3 KPE too and metamorph is working,just install busybox and update
I used UOT Kitchen on 2.3.3 and it worked fine. Applied battery and icons.
Uot kitchen not working on villain rom.. Ive tested it. And makes notification bar gone
Sent from my GT-S5830 using XDA App
Black Theme
Here is Black theme for Galaxy ACE (no ROOT or Deodex needed)
Works for KPE and Villain ROM....
Installation:
Just go to recovery mode and apply update.zip...
Make backup of these files if you will want go back:
/system/framework/ framework-res.apk & twframework-res.apk
/system/app/Settings.apk & SystemUI.apk
Dowload theme: http://goo.gl/sKrRH
Original thread at Kaskus.us http://goo.gl/Lh0BL
I just made an installation easier...
{
"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 made a change of battery icon to this one:
ingbrzy said:
Here is Black theme for Galaxy ACE (no ROOT or Deodex needed)
Works for KPE and Villain ROM....
Installation:
Just go to recovery mode and apply update.zip...
Make backup of these files if you will want go back:
/system/framework/ framework-res.apk & twframework-res.apk
/system/app/Settings.apk & SystemUI.apk
Dowload theme: http://goo.gl/sKrRH
Original thread at Kaskus.us http://goo.gl/Lh0BL
I just made an installation easier...
I made a change of battery icon to this one:
Click to expand...
Click to collapse
cool theming!
thx
maybe, do you have the theme also with circle battery?
the current one is rather hard to read...
Just use UOT kitchen....
Sent from my GT-S5830 using Tapatalk
lonkay said:
Uot kitchen not working on villain rom.. Ive tested it. And makes notification bar gone
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
i tried to use this method with no success, can u give me guide ?
10X
you can use uot kitchen, but use framework-res.apk from villain rom as the base.
Trying to port themes to villain
still have some bugs anyway
All thanks goes to :
ak1k4zu and mancunianec
You can apply it in recovery mode.
Code:
http://dl.dropbox.com/u/6268592/Ace/Theme/Alpha/Honey/honeygreen.zip
Unfortunately i don't have original file backup (just have framework-res.apk), but someone uploading it in kaskus (will post it later)
seilent said:
you can use uot kitchen, but use framework-res.apk from villain rom as the base.
Trying to port themes to villain
still have some bugs anyway
All thanks goes to :
ak1k4zu and mancunianec
You can apply it in recovery mode.
Code:
http://dl.dropbox.com/u/6268592/Ace/Theme/Alpha/Honey/honeygreen.zip
Unfortunately i don't have original file backup (just have framework-res.apk), but someone uploading it in kaskus (will post it later)
Click to expand...
Click to collapse
Battery icon is not working properly... percentage is not OK... you can check it with *#0228#... so I replaced battery icon by another with UOT Kitchen and it is working weel now...
download: http://goo.gl/Re07F
seilent said:
you can use uot kitchen, but use framework-res.apk from villain rom as the base.
Trying to port themes to villain
still have some bugs anyway
All thanks goes to :
ak1k4zu and mancunianec
You can apply it in recovery mode.
Code:
http://dl.dropbox.com/u/6268592/Ace/Theme/Alpha/Honey/honeygreen.zip
Unfortunately i don't have original file backup (just have framework-res.apk), but someone uploading it in kaskus (will post it later)
Click to expand...
Click to collapse
dude nice work...
hmm,
seilent said:
you can use uot kitchen, but use framework-res.apk from villain rom as the base.
Click to expand...
Click to collapse
what about the SystemUI? I tried using framework-res.apk from villainrom as the base, but same thing happened... the status/notification bar dissappeared. I just wanted to change the battery icon..
after a little exploration, I manage to overcome it by replacing the .png files of the batt icon.. but still, I wonder how you guys manage to use UOT without dissappearing the notif bar
you can use KPE base at UOT, but after finished with UOT, then you copy the image manually from framework-res & systemUI generated from UOT to framework-res & systemUI at villainrom
lonkay said:
Uot kitchen not working on villain rom.. Ive tested it. And makes notification bar gone
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
i disagree. i am using villain rom with uot kitchen honeygreen theme from ingbrzy..
ingbrzy said:
Battery icon is not working properly... percentage is not OK... you can check it with *#0228#... so I replaced battery icon by another with UOT Kitchen and it is working weel now...
download: http://goo.gl/Re07F
I have new battery xml file, but too lazy to fix that
but, thanks anyway
Click to expand...
Click to collapse
seilent said:
you can use KPE base at UOT, but after finished with UOT, then you copy the image manually from framework-res & systemUI generated from UOT to framework-res & systemUI at villainrom
Click to expand...
Click to collapse
thanks for the info! I'm using black theme now, and I wanted the menu to be black in background and have a little transparency like the one in your 2nd screenshot of honeygreen.. how to change that?
@azreen91, I think that's something about menu_background*9.png
you can download my theme above, then copy that file to your theme
thumbs up bro! helped alot!
oh one more thing.. how to change the slim volume like in the 3rd n 5th pic? sorry, I'm a newbie >.<
azreen91 said:
thumbs up bro! helped alot!
oh one more thing.. how to change the slim volume like in the 3rd n 5th pic? sorry, I'm a newbie >.<
Click to expand...
Click to collapse
try to take progress horizontal xml at drawable folder in theme above. Then copy image *holo.9.png (i think so)
I'm riding motorcycle now, so i can't give full explanation yet..
hahaha okay.. I'll try it now.. will tell you the result soon. thanks bro

Battery themes for cognition rom New added for 1.2

These are UOT battery meters for use with cognition rom only
To install flash using CWM recovery
Circle battery for congnition v 1.08. 1.07
{
"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"
}
http://www.megaupload.com/?d=A6OMNPED
Vertical battery with larger number for congnition v 1.08. 1.07
http://www.megaupload.com/?d=PJ3ZZNPY
.
.
.
.Vertical battery for cognition 1.11, 1.12 and 1.13ROM
http://www.megaupload.com/?d=QTOQG5TI
Cognition 1.11, 1.12, 1.13 and 1.15
http://www.megaupload.com/?d=2I8DS53G
Cognition 1.2 - Almost Cyanogen style
( made using UOT )
http://www.megaupload.com/?d=4BTV3HKX
Is there a cicle battery mod for CogS2 on v1.05 ?
{}s
CreativeBR
First post updated with theme for 107
just adding mine. also only cognition 1.07
flashable with CWM in recovery
only battery change + font - check pic
Thank's all
Hunteres said:
just adding mine. also only cognition 1.07
flashable with CWM in recovery
only battery change + font - check pic
Click to expand...
Click to collapse
WOOOW great ! THANX
easy to install, really beautyful icons. love it.
thank you verry much drgopoos.
thanks for the great work
actually it's kind easy to make these
you just have to pull the original apk from your rom that contains the icons and take what ever themed apk you like then:
1-extract the themed apk with 7-zip
2-open the original apk with 7-zip and i mean just open do not extract
3-check the folders for the icon you want then select all the icons that you need (but do not select any XML file) and then drag them to same folder in the original apk
4-make sure to drag the icons to the correct folder otherwise it will not work
5-replace the apk to its folder on the device or if you have a flashable zip then put it in the correct folder in the flashable zip then flash it with CWM
this is how i do it to get my themed apks
Teflanzy said:
thanks for the great work
actually it's kind easy to make these
you just have to pull the original apk from your rom that contains the icons and take what ever themed apk you like then:
1-extract the themed apk with 7-zip
2-open the original apk with 7-zip and i mean just open do not extract
3-check the folders for the icon you want then select all the icons that you need (but do not select any XML file) and then drag them to same folder in the original apk
4-make sure to drag the icons to the correct folder otherwise it will not work
5-replace the apk to its folder on the device or if you have a flashable zip then put it in the correct folder in the flashable zip then flash it with CWM
this is how i do it to get my themed apks
Click to expand...
Click to collapse
there is much easier way then extracting and correcting...lol
kitchen - find out yourself mate....
drgopoos said:
These are UOT battery meters for use with cognition 1.07rom only
To install flash using CWM recovery
Circle battery
http://www.megaupload.com/?d=A6OMNPED
.
.
Click to expand...
Click to collapse
THX M8!!!
Is the Battery Icon Green color suitable to the neighbor green Icons ?
hope you don't mind OP, but here is one I just cooked up for Cognition 1.07:
(note: this is just the battery icon and nothing else)
co.ag.2005 said:
hope you don't mind OP, but here is one I just cooked up for Cognition 1.07:
(note: this is just the battery icon and nothing else)
Click to expand...
Click to collapse
does the color of battery icon match to other icons in statusbar?
kvv515kvv said:
does the color of battery icon match to other icons in statusbar?
Click to expand...
Click to collapse
As close as I could get it. I took the signal bars .Png file out of cognition and opened it in photoshop. Hovering the mouse over these bars gave me a color code which I used to bake it. It should be very close but looks a touch off. I think it is because of the white letters and border of the batt icon... like an optical illusion. I left the color code at my office or else id have you try it out too. But I think it looks good enough to keep.
Sent from my GT-I9100 using XDA Premium App
co.ag.2005 said:
As close as I could get it. I took the signal bars .Png file out of cognition and opened it in photoshop. Hovering the mouse over these bars gave me a color code which I used to bake it. It should be very close but looks a touch off. I think it is because of the white letters and border of the batt icon... like an optical illusion. I left the color code at my office or else id have you try it out too. But I think it looks good enough to keep.
Sent from my GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
thanks. will try today.
very close.
but if you will make it arround 5-10% darker will match 100%
can you make it please?
kvv515kvv said:
very close.
but if you will make it arround 5-10% darker will match 100%
can you make it please?
Click to expand...
Click to collapse
try this....
alright, one more. this time it's stock Gingerbread battery icon with the text just slightly bigger than what comes stock with Cognition 1.07
EDIT: removed the .zip file because I uploaded the wrong battery mod. sorry!
co.ag.2005 said:
alright, one more. this time it's stock Gingerbread battery icon with the text just slightly bigger than what comes stock with Cognition 1.07
Click to expand...
Click to collapse
Wrong file... Its not icon u described
Sent from my GT-I9100 using Tapatalk
diodaq said:
Wrong file... Its not icon u described
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
crap.. I uploaded the wrong file. sorry about that! I'll re-cook and re-upload. thanks for letting me know
ok, here is the correct file for the gingerbread battery with the green matching.

[CODEROM][THEME] + Enabling CRT animation.

Well I have modified the the theme provided by Lovetz and found out a way to make CRT screen animation work. Samsung had disabled the CRT animation but the program is still there in Our ROM.
Working only for CODEROM but will try to add for other ROMS later.
I am not responsible if you brick your phone.
Theme modifications:
1. Dark MIUI+TouchWiz(only some parts are of TouchWiz)
2. TouchWiz dropdown quickpanel with slightly modified notification and transparent background.
3. Lightweight and fast. (even the scrolling on android frameworks)
4. ENABLED CRT ANIMATION.
How to apply theme:
1. Download the attached zip.
2. Copy to root of SD card.
3. Get into recovery.
4. Apply update and select this zip.
5. Reboot.
Voila. You have the theme. Well even if you didnt like the theme i will try to make orginal theme with working CRT animation. Till then please do adjust.
THEMES:
1. Download and update "coderom_Default.zip" for original theme.
2. Download and update "coderom_MIUIWiz" for this theme.
NOTE: Applying themes is optional. I just gave a theme of mine for fun. But if you just want to enable the screen animations then continue reading and follow the steps given below.
FOR THOSE WHO JUST WANT TO ENABLE CRT ANIMATION WITHOUT CHANGING THEME IN CODEROM:
Just follow the steps given below regarding build.prop and probably if there is no mistake then it should work.
How to enable CRT animation:
1. Pull out "build.prop" using adb or copy it to your comp using Root Explorer. Modify it as suggested ahead. It resides in /system/build.prop .
2. Open build.prop and modify one(or two on coderomnexus) of the line.
'debug.sf.hw=1' is the line in the file. Replace it by '#debug.sf.hw=1'. Indirectly you are just changing the line into a comment by adding a #.
3. Now take this file and replace your original build.prop. You can do this by using adb or root explorer it doesnt matter.
4. Now apply any of the themes provided below using the steps given above.
5. Reboot phone.
NOTE: If the CRT animation is not working after reboot then reapply theme after you have modified your build.prop and try to reboot and see. And also enable all animations or some animations in Settings->Display->Animation for CRT animation to work.
NOTE: If you cannot follow the instructions given here please follow the link given below.
Video for Instructions to enable CRT animation: http://www.youtube.com/watch?v=zp6RsSZ4X2w
Credit for the Video: GadgetCheck (Thank you very much GadgetCheck )
Hope this works for all of you.
Any problems please comment. And i do hope many other developers use my theme and make newer or older theme with the CRT animation enabled as i cannot do it all by myself.
Please click Thanks if this post helped you.
Credits:
Lovetz (who gave me the theme on which i modded and the the modified framework)
seilent and others (Theme-making experts)
nhnt11 (my very close friend who bought me into this ANDROID BUZZ)
MY GALAXY ACE (how can i forget it )
EDIT:Will soon add the screenshots for this theme.
Nice, great work.
But could you explain what changes you made exactly to enable CRT animation? That would make it easier to implement it in the variety of ROMs that are out there.
i prefer original one. can i follow ur tutorial to get CRT working in original theme? thanx
xizzat said:
i prefer original one. can i follow ur tutorial to get CRT working in original theme? thanx
Click to expand...
Click to collapse
Hey man. I too use the Code rom without the theme by lovetz
Just don't install the Update file. Assuming you have rooted yor phone, this is what you should doIt worked for me! And believe me its awesome!!!)
1. Open root explorer.
2.Goto system and copy build.prop to your sdcard.
3.Transfer the build.prop file to windows and open it with wordpad (not notepad)
4. Do as he says(ie the code change)
5.put it back on your system/ using root explorer, and reboot. Remember to enable all animations in settings>display>animations
Thank me!!! (ie. press thx button)
xizzat said:
i prefer original one. can i follow ur tutorial to get CRT working in original theme? thanx
Click to expand...
Click to collapse
I have added the original theme too. But if you can understand what manju991 says then do what he says.
@manju991- Thanks man but one thing, i changed my build.prop with a freshly flashed coderom but i went into a bootloop. This happened to me many a times. Thats why i tried to try different xmls and try to make screen animation work. Did you have the same problem?
do this trick working on codenexus rom? coz lovet's theme didn't work, (i got force close after install)
tr.supradeep said:
I have added the original theme too. But if you can understand what manju991 says then do what he says.
@manju991- Thanks man but one thing, i changed my build.prop with a freshly flashed coderom but i went into a bootloop. This happened to me many a times. Thats why i tried to try different xmls and try to make screen animation work. Did you have the same problem?
Click to expand...
Click to collapse
Nope.... cool stuff man!
alldine345 said:
do this trick working on codenexus rom? coz lovet's theme didn't work, (i got force close after install)
Click to expand...
Click to collapse
Well AFAIK this will surely not work in nexus ROM. But if you know something about apktool and etc you can try to extract framework-res.apk and change one xml boolean value and do the same build.prop edit. There are many threads regarding nexus on this topic.
tr.supradeep said:
Well AFAIK this will surely not work in nexus ROM. But if you know something about apktool and etc you can try to extract framework-res.apk and change one xml boolean value and do the same build.prop edit. There are many threads regarding nexus on this topic.
Click to expand...
Click to collapse
no, it's not nexus rom i mean but codenexus, the v2 of coderom. it's same with coderom v1 but with ext4 support and some tweaks. i thought it's use same framework but when i install the theme i got force close on my screen and setting menu is missing from app drawer.
I am using CodeROM with Glowing crisis theme and did the trick of Manuj and did not work.
did you? what error are you getting? Did you enable all the animations?
work perfectly i tried in default theme. just edit in root explorer
#debug.sf.hw=1 <--- got 2 lines of this. one somewhere in the middle and one at 5th from the last.
important is make sure u go to setting -> display -> enable all animation !
its work, just edit in root explorer,.. thx
but the animation just too fast, is it possible to slow it down a bit?
build.prop
manju991 said:
did you? what error are you getting? Did you enable all the animations?
Click to expand...
Click to collapse
no error. just did not work when i press the lock button. no effect.
{
"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"
}
delroekid said:
no error. just did not work when i press the lock button. no effect.
Click to expand...
Click to collapse
man did you enable all animations in settings>display>animation... try that
got the same entry almost at the bottom of build.prop
btw: using the miui-theme with codeROMnexus (updated version of coderom) screws up my ace. settings get deletetd and i cant enter it on other ways, also status bar gets lost. but with default theme it works, ill stick with that
manju991 said:
man did you enable all animations in settings>display>animation... try that
Click to expand...
Click to collapse
yes... "all animations"...
Reboot your phone.
i didnt do anything , but i got crt animation, dont know why, using coderom
mjaquiler said:
i didnt do anything , but i got crt animation, dont know why, using coderom
Click to expand...
Click to collapse
by default? wow, thats strange ^^

[MOD][4.4.2][STOCK] White based themes in different flavors / Red! Theme released

Hi Everyone,
i saw the White Themed Cataclysm thread and i fell in love with the white stuff (actually i was already in love with it since my Xperia) and i couldn't rest until i managed to theme it for myself.
Settings 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"
}
Instructions:
just flash the zip with recovery. make sure to make a backup before flashing.
if you are on odexed rom, not to worry, i'm on odex as well, but i deodexed the settings.apk, so just do the same thing and make sure you delete your settings.odex file (make a copy of that, too, in case you wanna go back, you'll need it).
Old instructions:
attached you can find the apk file. just download, unzip and copy it over with any file manager (that can write the system folder), set persmissions (644), reboot and you're good to go.
make sure to backup the original apk.
the settings apk is located in system/priv-app/ folder.
Change log:
v.1.3
- otional: nexus image added to about section.
v1.2
- white "remove launcher" icon fixed
- white "add account" icon fixed
v1.1
- fixed printer icon
Download:
v1.3 (optional)
v1.2
Old downloads:
v1.1 with fixed printer icon (change made in the framework-res.apk file, therefore the flashable zip added).
View attachment Settings.zip
Known bugs:
- printer icon is white on settings, i can't find that effin icon, if you point me to the right direction, i'll fix the issue asap.
- white "add account" icon on white background - thanks to Desno365 for the help
- white "delete launcher" icon on white background - just replaced the icon, so let me know if this causes any issues
- white google account privacy settings
GrayScaled Settings
The only difference to white settings it that the icons and the text is gray (holo gray), the switch is changed to white with black text.
Download:
v1.0
GoogleDialer app
i changed the dialpad numbers to white background with black text
(screenshot is blurred on some parts due to the privacy of the contacts)
Change log:
v.1.1
- black dialer action bar at the bottom is fixed now
v.1.0 - Initial version
Download:
v1.1
Mirror: v.1.1
Old downloads:
v1.0
Known bugs:
- action bar with open dialpad is black (doesn't wanna change for some reason :S)
Metro Blu Theme
This theme is based on white settings mod but i recolored basically everything, all holo blue supposed to be metro blu(e). There might be some leftovers
Instructions:
just flash the zip with recovery. make sure to make a backup before flashing.
Change log:
v1.1
- initial version
Download:
v1.0
Mirror: v1.0
Old downloads:
-
Known bugs:
- you tell me
Red! Theme
this is a beta and it does NOT contain the settings app, so you have to flash that individually.
Screenshots:
Instructions:
flash white settings first, doesn't really matter which one but i recommend to use the grayscaled version (unless you have any of them already flashed), then flash the Red! theme. it's important to flash Red! last, since with the other mods, you overwrite the framework and you lose the red theme.
If you are on odexed rom and haven't used any mods for Settings.apk & SystemUI.apk, then make sure the delete the .odex files for these two apps from system\priv-app folder!
Change log:
beta 1
- first release for testing but surely can be used as daily driver, there are some minor bugs though.
Download:
Beta 1
====================================================================================================
I don't like this mod, take me back to the original!
Revert Zips - thanks to 22sl22
Get them here: http://d-h.st/users/22sl22/?fld_id=31862#files
This is odexed stock but if you are running deodex just delete the odex (from the zip).
Clear cache/dalvik is recommended
Flash away & Enjoy
====================================================================================================
Disclaimer:
THIS IS FOR 4.4.2 STOCK - but might work on older/other 4.4 roms as well. Do this on your own risk, i'm not responsible for any damage you do by applying this mod. CREATE A BACKUP before flashing!
if you like these themes, feel free to buy me a beer (though i don't drink beer )
Credit:
i wouldn't have been able to do this without this tutorial here (for xperia devices). thanks a lot to funky0308 for it!
I'd like to say thanks to Desno365 as well for the help.
A big thanks flies out to alen1901 as well for his help!
donjamal said:
Known bugs:
- printer icon is white on settings, i can't find that effin icon, if you point me to the right direction, i'll fix the issue asap.
Click to expand...
Click to collapse
Try to change "res/drawable-xhdpi/ic_grayedout_printer.png"
Desno365 said:
Try to change "res/drawable-xhdpi/ic_grayedout_printer.png"
Click to expand...
Click to collapse
was thinking about that, but that icon is actually gray and not white as it is in the app itself... :-S
donjamal said:
was thinking about that, but that icon is actually gray and not white as it is in the app itself... :-S
Click to expand...
Click to collapse
If you have used apktool go in "res/xml/settings _ headers.xml" to find out what icon uses, but I think it's this icon because there aren't others printing icons
Desno365 said:
If you have used apktool go in "res/xml/settings _ headers.xml" to find out what icon uses, but I think it's this icon because there aren't others printing icons
Click to expand...
Click to collapse
thanks, it's in the fw: @*android:drawable/ic_print.
Fix added for printer
Sent from the outer space, delivered by an android using a nexus 4
donjamal said:
Hi Everyone,
i saw the White Themed Cataclysm thread and i fell in love with the white settings.apk (actually i was already in love with it since my Xperia) and i couldn't rest until i managed to theme it for myself.
View attachment 2487592
attached you can find the apk file. just download, unzip and copy it over with any file manager (that can write the system folder), set persmissions (644), reboot and you're good to go.
make sure to backup the original apk. if you are on odexed rom, not to worry, i'm on odex as well, but i deodexed the settings.apk, so just do the same thing and make sure you delete your settings.odex file (make a copy of that, too, in case you wanna go back, you'll need it).
the settings apk is located in system/priv-app/ folder.
Updates:
v1.1
- fixed printer icon
Download:
flashable zip with fixed printer icon (change made in the framework-res.apk file, therefore the flashable zip added):
Old download:
View attachment 2487605
Known bugs:
- printer icon is white on settings, i can't find that effin icon, if you point me to the right direction, i'll fix the issue asap.
- white "add account" icon on white background
Disclaimer:
THIS IS FOR 4.4.2 STOCK - but might work on older/other 4.4 roms as well. Do this on your own risk, i'm not responsible for any damage you do by applying this mod.
Credit:
i wouldn't have been able to do this without this tutorial here (for xperia devices). thanks a lot to funky0308 for it!
Click to expand...
Click to collapse
hi i'm having problems with my default settings app.
i just have rooted my nexus 4 and changed the default font and i forgot to creat a backup...and now i can't open the Settings.
with this mod the settings app will be fixed?what do u think?and what program should i use to move the folder to the system?
thanks in advance.
Can you change "add account" and home pngs? They are white on white so it's not possible to see them well
Desno365 said:
Can you change "add account" and home pngs? They are white on white so it's not possible to see them well
Click to expand...
Click to collapse
i tried to change the add account image in the xml, but doesn't seem to have effect for some reason - i can't understand though why, the png is there and it did change for the first time :S if i change the png, i'm afraid, i'll screw up something else...
for the bins on the home settings, i'll look into it, didn't check that before, sorry
ps: i guess i figured what the problem is: whenever i change the settings_header.xml, it seems, it doesn't change when i recompile the apk and therefore those 2 icons are not getting changed, even though i do the edit. :S strange.
Donjamal, I noticed another thing that need to be changed
Look at the picture
Desno365 said:
Donjamal, I noticed another thing that need to be changed
Look at the picture
Click to expand...
Click to collapse
thanks for the report. i don't think though that's in settings.apk. but i might be wrong. any help is appreciated - i'm stuck with the other 2 as well... :S
xtkdarkrider said:
hi i'm having problems with my default settings app.
i just have rooted my nexus 4 and changed the default font and i forgot to creat a backup...and now i can't open the Settings.
with this mod the settings app will be fixed?what do u think?and what program should i use to move the folder to the system?
thanks in advance.
Click to expand...
Click to collapse
hi,
i used root explorer to move it around but if you have recovery, i suggest to flash the newer version.
if you changed the font, i don't think, this will have any effect on that. you might have to wipe dalvik & cache.
donjamal said:
ps: i guess i figured what the problem is: whenever i change the settings_header.xml, it seems, it doesn't change when i recompile the apk and therefore those 2 icons are not getting changed, even though i do the edit. :S strange.
Click to expand...
Click to collapse
Really strange, maybe it's a problem with apktool?
Desno365 said:
Really strange, maybe it's a problem with apktool?
Click to expand...
Click to collapse
don't know, possible of course though. i tried it several times now and still no effect. i can even add new png resources and stuff, but it doesn't change anything in the xml :S
i just decompiled the apk and it's there now but it still doesn't change in the apk itself. i guess then it might be smali.
for the add account icon, this is what i change:
<header android:icon="@drawable/ic_menu_add_light" android:id="@id/account_add" android:title="@string/add_account_label">
<intent android:action="android.settings.ADD_ACCOUNT_SETTINGS" />
</header>
donjamal said:
don't know, possible of course though. i tried it several times now and still no effect. i can even add new png resources and stuff, but it doesn't change anything in the xml :S
Click to expand...
Click to collapse
If you want I can try to do this for you and then send the file for PM
Why the link for flashable zip redirects to Facebook?
Desno365 said:
If you want I can try to do this for you and then send the file for PM
Why the link for flashable zip redirects to Facebook?
Click to expand...
Click to collapse
to facebook? ah, sh!t, i copied it from facebook (i sent the link to myself from my phone ), fixing it asap
yeah, just go ahead. anything you can do. let me know if you need any resources or anything or is the zip enough.
Unfortunately not working with Purity ROM I've been looking for such mod for a long time but don't want to change rom.
When I extract the settings.apk to system/priv-app settings won't open... It just happens nothing. When I flash the flashable zip via CWM I get a bootloop. What a shame... I really like this mod!
Sent from my Nexus 4 using xda app-developers app
MTimo said:
Unfortunately not working with Purity ROM I've been looking for such mod for a long time but don't want to change rom.
When I extract the settings.apk to system/priv-app settings won't open... It just happens nothing. When I flash the flashable zip via CWM I get a bootloop. What a shame... I really like this mod!
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
For the manual install, make sure to set permissions and reboot as well.
Sent from the outer space, delivered by an android using a nexus 4
donjamal said:
For the manual install, make sure to set permissions and reboot as well.
Sent from the outer space, delivered by an android using a nexus 4
Click to expand...
Click to collapse
Sorry, forgot to mention... Permissions set and rebooted as well!
After replacing the backed up settings.apk the Problem remained. Fixed it with reflashing the rom. Weird...
Sent from my Nexus 4 using xda app-developers app
MTimo said:
Sorry, forgot to mention... Permissions set and rebooted as well!
After replacing the backed up settings.apk the Problem remained. Fixed it with reflashing the rom. Weird...
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
then my best guess it's the rom that you are using.

Categories

Resources