Jump to content

22 Useful Android Build Prop Tweaks For Better Experience


Batu69

Recommended Posts

The one thing that makes Android superior than other operating system is the level of customizability it offers to its users. Any file can be configured. Its open nature has encouraged a big community of developers to use the open-source code and add new features for advanced users or bring Android to devices build with other operating systems. That’s the reason it has the largest installed base of any operating system.

 

What exactly is Build.prop? 

Build.prop is short for Build Properties. It’s a file located in the system folder that contains all the information about the device. One can change the device behavior by tweaking build.prop. The file is usually invisible to users, so you need to root your device to tweak its internal functions.

 

How to tweak Build.prop?

You can use any file manager app with root browser support to tweak Build.prop. After installing the app, go to System/Build.prop, and then open it in a text editor. Copy the code of your choice and paste it at the end. Click save and you’re done. Some tweaks require restart to take effect.

 

build-prop.jpg?resize=620%2C372

 

 

We bring you some of the useful Build.prop tweaks for your rooted Android device. They work for Android Jelly Bean, KitKat, Lollipop, Marshmallow, Nougat and O version. Make sure you find the specified entries (if not, add them) in your Build.prop file and change the values as mentioned.

22. Better Scrolling

You might have noticed your phone is not that smooth while scrolling the screen. You can fix this by altering the minimum and maximum fluid velocity. This will improve your overall scrolling experience.

21. Auto Rotation for Homescreen and Lockscreen

The new versions of Android do not support auto-rotation on lockscreen. Likewise, Numerous OEM launchers and stock launchers do not have auto-rotation support for the homescreen. Well, there is absolutely nothing to worry about. You can enable these rotation functionality by adding this command –

20. Better Internet Speed

If your browsing speed is not up to the mark on Android device you are using, or if you are suffering from slow download speed, you can improve the overall internet speed by increasing the TCP’s buffersize. Also, forcing device to use Google’s DNS could unlock more speed.

19. Modify Logcat

You can control the Android Logcat file generation, which is mainly used for debugging. Disabling logcat would reduce expensive disk reads/writes.

18. Disable Black Screen Issue After Call

You might have noticed a black screen for a few seconds after you disconnect a voice call. If this is happening to you on a regular basis, it means your device’s proximity sensor is not functioning properly. It can be fixed by changing the proximity delay value.

17. Ring Your Phone Immediately

When you get a call, the Android system usually waits and verifies the connection before it sends the signals to ring the phone. However, if your device is taking more than usual time before it starts to ring, you can change this by adding the line shown below.

16. Improve Voice Call Clarity

You can control the AMR audio codec’s property, which is used for voice calls. Also, you can adjust the volume of your voice calls. By default, Android provides seven audio levels for calls. You can change this number to manage it more precisely. The integer value ranging between 7 and 20 is recommended. However, this won’t increase the volume if it’s already low.

15. Improve Image Quality

In order to reduce the processing power, Android system does not display the entire content of an image. It only renders the picture at lower quality, which is good enough but not the best. If you think your device has enough power to handle the image processing task, you can force your hardware to display the original quality.

14. Increase Panorama Image Resolution

You can force the panorama mode in the camera app to save the picture at a higher resolution. This may not be supported by all devices.

13. Quick Power On

When your device boots up, there are a lot of services that boot up along with Android. The more applications you have, the longer it would take. However, you can force your device to boot faster by enabling “quickpoweron”, a process in which most of the data is stored as a hibernation file, which is loaded upon the next boot, saving a few seconds.

You can also disable the boot animation by adding the code below

12. Rotate Screen to 270 Degree

Most of the apps choose to rotate only 90°. However, the Android system supports three default rotation degrees – 90°, 180° and 270°. You can take the leverage of this feature and force all your apps to rotate 270°.

11. Modify Error Profiler

For most users, there is literally no use in having error profiling. However, a few apps might make use of this for generating error reports. You can enable or disable the error profiler by adding the code shown below. Put 0 for enabling or 1 for disabling the feature.

10. Keep Key Lights On While Screen Is On

If your phone has backlit capacitive keys on it, you might have noticed that the key lights usually turn off after a few seconds you press it. If you want these key lights to be permanently turned on as long as the screen stays awake, you can do this by changing the back light’s timeout value.

9. Keep Your Launcher In Memory

If you are using any Android Launcher app, you can force it to stay in the main memory (RAM), by adding the following code. Your device must have enough free memory for this, otherwise you will see lags and performance will be degraded severely.

8. Save Power

Many Android devices come with built-in battery saving feature, like Sony has “Stamina” and “Ultra Stamina” mode that cut additional background services in order to save battery. You can do it by yourself by adding this code.

7. Disable Automatic Error Reporting

App crashing is common on all platforms. Obviously it doesn’t feel good, but the continuous notification of error reporting is even more frustrating. You can get rid of this built-in error reporting function by adding the code shown below.

To disable error checking, use this –

And to disable the strict mode checking, add this line –

6. Change Screen DPI

DPI stands for Dots Per Inch, which is also the ratio of your device’s resolution to the display size. Usually, its values are a multiple of 160, but you can set any value you want.

5. Change WiFi Scan Interval

By default, Android scans for WiFi network at an interval of 15 seconds. In order to save battery, you can increase this interval with the following code. The value is in seconds, so if you want to change the interval to say 10 minutes, put 600, instead of 120.

4. Improve Gaming Experience

If you use your phone for extensive gaming, try adding the following code at the end. This will enable tile rendering, utilize processing power and improve 3d performance.

3. Modify MMS APN Retry Timer

If an SMS/MMS fails to send, Android tries to send it again after 5 seconds. You can change the number of reattempts and interval between those reattempts. The following code will force 3 retries, every 3 seconds.

2. Improve Touch Responsiveness via Hardware Rendering

You can force the Android system to use GPU for rendering each 2d frame in apps. Since Android uses frame by frame rendering of the screen normally, the following code will offload the rendering to GPU by a vast amount. Moreover, it will increase processing, provide better RAM management and make the experience smoother.

1. Stream Videos Faster

Android uses the media framework called “Stagefright”. Although Stagefright is more open and simple, it is often buggy compared to the old OpenCore framework. However, developers have greatly improved its stability. The new framework can be altered to result in faster streaming of online videos, but this might affect the playback stability in some devices. If it’s ruining your experience, revert to the original values.

Article source

Link to comment
Share on other sites


  • Views 993
  • Created
  • Last Reply

Top Posters In This Topic

  • Batu69

    1

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...