[GUIDE][MOD][4.0.4] System Black background to Transparent background

Mohitash

Senior Member
Aug 8, 2012
2,142
4,539
203
Panchkula, Chandigarh
mohitashkumar.xyz
***Here is a guide for making System Black background to Transparent background on Samsung ICS devices ***

This guide should work for JB also

Things you need:
  • Tool for decompiling/compiling work (I will not cover this, there are many guides for this)
  • Notepad++
  • Some common sense :D
Here, we will edit one file:
  • framework-res.apk

Here we start---

Decomiple framework-res.apk

Open res/values/styles.xml with Notepad++

Search-
Code:
[B]"Theme.Holo"[/B]
Under this style you will find:

Code:
"windowShowWallpaper">false
Change this to:
Code:
"windowShowWallpaper">true
Now Search
Code:
[B]"ime[/B]
Wherever you find items starting with-
Code:
"ime
Add this item below at the end of that items-

Code:
"windowShowWallpaper">false
For example-

Code:
        @style/Animation.InputMethod
        @drawable/input_method_fullscreen_background
        @anim/input_method_extract_enter
        @anim/input_method_extract_exit
        [COLOR="Blue"]"windowShowWallpaper">false[/COLOR]
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:


Some screenshots:



These screenshots are from my Glass3 Theme

Enjoy ;)

Dont forget to PRESS THANKS BUTTON
 
Last edited:

coolamit

Senior Member
Feb 2, 2012
217
485
0
India
***Here is a guide for making System Black background to Transparent background on Samsung ICS devices ***

This guide should work for JB also



Here, we will edit one file:
  • framework-res.apk

Here we start---

Decomiple framework-res.apk

Open res/values/styles.xml with Notepad++

Search-
Code:
[B]"Theme.Holo"[/B]
Under this style you will find:

Code:
<item name="windowFullscreen">false</item>
Change this to:

Code:
<item name="windowFullscreen">true</item>
Now Search
Code:
[B]"ime[/B]
Wherever you find items starting with-
Code:
"ime
Add this item below at the end of that items-

Code:
<item name="windowShowWallpaper">false</item>
For example-

Code:
    <style name="Theme.InputMethod" parent="@style/Theme.Panel">
        <item name="windowAnimationStyle">@style/Animation.InputMethod</item>
        <item name="imeFullscreenBackground">@drawable/input_method_fullscreen_background</item>
        <item name="imeExtractEnterAnimation">@anim/input_method_extract_enter</item>
        <item name="imeExtractExitAnimation">@anim/input_method_extract_exit</item>
        [COLOR="Blue"]<item name="windowShowWallpaper">false</item>[/COLOR]		
    </style>
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:


Some screenshots:



These screenshots are from my Glass3 Theme

Enjoy ;)

Dont forget to PRESS THANKS BUTTON
thnxx for new mod bro..... +1
:laugh: