Advertisement
simms22

Untitled

Aug 11th, 2012
12,622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /sys/module/panel_s6e8aa0/parameters/contrast <--- this one is passive set this then one below
  2. /sys/devices/virtual/misc/colorcontrol/v1_offset
  3. /sys/devices/virtual/misc/colorcontrol/multiplier
  4. /sys/devices/virtual/misc/colorcontrol/safety_enabled
  5. /sys/devices/virtual/misc/colorcontrol/original_multiplier
  6. /sys/devices/virtual/misc/colorcontrol/version
  7.  
  8. /sys/devices/virtual/misc/soundcontrol/highperf_enabled
  9. /sys/devices/virtual/misc/soundcontrol/volume_boost
  10. /sys/devices/virtual/misc/soundcontrol/version
  11.  
  12. /sys/devices/system/cpu/cpu0/cpufreq/UV_mV_table
  13.  
  14.  
  15. /sys/devices/virtual/misc/fsynccontrol/fsync_enabled
  16.  
  17.  
  18. /sys/devices/platform/omap/omap_temp_sensor.0/throttle
  19.  
  20. #Smart Reflex Off/on
  21. to disable smart reflex manually, use a terminal emulator. type su(press enter) then type these 3 lines and press enter after each..
  22.  
  23. echo "0" > /sys/kernel/debug/smartreflex/sr_mpu/autocomp
  24. echo "0" > /sys/kernel/debug/smartreflex/sr_core/autocomp
  25. echo "0" > /sys/kernel/debug/smartreflex/sr_iva/autocomp
  26.  
  27. 0 turns it off, 1 turns it on.
  28.  
  29. 0 turns it off, 1 turns it on(thanks randommmm)
  30.  
  31. # Wifi_pm, "Y" means enable and "N" = disabled
  32. echo "Y" > /sys/module/bcmdhd/parameters/wifi_pm
  33. # vibration strength
  34. echo "1450" > /sys/vibe/pwmduty
  35.  
  36. mount script(tkt app runs this)..
  37.  
  38. su(press enter)
  39. mount -o remount,noauto_da_alloc /data /data(press enter)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement