One of the major reasons I love any android gadget is the level of customisation that it offers. Be it low end or high end device, a little tweak here and there brings me so much satisfaction for I like messing around with the OS to see what’s what. Build.prop is a configuration file which is the ultimate map of your device. My fav tweaks include:
- A tweak to improve net speed.
net.dns1=8.8.8.8
net.dns2=8.8.4.4
- A tweak for better RAM management and increased processing.
debug.performance.tuning=1
- A tweak for faster booting.
ro.config.hw_quickpoweron=true
- A tweak to improve picture quality…handy epecially kwa WhatsApp.
ro.media.enc.jpeg.quality=100
- A tweak to Improve Gaming Experience.
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 = 800000
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
Anyone else tweaking their build.prop? Share your experience. Blessed Sunday guys.