# Permissions Camera
chown system radio /sys/class/camera/flash/front_flash
+ # Restore the previous batt_capacity_max (if it exists)
+ copy /efs/Battery/prev_batt_capacity_max /sys/class/power_supply/battery/batt_capacity_max
+
on property:sys.boot_completed=1
write /proc/sys/vm/dirty_bytes 41943040
write /proc/sys/vm/dirty_background_bytes 20971520
# Set best cache size for internal and external storages
write /sys/block/mmcblk0/bdi/read_ahead_kb 128
write /sys/block/mmcblk1/bdi/read_ahead_kb 2048
+
+on shutdown
+ # Fix permissions then store the current batt_capacity_max value in the EFS partition
+ chmod 600 /sys/class/power_supply/battery/batt_capacity_max
+ copy /sys/class/power_supply/battery/batt_capacity_max /efs/Battery/prev_batt_capacity_max