Guest User

Untitled

a guest
Jul 24th, 2011
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #!/system/bin/sh
  2.  
  3. # Galaxian Tune
  4. setprop debug.sf.hw 1;
  5. setprop windowsmgr.max_events_per_sec 95;
  6. setprop ro.telephony.call_ring.delay 1000;
  7. setprop wifi.supplicant_scan_interval 120;
  8. setprop dalvik.vm.heapsize 32m;
  9. setprop ro.ril.def.agps.mode 2;
  10. setprop ro.ril.disable.power.collapse 0;
  11. setprop persist.adb.notify 0;
  12. setprop ro.ril.gprsclass 12;
  13. setprop ro.ril.hsdpa.category 28;
  14. setprop ro.ril.hsupa.category 9;
  15. setprop ro.ril.hsxpa 3;
  16. setprop ro.ril.hep 1;
  17. setprop ro.ril.enable.dtm 1;
  18. setprop ro.ril.enable.a53 1;
  19. setprop ro.ril.enable.3g.prefix 1;
  20. setprop ro.ril.fast.dormancy.rule 0;
  21. setprop persist.sys.shutdown.mode hibernate;
  22. sysctl -w net.core.wmem_max=524288
  23. sysctl -w net.core.rmem_max=524288
  24. sysctl -w net.ipv4.tcp_tw_recycle=1
  25. sysctl -w net.ipv4.tcp_rmem='6144 87380 524288'
  26. sysctl -w net.ipv4.tcp_wmem='6144 87380 524288'
Advertisement
Add Comment
Please, Sign In to add comment