Working for android 4.3/4.4/5.0/5.1
GUIDE] Changing Framework Background
This will change the background if your framework to any color, or to any image.
*You can also make it transparent, but don't make it 100% transparent (trust me)
*For any corrections, feel free to comment as I just discovered this myself and don't know if this is the right way thought it worked for me.
What you'll be needing:
-apktool
-Rootexplorer
-text editor
Let's Start:
1. Decompile framework-res.apk, navigate and open framework-res_src/res/values/styles.xml and search for:
<style name="Theme">
2. Under that style, you'll find:
<item name="colorBackground">
- just paste this code below it:
<item name="windowIsTranslucent">true</item>
3. Again, under the same style, look for this code:
<item name="windowBackground">
-> change the value of that item to any hex color code that you want or to any image that you prefer.
Example:
a. If you want to declare a color code, it should look like this:
<item name="windowBackground">#ffff0000</item>
-> this will change the background color to RED. Change the hex code to any hex color that you prefer.
b. If you want to change the bg to an image, just place the image (example iian_bg.png) inside your drawable-hdpi (or the like) folder, then declare that image like this:
<item name="windowBackground">@drawable/iian_bg</item>
4. Save. Recompile. Push the original signatures (Android.Manifest & META-INF) or simply sign the apk.
Permission:
rw-r-r / octal value is 0644
Push to:
/system/framework
Reboot
Good luck po and be careful
Back up muna bago mag mod using twrp
GUIDE] Changing Framework Background
This will change the background if your framework to any color, or to any image.
*You can also make it transparent, but don't make it 100% transparent (trust me)
*For any corrections, feel free to comment as I just discovered this myself and don't know if this is the right way thought it worked for me.
What you'll be needing:
-apktool
-Rootexplorer
-text editor
Let's Start:
1. Decompile framework-res.apk, navigate and open framework-res_src/res/values/styles.xml and search for:
<style name="Theme">
2. Under that style, you'll find:
<item name="colorBackground">
- just paste this code below it:
<item name="windowIsTranslucent">true</item>
3. Again, under the same style, look for this code:
<item name="windowBackground">
-> change the value of that item to any hex color code that you want or to any image that you prefer.
Example:
a. If you want to declare a color code, it should look like this:
<item name="windowBackground">#ffff0000</item>
-> this will change the background color to RED. Change the hex code to any hex color that you prefer.
b. If you want to change the bg to an image, just place the image (example iian_bg.png) inside your drawable-hdpi (or the like) folder, then declare that image like this:
<item name="windowBackground">@drawable/iian_bg</item>
4. Save. Recompile. Push the original signatures (Android.Manifest & META-INF) or simply sign the apk.
Permission:
rw-r-r / octal value is 0644
Push to:
/system/framework
Reboot
Good luck po and be careful
Back up muna bago mag mod using twrp
