a list of build.prop tweaks

Search This thread

17thGwydion

Member
Aug 16, 2012
23
3
Batangas
i got bootlop

Boot loop my stock rom..

1. Copied build.prop from system to SD card using root explorer
2. Opened build.prop using notepad ++ and edited it
3. Input

#Tweaks
persist.sys.purgeable_assets=1
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
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false

4. I saved it and move it to system using root explorer
5. restarted phone and after the Samsung GT-S5570 Logo .. only a black screen..

i did something wrong?
 

Vinism666

Member
Feb 11, 2013
7
0
Try wipe/factory reset pressing Home+On/Off Button, then select wipe data reset and bcareful in the next changes

Sent from my GT-S5570 using xda premium
 

vasu1

Senior Member
May 21, 2012
292
13
does a deep sleep in pre enabled in stock based customs roms or i have to add them in build.prop???
 

zeroblu3

Member
Aug 18, 2010
24
0
R: a list of build.prop tweaks

Hi all
I'm looking for a configuration like this one but to switch off the wake up from lock with the side key cause I always press it when I put it I'm my pocket.

"ro.config.hwfeature_wakeupkey=0"

Also if there is a script like it will I be able to still power on the phone and unlock it with the home button?

thanks in advance for your help


Sent from my GT-I9300 using xda premium
 

zeroblu3

Member
Aug 18, 2010
24
0
R: a list of build.prop tweaks

ok found out I had to edit the layout file and remove the WAKE switch from key 116 on galaxy s3

Sent from my GT-I9300 using xda premium
 

fikrifools

Member
Mar 1, 2013
16
7
Jakarta
www.facebook.com
#
#Phone tweak
#
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25

#
#Display tweak
#
windowsmgr.max_events_per_sec=250
windowsmgr.support_rotation_270=true;
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=20000000;
video.accelerate.hw=1

#
#Battery tweak
#
ro.ril.disable.power.collapse=1
pm.sleep_mode=1

#
#Camera tweak
#
ro.media.capture.maxres=8m
ro.media.capture.fast.fps=4
ro.media.capture.slow.fps=120
ro.media.capture.flashMinV=3300000
ro.media.capture.torchIntensity=40
ro.media.capture.flashIntensity=70
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.hprof.vid.fps=75


I use this tweak, but on my mini 2, and.... AWESOME heheheheehe :good:
 

NYSEAN1

Senior Member
Oct 9, 2010
268
40
I tried to wake up device via volume keys by editing...but it did not work. I am on Atrix HD Jelly Bean...would really love to use this feature so that I can save the power button some torture...
 

TheTrakO

Senior Member
Apr 12, 2013
117
20
Žepče
What if I don't have some of the codes in build.prop? Is it safe to just add them.
I'm using Galaxy mini 2 GT-6500D.
 

XxTeXx07xX

Account currently disabled
Nov 22, 2013
198
99
Usa
meettomy.site
Last edited:

pelpa87

Senior Member
Apr 2, 2012
1,041
414
Pilar
before editing write these commands in terminal

setprop dalvik.vm.verify-bytecode false
setprop dalvik.vm.dexopt-flags v=n,o=v
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot

Hey guys! I know this thread is pretty old. but maybe someone can answer me.
what are this commands for?
what happens if I modify my Build.prop without using them?

thx in advance!
c-ya!
 

YukiCRO

Member
Apr 13, 2017
20
4
25
Rijeka
Build.prop is a file which is used to define the device's properties it is found in /system. devices cannot boot if the build.prop file is not in state proper, so better edit the file wisely.

before editing write these commands in terminal

setprop dalvik.vm.verify-bytecode false
setprop dalvik.vm.dexopt-flags v=n,o=v
rm /data/dalvik-cache/*
rm /cache/dalvik-cache/*
reboot


BUILD.PROP TWEAKS:-




















































If you change build.prop and got boot loop then flash below package in recovery

*Squadzone rom package:- db.tt/fPItBvjW

For heapsize would be better :

dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=128m

And for home app :

ro.HOME_APP_ADJ=-25

Works fine for me....
 

Top Liked Posts