Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/system/bin/sh
- # Galaxian Tune
- setprop debug.sf.hw 1;
- setprop windowsmgr.max_events_per_sec 95;
- setprop ro.telephony.call_ring.delay 1000;
- setprop wifi.supplicant_scan_interval 120;
- setprop dalvik.vm.heapsize 32m;
- setprop ro.ril.def.agps.mode 2;
- setprop ro.ril.disable.power.collapse 0;
- setprop persist.adb.notify 0;
- setprop ro.ril.gprsclass 12;
- setprop ro.ril.hsdpa.category 28;
- setprop ro.ril.hsupa.category 9;
- setprop ro.ril.hsxpa 3;
- setprop ro.ril.hep 1;
- setprop ro.ril.enable.dtm 1;
- setprop ro.ril.enable.a53 1;
- setprop ro.ril.enable.3g.prefix 1;
- setprop ro.ril.fast.dormancy.rule 0;
- setprop persist.sys.shutdown.mode hibernate;
- sysctl -w net.core.wmem_max=524288
- sysctl -w net.core.rmem_max=524288
- sysctl -w net.ipv4.tcp_tw_recycle=1
- sysctl -w net.ipv4.tcp_rmem='6144 87380 524288'
- sysctl -w net.ipv4.tcp_wmem='6144 87380 524288'
Advertisement
Add Comment
Please, Sign In to add comment