Asus Memo pad ME301T: HDPI or MDPI?

aguiz

New member
Dec 24, 2012
3
0
0
Hi all,

It is a simple question, I would to know if the ME301T uses HDPI resolution for system icons or MDPI.
I want to make some mod in the status bar, settings menu... but I don't know wich icons to replace or mod.

Thank's!
 

aguiz

New member
Dec 24, 2012
3
0
0
Same screen, same resolution as TF300T = MDPI.

ok, but I try to change some icons in SystemUI.apk in the folder "drawable-mdpi" but i the status bar don't chage nothing

Where I must to replace the Icons for mod the statusbar?? In wich folder, and wich names for battery, for example??

thanks :)
 

phil_man

Senior Member
Jul 6, 2010
159
58
0
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 ;)