Lag Free NEO Remove Limiting CPU By DVFS
Download DVFS Disabler from Play Store its a xpose module for more info about DVFS Go here XDA PAGE it is not only for s4 it is for all roms running 4.1 above jelly bean all the animation Lag slow low benchmark all because of this DVFS read all info about DVFS on that site and kindly download and enable this module this will give a new life to new a lag free awesome speed no battery affect
C My Benchmark
Disable Hardware Overlays permanently Using This Script Put into init.d Folder or else use Script manager or something like that which will run this script on boot I use Bootshell open this app go to top left hand side there is three lines click on that when go to add command than select boot than paste these lines inside command box and cpu any name and press ok .. than go to settings general tab developer option if its not there than go to about and tab 7 times on build number than go to developer option and turn on developer options scroll down and make sure you tick force gpu rendering and disable hardware overlays
Code:
#!/system/bin/sh (while : do sf=$(service list | grep -c "SurfaceFlinger") if [ $sf -eq 1 ] then service call SurfaceFlinger 1008 i32 1 break else sleep 2 fi done ) & exit
No comments:
Post a Comment