heres another guide guys!
this is wrote off the top of my head so it might be abit rocky..
if you want 1% battery mod decompile SystemUI.apk
go to res/drawable/stat_sys_battery.xml and open in, you will see lines that have stuff like this (some roms it might be different eg tw roms are tw_stat_sys_battery.xml) but it shouldnt be hard to find
also note that stat_sys_battery in the lines below could be different, just use your head!
max:level 23.......... @drawable/stat_sys_battery_23.......
max:level 34.......... @drawable/stat_sys_battery_34.......
max:level 52.......... @drawable/stat_sys_battery_52.......
all you need to do is start from 1 to 100 so it will go like this
max:level 1.......... @drawable/stat_sys_battery_1.......
max:level 2.......... @drawable/stat_sys_battery_2.......
max:level 3.......... @drawable/stat_sys_battery_3.......
..
...
go all the way from 1 to 100
...
..
max:level 98.......... @drawable/stat_sys_battery_98.......
max:level 99.......... @drawable/stat_sys_battery_99.......
max:level 100.......... @drawable/stat_sys_battery_100.......
then download 1% battery mod images and makesure they are named the same as the red part plus .png at the end
max:level 98.......... @drawable/stat_sys_battery_98.......
max:level 99.......... @drawable/stat_sys_battery_99.......
max:level 100.......... @drawable/stat_sys_battery_100.......
so for these 3 lines i would have images named
stat_sys_battery_98.png
stat_sys_battery_99.png
stat_sys_battery_100.png
then place them in res/drawable-xhdpi
your devices drawable-***** folder could be different depending on your dpi
lastly recompile!
this is wrote off the top of my head so it might be abit rocky..
if you want 1% battery mod decompile SystemUI.apk
go to res/drawable/stat_sys_battery.xml and open in, you will see lines that have stuff like this (some roms it might be different eg tw roms are tw_stat_sys_battery.xml) but it shouldnt be hard to find
also note that stat_sys_battery in the lines below could be different, just use your head!
max:level 23.......... @drawable/stat_sys_battery_23.......
max:level 34.......... @drawable/stat_sys_battery_34.......
max:level 52.......... @drawable/stat_sys_battery_52.......
all you need to do is start from 1 to 100 so it will go like this
max:level 1.......... @drawable/stat_sys_battery_1.......
max:level 2.......... @drawable/stat_sys_battery_2.......
max:level 3.......... @drawable/stat_sys_battery_3.......
..
...
go all the way from 1 to 100
...
..
max:level 98.......... @drawable/stat_sys_battery_98.......
max:level 99.......... @drawable/stat_sys_battery_99.......
max:level 100.......... @drawable/stat_sys_battery_100.......
then download 1% battery mod images and makesure they are named the same as the red part plus .png at the end
max:level 98.......... @drawable/stat_sys_battery_98.......
max:level 99.......... @drawable/stat_sys_battery_99.......
max:level 100.......... @drawable/stat_sys_battery_100.......
so for these 3 lines i would have images named
stat_sys_battery_98.png
stat_sys_battery_99.png
stat_sys_battery_100.png
then place them in res/drawable-xhdpi
your devices drawable-***** folder could be different depending on your dpi
lastly recompile!