Where I must to replace the Icons for mod the statusbar?? In wich folder, and wich names for battery, for example??
To be sure, between mdpi and hdpi:
- in SystemUI\res\drawable-mdpi, change asus_ep_icon_autobrightness_off.png and asus_ep_icon_autobrightness_on.png
- in SystemUI\res\drawable-hdpi, change asus_ep_icon_setting.png and asus_ep_icon_setting_pressed.png
and see which one make a difference.
(for hdpi use hdpi folder!)
For SystemUI, icons are in \res\drawable, \res\drawable-mdpi, \res\drawable-nodpi, \res\drawable-sw600dp-mdpi and \res\drawable-sw720dp-mdpi
For battery, don't forget system\framework\framework-res\res\drawable-mdpi
You can change icons in Settings.apk and Transformer.apk
Don't forget:
- make a backup before testing
- icons must have the same name, the same size and the same resolution
- at the end, use png Optimizer for a best result, especially if you work with Photoshop
- take care with 9.png
Have fun
