How to mod background colour of any apk??

Im Saint

Senior Member
Nov 25, 2014
94
79
0
Hartford
There is no easy answer to this.. It's not really a blanket application you can do.

The most you could do is write an app that searches for a specific color space and changes it to the preferred color, but all APKs are different and written in different languages. You'll have to be specific with each one.
 
  • Like
Reactions: Sami Devo
Nov 20, 2015
25
0
0
Bro first decompile apk with apktool you want java, notepad++, photoshop, now you can see res/values/color eg... edit #ff8efae0 with photoshop last 6 word ie 8efae9 with photoshop change color with tool and paste if you want to change green color change in primary color>#ff666666<

---------- Post added at 08:01 AM ---------- Previous post was at 08:01 AM ----------

Here new whatsapp color version created by me try it you will like 24mb
http://www.4shared.com/mobile/s1gh6u...sappcolor.html

---------- Post added at 07:53 AM ---------- Previous post was at 07:51 AM ----------

Update apktool bro me too have same I solved
 

Soft Phan

Senior Member
Nov 16, 2014
87
13
0
1. Using apktool or any tool that help you decompile apk file.
2. Go to /res/color/colors.xml file and change color code here. Most of the app using background color declared inside this xml file.