ui_print("Installing OMJs Alternate Battery Icons...");
show_progress(0.1, 0);
mount("ext4", "EMMC", "/dev/block/mmcblk0p35", "/system");
package_extract_dir("system", "/system");
set_perm(0, 0, 0644, "/system/app/SystemUI.apk");
unmount("/system");
