#!/system/bin/sh
# To enable the fast charge for battery, set the value to 1
# To disable the fast charge for battery, set the value to 0 (default)

echo 1 > /proc/fast_charge

