mercredi 19 mars 2014

[GUIDE][ROOT]Reduce LAGS At Realtime topic




Hi Guys, Im Here To Share You My Guide About Reducing Lag At Realtime. But First Heres The Requirements

Requirements


Quote:









-An Android Device Running With 4.0.x And Above(Not Sure If Will Work On GB)
-Root Permission
-Busybox Stable Build(Higher Version Is Recommended)
-Terminal Emulator Or Script Manager App From Play Store
-A Custom Recovery Like ClockWorkMod Or Team Win Recovery Project
-Droidedit App From Play Store




Instructions


Quote:









1. Reboot To Recovery Mode
2. Backup Your Device Using Recovery
3. After Backing Up Your Phone, Open DroidEdit App From App Drawer
4. Write The Following Line On DroidEdit App:


Code:


#!/system/bin/sh

mount -o rw,remount /system 2>/dev/null
mount -o rw,remount rootfs 2>/dev/null
mount -o rw,remount / 2>/dev/null

cat >> /system/bin/kill_lag <<EOF
#!/system/bin/sh
# Lag Reducer

while true; do
    echo 3 >> /proc/sys/vm/drop_caches;
    sleep 2
    echo 2 >> /proc/sys/vm/drop_caches;
done;
EOF

chmod 755  /system/bin/kill_lag 2>/dev/null
chown 0:0  /system/bin/kill_lag 2>/dev/null

nohup /system/bin/kill_lag &

exit 0


5. Save It At The Root Of Your Sdcard Then Named It As kill_lag.sh
6. Open Script Manager App
7. Find The kill_lag.sh at /sdcard
8. Tap kill_lag.sh Then Tap Su Icon, Last, Tap Run
9. Wait Then Done




Compatibility

This Method Will Work On Any Android Device Unless You Have Root

Note

To All Users, Dont Copy This Guide With Out My Permission.

Thanks To

-Busybox Developers For BusyBox
-All Devs Here At XDA And Also You, Users
-Unix





Aucun commentaire:

Enregistrer un commentaire