Skip to content

Instantly share code, notes, and snippets.

@Blaumaus
Created August 30, 2019 13:00
Show Gist options
  • Save Blaumaus/7d876df347240d650da55dc6bf9ad7b8 to your computer and use it in GitHub Desktop.
Save Blaumaus/7d876df347240d650da55dc6bf9ad7b8 to your computer and use it in GitHub Desktop.
Android build.prop tweaks

BUILD.PROP TWEAKS

I am not responsible for any damage caused by that tweaks. Use it on your own risk.


# CUSTOM PROPERTIES

# DNS (Cloudflare =))
net.rmnet0.dns1=1.1.1.1
net.rmnet0.dns2=1.0.0.1
net.dns1=1.1.1.1
net.dns2=1.0.0.1

# Logcat debug logging disabling
logcat.live=disable

# Improve call clarity
ro.ril.enable.amr.wideband=1
ro.config.vc_call_steps=15

# Disable error reporting
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1

# Wifi scan interval (in seconds)
wifi.supplicant_scan_interval=180

# Better RAM managment
ro.HOME_APP_ADJ=1

# Improve picture quality
ro.media.enc.jpeg.quality=100

# Make screen recognize two fingers only
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2

# Turn off sending usage data
ro.config.nocheckin=1

# Power saving
ro.ril.power_collapse=1
pm.sleep_mode=1

# Disable Google locating
ro.com.google.locationfeatures=0
ro.com.google.networklocation=0

# 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

# Better signal
ro.config.hw_fast_dormancy=1
persist.cust.tel.eons=1

# Improved perfomance
debug.performance.tuning=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment