ui_print("Play Store fixer for EXT4");
ui_print("-Formatting cache...");
format("ext4", "EMMC", "/dev/block/stl10");
mount("ext4", "EMMC", "/dev/block/stl10", "/cache");
ui_print("-Deleting android secure...");
delete_recursive("/sdcard/.android_secure");
ui_print("Play Store Fixed!");