Do you have an Android device running slow? And you’re looking for simple ways to increase the performance, enjoy a faster internet speed and a better battery life, then, you’re on the right page. In this post, you’ll learn how to boost your Android device performance using simple tweaks.
The tweak we’ll be sharing in this post will improves your device overall Performance, extend your battery life, boost network speed, give you more RAM, good touch responsiveness, faster boot time, and lots more.
For this guide, we’ll be sharing two different tweaks, the first tweak is for users with older Android devices and the second tweak is for newer Android device.
The first tweak requires editing your device build.prop manually and adding some lines on code it. The second tweak, however, involves using a root app. Continue reading the guide below if your device is running Android 7 and below or skip to the guide ahead for newer Android devices.
Steps To Boosting Your Android Device Performance (For Old Devices)

But just before we dive into the step to boost your Android device performance, let’s answer a few questions.
What is build.prop?
The “build.prop” file is a system file that exists on every Android device containing the device build information and other system properties/settings. Some of the information are specific to your device or your device manufacturer while other vary according to different Android versions.
How to edit build.prop on your Android device?
Before you can make changes to your device system properties in the build.prop file, your Android device needs to be rooted. You can root your device either by using Magisk manager apk or by installing a custom recovery like TWRP and and install a root manager app.
Once your device is rooted, you need to install a file manager app that can access your device root directory or any build.prop editing app you find useful. I recommend esfilexplorer, your can download it here or BuildProp Editor APK.
Locate your build.prop file inside the Android system root folder if you’re using ES file manager and if you’re using the build.prop apk editor, simply open the app and add the following code at the end of the existing code. Save it!
——–+++++++++++++——–
#Faster Boot & Reboot
ro.config.hw_quickpoweron=true
persist.sys.purgeable_assets=1
#Hardware Acceleration
debug.sf.hw=1
#Debug Preserve Buffer
debug.qctwa.preservebuf=1
#Disable Tether Alert
net.tethering.noprovisioning=true
#MTP Mode
persist.sys.usb.config=mtp
#Liquid Smooth UI
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
#Video Acceleration
video.accelerate.hw=1
#Scrolling Speed
ro.min.fling_velocity=8000
ro.max.fling_velocity=12000
#Power Saver
pm.sleep_mode=1
ro.ril.disable.power.collapse=1
#Fremes Per Second
windowsmgr.max_events_per_sec=90
#WiFi Check Interval
wifi.supplicant_scan_interval=180
#No Boot Animation
debug.sf.nobootanimation=1
#No Debugging Notification
persist.adb.notify=0
#Ring Delay
ro.telephony.call_ring.delay=0
ring.delay=0
#Screen Rotate
log.tag.launcher_force_rotate=VERBOSE
lockscreen.rot_override=true
windowsmgr.support_rotation_270=true
#Image And Video Quality
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
#Launcher Tweak
ro.HOME_APP_ADJ=1
#Enable Unlock By Menu
ro.config.hw_menu_unlockscreen=true
#Data Tweak
ro.ril.gprsclass=12
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
ro.ril.hsxpa=2
ro.ril.enable.dtm=1
ro.ril.htcmaskw1=14449
ro.ril.enable.3g.prefix=1
ro.ril.enable.a53=1
ro.ril.hep=0
#Fast Dormancy
ro.config.hw_fast_dormancy=1
#Improve Speech Quality
ro.ril.enable.amr.wideband=1
#Kernel Tweak
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
#Performance Tweak
dalvik.vm.dexopt=m=y,o=v,u=y
ro.vold.umsdirtyratio=20
#RAM Optimization
dalvik.vm.verify-bytecode=false
#Streaming Tweak
media.stagefright.enable-record=true
media.stagefright.enable-qcp=true
media.stagefright.enable-meta=true
media.stagefright.enable-aac=true
media.stagefright.enable-http=true
media.stagefright.enable-scan=true
#Net Speed Tweak
net.tcp.buffersize.hspda=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.hspa=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096, 16384,256960
#Force 3D Rendering
hw3d.force=1
#Improve Touch Responsiveness
touch.presure.scale=0.001
# Disable logcat
logcat.live=disable
# GOOGLE DNS
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.wlan0.dns1=8.8.8.8
net.wlan0.dns2=8.8.4.4
net.eth0.dns1=8.8.8.8
net.eth0.dns2=8.8.4.4
net.gprs.dns1=8.8.8.8
net.gprs.dns2=8.8.4.4
# CRT
persist.sys.screen_off=crt
persist.sys.screen_on=none
# Support For IPV4 and IPV6
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
# Disable Sending Usage Data
ro.config.nocheckin=1
——–+++++++++++++——–
Now save the build.prop file and reboot your device.
Steps To Boost Your Android Device Performance (For New Devices)
If you’re running Android 8.0 Oreo and above, you also need root for this process. Simply download FDE.AI Pro [Root] + FPS meter app from the Google Playstore, however, the app is not free and cost $2.99 (approx NGN 1,100). Once you’ve downloaded and installed the app, open the app and grant root access.
FDE.AI comes with different configurations to help you speed up your device and improve battery life. You can choose between power save, adaptive and performance mode and tweak the settings according to your preference to get the best result.
FDE.AI also comes with built-in FPS meter which displays FPS stats for individual apps, a build.prop tweaks and other features like game boost and several other features.
Don’t forget to set the app to auto start whenever you power on your device.
That’s it on how to boost your Android device performance. You will experience a better device performance, faster connection and great battery life.
Credits:
- Nana Ike Kwame Roberto
- Henry the “poster” Bloggersarenna
- Mudasiru Luqmaan Adewale
U try, well done