What Is Build.prop?
Build.prop is a file in our Android device which is stored in /system/path of our Android devices. It stores all Specifications, Features and Settings of our Android mobile.
It is very important file of our Android device, without this file our Android device can’t able to run, Even your Android mobile can’t able to start without
this file. This file is invisible this is why we never seen this file on our mobile. But we are able to find this file after rooting our Android device.
And we are also able to change its setting to tweak
our Android phone. Root is must needed for it because our Android operating system can’t grant permissions to touch its internal functions, so we have to root our device to grant Android device permission.
You are also able to add some more tweaks on your Android device from Build.prop file CLICK HERE on how to add Does Tweak in Build.prop
So in this Post I am going to sharing some
Build.prop tweaks for JellyBean, Kitkat, Lollipop Android phones to boost your device performance.
⚠We are not responsible for any harm happened to your Android after using these Tweaks, so use them at your own risk. We described this article only foe educational purpose you are advise to backup your custom Rom before Applying does code
Now let's begin
1. 3G Tweaks
•ro.ril.hep=0
•ro.ril.hsxpa=2
•ro.ril.gprsclass=12
•ro.ril.enable.dtm=1
•ro.ril.hsdpa.category=8
•ro.ril.enable.a53=1
•ro.ril.enable.3g.prefix=1
•ro.ril.htcmaskw1.bitmask=4294967295
•ro.ril.htcmaskw1=14449
•ro.ril.hsupa.category=6
2. Phone Rings Immediately
•ro.telephony.call_ring.delay=0
•ring.delay=0
3. Better RAM Management
•ro.HOME_APP_ADJ=1
4. Improves Audio & Video Recording Quality
•ro.media.enc.jpeg.quality=100
•ro.media.dec.jpeg.memcap=8000000
•ro.media.enc.hprof.vid.bps=8000000
•ro.media.capture.maxres=8m
•ro.media.panorama.defres=3264×1840
•ro.media.panorama.frameres=1280×720
•ro.camcorder.videoModes=true
•ro.media.enc.hprof.vid.fps=65
5. Video Acceleration & HW Debugging. debug.composition.type Can
Also Be Changed To cpu Or mdp
•debug.sf.hw=1
•debug.performance.tuning=1
•video.accelerate.hw=1
•debug.egl.profiler=1 (Measure rendering time in adb shelldumpsys gfxinfo)
•debug.egl.hw=1
•debug.composition.type=gpu (Disable hardware overlays anduse GPU for screen compositing)
6. Faster Streaming Videos
•media.stagefright.enable-player=true
•media.stagefright.enable-meta=true
•media.stagefright.enable-scan=true
•media.stagefright.enable-http=true
•media.stagefright.enable-rtsp=true
•media.stagefright.enable-record=false
7. Saves Power
•ro.mot.eri.losalert.delay=1000 (Could Brake Tethering)
•ro.ril.power_collapse=1
•pm.sleep_mode=1
•wifi.supplicant_scan_interval=180
•ro.mot.eri.losalert.delay=1000
8. Disables Built In Error Reporting
•profiler.force_disable_err_rpt=1
•profiler.force_disable_ulog=1
•net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960 (Better Net Speed)
•net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960 (Better Net Speed)
•net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960 (Better Net Speed)
•net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960 (Better Net Speed)
•net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960 (Better Net Speed)
9. Disables Logcat
•logcat.live=disable
10. Disables Black Screen Issue After A Call
•ro.lge.proximity.delay=25
•mot.proximity.delay=25
11. Support For ipv4 & ipv6
•persist.telephony.support.ipv6=1
•persist.telephony.support.ipv4=1
12. Better Scrolling
•windowsmgr.max_events_per_sec=150
•ro.min_pointer_dur=8
•ro.max.fling_velocity=12000
•ro.min.fling_velocity=8000
13. Screen Recognizes Only Two Fingers
•ro.product.multi_touch_enabled=true
•ro.product.max_num_touch=2
14. Phone Rings Immediately
•ro.telephony.call_ring.delay=0
•ring.delay=0
15. Faster Boot
•ro.config.hw_quickpoweron=true
16. Better Signal
•persist.cust.tel.eons=1
•ro.config.hw_fast_dormancy=1
17. Disables Error Checking
•ro.kernel.android.checkjni=0
•ro.kernel.checkjni=0
18. Better Call Voice Quality
•ro.ril.enable.amr.wideband=1
19. Disables Sending Of Usage Data
•ro.config.nocheckin=1
20. Dalvik Virtual Machine Tweaks
•dalvik.vm.checkjni=false
•dalvik.vm.dexopt-data-only=1
•dalvik.vm.heapstartsize=5m
•dalvik.vm.heapgrowthlimit=48m
•dalvik.vm.heapsize=64m
•dalvik.vm.verify-bytecode=false
•dalvik.vm.execution-mode=int:jit
•dalvik.vm.lockprof.threshold=250
•dalvik.vm.dexopt-flags=m=v,o=y
•dalvik.vm.stack-trace-file=/data/anr/traces.txt
•dalvik.vm.jmiopts=forcecopy
21. Change LCD Density
(Default value is 240. Don’t forget to install a patched market after changing it.)
•ro.sf.lcd.density=240
22. Disables Locating | Also delete /system/app/networklocation.apk and /system/
•framework/com.android.location.provider.jar
•ro.com.google.locationfeatures=0
•ro.com.google.networklocation=0
23. Better Image Quality, Lower Performance
•persist.sys.use_dithering=1
24. MMS APN Retry Timer Set To 2 sec
( If SMS/MMS couldn’t be sent, it retries after 2 instead of 5
seconds)
•o.gsm.2nd_data_retry_config=max/_retries=3, 2000,2000,2000
25.Tweaks For Battery Life
•wifi.supplicant_scan_interval=180
•pm.sleep_mode=1
•ro.ril.disable.power.collapse=0
26. Remove FPS Cap
(May be unstable – better have it activated)
•debug.gr.swapinterval=0
27. Key Lights Stay On While Screen Is On
•ro.mot.buttonlight.timeout=0
28.Improved Performance
•debug.performance.tuning=1
29. Disable Strict Mode Checking
•persist.android.strictmode=0
30. Disable Notification While adb Is Active
•persist.adb.notify=0
No comments:
Post a Comment
Kindly Use The Comment Box For Any Complains Or Request Thanks👍