[Best] Android Build.Prop Tweaks For Improved Performance

One of the main things we all love about Android OS is the ability to customize our smartphones and tablets however we want. And the Build.Prop file opens the door for us to tweak or customize our devices without installing any modes.

Android Build.Prop Tweaks for improved performance
Best Android Build.Prop Tweaks for improved performance (2021)

You can customize your Android device by tweaking the build.prop‌. The file generally remains invisible to the users, so you need to root your device to turn on its internal functions. So, in this guide, we are going to tell you:

  • What is Android Build.Prop?
  • How to find it?
  • How to tweak/edit Build.Prop?
  • 34 Best Android Build.Prop Tweaks (2021)

What is Android Build.Prop?

Build.prop is the short form for Build Properties. This is the file in the system folder that contains all the information on your device.

This file is located deep inside the system partition and is therefore not invisible to normal users. This single file encrypts tons of customizations and changes which you will be able to made on Android. Of course, since this file system is partitioned, you need root access to edit it.

Android Build Prop file has a lot of tweaks and customization capabilities as it has many settings of Android.

By modifying the Build.prop file, you can customize the system features that are loaded when your device reboots.

How to find Build.Prop in an Android device?

The file "Build.Prop" is located under the system directory on Android devices. If you ever tried customizing your android smartphone, you have definitely come across it.

How to Tweak Build.Prop?

Build.Prop is located in the /system/ folder of an Android device, so you need root access to edit or tweak the build.Prop file.

You can use any Build Prop editor app to tweak Build.prop.

Requirements:

  • A Rooted Android Device
  • A Build.Prop Editor
  • A Creative & Working Brain

BuildProp Editor Download Link:
Android Build.Prop Editor
After installing the application:

>> Go to System / Build.prop
>> Copy the Codes you liked
>> Then open it in the text editor
>> Paste the copied code at the end
>> Click Save and you're good to go

Some tweaks require a restart process to take effect.


34 Best Android Build.Prop Tweaks (2021)

There are so many things you can change through your build.prop and here I have listed all my favorite tweaks code for Build.Prop. Let's start the list:

1. Improve Scrolling Code

windowsmgr.max_events_per_sec=150
ro.min_pointer_dur=8 ro.max.fling_velocity=12000
ro.min.fling_velocity=8000

2. Better RAM management Code

ro.HOME_APP_ADJ=1

Read Also

> Top 13 Best Game Booster for Android Gamers
> Top 12 Best Apps to Add Music to Video for Android

3. Improve Internet Speed Code

net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.dns1=8.8.8.8
net.dns2=8.8.4.4

4. Improves Audio and Video Recording Quality Code

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. Faster Videos Streaming Code

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

6. Video Acceleration and HW Debugging Code

debug.sf.hw=1
debug.performance.tuning=1
video.accelerate.hw=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition.type=gpu

7. Disables Built in Error Reporting Code

profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1

8. Phone Rings Immediately Code

ro.telephony.call_ring.delay=0
ring.delay=0

9. Disables Blackscreen Issue After a Call Code 

ro.lge.proximity.delay=25
mot.proximity.delay=25

10. Better call voice quality Code


11. Better signal Code

ro.config.hw_fast_dormancy=1

12. Improve Image Quality Code

ro.media.enc.jpeg.quality=100

13. Disables error checking Code

ro.kernel.android.checkjni=0
ro.kernel.checkjni=0

14. Saves Power Code

ro.mot.eri.losalert.delay=1000 
ro.ril.power_collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=180
ro.mot.eri.losalert.delay=1000

15. 5G, 4G Or 3G Tweaks Code

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

16. Disables Logcat Code

logcat.live=disable

17. Disable the annoying Bug Reporting feature Code

profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1

18. Support for ipv4 and ipv6 Code

persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1

19. Dalvik Virtual Machine Tweaks Code

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

20. Disables Sending of Usage Data Code

ro.config.nocheckin=1

21. Better Image Quality, Lower Performance Code

persist.sys.use_dithering=1

22. Disable Notification While ADB is Active Code

persist.adb.notify=0

23. Change LCD Density Code

ro.sf.lcd.density=xxx

24. Key Lights Stay on While the Screen is ON Code

ro.mot.buttonlight.timeout=0

25. Disable Strict Mode Checking Code

persist.android.strictmode=0

26. Remove the FPS cap. Maybe unstable – better have it activated Code

debug.gr.swapinterval=0

27. Improve Battery life Code

wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0

28. Faster Boot Code

ro.config.hw_quickpoweron=true

29. Enable 270-Degree Rotation on All Apps Code

windowsmgr.support_rotation_270=true

30. Screen recognizes only two fingers Code

ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2

31. Improve Gaming Performance & Experience Code

persist.sys.NV_FPSLIMIT=60
persist.sys.NV_POWERMODE=1
persist.sys.NV_PROFVER=15
persist.sys.NV_STEREOCTRL=0
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_STEREOSEP=20
persist.sys.purgeable_assets=1

debug.enabletr=true
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=1
video.accelerate.hw=1
ro.vold.umsdirtyratio=20
debug.overlayui.enable=1
debug.egl.hw=1
ro.fb.mode=1
hw3d.force=1
persist.sys.ui.hw=1
ro.sf.compbypass.enable=0
debug.sf.hw=1
debug.composition.type=c2d
persist.sys.composition.type=c2d
debug.performance.tuning=1

ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.cam.preview.fps=0
ro.media.codec_priority_for_thumb=so

32. Change your device’s DPI Code

ro.sf.lcd_density=***

*** is the desired DPI value.

33. Increase The Time Between WiFi Network Scans Code

wifi.supplicant_scan_interval=***

*** is your required time interval of scanning, in seconds. If you want to change the scanning interval to 3 minutes, then enter 180.

34. Enable Camera2API Code

persist.camera.HAL3.enabled=1

Note: Modifying or tweaking the build.prop file requires root access, so you need to make sure your Android device is rooted before proceeding with the codes mentioned above.

If you are a beginner user, you are advised not to modify the build.prop file values ​​with your knowledge. Make sure the system you want to modify is in Build.Prop files are coming from experts / knowledgeable Android users. Otherwise, you might break your android device.

Final Words

So these are some of the best Android Build.Prop tweaks which you can use to customize your android device, whether it is smartphone or a tablet. These tweaks will work with all the android versions and with the latest update too. I hope you like this article, Do share your tweaking experience with us by commenting below. Visit us (techtune4you) again for more information like this, Thak you.

1 Comments

Previous Post Next Post