reserved if meteor falls on first post
hello sir,,
if i edit the buid.prop file before installing the rom ,,, by opening the file and edit it through notepad and pasting any of these commands in the file and then installing the rom will it work???
Yes, it will work & that is how people create winzip Custom ROM(s). I recommend you download http://notepad-plus-plus.org/download/v6.2.3.html and open build.prop in that and edit.
no not at allDo I really need to do this first?
"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"
Cant I just edit the file on my computer using Notepad++ and replace it?
BR
persist.sys.purgeable_assets=1
reboot will be very fast
ro.media.enc.hprof.vid.bps=8000000
increasing the video recording quality
ro.media.dec.jpeg.memcap=8000000
also for jpeg pics
ro.media.enc.jpeg.quality=100
increase the quality of JPEG pics
windowsmgr.support_rotation_270=true;
can make the screen rotate to 270 degree
dalvik.vm.heapsize=64m
increase vm heap size to 64mb may resolve some fc's
windowsmgr.max_events_per_sec=150
increasing it will make mobile smoother but if you are conservative decrease it
wifi.supplicant_scan_interval=180
increase the time of scan interval of your wifi
debug.sf.hw=1
Render ui with gpu
video.accelerate.hw=1
Video acceleration enabled
debug.performance.tuning=1
performance will increase
ro.config.nocheckin=1
Disable sending usage data (probably isn't functional, but can't hurt)
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
Deeper sleep/better battery life
ro.telephony.call_ring.delay=0
ringing will start immediately
ro.kernel.android.checkjni=0
disable error checking
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
wireless speed will increase
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
video streaming will be better
debug.sf.nobootanimation=1
no bootanimation will show up while booting, will decrease booting time
ro.HOME_APP_ADJ=1
force to remain launcher in memory
persist.adb.notify=0
will disable usb debugging popup in notification
ro.config.hwfeature_wakeupkey=0
disable waking up of phone by volume buttons, changing value to 1 will enable the wakeup
ro.lge.proximity.delay=25
mot.proximity.delay=25
off the proximity quiclky after call
no need to wait for screen to come
ro.sf.lcd_density=160
will let you feel tablet like screen
if you want to echo something in build.prop, do it like the example below
Code:echo key=value >> /system/build.prop
remember two arrows '>>' are required else it will remove all previous lines and will only add that line
NOTE:- Do not use es file explorer's text editor to edit build.prop device will bootloop, instead use jota text editor
before editing write thesecommands 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:-