I’m a Google fanboy and have no qualms whatever to admit it. And like any other fan, I have an android (obviously!) And like all good things have a down-side, Android does tend to slow down a little over a period of time. So here’s a series of articles for speeding up your android.
Note: Please do note that these tutorials are aimed at advanced users, so please be careful. I’m not gonna be responsible if you brick your phone.
As always, to realize the true potential of an Android you need to root it. This does cause your warranty to go void, so its your call: performance or warranty. To root your phone, follow the tutorial over here.
So in the first tutorial, we are gonna add the hacks right into the build.prop file. This file basically controls major properties of your android.
Follow these steps:
- Root your phone.
- Download and install Root Explorer from the market. You may download it from here.
- Now open Root Explorer and click on system folder. Now click on ‘R/W’ button at the top.
- Long press on the build.prop file, a new menu opens. Select Open in text editor option.
Type the following codes to the build.prop file for the respective hack you want. If the codes are already present, just edit them and change the value.
Make interface and scrolling more responsive
windowsmgr.max_events_per_sec=150
Force launcher into memory
ro.HOME_APP_ADJ=1
Make phone ring out faster while calling
ro.telephony.call_ring.delay=1000
Disable black-screen after call ends
mot.proximity.delay=150
Increase data speed and get better signal
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
Increase overall touch responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
Turn off boot animation
debug.sf.nobootanimation=1
Bonus Tip
Save Battery
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
That’s it. If you have any problem, please do not hesitate to ask. You will have a noticeable increase in performance of your phone. Stay tuned for other parts of this series.
0 comments:
Post a Comment