***Here is a guide for making System Black background to Transparent background on Samsung ICS devices ***
This guide should work for JB also
This guide should work for JB also
Here, we will edit one file:Things you need:
- Tool for decompiling/compiling work (I will not cover this, there are many guides for this)
- Notepad++
- Some common sense
- framework-res.apk
Here we start---
Decomiple framework-res.apk
Open res/values/styles.xml with Notepad++
Search-
Under this style you will find:
Change this to:
Now Search
Wherever you find items starting with-
Add this item below at the end of that items-
For example-
You added that blue item.
Save it.
Now go to res/drawable-nodpi folder and change background_holo_dark.png and tw_background_holo_dark to your any desired transparent image of size 480x800 px (hdpi - devices)
After this recompile framework-res.apk
Thats it :good:
Code:
[B]"Theme.Holo"[/B]
Code:
"windowShowWallpaper">false
Code:
"windowShowWallpaper">true
Code:
[B]"ime[/B]
Code:
"ime
Code:
"windowShowWallpaper">false
Code:
@style/Animation.InputMethod
@drawable/input_method_fullscreen_background
@anim/input_method_extract_enter
@anim/input_method_extract_exit
[COLOR="Blue"]"windowShowWallpaper">false[/COLOR]
Save it.
Now go to res/drawable-nodpi folder and change background_holo_dark.png and tw_background_holo_dark to your any desired transparent image of size 480x800 px (hdpi - devices)
After this recompile framework-res.apk
Thats it :good:
Some screenshots:
These screenshots are from my Glass3 Theme
Enjoy
Dont forget to PRESS THANKS BUTTON
Last edited: