busybox mount -o remount,noatime,noauto_da_alloc,nosuid,nodev,nodiratime,barrier=0,nobh /system
busybox mount -o remount,noatime,noauto_da_alloc,nosuid,nodev,nodiratime,barrier=0,nobh /data
busybox mount -o remount,noatime,noauto_da_alloc,nosuid,nodev,nodiratime,barrier=0,nobh /cache
LOOP=`ls -d /sys/block/loop*`;
RAM=`ls -d /sys/block/ram*`;
MMC=`ls -d /sys/block/mmc*`;
for j in $LOOP $RAM
do
echo “0″ > $j/queue/rotational;
echo “2048″ > $j/queue/read_ahead_kb;
done
# Default values/Locales for the hiding languages feature
ro.product.locale.excluded=ar_EG ar_IL fa_IR iw_IL
#System props for the MM modules
encoder.video.profile=high
# system property for somc thermal solution
ro.somc.thermal=system_monitor
# Controlling two core touch boost
sys.somc.touch_perf_kick=1
# Modem power save enabled
persist.radio.add_power_save=1
#System prop for product protection
persist.device.protection.level=1
#
# from device/somc/sirius/system.prop
#
#
# product specific part of system.prop
#
ro.usb.pid_suffix=1AF
sys.screen_on=1