Thursday 29 May 2014

 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  every thing go so smooth after this every 1 try this ... i tested and enjoying my speedy NEO  

C My Benchmark Click image for larger version

Name: Screenshot_2014-05-21-08-11-01.png
Views: 72
Size: 230.6 KB
ID: 2754852

Click image for larger version

Name: Screenshot_2014-05-21-08-11-23.png
Views: 87
Size: 133.1 KB
ID: 2754853   

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
 enjoy

No comments:

Post a Comment