Required Items
- Apktool
- Systemui.apk
- Some Images (png files)
Steps
- Extract (De-compile) your Systemui.apk
- Go to res/drawable.
- In this folder, you will see the XML files for any icons on your status bar.
- Delete those XML file. For example, if you wanna change the signal icon, just delete that "stat_sys_signal_0, stat_sys_signal_0_fully" etc...
- Put that .png images for replacing xml files that you was deleted before on any drawable folder that fits your resolution (mine is drawable-hdpi). Ex: if you delete that stat_sys_signal_0 on your drawable folder, then you have to put that stat_sys_signal_0.png to replace it.
- After you finish replacing all XML files with .png images, recompile it.
- Don't forget to sign it and push into your system.
- Done
Important Note: Remember that XML file name before you deleting it.
No comments:
Post a Comment